Files
wpscan/spec/fixtures/db/dynamic_finders.yml
2021-01-01 15:08:24 +01:00

95573 lines
2.2 MiB

---
wordpress:
AddthisJavascript:
class: JavascriptVar
xpath: //script[@data-cfasync="false"]
pattern: !ruby/regexp /wp_blog_version\s*=\s*"(?<v>\d+\.[\.\d]+)";/i
version: true
CardealerpressHeader:
class: HeaderPattern
header: WP-Version
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/i
version: true
DropdownMenuWidgetComment:
class: Comment
pattern: !ruby/regexp /Dropdown Menu Widget Styles by shailan \([^\)]+\) v[\d\.]+
on wp(?<v>\d+\.[\.\d]+)/i
version: true
EmojiSettings:
class: JavascriptVar
xpath: //script[contains(., "wpemojiSettings")]
pattern: !ruby/regexp /wp\-includes\\\/js\\\/wp\-emoji\-release\.min\.js\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
EnhancedEcommerceJavascript:
class: JavascriptVar
xpath: //script[contains(., "tvc_smd=")]
pattern: !ruby/regexp /"tvc_wpv":"(?<v>\d+\.[\.\d]+)",/i
version: true
LimelightStorefrontJavascript:
class: JavascriptVar
xpath: //script[not(@src) and contains(., "limelightTracker")]
pattern: !ruby/regexp /'limelightTracker\.set', 'dimension3', '(?<v>\d+\.[\.\d]+)'/i
version: true
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator"]/@content
pattern: !ruby/regexp /wordPress (?<v>\d+\.[\.\d]+)/i
version: true
StyleEtag:
class: HeaderPattern
header: Etag
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/i
path: wp-admin/load-styles.php
version: true
ScriptEtag:
class: HeaderPattern
header: Etag
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/i
path: wp-admin/load-scripts.php
OpmlGenerator:
class: Comment
path: wp-links-opml.php
pattern: !ruby/regexp /\Agenerator="wordpress\/(?<v>\d+\.[\.\d]+)"\z/i
version: true
PixelCodeJavascript:
class: JavascriptVar
xpath: //script[not(@src) and contains(., "fbq")]
pattern: !ruby/regexp /wordpress\-(?<v>\d+\.[\.\d]+)\-/i
version: true
MostCommonWpIncludesQueryParameterInHomepage:
class: QueryParameter
xpath: //link[contains(@href,"wp-includes/")]/@href|//script[contains(@src,"wp-includes/")]/@src
files:
- wp-includes/js/wp-embed.min.js
- wp-includes/js/wp-embed.js
- wp-includes/css/dist/block-library/style.min.css
- wp-includes/css/dist/block-library/style.css
- wp-includes/css/dashicons.min.css
- wp-includes/css/dashicons.css
- wp-includes/js/comment-reply.min.js
- wp-includes/js/comment-reply.js
confidence_per_occurence: 40
version: true
CommonWpIncludesQueryParameterInHomepage:
class: QueryParameter
xpath: //link[contains(@href,"wp-includes/")]/@href|//script[contains(@src,"wp-includes/")]/@src
files:
- wp-includes/css/dist/block-library/theme.min.css
- wp-includes/css/dist/block-library/theme.css
- wp-includes/css/buttons.min.css
- wp-includes/css/buttons.css
- wp-includes/css/admin-bar.min.css
- wp-includes/css/admin-bar.css
- wp-includes/js/wp-util.min.js
- wp-includes/js/wp-util.js
- wp-includes/js/wp-backbone.min.js
- wp-includes/js/wp-backbone.js
- wp-includes/js/utils.min.js
- wp-includes/js/utils.js
- wp-includes/js/thickbox/thickbox.css
- wp-includes/js/wp-a11y.min.js
- wp-includes/js/wp-a11y.js
- wp-includes/js/mediaelement/wp-mediaelement.min.css
- wp-includes/js/mediaelement/wp-mediaelement.css
- wp-includes/js/mediaelement/wp-mediaelement.min.js
- wp-includes/js/mediaelement/wp-mediaelement.js
- wp-includes/js/mediaelement/mediaelement-migrate.min.js
- wp-includes/js/mediaelement/mediaelement-migrate.js
- wp-includes/js/mediaelement/wp-playlist.min.js
- wp-includes/js/mediaelement/wp-playlist.js
- wp-includes/js/wp-ajax-response.min.js
- wp-includes/js/wp-ajax-response.js
- wp-includes/css/wp-pointer.min.css
- wp-includes/css/wp-pointer.css
confidence_per_occurence: 10
version: true
QueryParameterInInstallPage:
class: QueryParameter
path: wp-admin/install.php
xpath: //link[contains(@href,"wp-includes/css/") or contains(@href,"wp-admin/css/")]/@href
files:
- wp-includes/css/buttons.min.css
- wp-includes/css/buttons.css
- wp-includes/css/dashicons.min.css
- wp-includes/css/dashicons.css
- wp-admin/css/install.min.css
- wp-admin/css/install.css
- wp-admin/css/forms.min.css
- wp-admin/css/forms.css
- wp-admin/css/l10n.min.css
- wp-admin/css/l10n.css
confidence_per_occurence: 30
version: true
QueryParameterInUpgradePage:
class: QueryParameter
path: wp-admin/upgrade.php
xpath: //link[contains(@href,"wp-includes/css/") or contains(@href,"wp-admin/css/")]/@href
files:
- wp-includes/css/buttons.min.css
- wp-includes/css/buttons.css
- wp-includes/css/dashicons.min.css
- wp-includes/css/dashicons.css
- wp-admin/css/install.min.css
- wp-admin/css/install.css
- wp-admin/css/forms.min.css
- wp-admin/css/forms.css
- wp-admin/css/l10n.min.css
- wp-admin/css/l10n.css
confidence_per_occurence: 30
version: true
QueryParameterInRepairPage:
class: QueryParameter
path: wp-admin/maint/repair.php
xpath: //link[contains(@href,"wp-includes/css/") or contains(@href,"wp-admin/css/")]/@href
files:
- wp-includes/css/buttons.min.css
- wp-includes/css/buttons.css
- wp-includes/css/dashicons.min.css
- wp-includes/css/dashicons.css
- wp-admin/css/install.min.css
- wp-admin/css/install.css
- wp-admin/css/forms.min.css
- wp-admin/css/forms.css
- wp-admin/css/l10n.min.css
- wp-admin/css/l10n.css
confidence_per_occurence: 30
version: true
QueryParameterInLoginPage:
class: QueryParameter
path: wp-login.php
xpath: //link[contains(@href,"wp-includes/css/") or contains(@href,"wp-admin/css/")]/@href|//script[contains(@src,"wp-includes/js/")
or contains(@src,"wp-admin/js/")]/@src
files:
- wp-includes/css/dashicons.min.css
- wp-includes/css/dashicons.css
- wp-includes/css/buttons.min.css
- wp-includes/css/buttons.css
- wp-admin/css/login.min.css
- wp-admin/css/login.css
- wp-admin/css/forms.min.css
- wp-admin/css/forms.css
- wp-admin/css/l10n.min.css
- wp-admin/css/l10n.css
- wp-admin/js/password-strength-meter.min.js
- wp-admin/js/password-strength-meter.js
- wp-includes/js/wp-util.min.js
- wp-includes/js/wp-util.js
- wp-admin/js/user-profile.min.js
- wp-admin/js/user-profile.js
confidence_per_occurence: 30
version: true
SitemapGenerator:
class: Comment
path: sitemap.xml
pattern: !ruby/regexp /\Agenerator="wordpress\/(?<v>\d+\.[\.\d]+)"\z/i
version: true
StrongTestimonialsComment:
class: Comment
xpath: //comment()[contains(., "Strong Testimonials")]
pattern: !ruby/regexp '/versions: WordPress (?<v>\d+\.[\.\d]+) \|/i'
version: true
themes:
zoner:
Readme:
class: BodyPattern
path: readme.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/
version: true
plugins:
0-errors:
Readme:
path: readme.txt
001-prime-strategy-translate-accelerator:
Readme:
path: readme.txt
012-ps-multi-languages:
Readme:
path: readme.txt
'028-ps-combine-taxonomy-children':
Readme:
path: readme.txt
030-ps-display-upload-path-for-wp35:
Readme:
path: readme.txt
0gravatar:
Readme:
path: readme.txt
1-click-migration:
Readme:
path: readme.txt
1-click-retweetsharelike:
Readme:
path: readme.txt
1-for-wordpress:
Readme:
path: readme.txt
1-source-cleaner:
Readme:
path: readme.txt
1000eb:
Readme:
path: readme.txt
1000grad-epaper:
Readme:
path: readme.txt
1003-mortgage-application:
Readme:
path: readme.txt
100hires:
Readme:
path: readme.txt
10bit-paybuttons-easycard:
TranslationFile:
class: BodyPattern
path: languages/10bit-paybuttons-easycard-he_IL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Woo Pelecard v(?<v>\d+\.[\.\d]+)/i'
version: true
10bit-paybuttons-pelecard:
TranslationFile:
class: BodyPattern
path: languages/10bit-paybuttons-pelecard-he_IL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Woo Pelecard v(?<v>\d+\.[\.\d]+)/i'
version: true
10centmail-subscription-management-and-analytics:
Readme:
path: README.txt
MetaTag:
class: Xpath
xpath: //meta[@name="tencentmail-plugin-version"]/@content
version: true
11sight-video-audio-calls-and-text-chat:
Readme:
path: readme.txt
12-step-meeting-list:
MetaTag:
class: Xpath
xpath: //meta[@name="12_step_meeting_list"]/@content
version: true
123formular-fur-wp:
Readme:
path: README.txt
123formulier-wordpress-contactformulier:
Readme:
path: README.txt
123privacy:
Readme:
path: readme.txt
12seconds-widget:
Readme:
path: readme.txt
140follow:
Readme:
path: readme.txt
17fav-bookmark-share:
Readme:
path: readme.txt
17sai-kyou:
Readme:
path: readme.txt
1account-age-verification:
Readme:
path: readme.txt
1click-grey-mode:
Readme:
path: readme.txt
1clicksuite:
Readme:
path: readme.txt
1g-music-fav:
Readme:
path: readme.txt
1pointmail-optinbox-for-wp:
Readme:
path: readme.txt
1seocom-keyword-research-tool:
Readme:
path: readme.txt
2-click-socialmedia-buttons:
QueryParameter:
files:
- css/socialshareprivacy-min.css
- js/social_bookmarks-min.js
version: true
Readme:
path: readme.txt
2-factor:
Readme:
path: readme.txt
2-klicks-button-socialshareprivacy-plugin:
Readme:
path: readme.txt
2012-summary:
Readme:
path: readme.txt
2046s-widget-loops:
Readme:
path: readme.txt
2048-number-game:
Readme:
path: readme.txt
22-social-buttons:
Readme:
path: readme.txt
24liveblog:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
26-march-ribbon:
Readme:
path: readme.txt
2bc-image-gallery:
Readme:
path: readme.txt
2d-barcodes:
Readme:
path: readme.txt
2d-tag-cloud-widget-by-sujin:
Readme:
path: readme.txt
2fa-learndash-lms:
Readme:
path: readme.txt
2fas:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/2fas-pt_BR.po
pattern: !ruby/regexp '/ion: 2FAS [^\s]+ Two Factor Authentication (?<v>\d+\.[\.\d]+)/i'
version: true
2fas-light:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
2focus-bookmarks:
Readme:
path: readme.txt
2kb-amazon-affiliates-store:
VersionLog:
path: template/admin/version.phtml
class: Xpath
xpath: "(//div/div/h4)[1]"
version: true
confidence: 60
2kb-performance:
Readme:
path: readme.txt
2performant-link2:
Readme:
path: readme.txt
2statereviews-wp:
Readme:
path: readme.txt
2stepauth-for-wordpress:
Readme:
path: readme.txt
3-sheep-booking:
Readme:
path: README.txt
3-sheep-signatures:
Readme:
path: README.txt
3-word-address-validation-field:
QueryParameter:
files:
- public/css/jquery.w3w-autosuggest-plugin.min.css
- public/js/jquery.w3w-autosuggest-plugin.bundle.min.js
version: true
Readme:
path: readme.txt
300form:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\da-z]+)(?!.*v\d+\.[\.\da-z]+)/mi
version: true
302-moved-temporarily:
Readme:
path: readme.txt
30suns-service-health-dashboard:
Readme:
path: readme.txt
360-image:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
360-product-view:
QueryParameter:
files:
- public/css/yup-360-product-public.css
- public/js/threesixty.min.js
version: true
360-video:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
360-view:
Readme:
path: readme.txt
360deg-javascript-viewer:
QueryParameter:
files:
- public/css/jsv.css
version: true
360panoembed:
Readme:
path: readme.txt
365projectorg-widget:
Readme:
path: readme.txt
3b-meteo:
Readme:
path: readme.txt
3cx-clicktotalk:
QueryParameter:
files:
- includes/js/callus.js
version: true
3cx-live-chat-talk:
QueryParameter:
files:
- includes/js/callus.js
version: true
3cx-webinars:
QueryParameter:
files:
- includes/css/jquery-ui.css
- includes/css/flags.css
- includes/css/styles.css
- includes/js/jsrender.min.js
- includes/js/jstz.min.js
- includes/js/jquery.dd.js
- includes/js/scripts.js
version: true
3d-dvd-cover:
Readme:
path: readme.txt
3d-flipbook-dflip-lite:
QueryParameter:
files:
- assets/css/themify-icons.min.css
- assets/css/dflip.min.css
- assets/js/dflip.min.js
version: true
Readme:
path: readme.txt
3d-menu-awesome:
QueryParameter:
files:
- public/css/threed-menu-awesome-public.css
- public/js/modernizr.3d.awesome.js
- public/js/classie.js
- public/js/threed-menu-awesome-public.js
version: true
Readme:
path: README.txt
3d-pix:
Readme:
path: readme.txt
3d-presentation:
Readme:
path: readme.txt
3d-roll-over-links:
Readme:
path: readme.txt
3d-slider-slicebox:
Readme:
path: readme.txt
3d-webviewer-by-arty:
Readme:
path: README.txt
3dhubs:
Readme:
path: readme.txt
3dpc-quote-calculator-basic:
QueryParameter:
files:
- assets/css/public.css
- assets/js/jsc3d.js
- assets/js/jsc3d.console.js
- assets/js/uri.min.js
- assets/js/public.js
version: true
3dprint-lite:
QueryParameter:
files:
- includes/css/3dprint-lite-frontend.css
- includes/ext/ProgressButtonStyles/css/component.css
- includes/ext/noUiSlider/nouislider.min.css
- includes/ext/easyaspie/assets/css/main.css
- includes/ext/ProgressButtonStyles/js/modernizr.custom.js
- includes/ext/threejs/three.min.js
- includes/ext/threejs/js/Detector.js
- includes/ext/threejs/js/Mirror.js
- includes/ext/threejs/js/controls/OrbitControls.js
- includes/ext/threejs/js/renderers/CanvasRenderer.js
- includes/ext/threejs/js/renderers/Projector.js
- includes/ext/threejs/js/loaders/STLLoader.js
- includes/ext/threejs/js/loaders/OBJLoader.js
- includes/ext/threejs/js/loaders/MTLLoader.js
- includes/ext/threex/threex.dilategeometry.js
- includes/ext/threex/threex.atmospherematerial.js
- includes/ext/threex/threex.geometricglowmesh.js
- includes/ext/plupload/plupload.full.min.js
- includes/ext/ProgressButtonStyles/js/classie.js
- includes/ext/ProgressButtonStyles/js/progressButton.js
- includes/ext/event-manager/event-manager.js
- includes/ext/accounting/accounting.min.js
- includes/ext/noUiSlider/nouislider.min.js
- includes/ext/easyaspie/assets/js/superfish.js
- includes/ext/easyaspie/assets/js/easyaspie.js
- includes/js/3dprint-lite-frontend.js
- includes/ext/jquery-cookie/jquery.cookie.min.js
version: true
3pagination:
Readme:
path: readme.txt
3pay-co-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
3rd-party-authentication:
Readme:
path: readme.txt
3xsocializer:
Readme:
path: readme.txt
404-error-carrot:
Readme:
path: README.txt
404-error-monitor:
Readme:
path: readme.txt
404-not-found-report:
Readme:
path: readme.txt
404-notifier:
Readme:
path: README.txt
404-notify:
Readme:
path: readme.txt
404-page:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
404-page-editor:
Readme:
path: readme.txt
404-silent-salesman:
Readme:
path: readme.txt
404-simple-redirect:
Readme:
path: readme.txt
404-solution:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
404-to-301:
TranslationFile:
class: BodyPattern
path: languages/404-to-301.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: 404 to 301 (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
404-to-301-redirect-by-felix:
Readme:
path: readme.txt
404-to-start:
Readme:
path: readme.txt
4040-prayer-vigil:
Readme:
path: readme.txt
404like:
Readme:
path: readme.txt
404page:
Readme:
path: readme.txt
404s:
Readme:
path: readme.txt
404sponsoring:
Readme:
path: readme.txt
40nuggets:
Readme:
path: readme.txt
42u-html5-upgrade:
Readme:
path: README.txt
42u-jetpack-booster:
Readme:
path: README.txt
4nton-extensions:
JavascriptFile:
class: BodyPattern
path: assets/js/script.js
pattern: !ruby/regexp '/Version: (?<v>\d+\.[\.\d]+)/i'
version: true
4stats:
Readme:
path: readme.txt
59sec-lite-contact-form-7-push-notifications-on-ios-and-android:
Readme:
path: readme.txt
5centscdn:
Readme:
path: readme.txt
5sterrenspecialist-wc-invites:
Readme:
path: readme.txt
5usujian-bottom-pop:
QueryParameter:
files:
- asset/css/5usujian-bottom-pop.css
- asset/js/5usujian-bottom-pop.js
version: true
5usujian-super-serv:
QueryParameter:
files:
- asset/css/wysj-iconfont.css
- asset/css/5usujian-serv-trade.css
- asset/css/5usujian-serv-compatible.css
- asset/js/5usujian-serv-trade.js
version: true
Readme:
path: readme.txt
6scan-protection:
Readme:
path: readme.txt
7-football-leagues:
Readme:
path: readme.txt
7feeds-news-ticker:
Readme:
path: readme.txt
7k-image-uploader-meta-box:
Readme:
path: readme.txt
8-degree-availability-calendar:
QueryParameter:
files:
- css/font-awesome/font-awesome.min.css
- js/frontend/frontend.js
version: true
8-degree-notification-bar:
QueryParameter:
files:
- js/frontend/frontend.js
version: true
8degree-fly-menu-lite:
QueryParameter:
files:
- css/frontend.css
- css/font-awesome.min.css
- css/jquery.mCustomScrollbar.min.css
- js/jquery.mCustomScrollbar.min.js
- js/frontend.js
version: true
8digits:
Readme:
path: readme.txt
90-in-90:
Readme:
path:
- Readme.md
- readme.txt
99-doanloandmangager:
Readme:
path: readme.txt
99fy-core:
Readme:
path: readme.txt
a-better-planet:
Readme:
path: readme.txt
a-better-prezi-wordprezi:
Readme:
path: readme.txt
a-broad-hint:
Readme:
path: readme.txt
a-colored-tag-cloud:
Readme:
path: readme.txt
a-dashboard-notice:
Readme:
path: readme.txt
a-featured-page-widget:
Readme:
path:
- readme.txt
- readme.md
a-fresher-cache:
Readme:
path: readme.txt
a-function-hitman:
Readme:
path: readme.txt
a-long-time-ago:
Readme:
path: readme.txt
a-qr-code:
Readme:
path: readme.txt
a-qr-code-gcapi:
Readme:
path: readme.txt
a-rss-more:
Readme:
path: readme.txt
a-simple-backend:
QueryParameter:
files:
- css/admin.css
- js/interact.js
- js/admin-bar.js
version: true
Readme:
path: readme.txt
a-slideshow:
Readme:
path: readme.txt
a-sticky-note:
Readme:
path: README.txt
a-to-z-category-navigation-widget:
Readme:
path: readme.txt
a-while-ago:
Readme:
path: readme.txt
a-year-ago:
Readme:
path: readme.txt
a-year-ago-today:
Readme:
path: readme.txt
a-z-indexing-startup:
Readme:
path: readme.txt
a-z-listing:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
TranslationFile:
class: BodyPattern
path: languages/a-z-listing.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: A\-Z Listing (?<v>\d+\.[\.\d]+)/i'
version: true
a2-optimized-wp:
Readme:
path: readme.txt
a2reviews:
QueryParameter:
files:
- public/css/a2reviews-public.css
- public/js/a2reviews-public.js
version: true
Readme:
path: README.txt
a2zvideoapi:
Readme:
path: readme.txt
a3-lazy-load:
QueryParameter:
files:
- assets/js/jquery.lazyloadxt.min.js
- assets/js/jquery.lazyloadxt.srcset.min.js
- assets/js/jquery.lazyloadxt.extend.js
- assets/js/jquery.lazyloadxt.extra.min.js
version: true
Readme:
path: readme.txt
a3-portfolio:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
a4-barcode-generator:
TranslationFile:
class: BodyPattern
path: languages/wpbcu-barcode-generator.pot
pattern: !ruby/regexp /abel Sheets for Wordpress & WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
a5-recent-posts:
Readme:
path: readme.txt
a7-simple-events:
Readme:
path: readme.txt
aa-ad-by-country:
Readme:
path: readme.txt
aa-audio-player:
Readme:
path: readme.txt
aa-block-country:
Readme:
path: readme.txt
aa-block-country-with-redirect:
Readme:
path: readme.txt
aa-calculator:
Readme:
path: readme.txt
aa-condition:
Readme:
path: readme.txt
aa-paypal:
Readme:
path: readme.txt
aaaaaaah-lek-lek:
Readme:
path: readme.txt
aacomingsoon:
Readme:
path: readme.txt
aalivesite:
Readme:
path: readme.txt
aalogwp:
Readme:
path: readme.txt
aam-online-bangla-radio:
Readme:
path: readme.txt
aam-protected-media-files:
Readme:
path: readme.txt
aarambha-demo-sites:
Readme:
path: readme.txt
aarons-no-ssl-flash-upload:
Readme:
path: readme.txt
aasigninwidget:
Readme:
path: readme.txt
aasitemap:
Readme:
path: readme.txt
ab-api-call-logger:
Readme:
path: readme.txt
ab-categories-search-widget:
Readme:
path: readme.txt
ab-human-time:
TranslationFile:
class: BodyPattern
path: languages/ab-human-time-it_IT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: AB Human Time (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ab-last-viewed:
Readme:
path: readme.txt
ab-press-optimizer-lite:
Readme:
path: readme.txt
ab-scriptsplit:
Readme:
path: readme.txt
ab-tasty:
Readme:
path: readme.txt
ab-tests-site-section:
Readme:
path: readme.txt
ab-video:
Readme:
path: readme.txt
aba-payway-woocommerce-payment-gateway:
Readme:
path: readme.txt
abandon-theme-options:
Readme:
path: readme.txt
abandoned-cart-and-search-box-tracking:
Readme:
path: readme.txt
abandoned-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/abandoned-forms-contact-form-7.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Abandoned Contact Form 7 (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
abbr-hint-content:
Readme:
path: readme.txt
abbreviations-for-wordpress:
Readme:
path: readme.txt
abc-notation:
VersionInFilename:
class: Xpath
xpath: //script[contains(@src, "abc-notation/abcjs_basic_midi_")]/@src
pattern: !ruby/regexp /abcjs_basic_midi_(?<v>\d+\.[\.\d]+)\-min\.js/i
version: true
abcsubmit:
QueryParameter:
files:
- "/assets/css/admin.css"
version: true
abd-dashboard-widget-manager:
Readme:
path: readme.txt
abdul-tag-widget:
Readme:
path: readme.txt
abdul-wp-plugin:
Readme:
path: readme.txt
abg-rich-pins:
Readme:
path: readme.txt
abitgone-commentsafe:
Readme:
path: readme.txt
ableplayer:
Readme:
path: readme.txt
about-author-box:
QueryParameter:
files:
- css/about-author-box.css
version: true
Readme:
path: README.txt
about-coders:
Readme:
path: readme.txt
about-me:
Readme:
path: readme.txt
about-me-widget:
Readme:
path: readme.txt
about-the-author:
Readme:
path: readme.txt
about-the-author-advanced:
Readme:
path: readme.txt
about-us-shortcode:
Readme:
path: readme.txt
above-the-fold-optimization:
StyleComment:
class: Xpath
xpath: //style[@id="AbtfCSS"]
pattern: !ruby/regexp /\* Above The Fold Optimization (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
abraia:
Readme:
path: readme.txt
absolute-links:
Readme:
path: readme.txt
absolute-privacy:
Readme:
path: readme.txt
absolute-reviews:
QueryParameter:
files:
- public/css/absolute-reviews-public.css
version: true
Readme:
path: README.txt
absolute-to-relative-urls:
Readme:
path: readme.txt
absoluterss:
Readme:
path: readme.txt
abtesting-ai:
QueryParameter:
files:
- public/css/abtesting-ai-public.css
version: true
abundatrade-plugin:
Readme:
path: readme.txt
abusech-httpbl-check:
Readme:
path: readme.txt
abwpwoo:
Readme:
path: readme.txt
abyssale:
Readme:
path: README.txt
academic-bloggers-toolkit:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
TranslationFile:
class: BodyPattern
path: academic-bloggers-toolkit.pot
pattern: !ruby/regexp /ght \(C\) 2018 Academic Blogger's Toolkit (?<v>\d+\.[\.\d]+)/i
version: true
acc-conditional-typo:
QueryParameter:
files:
- public/css/acc-conditional-typo-public.css
- public/js/acc-conditional-typo-public.js
version: true
accelerated-mobile-pages:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
accept-2checkout-payments-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/accept-2checkout-payments-using-contact-form-7.pot
pattern: !ruby/regexp /2Checkout Payments Using Contact Form 7 (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
accept-authorize-net-payments-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/contact-form-7-authorize-net-addon.pot
pattern: !ruby/regexp '/: Contact Form 7 \- Authorize\.NET Add\-on (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
accept-disclaimer-overlayer:
Readme:
path: readme.txt
accept-qpay-payments-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/accept-qpay-payments-using-contact-form-7.pot
pattern: !ruby/regexp /cept Qpay payments Using Contact form 7 (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
accept-sagepay-payments-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/accept-sagepay-payments-using-contact-form-7.pot
pattern: !ruby/regexp /t SagePay Payments Using Contact Form 7 (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
accept-signups:
Readme:
path: readme.txt
accept-stripe-payments-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/contact-form-7-stripe-addon.pot
pattern: !ruby/regexp '/Version: Contact Form 7 \- Stripe Add\-on (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
accept-worldpay-payments-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/contact-form-7-worldpay-addon.pot
pattern: !ruby/regexp '/rsion: Contact Form 7 \- Worldpay Add\-on (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
access-code-feeder:
Readme:
path: readme.txt
access-control-by-category:
Readme:
path: readme.txt
access-demo-importer:
Readme:
path: readme.txt
access-expiration:
Readme:
path: readme.txt
access-keys:
Readme:
path: readme.txt
access-logs:
Readme:
path: readme.txt
access-pages-by-role-for-admin:
Readme:
path: readme.txt
accessally-lms-migrate-learndash:
Readme:
path: readme.txt
accessally-lms-migration-from-wp-courseware:
Readme:
path: readme.txt
accessally-lms-migration-from-zippy-courses:
Readme:
path: readme.txt
accessibe:
Readme:
path: README.txt
accessibility-access-keys:
Readme:
path: README.md
accessibility-font:
Readme:
path: readme.txt
accessibility-help-button:
QueryParameter:
files:
- public/css/aa-call-public.css
- public/js/aa-call-public.js
version: true
accessibility-light:
Readme:
path: readme.txt
accessibility-task-manager:
Readme:
path: readme.txt
accessibility-toolbar:
QueryParameter:
files:
- dist/public.js
version: true
accessibility-widget-by-adally:
Readme:
path: readme.txt
accessible-divi:
Readme:
path: readme.txt
accessible-dropdown-menus:
Readme:
path: readme.txt
accessible-external-text-links:
Readme:
path: readme.txt
accessible-helper:
Readme:
path: readme.txt
accessible-news-ticker:
Readme:
path: readme.txt
accessible-tag-cloud:
Readme:
path: readme.txt
accessiblewp-images:
Readme:
path: readme.txt
accessibleyoutube:
Readme:
path: readme.txt
accesspress-anonymous-post:
QueryParameter:
files:
- css/frontend-style.css
- js/frontend.js
version: true
accesspress-instagram-feed:
QueryParameter:
files:
- css/lightbox.css
- css/owl.theme.css
- css/owl.carousel.css
- css/frontend.css
- css/font-awesome.min.css
- css/gridrotator.css
- js/modernizr.custom.26633.js
- js/jquery.gridrotator.js
- js/frontend.js
version: true
accesspress-pinterest:
QueryParameter:
files:
- css/frontend.css
- js/jquery-masionary.js
- js/frontend.js
version: true
accesspress-social-counter:
QueryParameter:
files:
- css/font-awesome.min.css
- css/frontend.css
version: true
Readme:
path: readme.txt
accesspress-social-icons:
QueryParameter:
files:
- css/animate.css
- css/frontend.css
- js/frontend.js
version: true
Readme:
path: readme.txt
accesspress-social-login-lite:
QueryParameter:
files:
- css/font-awesome/font-awesome.min.css
- css/frontend.css
- js/frontend.js
version: true
Readme:
path: readme.txt
accesspress-social-share:
QueryParameter:
files:
- css/font-awesome/font-awesome.min.css
- css/frontend.css
- js/frontend.js
version: true
Readme:
path: readme.txt
accesspress-twitter-feed:
QueryParameter:
files:
- css/jquery.bxslider.css
- css/frontend.css
- css/fonts.css
- js/jquery.bxslider.min.js
- js/frontend.js
version: true
Readme:
path: readme.txt
accidentals:
Readme:
path: readme.txt
acclaim-cloud-platform:
Readme:
path: readme.txt
accommodation-system:
Readme:
path: readme.txt
accordion-and-accordion-slider:
QueryParameter:
files:
- assets/css/wp-aas-public.css
version: true
Readme:
path: readme.txt
accordion-blocks:
QueryParameter:
files:
- js/accordion-blocks.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
accordion-box:
Readme:
path: README.txt
accordion-faq-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
accordion-for-wp:
QueryParameter:
files:
- public/css/afwp-accordion-public.css
- public/js/afwp-accordion-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/accordion-for-wp.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Accordion for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
accordion-image-menu:
Readme:
path: readme.txt
accordion-menu:
Readme:
path: readme.txt
accordion-shortcode:
Readme:
path: readme.txt
accordion-shortcodes:
Readme:
path: readme.txt
accordion-simply:
Readme:
path: readme.txt
accordion-slider-gallery:
Readme:
path: readme.txt
accordion-toggle:
Readme:
path: readme.txt
accordions:
Readme:
path: readme.txt
account-manager:
Readme:
path: readme.txt
ace-certificazione-energetica:
Readme:
path: readme.txt
ace-edit:
Readme:
path: readme.txt
ace-editor-for-wp:
Readme:
path: readme.txt
ace-twilio-for-woocommerce:
QueryParameter:
files:
- public/css/ace-twilio-for-woocommerce%20-public.css
- public/js/ace-twilio-for-woocommerce%20-public.js
version: true
aceide:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path:
- readme.txt
- README.md
acf-2way-pr:
Readme:
path: readme.txt
acf-additional-hint:
Readme:
path: readme.txt
acf-ajax-grid-gallery:
Readme:
path: readme.txt
acf-booster:
Readme:
path: readme.txt
acf-companion-lite:
Readme:
path: readme.txt
acf-conditional-logic-advanced:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
acf-content-analysis-for-seopress:
Readme:
path: readme.txt
acf-content-analysis-for-yoast-seo:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
Readme:
path: readme.txt
acf-cpt-options-pages:
Readme:
path: readme.txt
acf-css-add-on:
Readme:
path: readme.txt
acf-customizer:
QueryParameter:
files:
- public/css/acf-customizer-public.css
- public/js/acf-customizer-public.js
version: true
acf-date-selector:
Readme:
path: readme.txt
acf-dropzone:
TranslationFile:
class: BodyPattern
path: languages/acf-dropzone.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ACF Dropzone (?<v>\d+\.[\.\d]+)/i'
version: true
acf-duplicate-repeater:
TranslationFile:
class: BodyPattern
path: languages/acf-duplicate-repeater.pot
pattern: !ruby/regexp '/ject\-Id\-Version: ACF Duplicate Repeater (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acf-dynamic-choices:
Readme:
path: readme.txt
acf-engine:
Readme:
path: readme.txt
acf-enhanced-message-field:
Readme:
path: readme.txt
acf-fast-flexy:
QueryParameter:
files:
- public/css/acf_ffc-public.css
version: true
acf-field-date-time-picker:
Readme:
path: readme.txt
acf-field-selector-field:
TranslationFile:
class: BodyPattern
path: lang/acf-field-selector-field-hu_HU.mo
pattern: !ruby/regexp '/Project\-Id\-Version: ACF Field Selector (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile2:
class: BodyPattern
path: lang/translation.po
pattern: !ruby/regexp '/Project\-Id\-Version: ACF Field Selector (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile3:
class: BodyPattern
path: lang/acf-field-selector-field-hu_HU.po
pattern: !ruby/regexp '/Project\-Id\-Version: ACF Field Selector (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acf-fields-display:
Readme:
path: readme.txt
acf-fields-in-custom-table:
TranslationFile:
class: BodyPattern
path: languages/acffict.pot
pattern: !ruby/regexp '/Id\-Version: ACF: Fields in Custom Table (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acf-flexible-content-extended:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
acf-flexible-content-preview:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
acf-flexible-content-toggler:
Readme:
path: readme.txt
acf-fold-flexible-content:
Readme:
path:
- readme.txt
- readme.md
acf-frontend-form-element:
Readme:
path: readme.txt
acf-generous:
Readme:
path: readme.txt
acf-google-font-selector-field:
Readme:
path: readme.txt
acf-hide-layout:
Readme:
path: readme.txt
acf-image-aspect-ratio-crop:
Readme:
path: readme.txt
acf-image-crop-add-on:
Readme:
path: readme.txt
acf-location-rules-post-type-attachment:
Readme:
path: readme.txt
acf-multisite-sync:
Readme:
path: readme.txt
acf-multistep:
QueryParameter:
files:
- public/css/acf-multi-step-public.css
- public/js/acf-multi-step-public.js
version: true
acf-openstreetmap-field:
TranslationFile:
class: BodyPattern
path: languages/acf-openstreetmap-field.pot
pattern: !ruby/regexp '/ect\-Id\-Version: ACF OpenStreetMap Field (?<v>\d+\.[\.\d]+)/i'
version: true
acf-options-for-polylang:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
acf-options-importexport:
Readme:
path: readme.txt
acf-pro-show-fields-shortcode:
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acf-pro-sync:
Readme:
path: readme.txt
acf-qtranslate:
Readme:
path: readme.txt
acf-quickedit-fields:
TranslationFile:
class: BodyPattern
path: languages/acf-quickedit-fields.pot
pattern: !ruby/regexp '/roject\-Id\-Version: ACF QuickEdit Fields (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acf-range-field:
Readme:
path: readme.txt
acf-real-media-library-field:
Readme:
path: readme.txt
acf-role-selector-field:
Readme:
path: readme.txt
acf-rrule-field:
Readme:
path: readme.txt
acf-sidebar-selector-field:
TranslationFile:
class: BodyPattern
path: lang/acf-sidebar-selector-field-hu_HU.mo
pattern: !ruby/regexp '/Project-Id-Version: ACF Sidebar Selector (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile2:
class: BodyPattern
path: lang/translation.pot
pattern: !ruby/regexp '/Project-Id-Version: ACF Sidebar Selector (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile3:
class: BodyPattern
path: lang/acf-sidebar-selector-field-hu_HU.po
pattern: !ruby/regexp '/Project-Id-Version: ACF Sidebar Selector (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acf-single-relationship-add-new:
Readme:
path: readme.txt
acf-slick-slider:
Readme:
path: readme.txt
acf-starrating:
Readme:
path: readme.txt
acf-theme-code:
Readme:
path: readme.txt
acf-to-rest-api:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
acf-unique-id-field:
Readme:
path: readme.txt
acf-viewer-for-woocommerce:
Readme:
path: readme.txt
acf-yith-woocommerce-compare-support:
Readme:
path: readme.txt
acfyandex:
Readme:
path: readme.txt
ach-updates-manager:
Readme:
path: Readme.txt
TranslationFile:
class: BodyPattern
path: languages/ach_upn_manager.pot
pattern: !ruby/regexp '/roject\-Id\-Version: ACh Updates Manager v(?<v>\d+\.[\.\d]+)/i'
version: true
achievement-shortcode-add-on-for-gamipress:
Readme:
path: readme.txt
achievements:
QueryParameter:
files:
- templates/achievements/css/achievements.css
version: true
acknowledge-me:
Readme:
path: readme.txt
acloginwidget:
Readme:
path: readme.txt
acme-amazing-search:
QueryParameter:
files:
- public/css/acme-amazing-search-public.css
- public/js/acme-amazing-search-public.js
version: true
acme-demo-setup:
Readme:
path: readme.txt
acme-divi-modules:
QueryParameter:
files:
- public/css/acme-divi-modules-public.css
- public/js/masonry.pkgd.min.js
version: true
aco-product-labels-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/aco-product-labels-for-woocommerce.pot
pattern: !ruby/regexp '/Version: Product Labels For Woocommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
aco-wishlist-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/aco-wishlist-for-woocommerce.pot
pattern: !ruby/regexp '/d\-Version: Aco Wishlist for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
acobot-chatbot:
TranslationFile:
class: BodyPattern
path: languages/acobot.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Acobot Chatbot (?<v>\d+\.[\.\d]+)/i'
version: true
acquaint-owl-carousel:
QueryParameter:
files:
- public/css/acquaint-owl-carousel-public.css
- public/js/acquaint-owl-carousel-public.js
version: true
acronyms:
Readme:
path: readme.txt
acronyms-2:
Readme:
path: readme.txt
actblue-contributions:
QueryParameter:
files:
- build/actblue-contributions.js
version: true
Readme:
path: readme.txt
action-runner:
Readme:
path: README.txt
action-scheduler:
Readme:
path: readme.txt
activate-update-services:
Readme:
path: README.txt
activate-users-in-buddypress:
Readme:
path: readme.txt
activation-add-on-for-gamipress:
Readme:
path: readme.txt
active-auth:
Readme:
path: readme.txt
active-campaign-wpforms:
Readme:
path: readme.txt
active-catalog:
Readme:
path: README.txt
active-directory-authentication-integration:
TranslationFile:
class: BodyPattern
path: active-directory-authentication-integration.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Active Directory Authentication
Integration (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile2:
class: BodyPattern
path: languages/default.mo
pattern: !ruby/regexp '/Project\-Id\-Version: Active Directory Authentication
Integration (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile3:
class: BodyPattern
path: languages/default.po
pattern: !ruby/regexp '/Project\-Id\-Version: Active Directory Authentication
Integration (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
active-directory-employee-list:
Readme:
path: readme.txt
active-extra-fields:
Readme:
path: readme.txt
active-plugins-on-multisite:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/active-plugins.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
active-user:
Readme:
path: README.txt
active-users-list:
Readme:
path: readme.txt
activecampaign-subscription-forms:
Readme:
path:
- readme.txt
- README.md
activelink:
Readme:
path: readme.txt
activities:
QueryParameter:
files:
- public/css/activities-public.css
- public/js/activities-public.js
version: true
activity-log-gravity-forms:
Readme:
path: readme.txt
activity-log-wp-seo:
TranslationFile:
class: BodyPattern
path: languages/activity-log-wp-seo.pot
pattern: !ruby/regexp /WP Activity Log Extension for Yoast SEO (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
activity-logs:
Readme:
path: readme.txt
activityhub:
QueryParameter:
files:
- assets/css/intlTelInput.css
- assets/css/select2.min.css
- assets/css/slick.min.css
- assets/css/slick-theme.css
- assets/css/activityhub.css
- assets/js/intlTelInput.js
- assets/js/cleave.min.js
- assets/js/cleave-phone.i18n.js
- assets/js/parsley.min.js
- assets/js/jquery.serializejson.js
- assets/js/select2.min.js
- assets/js/slick.min.js
- assets/js/activityhub.min.js
version: true
Readme:
path: README.txt
activitysparks:
Readme:
path: readme.txt
activitystream-extension:
TranslationFile:
class: BodyPattern
path: localization/activitystream_extension.pot
pattern: !ruby/regexp '/ct\-Id\-Version: ActivityStream extension (?<v>\d+\.[\.\d]+)/i'
version: true
activitytime:
QueryParameter:
files:
- public/css/activitytime-public.css
- public/js/activitytime-public.js
version: true
Readme:
path: README.txt
actus-animated-tags:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
acumulus:
ComposerFile:
class: ConfigParser
path: libraries/Siel/composer.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: lib/siel/acumulus/changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
acurax-on-click-pop-under:
Readme:
path: readme.txt
acurax-social-media-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
acw-lore:
Readme:
path: readme.txt
acymailing:
Readme:
path: readme.txt
acymailing-automation-export:
Readme:
path: readme.txt
acymailing-integration-for-contact-form-7:
Readme:
path: readme.txt
acymailing-integration-for-gravity-forms:
Readme:
path: readme.txt
acymailing-integration-for-memberpress:
Readme:
path: readme.txt
acymailing-integration-for-the-events-calendar:
Readme:
path: readme.txt
acymailing-integration-for-ultimate-member:
Readme:
path: readme.txt
acymailing-integration-for-woocommerce:
Readme:
path: readme.txt
acymailing-rss-content:
Readme:
path: readme.txt
acymailing-table-of-contents-generator:
Readme:
path: readme.txt
ad-blocks:
TranslationFile:
class: BodyPattern
path: languages/ad-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ad Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
ad-box-widtget-for-az-invest-affiliate-program:
Readme:
path: readme.txt
ad-builder-for-adrotate:
Readme:
path: readme.txt
ad-injection:
Readme:
path: readme.txt
ad-inserter:
JavascriptVar:
class: BodyPattern
path: js/ad-inserter.js
pattern: !ruby/regexp /var javascript_version = "(?<v>\d+\.[\.\d]+)";/i
version: true
StyleVar:
class: BodyPattern
path: css/ad-inserter.css
pattern: !ruby/regexp /font\-family:\ "(?<v>\d+\.[\.\d]+)"; \/\* Used for version
number/i
version: true
Readme:
path: readme.txt
ad-itt:
Readme:
path: readme.txt
ad-logger:
Readme:
path: readme.txt
ad-manager-for-wp:
Readme:
path: readme.txt
ad-music-player-lite:
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
ad-refresh-control:
Readme:
path: readme.txt
ad-rotator:
Readme:
path: readme.txt
ad-short:
QueryParameter:
files:
- ad_short.css
version: true
ada-blogs-status:
Readme:
path: readme.txt
ada-customizer-and-installer-for-accessibe:
Readme:
path: readme.txt
ada-feedwordpress-keyword-filters:
Readme:
path: readme.txt
adamrob-parallax-scroll:
StyleComment:
class: BodyPattern
path: css/parallax.css
pattern: !ruby/regexp /\*\* [^\s]+ \- V(?<v>\d+\.[\.\d]+)/i
version: true
adapter-gravity-add-on:
Readme:
path: readme.txt
adapter-widget-rows:
Readme:
path: readme.txt
adaptive-learning-with-learndash:
QueryParameter:
files:
- assets/css/al.css
- assets/js/al.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
adatosystems-friday-zmanim:
Readme:
path: readme.txt
adbase-ai-popup-growth:
Readme:
path: README.txt
adblock-alerter:
Readme:
path: readme.txt
adblock-invite:
Readme:
path: readme.txt
adblock-notify-by-bweb:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
adbuddy-adblocker-detection:
Readme:
path: readme.txt
adbutler:
QueryParameter:
files:
- js/adbutler_hb_init.js
- js/adbutler_hb_final.js
version: true
Readme:
path: readme.txt
add-a-separator:
Readme:
path: readme.txt
add-actions-and-filters:
Readme:
path: readme.txt
add-all-nav-links-to-bp-adminbar:
Readme:
path: readme.txt
add-amazon-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
add-anchor-links:
QueryParameter:
files:
- assets/css/add-anchor-links.css
version: true
add-art:
Readme:
path: readme.txt
add-autosave-fullscreen-to-tinymce:
Readme:
path: readme.txt
add-browser-search:
Comment:
pattern: !ruby/regexp /Script Generated By WP\-ABS (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
add-button-to-post:
Readme:
path: readme.txt
add-campo-rut-cf7:
Readme:
path: readme.txt
add-categories-and-tags-to-pages:
Readme:
path: readme.txt
add-categories-post-footer:
Readme:
path: readme.txt
add-category-to-pages:
Readme:
path: readme.txt
add-cloned-sites-for-wpmu-batch:
Readme:
path: readme.txt
add-code-to-head:
Readme:
path:
- readme.txt
- README.md
add-code-to-rss:
Readme:
path: readme.txt
add-comments:
Readme:
path: readme.txt
add-contributor:
Readme:
path: readme.txt
add-cookie-notice:
QueryParameter:
files:
- css/add-cookie-notice.css
- js/add-cookie-notice.js
version: true
add-custom-fields-to-media:
Readme:
path: readme.txt
add-custom-link-to-wordpress-admin-bar:
Readme:
path: readme.txt
add-custom-post-type-slugs-to-admin-body-class:
Readme:
path:
- readme.txt
- README.txt
add-customer-for-woocommerce:
Readme:
path: readme.txt
add-drafts:
Readme:
path: readme.txt
add-entries-functionality-to-wpforms:
Readme:
path: readme.txt
add-external-users:
Readme:
path: readme.txt
add-fields-to-checkout-page-woocommerce:
Readme:
path: readme.txt
add-from-server:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
add-full-svg-support:
Readme:
path: readme.txt
add-functions:
Readme:
path: readme.txt
add-google-plus-one-social-share-button:
Readme:
path: readme.txt
add-google-plusone:
Readme:
path: readme.txt
add-home-to-admin-bar:
Readme:
path: readme.txt
add-ids-to-header-tags:
Readme:
path: readme.txt
add-image-to-post:
Readme:
path: readme.txt
add-image-to-rss-feed:
Readme:
path: readme.txt
add-indent-blanks:
Readme:
path: readme.txt
add-lightbox:
Readme:
path: readme.txt
add-lightbox-title:
Readme:
path: readme.txt
add-link-post:
Readme:
path: readme.txt
add-linked-images-to-gallery-v01:
Readme:
path: readme.txt
add-links-to-pages:
Readme:
path: readme.txt
add-local-avatar:
Readme:
path: readme.txt
add-login-text:
Readme:
path: readme.txt
add-logo-to-admin:
Readme:
path: readme.txt
add-me-dichev:
Readme:
path: readme.txt
add-meta-tag-for-wordpress:
QueryParameter:
files:
- public/css/add-meta-tag-for-wordpress-public.css
- public/js/add-meta-tag-for-wordpress-public.js
version: true
add-meta-tags:
TranslationFile:
class: BodyPattern
path: add-meta-tags.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ add\-meta\-tags (?<v>\d+\.[\.\d]+)/i
version: true
add-more-files-extensions:
Readme:
path: readme.txt
add-my-networks:
Readme:
path: readme.txt
add-new-default-avatar:
Readme:
path: readme.txt
add-new-default-avatar-emrikols-fork:
Readme:
path: readme.txt
add-news-keywords:
Readme:
path: readme.txt
add-on-contact-form-7-mailpoet:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
add-on-gravity-forms-mailpoet:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
add-on-woocommerce-mailpoet:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
add-or-remove-www:
Readme:
path: readme.txt
add-payment-type-to-woocommerce-admin-email:
Readme:
path: readme.txt
add-pheedo:
Readme:
path: readme.txt
add-pinterest-conversion-tags:
Readme:
path: readme.txt
add-plain-text-email:
Readme:
path: readme.txt
add-podtrac-analytics-for-seriously-simple-podcasting:
Readme:
path: readme.txt
add-podtrac-to-seriously-simple-podcasting:
Readme:
path: readme.txt
add-post-thumbnail-shortcode:
Readme:
path: readme.txt
add-post-type-instructions:
Readme:
path: readme.txt
add-posts-to-pages:
Readme:
path: readme.txt
add-rel-lightbox:
Readme:
path: readme.txt
add-replace-affiliate-links-for-amazon:
Readme:
path: readme.txt
add-role-site-manager:
Readme:
path: README.txt
add-script-to-post:
Readme:
path: readme.txt
add-search-to-menu:
Readme:
path: readme.txt
add-shortlink-to-posts:
Readme:
path: readme.txt
add-sku-to-email-notifications-in-wp-e-commerce:
Readme:
path:
- readme.txt
- readme.md
add-style-to-post:
Readme:
path: readme.txt
add-submit-button-on-top:
Readme:
path: README.txt
add-subpage-here:
Readme:
path: readme.txt
add-tags-and-category-to-page:
Readme:
path: readme.txt
add-team-member:
Readme:
path: readme.txt
add-tiktok-advertising-pixel:
Readme:
path: readme.txt
add-to-any:
Readme:
path: README.txt
add-to-any-subscribe:
Readme:
path: README.txt
add-to-cart-button-for-divi:
Readme:
path: readme.txt
add-to-cart-rate:
Readme:
path: readme.txt
add-to-circle-widget:
Readme:
path: readme.txt
add-to-header:
Readme:
path: readme.txt
add-to-menu:
Readme:
path: readme.txt
add-to-orkut:
Readme:
path: readme.txt
add-to-post:
Readme:
path: readme.txt
add-to-social:
Readme:
path: readme.txt
add-toolbar-content-links:
Readme:
path: readme.txt
add-tweet-as-comment:
Readme:
path: readme.txt
add-twitter-pixel:
Readme:
path: readme.txt
add-url-slugs-as-body-classes:
Readme:
path: readme.txt
add-uroksu-catalog:
Readme:
path: readme.txt
add-user-autocomplete:
Readme:
path: readme.txt
add-user-meta:
Readme:
path: README.txt
add-user-metadata:
Readme:
path: readme.txt
add-user-role:
Readme:
path: readme.txt
add-users-sidebar-widget:
Readme:
path: readme.txt
add-users-to-posttype:
Readme:
path: readme.txt
add-verilog-brush-syntaxhighlighter-evolved:
Readme:
path: readme.txt
add-widgets-to-page:
Readme:
path: readme.txt
add-wpgraphql-seo:
Readme:
path: readme.txt
add-xdc-brush-to-syntaxhighlighter-evolved:
Readme:
path: readme.txt
add-youtube-video-to-media-library:
Readme:
path: readme.txt
adder-tags-fix:
Readme:
path: readme.txt
addfunc-head-footer-code:
Readme:
path: readme.txt
addfunc-mobile-detect:
Readme:
path: readme.txt
addi-simple-slider:
Readme:
path: readme.txt
addictivepoints:
Readme:
path: README.txt
additional-content:
TranslationFile:
class: BodyPattern
path: languages/additional-content.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Additional Content (?<v>\d+\.[\.\d]+)/i
version: true
additional-image-sizes:
Readme:
path: readme.txt
additional-order-costs-for-woocommerce:
Readme:
path: README.txt
additional-product-fields-for-woocommerce:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/rednaowooextraproduct.pot
pattern: !ruby/regexp /Product Options Builder for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
additional-subscription-intervals:
Readme:
path: readme.txt
addme:
Readme:
path: readme.txt
addon-elements-for-elementor-page-builder:
QueryParameter:
files:
- assets/js/animated-main.js
- assets/js/eae.js
version: true
Readme:
path: readme.txt
addon-library:
ReleaseLog:
class: BodyPattern
path: release_log.txt
pattern: !ruby/regexp /version (?<v>\d+\.[\.\d]+)/i
version: true
addon-library-layouts:
ReleaseLog:
class: BodyPattern
path: release_log.txt
pattern: !ruby/regexp /version (?<v>\d+\.[\.\d]+)/i
version: true
addon-package-for-elementor:
Readme:
path: readme.txt
addon-so-widgets-bundle:
Readme:
path: readme.txt
addon-sweetalert-contact-form-7:
Readme:
path: readme.txt
addonify-quick-view:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
addons-for-beaver-builder:
QueryParameter:
files:
- assets/css/labb-frontend.css
- assets/css/icomoon.css
- assets/js/labb-frontend.min.js
version: true
addons-for-divi:
QueryParameter:
files:
- assets/css/core.css
- assets/vendor/tippy.css
- assets/vendor/slick/slick.css
- assets/vendor/slick/slick-theme.css
- assets/vendor/popper.js
- assets/vendor/tippy.js
- assets/vendor/slick/slick.min.js
- assets/vendor/event_move.js
- assets/vendor/twentytwenty.js
- assets/js/main.js
version: true
addons-for-elementor:
Readme:
path: readme.txt
addons-for-pixel:
Readme:
path: readme.txt
addons-for-visual-composer:
QueryParameter:
files:
- includes/addons/accordion/css/style.css
- assets/css/slick.css
- includes/addons/carousel/css/style.css
- includes/addons/clients/css/style.css
- includes/addons/heading/css/style.css
- includes/addons/odometers/css/style.css
- includes/addons/piecharts/css/style.css
- includes/addons/portfolio/css/style.css
- includes/addons/posts-carousel/css/style.css
- includes/addons/pricing-table/css/style.css
- includes/addons/services/css/style.css
- includes/addons/stats-bar/css/style.css
- includes/addons/tabs/css/style.css
- includes/addons/team/css/style.css
- includes/addons/testimonials/css/style.css
- assets/css/flexslider.css
- includes/addons/testimonials-slider/css/style.css
- assets/css/lvca-frontend.css
- assets/css/icomoon.css
- includes/addons/accordion/js/accordion.min.js
- assets/js/slick.min.js
- assets/js/jquery.waypoints.min.js
- assets/js/jquery.stats.min.js
- includes/addons/odometers/js/odometer.min.js
- includes/addons/piecharts/js/piechart.min.js
- assets/js/isotope.pkgd.min.js
- assets/js/imagesloaded.pkgd.min.js
- includes/addons/portfolio/js/portfolio.min.js
- includes/addons/posts-carousel/js/posts-carousel.min.js
- includes/addons/spacer/js/spacer.min.js
- includes/addons/stats-bar/js/stats-bar.min.js
- includes/addons/tabs/js/tabs.min.js
- assets/js/jquery.flexslider.min.js
- includes/addons/testimonials-slider/js/testimonials.min.js
- assets/js/modernizr-custom.min.js
- assets/js/lvca-frontend.min.js
version: true
addpoll:
Readme:
path: readme.txt
addquicktag:
Readme:
path: readme.txt
addremove-form-outlines:
Readme:
path: readme.txt
address-autocomplete-contact-form-7:
Readme:
path: readme.txt
address-bar-ads:
Readme:
path: readme.txt
addressbook:
Readme:
path: readme.txt
addressfinder-woo:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\# AddressFinder (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptVar:
class: BodyPattern
path: addressfinder.js
pattern: !ruby/regexp /this\.version="(?<v>\d+\.[\.\d]+)"/i
version: true
addressian-for-woocommerce:
Readme:
path: readme.txt
addthis:
Comment:
xpath: //comment()[contains(., "AddThis")]
pattern: !ruby/regexp /AddThis Settings Begin/i
JavascriptVar:
xpath: //script[@data-cfasync="false"]
pattern: !ruby/regexp /wp_product_version = "wpp\-(?<v>\d+\.[\.\d]+)";/i
version: true
Readme:
path: readme.txt
addthis-all:
JavascriptVar:
xpath: //script[@data-cfasync="false"]
pattern: !ruby/regexp /wp_product_version = "wpwt\-(?<v>\d+\.[\.\d]+)";/i
version: true
addthis-follow:
JavascriptVar:
xpath: //script[@data-cfasync="false"]
pattern: !ruby/regexp /wp_product_version = "wpf\-(?<v>\d+\.[\.\d]+)";/i
version: true
addthis-related-posts:
JavascriptVar:
xpath: //script[@data-cfasync="false"]
pattern: !ruby/regexp /wp_product_version = "wprp\-(?<v>\d+\.[\.\d]+)";/i
version: true
addthis-sidebar-widget:
Readme:
path: readme.txt
addthis-smart-layers:
JavascriptVar:
xpath: //script[@data-cfasync="false"]
pattern: !ruby/regexp /wp_product_version = "wpsl\-(?<v>\d+\.[\.\d]+)";/i
version: true
addthis-xmlns:
Readme:
path: readme.txt
addthischina:
Readme:
path: readme.txt
addy-autocomplete-woocommerce:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
ade-custom-shipping:
Readme:
path: README.txt
adfever-for-wordpress:
Readme:
path: readme.txt
adfever-monetisation:
Readme:
path: readme.txt
adflex-fulfillment:
Readme:
path: readme.txt
adfly-website-monetarization:
Readme:
path: readme.txt
adfoxly:
QueryParameter:
files:
- public/vendor/jquery-confirm/jquery-confirm.min.css
- public/css/adfoxly-public.css
- public/vendor/jquery-confirm/jquery-confirm.min.js
- public/js/adfoxly-public.js
- public/js/adfoxly-public-ajax.js
version: true
Readme:
path: README.txt
adgallery-slider:
Readme:
path: readme.txt
adherder:
Readme:
path: readme.txt
adicon-server-16x16:
Readme:
path: readme.txt
adicons:
Readme:
path: readme.txt
adjacent-archive-links:
Readme:
path: readme.txt
adjusted-bounce-rate:
QueryParameter:
files:
- js/adjusted-bounce-rate.min.js
version: true
Readme:
path:
- readme.txt
- README.md
adjustly-collapse:
Readme:
path: readme.txt
adjustly-nextpage:
Readme:
path: readme.txt
adkingpro:
Readme:
path: readme.txt
adl-team:
TranslationFile:
class: BodyPattern
path: languages/at.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WordPress Blank Pot v(?<v>\d+\.[\.\d]+)/i'
version: true
adluge-visitor-tracking:
Readme:
path: readme.txt
admail-list-builder-signup-forms:
Readme:
path: README.txt
admangler:
Readme:
path: readme.txt
admazing:
Readme:
path: readme.txt
admin-ajax-search-in-backend:
Readme:
path: readme.txt
admin-alert-errors:
Readme:
path: README.txt
admin-announce:
Readme:
path: readme.txt
admin-atlex-cloud:
TranslationFile:
class: BodyPattern
path: languages/ru_RU.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Admin Atlex Cloud Plugin (?<v>\d+\.[\.\d]+)/i'
version: true
admin-author-filter:
Readme:
path: readme.txt
admin-author-notification:
Readme:
path: readme.txt
admin-bar:
TranslationFile:
class: BodyPattern
path: lang/ru_RU.po
pattern: !ruby/regexp '/Project\-Id\-Version: Admin Bar (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile2:
class: BodyPattern
path: lang/ru_RU.mo
pattern: !ruby/regexp '/Project\-Id\-Version: Admin Bar (?<v>\d+\.[\.\d]+)/i'
version: true
admin-bar-backend-search:
TranslationFile:
class: BodyPattern
path: lang/ab-backend-search-de_DE.po
pattern: !ruby/regexp /msgid "(?<v>\d+\.[\.\d]+)"/i
version: true
admin-bar-button:
Readme:
path: readme.txt
admin-bar-color:
Readme:
path:
- readme.txt
- README.md
admin-bar-hopper:
Readme:
path: readme.txt
admin-bar-hover-intent:
Readme:
path: readme.txt
admin-bar-id-menu:
Readme:
path: readme.txt
admin-bar-in-fullscreen-mode:
Readme:
path: readme.txt
admin-bar-languages:
Readme:
path:
- readme.txt
- README.md
admin-bar-plus:
Readme:
path: readme.txt
admin-bar-publish:
Readme:
path: readme.txt
admin-bar-queries:
Readme:
path: readme.txt
admin-bar-theme-switcher:
Readme:
path: readme.txt
admin-bar-toggle:
Readme:
path: readme.txt
admin-bar-tools:
Readme:
path: readme.txt
admin-bar-user-switching:
Readme:
path: readme.txt
admin-bar-wrap-fix:
QueryParameter:
files:
- admin-bar-wrap-fix.min.css
version: true
admin-big-width:
Readme:
path: readme.txt
admin-bookmarks:
Readme:
path: readme.txt
admin-can-always-comment:
Readme:
path: readme.txt
admin-category-filter:
TranslationFile:
class: BodyPattern
path: languages/post-category-filter.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Post Category Filter (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
admin-category-tree:
Readme:
path: readme.txt
admin-classic-borders:
Readme:
path: readme.txt
admin-color-schema:
Readme:
path: readme.txt
admin-color-schemes:
Readme:
path: readme.txt
admin-colors-plus-visited:
Readme:
path: readme.txt
admin-colour:
Readme:
path: readme.txt
admin-columns-for-acf-fields:
Readme:
path: readme.txt
admin-columns-icons-addon:
Readme:
path: readme.txt
admin-custom-login:
Readme:
path: readme.txt
admin-customization:
Readme:
path: readme.txt
admin-customizer:
Readme:
path: README.txt
admin-dark-mode:
Readme:
path: readme.txt
admin-dashboard-last-edits:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
admin-dropdown-categories:
Readme:
path: readme.txt
admin-edit-comment:
Readme:
path: readme.txt
admin-email-as-from-address:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
admin-expand-image-widgets:
Readme:
path: readme.txt
admin-favicon:
Readme:
path: readme.txt
admin-featured-image:
Readme:
path: readme.txt
admin-featured-thumbnail:
Readme:
path: readme.txt
admin-flush-w3tc-cache:
Readme:
path: readme.txt
admin-form-framework:
Readme:
path: readme.txt
admin-guide-dashboard-widget:
Readme:
path: README.txt
admin-hangul-font:
Readme:
path: readme.txt
admin-hide-tag-filter:
Readme:
path: readme.txt
admin-icons-manager:
Readme:
path: readme.txt
admin-in-english:
Readme:
path: readme.txt
admin-in-english-with-switch:
Readme:
path: readme.txt
admin-ip:
Readme:
path: readme.txt
admin-ip-watcher:
Readme:
path: readme.txt
admin-keys:
QueryParameter:
files:
- assets/js/mousetrap.min.js
- assets/js/mousetrap-global-bind.min.js
version: true
Readme:
path: readme.txt
admin-language-per-user:
Readme:
path: readme.txt
admin-links-plus-alp-widget:
Readme:
path: readme.txt
admin-links-sidebar-widget:
Readme:
path: readme.txt
admin-live-search:
TranslationFile:
class: BodyPattern
path: languages/admin-live-search.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Admin Live Search (?<v>\d+\.[\.\d]+)/i'
version: true
admin-locale:
Readme:
path: readme.txt
admin-login-sms-notification:
Readme:
path: readme.txt
admin-menu-editor:
Readme:
path: readme.txt
admin-menu-filter:
Readme:
path: readme.txt
admin-menu-groups:
Readme:
path: readme.txt
admin-menu-manager:
TranslationFile:
class: BodyPattern
path: languages/admin-menu-manager.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Admin Menu Manager (?<v>\d+\.[\.\d]+)/i'
version: true
admin-menu-on-right:
Readme:
path: readme.txt
admin-menu-reorder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
admin-menu-restriction:
Readme:
path: readme.txt
admin-menu-search:
Readme:
path: readme.txt
admin-menu-tamplate-plugin:
Readme:
path: readme.txt
admin-menu-tree-page-view:
Readme:
path: readme.txt
admin-meta-search:
Readme:
path: readme.txt
admin-msg-board:
Readme:
path: readme.txt
admin-note:
Readme:
path: readme.txt
admin-only-jetpack:
TranslationFile:
class: BodyPattern
path: languages/admin-only-jetpack.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Admin Only Jetpack (?<v>\d+\.[\.\d]+)/i'
version: true
admin-page-notes:
Readme:
path: readme.txt
admin-per-page-limits:
Readme:
path: readme.txt
admin-php-eval:
Readme:
path: readme.txt
admin-post-navigation:
Readme:
path: readme.txt
admin-post-reminder:
Readme:
path: readme.txt
admin-quick-panel:
Readme:
path: readme.txt
admin-quicksearch:
Readme:
path: readme.txt
admin-restriction:
Readme:
path: readme.txt
admin-search:
Readme:
path: README.md
admin-show-sticky:
Readme:
path: readme.txt
admin-site-switcher:
Readme:
path: readme.txt
admin-sms-alert:
Readme:
path: readme.txt
admin-social-shares:
Readme:
path: readme.txt
admin-spam-colour-changer:
Readme:
path: readme.txt
admin-taxonomy-autocomplete:
Readme:
path: readme.txt
admin-temp-directory:
Readme:
path: readme.txt
admin-thumbnails:
Readme:
path: readme.txt
admin-toolbar-remover:
Readme:
path: readme.txt
admin-ui:
Readme:
path: readme.txt
admin-ui-cleaner:
Readme:
path: readme.txt
admin-ui-simplificator:
Readme:
path: readme.txt
admin-user-control:
TranslationFile:
class: BodyPattern
path: languages/admin-user-control-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Admin User Control (?<v>\d+\.[\.\d]+)/i'
version: true
admin-user-message:
Readme:
path:
- readme.txt
- readme.md
admin-username-changer:
Readme:
path: readme.txt
admin-users-advances-permissions:
Readme:
path: readme.txt
admin-word-count-column:
Readme:
path: readme.txt
adminbar-on-off:
Readme:
path: readme.txt
adminhelp:
Readme:
path: readme.txt
adminimize:
Readme:
path: readme.txt
administrate-more-comments:
Readme:
path: readme.txt
administrator-access-to-pmpro-protected-content:
Readme:
path: README.txt
adminpad:
Readme:
path: readme.txt
adminpage-helper:
Readme:
path: readme.txt
adminquickbar:
Readme:
path: README.txt
admins-debug-tool:
Readme:
path: readme.txt
admitad-tracking:
TranslationFile:
class: BodyPattern
path: languages/admitadtracking.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Admitad Tracking (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile2:
class: BodyPattern
path: languages/admitadtracking-ru_RU.mo
pattern: !ruby/regexp '/Project\-Id\-Version: Admitad Tracking (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile3:
class: BodyPattern
path: languages/admitadtracking-ru_RU.po
pattern: !ruby/regexp '/Project\-Id\-Version: Admitad Tracking (?<v>\d+\.[\.\d]+)/i'
version: true
admium:
Readme:
path: readme.txt
adobe-analytics:
Readme:
path: readme.txt
adobe-dtm:
Readme:
path: readme.txt
adobe-xmp-for-wp:
TranslationFile:
class: BodyPattern
path: languages/adobe-xmp-for-wp.pot
pattern: !ruby/regexp '/n: JSM''s Adobe XMP \/ IPTC for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
adonide-faq-plugin:
Readme:
path: readme.txt
adoption:
Readme:
path: readme.txt
adplugg:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
adpop-for-wordpress:
Readme:
path: readme.txt
adquesto:
Readme:
path: readme.txt
adrecord-affiliate:
TranslationFile:
class: BodyPattern
path: languages/adrecord-affiliate.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Adrecord Affiliate (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
adresskorrektur-autocomplete-fuer-woo:
Readme:
path: readme.txt
adroll-retargeting:
Readme:
path: readme.txt
adrotate-email-add-on:
Readme:
path: readme.txt
ads-adder:
Readme:
path: readme.txt
ads-automated-creator-by-clever-ads:
Readme:
path: readme.txt
ads-campaigns:
Readme:
path: readme.txt
ads-pixel:
QueryParameter:
files:
- public/css/facebook-pixel-public.css
- public/js/facebook-pixel-public.js
version: true
Readme:
path: readme.txt
ads-txt:
Readme:
path: readme.txt
ads-wp-site-count:
Readme:
path: readme.txt
ads-wpholiday:
Readme:
path: readme.txt
ads-wploginmenu:
Readme:
path: readme.txt
adscaped-plugin:
Readme:
path: readme.txt
adseasy:
Readme:
path: readme.txt
adsense-custom-placement:
Readme:
path: readme.txt
adsense-made-easy:
Readme:
path: readme.txt
adsense-manager:
Readme:
path: readme.txt
adsense-now-lite:
Readme:
path: readme.txt
adsense-on-top:
Readme:
path: readme.txt
adsense-plugin:
QueryParameter:
files:
- css/adsns.css
version: true
adsense-privacy-policy:
Readme:
path: readme.txt
adsense-revenue-share:
Readme:
path: readme.txt
adsense-targeting:
Readme:
path: readme.txt
adsense-under-image:
Readme:
path: readme.txt
adsenseoptimizer:
Readme:
path: readme.txt
adshares:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
adsimple-cookie-manager-for-wp:
Readme:
path: readme.txt
adsimple-cookie-notice:
QueryParameter:
files:
- css/front.css
version: true
adsimple-vote:
TranslationFile:
class: BodyPattern
path: languages/adsimple-vote-de_DE.po
pattern: !ruby/regexp /\# @version (?<v>\d+\.[\.\d]+)/i
version: true
adsoptimal:
Readme:
path:
- README.txt
- README.md
adspeed-ad-server:
Readme:
path: readme.txt
adsplacer:
Readme:
path: readme.txt
adtaily-widget-light:
Readme:
path: readme.txt
adthrive-ads:
Readme:
path: readme.txt
adtoniq-express:
Readme:
path: readme.txt
adtrails-utm-grabber:
QueryParameter:
files:
- assets/css/utmv_grabber.css
- assets/js/jquery.cookie.js
- assets/js/utmv_grabber.js
version: true
adult-confirmation:
Readme:
path: README.txt
adunblock:
Readme:
path: readme.txt
adv-geoip-redirect:
Readme:
path: readme.txt
advance-bank-payment-transfer-gateway:
Readme:
path:
- readme.txt
- README.md
advance-category-posts-widget:
QueryParameter:
files:
- assets/owl.carousel.min.js
version: true
advance-login-style:
Readme:
path: readme.txt
advance-news-ticker:
QueryParameter:
files:
- assets/js/advance-news-ticker.js
version: true
advance-portfolio-grid:
Readme:
path: readme.txt
advance-pricing-table:
QueryParameter:
files:
- assets/css/main.css
version: true
advance-social-icons:
QueryParameter:
files:
- css/asi-frontend.css
version: true
Readme:
path: readme.txt
advance-waitlist:
Readme:
path: readme.txt
advance-wc-analytics:
Readme:
path: readme.txt
advance-wp-query-search-filter:
Readme:
path: readme.txt
advance-wp-redirect:
Readme:
path: readme.txt
advance-your-editor:
Readme:
path: readme.txt
advanced-access-manager:
Readme:
path: readme.txt
advanced-addons-for-elementor:
Readme:
path: readme.txt
advanced-ads:
QueryParameter:
files:
- public/assets/js/advanced.js
version: true
Readme:
path: readme.txt
advanced-ads-pro:
QueryParameter:
files:
- modules/click-fraud-protection/assets/js/cfp.min.js
version: true
advanced-ads-responsive:
QueryParameter:
files:
- public/assets/js/script.js
version: true
advanced-ads-slider:
QueryParameter:
files:
- public/assets/css/unslider.css
- public/assets/css/slider.css
- public/assets/js/unslider.min.js
- public/assets/js/jquery.event.move.js
- public/assets/js/jquery.event.swipe.js
version: true
advanced-ads-sticky-ads:
QueryParameter:
files:
- public/assets/js/sticky.js
version: true
advanced-ads-tracking:
QueryParameter:
files:
- public/assets/js/ga-tracking.js
- public/assets/js/script.js
version: true
advanced-adsense:
Readme:
path: readme.txt
advanced-ajax-page-loader:
Readme:
path: readme.txt
advanced-author-bio:
Readme:
path: readme.txt
advanced-author-exposed:
Readme:
path: readme.txt
advanced-auto-update-disable-tlc:
Readme:
path: readme.txt
advanced-backgrounds:
QueryParameter:
files:
- assets/awb/awb.css
- assets/awb/awb.min.css
version: true
advanced-backwpup-s3-destinations:
Readme:
path: readme.txt
advanced-blog-metrics:
Readme:
path: readme.txt
advanced-blogroll:
Readme:
path: readme.txt
advanced-bootstrap-blocks:
Readme:
path: readme.txt
advanced-category-and-custom-taxonomy-image:
Readme:
path: readme.txt
advanced-category-column:
TranslationFile:
class: BodyPattern
path: languages/advanced-cc-es_ES.po
pattern: !ruby/regexp /\#~ "is tested with WP up to version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
advanced-category-excluder:
Readme:
path: README.txt
advanced-cf7-db:
QueryParameter:
files:
- public/css/advanced-cf7-db-public.css
- public/js/advanced-cf7-db-public.js
version: true
Readme:
path: README.txt
advanced-chart-for-elementor:
Readme:
path: readme.txt
advanced-comment-control:
Readme:
path: readme.txt
advanced-comments:
Readme:
path: readme.txt
advanced-comments-moderation:
Readme:
path: readme.txt
advanced-coupon-conditions-for-woocommerce:
QueryParameter:
files:
- public/css/dc-accfw-public.css
- public/js/dc-accfw-public.js
version: true
advanced-coupons-for-woocommerce-free:
Readme:
path: readme.txt
advanced-cron-manager:
Readme:
path: readme.txt
advanced-css3-related-posts-widget:
Readme:
path: readme.txt
advanced-csv-importer:
Readme:
path: readme.txt
advanced-currency-switcher:
Readme:
path: readme.txt
advanced-custom-field-repeater-collapser:
Readme:
path: readme.txt
advanced-custom-field-widget:
Readme:
path: readme.txt
advanced-custom-fields:
Readme:
path: readme.txt
advanced-custom-fields-address-field-add-on:
Readme:
path: readme.txt
advanced-custom-fields-code-area-field:
Readme:
path: readme.txt
advanced-custom-fields-contact-form-7-field:
Readme:
path: readme.txt
advanced-custom-fields-font-awesome:
Readme:
path: readme.txt
advanced-custom-fields-leaflet-field:
Readme:
path: readme.txt
advanced-custom-fields-limiter-field:
Readme:
path: readme.txt
advanced-custom-fields-link-picker-field:
Readme:
path: readme.txt
advanced-custom-fields-location-field-add-on:
Readme:
path:
- README.txt
- README.md
advanced-custom-fields-markdown:
Readme:
path: readme.txt
advanced-custom-fields-menu-field:
Readme:
path: readme.txt
advanced-custom-fields-menu-field-add-on:
Readme:
path: readme.txt
advanced-custom-fields-migrator:
Readme:
path: readme.txt
advanced-custom-fields-multiple-coordinates:
Readme:
path: readme.txt
advanced-custom-fields-nav-menu-field:
Readme:
path: readme.txt
advanced-custom-fields-nextgen-gallery-custom-field:
Readme:
path: readme.txt
advanced-custom-fields-nextgen-gallery-field-add-on:
Readme:
path: readme.txt
advanced-custom-fields-number-slider:
Readme:
path: readme.txt
advanced-custom-fields-oembed-field:
Readme:
path: readme.txt
advanced-custom-fields-row-field:
Readme:
path: README.txt
advanced-custom-fields-shortcode-field:
Readme:
path: readme.txt
advanced-custom-fields-sites-field:
Readme:
path: readme.txt
advanced-custom-fields-table-field:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: lang/acf-table-pl_PL.po
pattern: !ruby/regexp '/\#\. Fields: Table Field (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
advanced-custom-fields-taxonomy-field-add-on:
Readme:
path: readme.txt
advanced-custom-fields-widget:
Readme:
path: readme.txt
advanced-custom-fields-widget-area-field:
Readme:
path: readme.txt
advanced-custom-fields-widget-relationship-field-add-on:
Readme:
path: readme.txt
advanced-custom-post-search:
Readme:
path: readme.txt
advanced-custom-routes-custom-endpoints-for-wp-rest-api:
Readme:
path: README.txt
advanced-custom-sort:
Readme:
path: readme.txt
advanced-custom-types-for-divi:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/Version: Advanced Custom Types for Divi (?<v>\d+\.[\.\d]+)/i'
version: true
advanced-custom-widget:
QueryParameter:
files:
- assets/css/advanced-custom-widget-admin.min.css
version: true
advanced-dashboard-cleaner:
Readme:
path: readme.txt
advanced-database-cleaner:
TranslationFile:
class: BodyPattern
path: languages/advanced-db-cleaner.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Advanced Database Cleaner (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
advanced-database-replacer:
Readme:
path: readme.txt
advanced-disable-parent-menu-link:
Readme:
path: readme.txt
advanced-earthquake-monitor:
Readme:
path: readme.txt
advanced-excerpt:
Readme:
path: readme.txt
advanced-exit-popup:
Readme:
path: readme.txt
advanced-export:
Readme:
path: readme.txt
advanced-export-for-wp-wpmu:
Readme:
path: readme.txt
advanced-featured-post-widget:
Readme:
path: readme.txt
advanced-floating-sliding-panel:
QueryParameter:
files:
- public/css/advanced-floating-sliding-panel-public.css
- public/css/font-awesome.css
version: true
advanced-footnotes:
QueryParameter:
files:
- assets/css/advanced-footnotes.css
- assets/js/advanced-footnotes.js
version: true
advanced-form-integration:
Readme:
path: README.txt
advanced-forms-paypal-payment-buttons:
QueryParameter:
files:
- public/css/advanced-forms-paypal-payment-buttons-public.css
version: true
advanced-iframe:
Readme:
path: readme.txt
advanced-image-hover-effect-for-elementor:
Readme:
path: readme.txt
advanced-image-styles:
Readme:
path: readme.txt
advanced-import:
Readme:
path: readme.txt
advanced-invisible-anti-spam:
Readme:
path: readme.txt
advanced-js-defer:
Readme:
path: readme.txt
advanced-lazy-load:
Readme:
path: readme.txt
advanced-login-form:
Readme:
path: readme.txt
advanced-mailto-links:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/js/mailtoui-min.js
version: true
advanced-media-button-remover:
Readme:
path: readme.txt
advanced-menu-widget:
Readme:
path: readme.txt
advanced-meta-widget:
Readme:
path: readme.txt
advanced-most-recent-posts:
Readme:
path: readme.txt
advanced-most-recent-posts-mod:
Readme:
path: readme.txt
advanced-navigation-menus:
Readme:
path: readme.txt
advanced-nocaptcha-recaptcha:
Readme:
path: readme.txt
advanced-options-for-woocommerce:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/advanced-options-for-woocommerce-he_IL.po
pattern: !ruby/regexp '/rsion: Advanced Options for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
advanced-page-visit-counter:
QueryParameter:
files:
- public/css/advanced-page-visit-counter-public.css
- public/js/advanced-page-visit-counter-public.js
version: true
Readme:
path: README.txt
advanced-percentages-and-numbers:
Readme:
path: readme.txt
advanced-permalinks:
Readme:
path: readme.txt
advanced-plugin-search:
QueryParameter:
files:
- css/klick-aps-ui.min.css
- js/klick-aps-ui.min.js
version: true
advanced-plugin-view:
QueryParameter:
files:
- css/klick-apv-ui.min.css
- js/klick-apv-ui.min.js
version: true
advanced-popups:
QueryParameter:
files:
- public/css/advanced-popups-public.css
- public/js/advanced-popups-public.js
version: true
Readme:
path: README.txt
advanced-portfolio:
QueryParameter:
files:
- public/assets/css/style.css
- public/assets/css/responsive.css
- public/assets/css/custom.css
- public/assets/js/isotope.min.js
- public/assets/js/scripts.js
version: true
advanced-post-excerpt:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
advanced-post-image:
Readme:
path: readme.txt
advanced-posts-per-page:
Readme:
path: readme.txt
advanced-product-fields-for-woocommerce:
Readme:
path: readme.txt
advanced-product-search-for-woo:
Readme:
path: readme.txt
advanced-product-wishlist-for-woo:
QueryParameter:
files:
- public/css/advanced-product-wishlist-for-woocomerce-public.css
- public/js/advanced-product-wishlist-for-woocomerce-public.js
version: true
Readme:
path: README.txt
advanced-random-posts:
Readme:
path: readme.txt
advanced-random-posts-widget:
TranslationFile:
class: BodyPattern
path: languages/advanced-random-posts-widget.pot
pattern: !ruby/regexp '/d\-Version: Advanced Random Posts Widget (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
advanced-real-estate-mortgage-calculator:
Readme:
path: readme.txt
advanced-recent-posts-widget:
Readme:
path: readme.txt
advanced-responsive-video-embedder:
Readme:
path: readme.txt
advanced-s3-uploads-config:
Readme:
path: readme.txt
advanced-search-by-my-solr-server:
Readme:
path: readme.txt
advanced-search-widget:
Readme:
path: readme.txt
advanced-sequential-order-number-for-woocommerce:
Readme:
path: README.txt
advanced-sermons:
Readme:
path: readme.txt
QueryParameter:
files:
- styling/asp-frontend.css
version: true
advanced-settings:
Readme:
path: readme.txt
advanced-sidebar-menu:
Readme:
path: readme.txt
advanced-sitemap-generator:
Readme:
path: readme.txt
advanced-spoiler:
QueryParameter:
files:
- css/advanced-spoiler.css
- js/jquery-spoiler.js
version: true
Readme:
path: readme.txt
advanced-sticky-posts:
Readme:
path: readme.txt
advanced-tag-list:
Readme:
path: readme.txt
advanced-tag-search:
Readme:
path: readme.txt
advanced-tagline:
Readme:
path: readme.txt
advanced-team:
QueryParameter:
files:
- public/css/advanced-team-public.css
- public/js/advanced-team-public.js
version: true
advanced-team-showcase:
QueryParameter:
files:
- assets/js/atmswc-script.js
version: true
Readme:
path: readme.txt
advanced-testimonial-for-wp:
TranslationFile:
class: BodyPattern
path: languages/itt_testimonial_textdomain-en_US.po
pattern: !ruby/regexp /Version:\ iThemeland Testimonial For WP v(?<v>\d+\.[\.\d]+)/i
version: true
advanced-testimonials:
QueryParameter:
files:
- public/css/advanced-testimonial-public.css
- public/js/advanced-testimonial-public.js
version: true
advanced-theme-search:
QueryParameter:
files:
- css/klick-ats-ui.min.css
- js/klick-ats-ui.min.js
version: true
advanced-twitter:
Readme:
path: readme.txt
advanced-twitter-profile-widget:
TranslationFile:
class: BodyPattern
path: languages/atpw-pl_PL.po
pattern: !ruby/regexp /ersion:\ Advanced Twitter Profile Widget (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
advanced-twitter-widget:
Readme:
path: readme.txt
advanced-typekit:
Readme:
path: readme.txt
advanced-user-agent-displayer:
Readme:
path: readme.txt
advanced-videobox:
Readme:
path: readme.txt
advanced-what-should-we-write-about-next:
Readme:
path: readme.txt
advanced-widgets:
Readme:
path: readme.txt
advanced-widgets-for-elementor:
QueryParameter:
files:
- assets/vendor/css/font-awesome.min.css
- assets/fonts/style.min.css
- assets/css/alert.css
- assets/js/aae.js
version: true
Readme:
path: readme.txt
advanced-woo-labels:
Readme:
path: readme.txt
advanced-wordpress-theme-editor:
MetaTag:
class: Xpath
xpath: //meta[@name="advthemeeditor"]/@content
pattern: !ruby/regexp /advthemeeditor\/(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
advanced-wp-columns:
Readme:
path: readme.txt
advanced-wp-table:
TranslationFile:
class: BodyPattern
path: languages/advanced-wp-table.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Advanced WP Table (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
advanced-wp-testimonial:
Readme:
path: readme.txt
advanced-wpbakery-addons-formerly-visual-composer:
Readme:
path: readme.txt
advanced-wpmu-plugin-manager:
Readme:
path: readme.txt
advanced-xprofile-fields-for-buddypress:
TranslationFile:
class: BodyPattern
path: languages/advanced-xprofile-fields-for-buddypress.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
advanced-youtube-widget:
Readme:
path: readme.txt
advent-calender:
Readme:
path: README.txt
adventure-bucket-list:
QueryParameter:
files:
- public/css/wp-abl-plugin-public.css
- public/js/wp-abl-plugin-public.js
version: true
advert:
QueryParameter:
files:
- js/advertfe.min.js
version: true
advertise-in-text:
Readme:
path: readme.txt
advertisement-space:
QueryParameter:
files:
- public/css/advertisement-space-public.css
- public/js/advertisement-space-public.js
version: true
advertising-management:
Readme:
path: readme.txt
advertsafe:
Readme:
path: readme.txt
adverttus:
Readme:
path: readme.txt
advice-advertorials:
Readme:
path: readme.txt
advice-box:
QueryParameter:
files:
- public/css/advice-box-public.css
- public/js/advice-box-public.js
version: true
advisr-toolbox:
QueryParameter:
files:
- public/css/advisr-toolbox-public.css
- public/css/vendor/custombox/custombox.min.css
- public/css/vendor/fontawesome/css/font-awesome.min.css
- public/js/vendor/bootstrap/js/bootstrap.min.js
- public/js/vendor/custombox/dist/custombox.min.js
- public/js/vendor/hs.core.js
- public/js/vendor/hs.modal-window.js
version: true
advocate-marketing:
Readme:
path: readme.txt
adwised:
Readme:
path: readme.txt
adwol-werbung:
Readme:
path: readme.txt
adwork-media-ez-content-locker:
Readme:
path: readme.txt
adzan-and-iqamah-times-a-simple-reminder:
Readme:
path: readme.txt
ae-connect:
QueryParameter:
files:
- public/css/ae-connect-public.css
version: true
ae-syntax:
Readme:
path: readme.txt
ae-visitor:
Readme:
path: readme.txt
aeiou:
Readme:
path: readme.txt
aeroleads-contact-us-details:
Readme:
path: README.txt
aesop-story-engine:
QueryParameter:
files:
- public/assets/js/ai-core.min.js
version: true
af-tell-a-friend:
Readme:
path: readme.txt
afables:
Readme:
path: readme.txt
affiliando-vergleichsrechner:
Readme:
path: readme.txt
affiliate-codecanyon-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
affiliate-coupons:
QueryParameter:
files:
- public/css/styles.min.css
- public/js/scripts.min.js
version: true
affiliate-disclosure-for-woocommerce:
Readme:
path: readme.txt
affiliate-disclosure-statement:
Readme:
path: readme.txt
affiliate-hoover:
Readme:
path: readme.txt
affiliate-link-tracker:
Readme:
path: readme.txt
affiliate-links-manager:
Readme:
path: readme.txt
affiliate-links-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
affiliate-mlm-party-plan:
Readme:
path: readme.txt
affiliate-payday-clickbank-ads:
Readme:
path: readme.txt
affiliate-plus:
Readme:
path: readme.txt
affiliate-press:
Readme:
path: readme.txt
affiliate-rating-for-amazon:
Readme:
path: readme.txt
affiliate-shortcodes-for-amazon:
Readme:
path: readme.txt
affiliate-videohive-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
affiliatebooster-blocks:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
affiliately:
Readme:
path: readme.txt
affiliates:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
affiliates-buddypress:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
affiliates-ecwid-light:
Readme:
path: readme.txt
affiliates-eshop-light:
Readme:
path: readme.txt
affiliates-events-manager:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
affiliates-formidable:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
affiliates-jigoshop-light:
Readme:
path: readme.txt
affiliates-manager:
Comment:
xpath: //comment()[contains(., "Affiliates Manager")]
pattern: !ruby/regexp /Affiliates Manager plugin v(?<v>\d+\.[\.\d]+)/i
version: true
affiliates-manager-mailpoet-integration:
Readme:
path: readme.txt
affiliates-manager-paid-membership-pro-integration:
Readme:
path: readme.txt
affiliates-manager-simple-membership-integration:
Readme:
path: readme.txt
affiliates-manager-woocommerce-subscription-integration:
Readme:
path: readme.txt
affiliates-ninja-forms:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
affiliates-ready-light:
Readme:
path: readme.txt
affiliates-woocommerce-light:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
affiliates-wp-e-commerce:
Readme:
path: readme.txt
affiliatewp-affiliate-banners-widget:
Readme:
path: readme.txt
affiliatewp-blocks:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
affiliatewp-getresponse-add-on:
Readme:
path: readme.txt
affiliatewp-starting-affiliate-id:
Readme:
path: readme.txt
affilicious:
QueryParameter:
files:
- assets/public/dist/css/universal-box.min.css
- assets/public/dist/js/universal-box.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
affilinet-performance-module:
Readme:
path: readme.txt
affilitate-link-cookie-maker:
Readme:
path: readme.txt
affilizr:
Readme:
path: readme.txt
affinityclick-blog-integration:
Readme:
path: README.txt
affylite:
Readme:
path: readme.txt
aforms-form-builder-for-price-calculator-cost-estimation:
Readme:
path: readme.txt
african-flag-widget:
Readme:
path: readme.txt
afs-analytics-for-woocommerce:
Comment:
xpath: //comment()[contains(., "FS Analytic")]
pattern: !ruby/regexp /FS Analytic V7\- Plugin for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
after-comment-prompts:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
after-content:
Readme:
path: readme.txt
after-the-deadline-for-buddypress:
Readme:
path: readme.txt
afterread:
Readme:
path: readme.txt
aftership-woocommerce-tracking:
Readme:
path: readme.txt
ag-custom-admin:
Readme:
path: readme.txt
ag-twitter:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
agb-checkbox:
Readme:
path: readme.txt
age-calculator:
Readme:
path: readme.txt
age-checkbox-for-woocommerce:
Readme:
path: readme.txt
age-gate:
QueryParameter:
files:
- public/css/age-gate-public.css
version: true
age-gate-lite:
Readme:
path: readme.txt
age-gate-plus:
Readme:
path: README.txt
age-gate-user-registration:
Readme:
path: README.txt
age-okay:
Comment:
xpath: //comment()[contains(., "age-okay")]
pattern: !ruby/regexp /lic\/css\/age\-okay\-public\-ie9\-min\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/age-okay-public-min.css
- public/js/age-okay-public-min.js
version: true
Readme:
path: README.txt
age-restriction-18-for-checkout-fields:
Readme:
path: readme.txt
age-verify:
TranslationFile:
class: BodyPattern
path: languages/age-verify.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Age Verify (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
aged-content-message:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
agenda-editor:
Readme:
path:
- readme.txt
- README.md
agent-image-news:
Readme:
path: readme.txt
agenteasy-properties:
Readme:
path: readme.txt
agentpress-listings-taxonomy-reorder:
Readme:
path: readme.txt
agentpress-permissions:
Readme:
path: readme.txt
ageverify:
Readme:
path: readme.txt
aggregator-advanced-settings:
Readme:
path: readme.txt
aghai-accessibility:
Readme:
path: readme.txt
agile-crm-contact-form-7-forms:
Readme:
path: readme.txt
agile-store-locator:
QueryParameter:
files:
- public/css/all-css.min.css
- public/css/asl_responsive.css
- public/css/asl.css
- public/js/libs_new.min.js
version: true
agile-whatsapp-share:
TranslationFile:
class: BodyPattern
path: languages/agile_whatsapp_share.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Whatsapp Share v(?<v>\d+\.[\.\d]+)/i'
version: true
agnosia-bootstrap-carousel:
Readme:
path:
- readme.txt
- README.md
agree-on-a-date:
Readme:
path: readme.txt
agreeable:
Readme:
path: readme.txt
agregador-de-links-pastando:
Readme:
path: readme.txt
ah-o2:
Readme:
path: readme.txt
ahachat-messenger-marketing:
QueryParameter:
files:
- assets/css/ahachat_frontend.css
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
ahalogy-wp:
Comment:
xpath: //comment()[contains(., "Ahalogy")]
pattern: !ruby/regexp /Ahalogy wordpress plugin \[version (?<v>\d+\.[\.\d]+)\]/i
version: true
ahax:
Readme:
path: readme.txt
ahmeti-wp-guzel-sozler:
Readme:
path: readme.txt
ahmeti-wp-timeline:
Readme:
path: readme.txt
ahrefs-seo:
Readme:
path: readme.txt
ai-code-highlighter:
Readme:
path: README.txt
ai-data-science-templates-for-elementor:
Readme:
path: readme.txt
ai-disable-comments:
Readme:
path: readme.txt
ai-generated-faces:
Readme:
path: readme.txt
ai-responsive-gallery-album:
Readme:
path: readme.txt
aiaibot:
QueryParameter:
files:
- public/js/aiaibot-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/aiaibot.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: aiaibot (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
aibuy-player:
QueryParameter:
files:
- public/css/aibuy_simple_content_video_player-public.css
- public/js/aibuy_simple_content_video_player-public.js
version: true
aiderss-wordpress-plugin:
Readme:
path: readme.txt
aiirs-artificial-intelligence-image-resizer:
Readme:
path: readme.txt
aim-style-vault:
Readme:
path: readme.txt
aims-textarea-wordcount-withwithout-space-for-contact-form-7:
Readme:
path: readme.txt
aino-blocks:
Readme:
path: readme.txt
ainow:
QueryParameter:
files:
- assets/css/front.css
- assets/scripts/front.js
version: true
aio-cache:
Readme:
path: readme.txt
aio-contact-lite:
QueryParameter:
files:
- vendor/animate/animate.min.css
- vendor/fontawesome-free/all.min.css
- public/css/aio-contact-lite-public.min.css
- public/js/aio-contact-lite-public.min.js
version: true
Readme:
path: README.txt
aio-files-excluder:
Readme:
path: readme.txt
aio-for-divi:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Divi AiO (?<v>\d+\.[\.\d]+)/i'
version: true
aioseo-multibyte-descriptions:
Readme:
path: readme.txt
aipmagazine:
Readme:
path: readme.txt
air-horn:
Readme:
path: readme.txt
air-quality-data-from-foobot:
Readme:
path: readme.txt
air-suggest-upsell:
Readme:
path: readme.txt
airetnals:
Readme:
path: readme.txt
airi-demo-importer:
Readme:
path: README.txt
airline-tickets:
Readme:
path: readme.txt
airliners-widget:
Readme:
path: readme.txt
airplane:
Readme:
path: README.txt
airplane-mode:
Readme:
path: readme.txt
airstory:
TranslationFile:
class: BodyPattern
path: languages/airstory.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Airstory (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
airsuggest-for-blogs:
Readme:
path: readme.txt
airsuggest-store-for-blogs:
Readme:
path: README.txt
ais-ip-blocker:
Readme:
path: readme.txt
aistear-ga-ranking:
Readme:
path: readme.txt
aitu-releated-posts-with-thumbnails:
Readme:
path: readme.txt
aixorder:
Readme:
path: readme.txt
aj-easy-calculator:
Readme:
path: readme.txt
aj-todo:
Readme:
path: readme.txt
ajar-productions-in5-embed:
QueryParameter:
files:
- assets/css/public.css
- assets/js/screenfull.js
- assets/js/public.js
version: true
Readme:
path: readme.txt
ajax-add-to-cart-on-hover:
QueryParameter:
files:
- "/font-awesome.min.css"
- custom.js
version: true
ajax-archives:
Readme:
path: readme.txt
ajax-bootmodal-login:
Readme:
path: readme.txt
ajax-calendar:
Readme:
path: readme.txt
ajax-campaign-monitor-forms:
Readme:
path: readme.txt
ajax-comment-loading:
Readme:
path: readme.txt
ajax-comment-pager:
Readme:
path: README.txt
ajax-comment-preview:
Readme:
path: readme.txt
ajax-contact-form:
Readme:
path: readme.txt
ajax-contact-forms:
TranslationFile:
class: BodyPattern
path: languages/acfw30-en_US.po
pattern: !ruby/regexp '/Project\-Id\-Version: Ajax Contact Forms v(?<v>\d+\.[\.\d]+)/i'
version: true
ajax-contact-me:
Readme:
path: readme.txt
ajax-content-browser:
QueryParameter:
files:
- assets/css/acb.css
- assets/js/jquery-tiptip/jquery-tiptip.js
- assets/js/jquery-simplebar/jquery-simplebar.js
- assets/js/frontend/acb.js
version: true
ajax-dropdowns:
QueryParameter:
files:
- "/assets/css/ajaxd.css"
version: true
Readme:
path: readme.txt
ajax-easy-attendance-list:
Readme:
path: readme.txt
ajax-extend:
Readme:
path: readme.txt
ajax-filter-posts:
QueryParameter:
files:
- assets/js/ajax-filter-posts.js
version: true
ajax-for-all:
Readme:
path: readme.txt
ajax-force-comment-preview:
Readme:
path: readme.txt
ajax-heartbeat-tool:
Readme:
path:
- readme.txt
- README.md
ajax-load-more:
Readme:
path: README.txt
ajax-load-more-by-bkker-theme:
QueryParameter:
files:
- css/ajax-load-more-by-bkker-theme.css
- js/ajax-load-more-by-bkker-theme.js
version: true
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp /msgid "Version (?<v>\d+\.[\.\d]+)/i
version: true
ajax-load-more-for-elementor:
Readme:
path: readme.txt
ajax-load-more-for-relevanssi:
Readme:
path: README.txt
ajax-load-more-for-terms:
Readme:
path: README.txt
ajax-login:
Readme:
path: readme.txt
ajax-login-registration:
QueryParameter:
files:
- public/css/library-book-search-public.css
- public/js/jquery.validate.js
- public/js/ajax-login-registration-public.js
version: true
ajax-login-widget:
Readme:
path: readme.txt
ajax-loginregister:
Readme:
path: readme.txt
ajax-manufactory:
QueryParameter:
files:
- js/jx.js
version: true
ajax-page-loader:
Readme:
path: readme.txt
ajax-page-loader-15:
Readme:
path: readme.txt
ajax-post-carousel:
Readme:
path: readme.txt
ajax-post-filter:
Readme:
path: readme.txt
ajax-post-meta:
Readme:
path: readme.txt
ajax-product-search:
Readme:
path: README.txt
ajax-random-posts:
Readme:
path: readme.txt
ajax-read-more:
QueryParameter:
files:
- ajax-read-more.js
version: true
Readme:
path: readme.txt
ajax-referer-fix:
Readme:
path: readme.txt
ajax-save-post:
Readme:
path: readme.txt
ajax-scroll:
Readme:
path: readme.txt
ajax-search:
Readme:
path: readme.txt
ajax-search-for-woocommerce:
Readme:
path: readme.txt
ajax-search-lite:
QueryParameter:
files:
- css/style.basic.css
- css/style-simple-red.css
- js/min/jquery.ajaxsearchlite.min.js
version: true
Readme:
path: readme.txt
ajax-table-with-custom-crud-api:
Readme:
path:
- readme.txt
- README.md
ajax-thumbnail-rebuild:
Readme:
path: readme.txt
ajax-weather:
Readme:
path: readme.txt
ajax-widget-area:
Readme:
path: readme.txt
ajax-wp-query-search-filter:
Readme:
path: readme.txt
ajax-yandexmetrika:
Readme:
path: readme.txt
ajaxcoderender:
Readme:
path: readme.txt
ajaxed-comments:
Readme:
path: readme.txt
ajaxed-registration-page:
Readme:
path: readme.txt
ajaxed-twitter-for-wordpress:
Readme:
path: readme.txt
ajaxify:
Readme:
path: readme.txt
ajaxify-contact-form:
Readme:
path: readme.txt
ajaxify-faqtastic:
QueryParameter:
files:
- css/ajaxify-faqtastic.css
- js/ajaxify-faqtastic.js
version: true
Readme:
path: readme.txt
ajaxify-filters:
TranslationFile:
class: BodyPattern
path: language/ajaxify-filters-en_US.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Ajaxify filters (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ajaxify-wp-post-comment-form:
Readme:
path: README.txt
ajaxize:
Readme:
path: readme.txt
ajdg-user-cleaner:
Readme:
path: readme.txt
ajs-footnotes:
Readme:
path: readme.txt
ajungo:
Readme:
path: readme.txt
ak-menu-icons-lite:
QueryParameter:
files:
- css/font-awesome.min.css
version: true
akfeatured-post-widget:
Readme:
path: readme.txt
aki-toolset:
Readme:
path: readme.txt
akismet:
Readme:
path: readme.txt
akismet-htaccess-writer:
Readme:
path: readme.txt
akismet-notifier:
Readme:
path: readme.txt
akismet-privacy-policies:
Readme:
path: readme.txt
akismet-spam-count:
Readme:
path: readme.txt
aklamator-popup:
QueryParameter:
files:
- assets/js/popup.js
version: true
akpc-widget:
Readme:
path: readme.txt
akvorrat-online-demo-austria:
Readme:
path: readme.txt
akwplightbox:
Readme:
path: readme.txt
akwpuploader-alternative-wordpress-image-uploader:
Readme:
path: readme.txt
al3x-file-manager:
Readme:
path: readme.txt
alan-html-cache:
Readme:
path: readme.txt
album-and-image-gallery-plus-lightbox:
QueryParameter:
files:
- assets/css/magnific-popup.css
- assets/css/slick.css
- assets/css/aigpl-public.css
version: true
album-cover-finder:
Readme:
path: readme.txt
albumize:
Readme:
path: readme.txt
albus:
Readme:
path: readme.txt
alc:
Readme:
path: readme.txt
alchemist-ajax-upload:
Readme:
path: readme.txt
alchemyst-forms:
QueryParameter:
files:
- vendor/bootstrap/css/bootstrap.css
- css/datepicker.css
- js/frontend.js
version: true
ald-image-gallery:
QueryParameter:
files:
- js/ald-script.js
version: true
alemha-watermark:
Readme:
path: readme.txt
alert-me:
Readme:
path: readme.txt
alert-notice-boxes:
Readme:
path: readme.txt
alertme:
Readme:
path: readme.txt
alerts-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
alertwire:
Readme:
path: readme.txt
alewb-image-widget:
Readme:
path: readme.txt
alex-player:
QueryParameter:
files:
- media-engine.css
- media-engine.js
- alex-player.js
version: true
Readme:
path: README.txt
alex-syntax-highlighter:
Readme:
path: readme.txt
alex-wrong-password:
Readme:
path: readme.txt
alexa-rank-widget:
Readme:
path: readme.txt
alexa-traffic-widget:
Readme:
path: readme.txt
alexarank:
MetaTag:
class: Xpath
xpath: //meta[@name="alexarank"]/@content
version: true
pattern: !ruby/regexp /alexarank\/(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
alfie-the-productfeedtool-wp-plugin:
Readme:
path: readme.txt
alfred-click-collect:
Readme:
path: Readme.txt
alfred-easy-shipping:
Readme:
path: Readme.txt
ali2woo-lite:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)(?!.*\d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
aliffiliate-shortcodes:
Readme:
path: readme.txt
align-text-edge:
QueryParameter:
files:
- js/align-text-edge.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/align-text-edge.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Align Text Edge (?<v>\d+\.[\.\d]+)/i
version: true
aliiike-web-recommender-system:
Readme:
path: readme.txt
alink-tap:
Readme:
path: README.txt
alipay:
Readme:
path: readme.txt
alipay-donate:
Readme:
path: readme.txt
alive5:
QueryParameter:
files:
- public/css/alive5-public.css
- public/js/alive5-public.js
version: true
alive5-chat:
Readme:
path: readme.txt
alkanecode:
Readme:
path: readme.txt
alkivia:
QueryParameter:
files:
- style.css
version: true
alkubot:
TranslationFile:
class: BodyPattern
path: languages/Alkubot-en_US.po
pattern: !ruby/regexp '/roject\-Id\-Version: WooCommerce Alkubot v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
all-404-redirect-to-homepage:
Readme:
path: readme.txt
all-bd-mobile-payments-gateway:
Readme:
path: readme.txt
all-due-credit:
Readme:
path: readme.txt
all-file-type-support:
Readme:
path: readme.txt
all-image-list:
Readme:
path: readme.txt
all-in-all-image-hover-effect:
TranslationFile:
class: BodyPattern
path: cu-framework/languages/zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
all-in-one-analytics:
QueryParameter:
files:
- public/js/analytics/analytics.min.js
version: true
Readme:
path: README.txt
all-in-one-bookmarking-button:
Readme:
path: readme.txt
all-in-one-cufon:
Readme:
path: readme.txt
all-in-one-debug-lab:
Readme:
path: readme.txt
all-in-one-event-calendar:
QueryParameter:
files:
- public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css
version: true
TranslationFile:
class: BodyPattern
path: language/all-in-one-event-calendar.po
pattern: !ruby/regexp /n:\ All\-in\-One Event Calendar by Time\.ly (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
all-in-one-event-calendar-fix:
Readme:
path: readme.txt
all-in-one-favicon:
Comment:
pattern: !ruby/regexp /All in one Favicon (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
all-in-one-gallery:
Readme:
path: readme.txt
all-in-one-invite-codes:
QueryParameter:
files:
- assets/js/front.js
version: true
Readme:
path: readme.txt
all-in-one-messenger:
Readme:
path: readme.txt
all-in-one-redirection:
TranslationFile:
class: BodyPattern
path: languages/all-in-one-redirection.pot
pattern: !ruby/regexp '/ject\-Id\-Version: All In One Redirection (?<v>\d+\.[\.\d]+)/i'
version: true
all-in-one-schemaorg-rich-snippets:
Readme:
path: readme.txt
all-in-one-seo-pack:
Comment:
pattern: !ruby/regexp '/\A\/?all in one seo pack(?: (?<v>[^\s]+) by)?/i'
version: true
Readme:
path: readme.txt
all-in-one-slideshow:
Readme:
path: readme.txt
all-in-one-social-network-buttons:
Readme:
path: readme.txt
all-in-one-video-pack:
Readme:
path: readme.txt
all-in-one-wc:
Readme:
path: readme.txt
all-in-one-wp-migration:
Readme:
path: readme.txt
all-in-one-wp-security-and-firewall:
Readme:
path: readme.txt
all-in-one-wp-solution:
Comment:
xpath: //comment()[contains(., "All In One WP Solution")]
pattern: !ruby/regexp /by All In One WP Solution Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
all-in-one-wpml-crowdfunding-campaigns:
Readme:
path: readme.txt
all-inclusive:
Readme:
path: readme.txt
all-meta-tags:
Readme:
path: readme.txt
all-posts-page-link:
Readme:
path: readme.txt
all-related-posts:
Readme:
path: readme.txt
all-round-order:
Readme:
path: readme.txt
all-settings:
Readme:
path: readme.txt
all-social-fw-style-widget:
Readme:
path: readme.txt
all-sports-widget:
Readme:
path: readme.txt
all-the-ipsums:
Readme:
path: readme.txt
all-the-same-variations-for-woocommerce:
Readme:
path: readme.txt
all-your-stack-posts:
Readme:
path: readme.txt
allegrato:
Readme:
path: readme.txt
allergens-list:
Readme:
path: readme.txt
alley-business-toolkit:
Readme:
path: README.txt
alligator-popup:
QueryParameter:
files:
- js/popup.js
version: true
allkeyshop-widget:
Readme:
path: readme.txt
allow-cors-xml-rpc:
Readme:
path: readme.txt
allow-html-in-category-descriptions:
Readme:
path: readme.txt
allow-html-in-terms:
Readme:
path: readme.txt
allow-javascript-in-text-widgets:
TranslationFile:
class: BodyPattern
path: languages/allow-javascript-in-text-widgets.pot
pattern: !ruby/regexp '/rsion: Allow Javascript in Text Widgets (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
allow-latex-uploads:
Readme:
path: readme.txt
allow-multiple-accounts:
Readme:
path: readme.txt
allow-numeric-stubs:
Readme:
path: readme.txt
allow-only-1-product-in-cart-for-woocommerce:
Readme:
path: readme.txt
allow-rel-and-html-in-author-bios:
Readme:
path: readme.txt
allow-shortcode-in-text-widgets:
Readme:
path: readme.txt
allow-skype-protocol:
Readme:
path: readme.txt
allow-webp-image:
QueryParameter:
files:
- public/css/allow-webp-image-public.css
- public/js/allow-webp-image-public.js
version: true
allow-wordpowerpoint-file-uploads:
Readme:
path: readme.txt
allowcomments:
Readme:
path: readme.txt
allowed-routes:
Readme:
path: readme.txt
allowposttag:
Readme:
path: readme.txt
allplayerscom-connect:
Readme:
path: readme.txt
allpost-contactform:
QueryParameter:
files:
- allpost-contactform.css
- allpost-contactform.js
version: true
alluric-admin:
Readme:
path: readme.txt
almar:
Readme:
path: readme.txt
almost-all-categories:
Readme:
path: readme.txt
almost-users-only:
Readme:
path: readme.txt
alnp-facebook-pixel-tracking:
TranslationFile:
class: BodyPattern
path: languages/alnp-facebook-pixel-tracking.pot
pattern: !ruby/regexp '/Load Next Post: Facebook Pixel Tracking (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
alo-easymail:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
alojapro-widget:
QueryParameter:
files:
- css/font-awesome/css/all.css
- css/alojapro_widget.min.css
- js/bootstrap.bundle.min.js
- js/datepicker/datepicker-es.js
- js/calendar/alojapro_widget.js
version: true
Readme:
path: readme.txt
alpha-cache:
Readme:
path: readme.txt
alpha-testimonials:
QueryParameter:
files:
- assets/css/style.css
- assets//js/testimonials.min.js
version: true
alphabetical-list:
Readme:
path: readme.txt
alpharage-testimonials:
QueryParameter:
files:
- admin/css/alpharage-testimonials-admin.css
version: true
alphas-categories-widget:
Readme:
path: readme.txt
alpine-photo-tile-for-pinterest:
Readme:
path: readme.txt
alpine-photo-tile-for-social:
Readme:
path: readme.txt
also-in-this-series:
Readme:
path: readme.txt
alt-for-images:
Readme:
path: readme.txt
alt-link-text:
Readme:
path: readme.txt
alt-tags-for-images:
QueryParameter:
files:
- public/css/cnc-image-alt-tags-public.css
- public/js/cnc-image-alt-tags-public.js
version: true
altapay-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
alter:
Readme:
path: readme.txt
altered-reality:
QueryParameter:
files:
- build/style.css
version: true
Readme:
path: readme.txt
alternative-theme-switcher:
Readme:
path: readme.txt
alterskontrollede-plugin:
Readme:
path: readme.txt
alti-watermark:
Readme:
path: readme.txt
altos-toolbar:
Readme:
path: readme.txt
altos-widgets:
Readme:
path: readme.txt
altra-side-menu:
Readme:
path: readme.txt
altruly-simple-diy-fundraising-for-charities-and-nonprofits:
QueryParameter:
files:
- public/css/altruly-simple-diy-fundraising-for-charities-and-nonprofits-public.css
- public/js/altruly-simple-diy-fundraising-for-charities-and-nonprofits-public.js
version: true
alusta-references:
Readme:
path: readme.txt
always-allow-admin-comments:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
always-show-excerpts:
Readme:
path: readme.txt
always-show-tags:
Readme:
path: readme.txt
am-events:
Readme:
path: readme.txt
am-paypal-donation-button:
Readme:
path: readme.txt
am-quick-contact-box:
Readme:
path: readme.txt
am-youtube-it:
Readme:
path: readme.txt
amathia:
QueryParameter:
files:
- amathia-frontend.js
version: true
Readme:
path: readme.txt
amazing-hover-effects:
Readme:
path: readme.txt
amazing-linker:
QueryParameter:
files:
- public/css/amazing-linker-public.css
- public/js/amazing-linker-public.js
version: true
Readme:
path: readme.txt
amazing-portfolio:
TranslationFile:
class: BodyPattern
path: inc/framework/languages/cs-framework.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
amazing-post-widget:
Readme:
path: readme.txt
amazing-search:
QueryParameter:
files:
- public/css/amazing-search-public.css
- public/js/amazing-search-public.js
version: true
Readme:
path: readme.txt
amazing-service-box-visual-composer-addons:
Readme:
path: readme.txt
amazing-team-member-carousel:
Readme:
path: readme.txt
amazing-wp-content-protector:
Readme:
path: readme.txt
amazing-wp-e-commerce:
Readme:
path: readme.txt
amazing-wpbakery-page-builder-addons:
Readme:
path: readme.txt
amazing-youtube-player:
Readme:
path: readme.txt
amazon-affiliate-change-to-smile-link:
Readme:
path: readme.txt
amazon-affiliate-link-globalizer:
Readme:
path: readme.txt
amazon-associates-link-builder:
QueryParameter:
files:
- css/aalb_basics.css
version: true
Readme:
path: readme.txt
amazon-auto-linker:
Readme:
path: readme.txt
amazon-einzeltitellinks:
Readme:
path: readme.txt
amazon-fps:
TranslationFile:
class: BodyPattern
path: languages/ppdg.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
amazon-images:
Readme:
path: readme.txt
amazon-link:
QueryParameter:
files:
- Amazon.css
version: true
amazon-machine-tags:
Readme:
path: readme.txt
amazon-polly:
QueryParameter:
files:
- public/css/amazonpolly-public.css
- public/js/amazonpolly-public.js
version: true
amazon-post-purchase:
Readme:
path: readme.txt
amazon-product-feeder:
Readme:
path: readme.txt
amazon-product-in-a-post-plugin:
CssFile:
class: BodyPattern
path: css/amazon-default-plugin-styles.css
pattern: !ruby/regexp /plugin version (?<v>\d+\.[\.\d]+)/i
version: true
amazon-ranking:
Readme:
path: readme.txt
amazon-reloaded-for-wordpress:
Readme:
path: readme.txt
amazon-revenue-sharing:
Readme:
path: readme.txt
amazon-s3-and-cloudfront:
Readme:
path:
- readme.txt
- README.md
amazon-scraper:
Readme:
path: readme.txt
amazon-search:
Readme:
path: readme.txt
amazon-showcase-wordpress-widget:
Readme:
path: readme.txt
amazon-web-services:
Readme:
path:
- readme.txt
- README.md
amazon-widgets-shortcodes:
Readme:
path: readme.txt
amazon-wishlist-pro:
Readme:
path: readme.txt
amazon2smile-affiliate-links:
Readme:
path: readme.txt
amazonfeed:
Readme:
path: readme.txt
amazonify:
Readme:
path: readme.txt
amazonjs:
QueryParameter:
files:
- css/amazonjs.css
version: true
Readme:
path: readme.txt
ambassador:
QueryParameter:
files:
- public/css/ambassador-public.css
- public/js/ambassador-public.js
version: true
ambassador-sermon-sharing-widget:
Readme:
path: readme.txt
amber-alert-europe:
Readme:
path: readme.txt
amber-alert-nederland:
Readme:
path: readme.txt
ambrosite-body-class-enhanced:
Readme:
path: readme.txt
ambrosite-nextprevious-page-link-plus:
Readme:
path: readme.txt
ambrosite-nextprevious-post-link-plus:
Readme:
path: readme.txt
ambrosite-post-formats-widget:
Readme:
path: readme.txt
ambrosite-unlink-parent-categories:
Readme:
path: readme.txt
ambrosite-unlink-parent-pages:
Readme:
path: readme.txt
amcaptcha:
Readme:
path: readme.txt
amelia-calendar-essential-shortcodes:
Readme:
path: readme.txt
ameliabooking:
Readme:
path: readme.txt
amen:
QueryParameter:
files:
- amen.js
version: true
Readme:
path: readme.txt
amenities-plugin:
Readme:
path: readme.txt
ami-link-hide-wp:
Readme:
path: readme.txt
amigo-performance:
Readme:
path: readme.txt
amimoto-dashboard:
Readme:
path: readme.txt
amir-social-comments:
Readme:
path: readme.txt
amitabh-bachchan-songs:
Readme:
path: readme.txt
amnav-menu-control:
TranslationFile:
class: BodyPattern
path: languages/amnav-menu-control.pot
pattern: !ruby/regexp /d\-Version:\ Nav Menu Control for aMember (?<v>\d+\.[\.\d]+)/i
version: true
amnl-ideal-using-mollie:
Readme:
path: readme.txt
amo-team-showcase:
QueryParameter:
files:
- public/css/amo-team-showcase-public.css
version: true
amocrm-webform:
Readme:
path: readme.txt
amp:
Readme:
path: readme.txt
amp-blocks:
Readme:
path: readme.txt
amp-enhancer:
Readme:
path: readme.txt
amp-non-amp-auto-ads:
QueryParameter:
files:
- public/css/ampnonampads-public.css
- public/js/ampnonampads-public.js
version: true
amp-sidebar-chooser:
Readme:
path: readme.txt
amp-sidebar-hamburger-menu:
Readme:
path: readme.txt
amr-personalise:
Readme:
path: readme.txt
amr-shortcode-any-widget:
Readme:
path: readme.txt
ams-page-scroll-back-to-top:
QueryParameter:
files:
- assets/js/script.js
version: true
amty-thumb-recent-post:
Readme:
path: readme.txt
amtythumb:
Readme:
path: readme.txt
amuga-ajax-log:
Readme:
path: readme.txt
amy-lite:
Readme:
path: readme.txt
an-gradebook:
Readme:
path: readme.txt
analogwp-templates:
TranslationFile:
class: BodyPattern
path: languages/ang.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: AnalogWP Templates (?<v>\d+\.[\.\d]+)/i'
version: true
analytics-control-plus:
Readme:
path: readme.txt
analytics-enabler:
Readme:
path: readme.txt
analytics-for-cloudflare:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
analytics-for-wp:
Readme:
path: readme.txt
analytics-unbounce:
Readme:
path: readme.txt
anchor-block:
Readme:
path: readme.txt
anchor-highlighter:
QueryParameter:
files:
- public/css/anchor-highlighter-public.css
- public/js/anchor-highlighter-public.js
version: true
anchor-links:
Readme:
path: readme.txt
anchors-away:
Readme:
path: readme.txt
anchors-menu:
Readme:
path: readme.txt
ancient-world-linked-data-for-wordpress:
Readme:
path: readme.txt
and-it-portfolio-for-elementor:
Readme:
path: readme.txt
and-the-winner-is:
Readme:
path: README.txt
andora-lightbox:
QueryParameter:
files:
- templates/andora-lightbox-01.css
version: true
Readme:
path: readme.txt
andreadb-coin-slider:
QueryParameter:
files:
- public/css/coin-slider-styles.css
- public/js/coin-slider.min.js
version: true
androcaptcha:
Readme:
path: readme.txt
android-50-lollipop-status-bar-customiser:
Readme:
path: readme.txt
android-application-widget:
Readme:
path: readme.txt
android-appmaker:
Readme:
path: readme.txt
android-badge:
Readme:
path: readme.txt
android-market-badge:
Readme:
path: readme.txt
anecdata-recent-project-photos:
Readme:
path: readme.txt
aneleira-virtual:
Readme:
path: readme.txt
anetwork-widget:
Readme:
path: readme.txt
anfrageformular:
Readme:
path: readme.txt
angelleye-paypal-for-divi:
QueryParameter:
files:
- public/css/angelleye-paypal-for-divi-public.css
- public/js/angelleye-paypal-for-divi-public.js
version: true
angelleye-paypal-invoicing:
TranslationFile:
class: BodyPattern
path: languages/angelleye-paypal-invoicing-en_US.po
pattern: !ruby/regexp '/\-Id\-Version: Angelleye PayPal Invoicing (?<v>\d+\.[\.\d]+)/i'
version: true
angellist:
Readme:
path: readme.txt
angry-creative-logger:
Readme:
path: readme.txt
angwp:
Comment:
xpath: //comment()[contains(., "Adning")]
pattern: !ruby/regexp /Ads on this site are served by Adning v(?<v>\d+\.[\.\d]+)
\-/
version: true
aniga-gallery:
Readme:
path: readme.txt
animate:
QueryParameter:
files:
- stylesheets/app.css
- js/app.js
version: true
animate-blocks:
QueryParameter:
files:
- dist/aos-init.js
version: true
TranslationFile:
class: BodyPattern
path: languages/animate-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Animate Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
animate-content:
Readme:
path: readme.txt
animate-everything:
QueryParameter:
files:
- assets/js/page.min.js
version: true
animate-it:
Readme:
path: readme.txt
animate-slider:
Readme:
path: readme.txt
animate-your-content:
Readme:
path: readme.txt
animated-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
animated-buttons-with-css3:
Readme:
path: readme.txt
animated-category:
QueryParameter:
files:
- public/css/anim-cat-public.css
- public/js/anim-cat-public.js
version: true
animated-fullscreen-menu:
Readme:
path: readme.txt
animated-gif-resize:
Readme:
path: readme.txt
animated-headline:
QueryParameter:
files:
- css/style.css
version: true
animated-headline-visual-composer:
Readme:
path: readme.txt
animated-number-counters:
Readme:
path: readme.txt
animated-svg:
Readme:
path: readme.txt
animated-typed-js-shortcode:
Readme:
path: readme.txt
animation-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
animations-by-imoptimal:
Readme:
path: readme.txt
anime-dropdown-widget:
Readme:
path: readme.txt
animentor-lottie-bodymovin-elementor:
Readme:
path: readme.txt
ank-google-map:
Readme:
path: readme.txt
ank-prism-for-wp:
Readme:
path:
- readme.txt
- readme.md
ank-simplified-ga:
Comment:
xpath: //comment()[contains(., "GA Tracking")]
pattern: !ruby/regexp /GA Tracking ends \(v(?<v>\d+\.[\.\d]+)\)/i
version: true
DisabledComment:
class: Comment
xpath: //comment()[contains(., "GA ID")]
pattern: !ruby/regexp '/Google Analytics is disabled, Reason: GA ID is not set
\(v(?<v>\d+\.[\.\d]+)\)/i'
version: true
anmiated-twitter-bird:
Readme:
path: readme.txt
annie:
Readme:
path: readme.txt
annonces:
QueryParameter:
files:
- includes/css/annonce.css
- includes/css/fileuploader.css
- includes/js/swfobject.js
version: true
annotated-trash:
Readme:
path: readme.txt
annotation:
Readme:
path: readme.txt
annoto:
QueryParameter:
files:
- src/js/annoto.js
version: true
announce-from-the-dashboard:
Readme:
path: readme.txt
announce-on-publish:
TranslationFile:
class: BodyPattern
path: lang/announce-on-publish-es_ES.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Announce on Publish (?<v>\d+\.[\.\d]+)/i
version: true
announcekit:
Readme:
path: readme.txt
announceme:
Readme:
path: readme.txt
announcement-banner:
Readme:
path: readme.txt
announcement-bar:
Readme:
path: readme.txt
announcement-ticker-highlighter-scroller:
Readme:
path: readme.txt
announcements-ticker:
Readme:
path: readme.txt
announcer:
Readme:
path: readme.txt
annytab-code-prettify:
Readme:
path: readme.txt
annytab-photoswipe:
TranslationFile:
class: BodyPattern
path: languages/annytab-photoswipe.pot
pattern: !ruby/regexp /"v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
anobii-wordpress-widget:
Readme:
path: readme.txt
anonymise-feed:
Readme:
path: readme.txt
anonymize-links:
Readme:
path: readme.txt
anonymous-admin-links:
Readme:
path: readme.txt
another-one-tips-maker:
Readme:
path: readme.txt
another-soundcloud-quicktag:
Readme:
path: readme.txt
another-wordpress-classifieds-plugin:
QueryParameter:
files:
- resources/css/awpcpstyle.css
version: true
Ie6Comment:
class: Comment
xpath: //comment()[contains(., "another-wordpress-classifieds-plugin")]
pattern: !ruby/regexp /\/resources\/css\/awpcpstyle\-ie\-6\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
Ie7Comment:
class: Comment
xpath: //comment()[contains(., "another-wordpress-classifieds-plugin")]
pattern: !ruby/regexp /\/resources\/css\/awpcpstyle\-lte\-ie\-7\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
another-wordpress-seo-plugin:
Readme:
path: readme.txt
anppopular-post:
Readme:
path: readme.txt
ansar-import:
Readme:
path: readme.txt
ansi-love:
Readme:
path: readme.txt
anspress-question-answer:
QueryParameter:
files:
- templates/css/fonts.css
- templates/css/main.css
- templates/css/overrides.css
version: true
TranslationFile:
class: BodyPattern
path: languages/anspress-question-answer.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ AnsPress (?<v>\d+\.[\.\d]+)/i
version: true
answerforce:
Readme:
path: readme.txt
answerlinks:
Readme:
path: README.txt
antay-query-loader:
Readme:
path: readme.txt
anti-adblock:
Readme:
path: readme.txt
anti-block:
Readme:
path: readme.txt
anti-captcha:
Readme:
path: readme.txt
anti-feed-scraper-message:
Readme:
path: readme.txt
anti-manpower-spam:
Readme:
path: readme.txt
anti-spam:
Readme:
path: readme.txt
anti-spam-reloaded:
Readme:
path: readme.txt
anti-spambot-email-button:
Readme:
path: readme.txt
antibot-captcha:
Readme:
path: readme.txt
anticopy-antiprint:
Readme:
path: readme.txt
antideo-email-validator:
Readme:
path: readme.txt
antiscraper:
Readme:
path: readme.txt
antispam-bee:
Readme:
path: readme.txt
antispam-bot:
Readme:
path: Readme.txt
antispam-collateral-condolences:
Readme:
path: readme.txt
antivirus:
Readme:
path: README.md
antivirus-solution:
Readme:
path: readme.txt
antoniolite-yandex-metrica-json-ld-schema:
Readme:
path: readme.txt
antylaykaua:
Readme:
path: readme.txt
anura-io:
Readme:
path: readme.txt
anwp-post-grid-for-elementor:
QueryParameter:
files:
- public/css/styles.css
- public/js/plugin.min.js
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
any-hostname:
Readme:
path: readme.txt
any-mobile-theme-switcher:
Readme:
path: readme.txt
any-user-twitter-feed:
Readme:
path: readme.txt
any-word-search:
Readme:
path: README.txt
anyclip-media:
Readme:
path: readme.txt
anycomment:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
anycomment-analytics:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
anyfonttitle:
Readme:
path: readme.txt
anylink:
Readme:
path: readme.txt
anypay-woocommerce:
Readme:
path: readme.txt
anysearch:
Readme:
path: readme.txt
anyshare:
Readme:
path: readme.txt
anytheme-lock-theme:
Readme:
path: readme.txt
anything-block:
Readme:
path: readme.txt
anything-order:
Readme:
path: readme.txt
anything-order-by-terms:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
anything-popup:
Readme:
path: readme.txt
anythingslider-for-wordpress:
Readme:
path: readme.txt
anythingslider-plugin:
Readme:
path: readme.txt
anytrack-affiliate-link-manager:
Readme:
path: readme.txt
anyway-feedback:
Readme:
path:
- readme.txt
- readme.md
anywhere-elementor:
Readme:
path: readme.txt
aoc-multiple-post-images:
Readme:
path: readme.txt
aomailer:
Readme:
path: readme.txt
aoplayer:
TranslationFile:
class: BodyPattern
path: lang/aoplayer.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Bros (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
aopush:
Readme:
path: readme.txt
aoringo-cat-setter:
Readme:
path: readme.txt
aoringo-log-maker:
Readme:
path: readme.txt
aoringo-tag-upper:
Readme:
path: readme.txt
aotolchat-free-chat-box-for-your-website:
Readme:
path: readme.txt
aotomot-gallery:
QueryParameter:
files:
- public/css/aotomot-gallery-style3.css
- public/js/aotomot-gallery-public.js
version: true
ap-companion:
Readme:
path: readme.txt
ap-contact-form:
QueryParameter:
files:
- "/css/frontend.css"
- "/js/frontend.js"
version: true
ap-custom-testimonial:
QueryParameter:
files:
- css/frontend.css
- css/jquery.bxslider.css
- js/frontend.js
version: true
ap-extended-mime-types:
Readme:
path: readme.txt
ap-gist-api-code-insert:
QueryParameter:
files:
- public/css/prism.css
- public/css/apci-gist-api-ci-public.css
- public/js/prism.js
- public/js/apci-gist-api-ci-public.js
version: true
ap-gravatars:
Readme:
path: readme.txt
ap-honeypot:
Readme:
path: readme.txt
ap-pricing-tables-lite:
QueryParameter:
files:
- css/frontend/animate.css
- css/frontend/frontend.css
- assets/font-awesome-4.7.0/css/font-awesome.min.css
- js/frontend.js
version: true
ap-sms-manager:
Readme:
path: readme.txt
ap-twig-bridge:
Readme:
path: readme.txt
ap-twitter-follow-button:
Readme:
path: readme.txt
apache-password-protect:
Readme:
path: readme.txt
aparat-embed:
Readme:
path: readme.txt
apcu-manager:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
ape-auto-popup-expiry:
Readme:
path: readme.txt
apercite:
QueryParameter:
files:
- js/apercite.js
version: true
Readme:
path: readme.txt
apex-notification-bar-lite:
QueryParameter:
files:
- css/frontend/prettyPhoto.css
- js/frontend/jquery.prettyPhoto.js
- js/frontend/jquery.actual.js
- js/frontend/frontend.js
version: true
aphorismus:
Readme:
path: readme.txt
api-bearer-auth:
Readme:
path: readme.txt
api-car-trawler:
QueryParameter:
files:
- public/css/api-for-car-trawler-public.css
- public/js/api-for-car-trawler-public.js
version: true
api-improver-for-woocommerce:
Readme:
path: readme.txt
api-key-for-google-maps:
TranslationFile:
class: BodyPattern
path: languages/gmaps-api-key.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Google Maps API KEY (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
apijoin-gumroad:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
apiki-wp-care:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
aplazame:
TranslationFile:
class: BodyPattern
path: i18n/languages/aplazame.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Aplazame v(?<v>\d+\.[\.\d]+)/i
version: true
apollo-bar:
Readme:
path: readme.txt
apollo13-framework-extensions:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
apostle-social-wall:
QueryParameter:
files:
- public/css/apostle-social-wall-public.css
- public/js/apostle-social-wall-public.js
- public/js/apostle-social-wall-masonry.js
version: true
apoyl-baidupush:
Readme:
path: readme.txt
apoyl-weixinshare:
QueryParameter:
files:
- public/js/jweixin-1.4.0.js
version: true
app-ads-txt:
Readme:
path: readme.txt
app-builder:
Readme:
path: README.txt
app-display-page:
Readme:
path: readme.txt
app-generator:
Readme:
path: readme.txt
app-la-carte:
Readme:
path: readme.txt
app-links:
Readme:
path: readme.txt
app-log:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/aplg.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: App Log (?<v>\d+\.[\.\d]+)/i'
version: true
app-mockups-carousel:
QueryParameter:
files:
- assets/css/swiper.min.css
- assets/css/wp-amc-public.css
version: true
Readme:
path: readme.txt
app-store-assistant:
Readme:
path: readme.txt
app-template-blocks-for-wpbakery-page-builder:
Readme:
path: readme.txt
appa-world-rankings-display-plugin:
Readme:
path: readme.txt
appad-manager:
Readme:
path: readme.txt
apparition:
Readme:
path: readme.txt
appbanners:
Readme:
path: readme.txt
appbuff-testimonial-for-elementor:
Readme:
path: readme.txt
appdp-list:
QueryParameter:
files:
- style.css
version: true
Readme:
path: readme.txt
appear2me:
Readme:
path: readme.txt
append-content:
Readme:
path: readme.txt
append-link-on-copy:
Readme:
path: readme.txt
append-or-prepend-content:
Readme:
path: readme.txt
append-user-id:
Readme:
path: readme.txt
appendad:
Readme:
path: readme.txt
apple-meta-tags:
Readme:
path: readme.txt
apple-passbook-gateway:
Readme:
path: readme.txt
apple-touch-icons:
Readme:
path: readme.txt
appleicons:
Readme:
path: readme.txt
application-banner-google-playstore-applestore:
Readme:
path: readme.txt
application-insights-dashboard:
Readme:
path: readme.txt
application-passwords-manager:
Readme:
path: readme.txt
applimana-blog-optimization-tipps:
Readme:
path: readme.txt
applixir:
Readme:
path: readme.txt
apply-online:
QueryParameter:
files:
- public/css/applyonline-public.css
- public/js/applyonline-public.js
- public/css/bootstrap.min.css
version: true
apply-with-linkedin-buttons:
Readme:
path: readme.txt
appmaps:
TranslationFile:
class: BodyPattern
path: languages/appmaps.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ AppMaps (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
appmax-woocommerce:
Readme:
path: readme.txt
appmysite:
Readme:
path: readme.txt
appnotch-easy-web-to-app:
QueryParameter:
files:
- public/css/easy-web-to-app-public.css
- public/js/easy-web-to-app-public.js
version: true
appointment-booking-calendar-by-click4time:
Readme:
path: readme.txt
appointment-booking-for-business:
QueryParameter:
files:
- "/assets/js/calendar.js"
version: true
appointment-booking-scheduling-calendar:
Readme:
path: readme.txt
appointment-form-manager:
QueryParameter:
files:
- public/css/style.css
- public/css/popup.css
version: true
appointment-scheduling-karenapp:
QueryParameter:
files:
- css/schedule-frontend.min.css
- js/schedule.min.js
version: true
Readme:
path: readme.txt
appointments:
QueryParameter:
files:
- css/front.css
version: true
appointmind:
Readme:
path: readme.txt
appointpress-appointment-booking-calendar:
Readme:
path: readme.txt
appointy-appointment-scheduler:
Readme:
path: readme.txt
appreplica:
Readme:
path: readme.txt
appreview:
Readme:
path: readme.txt
approval-workflow:
Readme:
path: readme.txt
appstore:
Readme:
path: readme.txt
appstore-italia:
Readme:
path: readme.txt
appstore-lookup:
Readme:
path: readme.txt
appsy:
QueryParameter:
files:
- public/css/appsy-public.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
apptoday-rss-widget:
Readme:
path: readme.txt
appwidget:
Readme:
path: readme.txt
appypie-web-to-app:
QueryParameter:
files:
- public/css/appypie-web-to-app-public.css
- public/js/appypie-web-to-app-public.js
version: true
aps-content-moderator:
QueryParameter:
files:
- public/css/aps-content-moderator-public.css
version: true
Readme:
path: README.txt
apsense-brand-badge:
Readme:
path: readme.txt
apsense-share-button:
Readme:
path: readme.txt
apt-rich-snippets:
Readme:
path: readme.txt
apx-link-status:
TranslationFile:
class: BodyPattern
path: languages/apx-link-status.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: APx Link Status (?<v>\d+\.[\.\d]+)/i'
version: true
aqua-page-builder:
Readme:
path: readme.txt
ar-back-to-top:
Readme:
path: readme.txt
ar-contactus:
QueryParameter:
files:
- res/css/jquery.contactus.min.css
- res/js/scripts.js
- res/js/jquery.contactus.min.js
- res/js/jquery.maskedinput.min.js
version: true
Changelog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\#\[(?<v>\d+\.[\.\d]+)\] \-/
version: true
ar-magic:
Readme:
path: readme.txt
ar-php:
Readme:
path: readme.txt
ar-registration-secure-spam-blocker:
Readme:
path: readme.txt
ar-simple-social-share:
Readme:
path: readme.txt
ar-subpages-widget:
Readme:
path: readme.txt
arabic-comments-number:
Readme:
path: readme.txt
arabic-webfonts:
Comment:
xpath: //comment()[contains(., "arabic-webfonts")]
pattern: !ruby/regexp /arabic-webfonts v(?<v>\d+\.[\.\d]+) styles/i
version: true
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
aramex-shipping-woocommerce:
Readme:
path: README.txt
arastoo-cpt:
Readme:
path: readme.txt
arastoo-gmap-extended:
Readme:
path: readme.txt
arbitrary-sidebars:
Readme:
path: readme.txt
arc-monetize-cache-and-accelerate:
Readme:
path: readme.txt
archivarix-external-images-importer:
Readme:
path: readme.txt
archive:
Readme:
path: readme.txt
archive-akkordion:
QueryParameter:
files:
- public/css/archive-akkordion-public.css
- public/js/archive-akkordion-public.js
version: true
archive-bot-blocker:
Readme:
path: readme.txt
archive-disabler:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/archive-disabler.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Archive Disabler (?<v>\d+\.[\.\d]+)/i'
version: true
archive-pages-in-search-lite:
Readme:
path: readme.txt
archive-posts-sort-customize:
Readme:
path: readme.txt
archive-remote-images:
Readme:
path: readme.txt
archive-title:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
archive-widget-collapsed-with-css:
Readme:
path: readme.txt
archived-post-status:
Readme:
path: readme.txt
archiveorg-wp:
Readme:
path: readme.txt
archiver:
TranslationFile:
class: BodyPattern
path: languages/archiver.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Archiver (?<v>\d+\.[\.\d]+)/i
version: true
archives-by-category-and-date:
TranslationFile:
class: BodyPattern
path: languages/archives-by-category-and-date.pot
pattern: !ruby/regexp /\-Version:\ Archives by Category and Date (?<v>\d+\.[\.\d]+)/i
version: true
archives-calendar-widget:
QueryParameter:
files:
- themes/calendrier.css
- admin/js/jquery.arcw-init.js
version: true
Readme:
path: readme.txt
archivist:
Readme:
path: readme.txt
arconix-flexslider:
QueryParameter:
files:
- includes/css/arconix-flexslider.css
version: true
arconix-portfolio:
QueryParameter:
files:
- includes/css/arconix-portfolio.css
version: true
arconix-shortcodes:
QueryParameter:
files:
- includes/css/arconix-shortcodes.min.css
version: true
are-paypal:
Readme:
path: readme.txt
are-you-a-human:
Readme:
path: readme.txt
are-you-robot-recaptcha:
Readme:
path: readme.txt
are-you-sure:
Readme:
path: readme.txt
aretk-crea:
QueryParameter:
files:
- public/css/jquery-public-ui.css
- public/css/aretk-crea-public.css
- public/css/jquery.bxslider.css
- public/css/nouislider.min.css
- public/js/accordion-public.js
- public/js/jquery.bxslider.js
- public/js/nouislider.min.js
- public/js/modernizr.js
- public/js/aretk-crea-public.js
- public/js/markerclusterer_compiled.js
version: true
arevico-security-basic:
Readme:
path: Readme.txt
arforms-form-builder:
TranslationFile:
class: BodyPattern
path: languages/arforms-form-builder-ja_JP.po
pattern: !ruby/regexp '/oject\-Id\-Version: ARForms Form Builder v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
argiope-amoena:
Readme:
path: readme.txt
ari-fancy-lightbox:
QueryParameter:
files:
- assets/fancybox/jquery.fancybox.min.css
- assets/fancybox/jquery.fancybox.min.js
version: true
arianelab:
Comment:
xpath: //comment()[contains(., "ArianeLab")]
pattern: !ruby/regexp /Start ArianeLab v(?<v>\d+\.[\.\d]+)/i
version: true
arielbrailovsky-viralad:
Readme:
path: readme.txt
arile-extra:
Readme:
path: readme.txt
arkam-lite:
QueryParameter:
files:
- assets/css/style.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/ar.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Arkam (?<v>\d+\.[\.\d]+)/i'
version: true
arkhe-blocks:
Readme:
path: readme.txt
arlen-woo-freecharge:
Readme:
path: readme.txt
arlo-training-and-event-management-system:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/css/libs/darktooltip.min.css
- admin/assets/fonts/icons8/Arlo-WP.css
- public/assets/js/public.js
- public/assets/js/libs/jquery.darktooltip.min.js
- public/assets/js/libs/js.cookie.js
- public/assets/css/libs/bootstrap-modals.css
- public/assets/js/libs/bootstrap-modals.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^== V(?<v>\d+\.[\.\d]+) ==/
version: true
arm4slide:
Readme:
path: readme.txt
armember-membership:
TranslationFile:
class: BodyPattern
path: languages/ARMember-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: ARMember Lite v(?<v>\d+\.[\.\d]+)/i'
version: true
around-this-date-in-the-past:
Readme:
path: readme.txt
around-this-date-in-the-past-widget-edition:
Readme:
path: readme.txt
arrange-multisite-order:
QueryParameter:
files:
- css/style.css
- css/font-awesome/css/font-awesome.min.css
- js/amo.js
version: true
array-partition:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
array-toolkit:
Readme:
path: readme.txt
arrested-development:
Readme:
path: readme.txt
arrowdan-notifier:
Readme:
path: readme.txt
arrueba:
Readme:
path: readme.txt
art-decoration-shortcode:
QueryParameter:
files:
- assets/css/style-front.min.css
version: true
art-direction:
Readme:
path: readme.txt
art-picture-gallery:
QueryParameter:
files:
- assets/js/masonry.pkgd.min.js
- assets/js/imagesloaded.pkgd.min.js
- js/art_widgets.js
- assets/dist/js/bootstrap.min.js
- apg.class/file-upload/js/blueimp-gallery.min.js
- apg.class/file-upload/js/blueimp-gallery-fullscreen.js
- apg.class/file-upload/js/blueimp-gallery-indicator.js
- apg.class/file-upload/js/jquery.blueimp-gallery.js
version: true
artemis-stellenanzeigen:
Readme:
path: readme.txt
artibot:
Readme:
path: readme.txt
articalise:
Readme:
path: readme.txt
article-accordion:
Readme:
path: readme.txt
article-difficulty-level:
Readme:
path: Readme.txt
article-directory:
Readme:
path: readme.txt
article-directory-redux:
Readme:
path: readme.txt
article-forecast:
Readme:
path: readme.txt
article-forge:
Readme:
path: readme.txt
article-lock:
Readme:
path: readme.txt
article-photo:
Readme:
path: readme.txt
article-type:
Readme:
path: readme.txt
articles:
Readme:
path: README.txt
artifact-form-saver:
Readme:
path: readme.txt
artifakt-hashtags:
Readme:
path: readme.txt
artificial-photo-gallery:
Readme:
path: readme.txt
artificial-scrollup:
Readme:
path: readme.txt
artijigonosidebar:
Readme:
path: readme.txt
artisan:
Readme:
path: readme.txt
artoon-imagebox-block:
Readme:
path: readme.txt
artpal:
Readme:
path: readme.txt
artplacer-widget:
Readme:
path: readme.txt
artsopolis-calendar:
Readme:
path: readme.txt
artsy:
Readme:
path: readme.txt
arty-popup:
Readme:
path: readme.txt
arukereso-for-woocommerce:
Readme:
path: readme.txt
arya-license-manager:
TranslationFile:
class: BodyPattern
path: languages/arya-license-manager.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Arya License Manager (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
aryo-activity-log:
Readme:
path: readme.txt
as-heard-on:
Readme:
path:
- readme.txt
- README.md
as-scroll-to-top:
Readme:
path: readme.txt
as-store-locator:
QueryParameter:
files:
- assets/frontend/css/assl-style.css
- assets/frontend/js/assl-script.min.js
version: true
asaffili:
Readme:
path: readme.txt
asana-task-widget:
Readme:
path: readme.txt
asap507-panama-shipping-api-integration:
Readme:
path: readme.txt
ascend-marketing-tools:
QueryParameter:
files:
- public/css/ascend-marketing-public.css
- public/js/ascend-marketing-public.js
version: true
asciinema-player:
QueryParameter:
files:
- public/css/jco-asciinema-player-public.css
- public/js/jco-asciinema-player-public.js
version: true
Readme:
path: readme.txt
ascsoftw-store-locator:
QueryParameter:
files:
- public/css/ascsoftw-sl-public.css
version: true
Readme:
path: README.txt
asd-fastbuild-widgets:
QueryParameter:
files:
- css/asd-fastbuild-widgets.css
version: true
asesor-cookies-para-la-ley-en-espana:
Readme:
path: readme.txt
asgard:
Readme:
path: readme.txt
asgaros-forum:
QueryParameter:
files:
- skin/widgets.css
version: true
ashe-extra:
Readme:
path: readme.txt
ashtabula:
Readme:
path: readme.txt
asian-word-count:
Readme:
path: readme.txt
aside:
Readme:
path: readme.txt
asideshop:
Readme:
path: readme.txt
ask-it:
Readme:
path: readme.txt
ask-me-anything-anonymously:
TranslationFile:
class: BodyPattern
path: languages/ask-me-anything-anonymously.pot
pattern: !ruby/regexp /\-Version:\ Ask Me Anything \(Anonymously\) (?<v>\d+\.[\.\d]+)/i
version: true
ask-question:
Readme:
path: readme.txt
askapache-debug-viewer:
Readme:
path: readme.txt
askapache-google-404:
Readme:
path: readme.txt
askapache-password-protect:
Readme:
path: readme.txt
askbox:
Readme:
path: readme.txt
askme:
Readme:
path: readme.txt
askteammate-shapeart:
Readme:
path: readme.txt
askthis:
Readme:
path: README.txt
aslyder:
Readme:
path: readme.txt
asm-brush:
Readme:
path: readme.txt
asm-manager:
Readme:
path: readme.txt
asmember:
TranslationFile:
class: BodyPattern
path: languages/asmember-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: asMember (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
aspen-extras:
Readme:
path: readme.txt
aspen-shortcodes-and-widgets:
QueryParameter:
files:
- aspen-sw-style.min.css
- js/aspenswjslib.min.js
version: true
Readme:
path: readme.txt
aspen-to-weaver-xtreme:
QueryParameter:
files:
- js/aspen2wx_jslib.js
version: true
aspexi-easy-login-url:
Readme:
path: readme.txt
aspiesoft-church-sermon-video-list:
Readme:
path: readme.txt
aspose-cloud-presentation-importer:
Readme:
path: readme.txt
aspose-doc-importer:
Readme:
path: readme.txt
aspose-importer-exporter:
Readme:
path: readme.txt
aspose-pdf-importer:
Readme:
path: readme.txt
asps-check-referrer:
Readme:
path: readme.txt
asset-queue-manager:
Readme:
path: readme.txt
asset-store-publisher-contact-form:
Readme:
path: readme.txt
assets-manager:
Readme:
path: readme.txt
assign-categories:
Readme:
path: readme.txt
assign-missing-categories:
TranslationFile:
class: BodyPattern
path: languages/assign-missing-categories.pot
pattern: !ruby/regexp '/t\-Id\-Version: Assign Missing Categories (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
assign-staff-as-author-for-total:
Readme:
path: readme.txt
assign-wp-roles-for-ithemes-exchange:
Readme:
path: readme.txt
associative-dictionary-widget:
Readme:
path: readme.txt
asterisk-web-callback:
TranslationFile:
class: BodyPattern
path: languages/z_asteriskcallback-ru_RU.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ z_asteriskcallback (?<v>\d+\.[\.\d]+)/i
version: true
asteroids-widget:
Readme:
path: readme.txt
astickypostorderer:
Comment:
xpath: //comment()[contains(., "AStickyPostOrderER")]
pattern: !ruby/regexp '/AStickyPostOrderER \(Version: (?<v>\d+\.[\.\d]+)\)/i'
version: true
Readme:
path: readme.txt
astickypostorderer-show-sticky:
Readme:
path: readme.txt
astra-sites:
TranslationFile:
class: BodyPattern
path: languages/astra-sites.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Astra Starter Sites (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
astra-widgets:
QueryParameter:
files:
- assets/css/unminified/style.css
version: true
TranslationFile:
class: BodyPattern
path: languages/astra-widgets.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Astra Widgets (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
astro-elementor-widgets-lite:
Readme:
path: readme.txt
astro-woocommerce-free-gift:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
astropix-apod:
Readme:
path: readme.txt
asura-connector:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
asura-lite:
Readme:
path: readme.txt
asvg-lottie-animation-library-for-elementor:
Readme:
path: readme.txt
aswin-photo-gallery:
Readme:
path: readme.txt
async-javascript:
Readme:
path: readme.txt
async-javascript-optimizer:
Readme:
path: readme.txt
async-js-and-css:
Readme:
path: README.txt
async-social-sharing:
Readme:
path:
- readme.txt
- README.md
async-vid-list:
Readme:
path: readme.txt
asynchronous-javascript:
Readme:
path: README.txt
asynchronous-widgets:
Readme:
path: README.TXT
asystent-wpzlecenia:
Readme:
path: readme.txt
at-internet:
Readme:
path: readme.txt
at-lazy-loader:
QueryParameter:
files:
- at-lazy-loader.js
version: true
at-reply:
Readme:
path: readme.txt
at-sms:
Readme:
path: readme.txt
at-you:
Readme:
path: readme.txt
atag:
Readme:
path: readme.txt
atariage-dashboard-feed:
Readme:
path: readme.txt
atelier-scroll-top:
Readme:
path: readme.txt
atensiq-connector-for-woocommerce:
Readme:
path: README.txt
atheist-quotes:
Readme:
path: readme.txt
athemeart-theme-helper:
Readme:
path: readme.txt
athena-search:
Readme:
path:
- readme.txt
- README.md
athlon-manage-calameo-publications:
Readme:
path: readme.txt
atlas-specialist:
QueryParameter:
files:
- public/css/atlas-specialist.min.css
- public/js/atlas-specialist.min.js
version: true
atlast-business-styling-customizer:
Readme:
path: README.txt
atnd-for-wordpress:
Readme:
path: readme.txt
atom-appointment-management:
Readme:
path: readme.txt
atom-publishing-protocol:
Readme:
path: readme.txt
atomic-blocks:
TranslationFile:
class: BodyPattern
path: languages/atomic-blocks.pot
pattern: !ruby/regexp /ic Blocks \- Gutenberg Blocks Collection (?<v>\d+\.[\.\d]+)/i
version: true
atomic-reach:
Readme:
path: readme.txt
atp-chatbot:
Readme:
path: readme.txt
atr-woo-global-price-options:
QueryParameter:
files:
- public/css/atr-woo-global-price-options-public.css
- public/js/atr-woo-global-price-options-public.js
version: true
ats-privacy-policy:
Readme:
path: readme.txt
attach-embeds:
Readme:
path: readme.txt
attach-excel-invoice-wooc-wpshare247:
Readme:
path: readme.txt
attach-files-widget:
Readme:
path: readme.txt
attach-gallery-posts:
Readme:
path: readme.txt
attach-post-images:
Readme:
path: readme.txt
attached-images-title-editor:
Readme:
path: readme.txt
attachement-widget:
Readme:
path: readme.txt
attachment-extender:
Readme:
path: readme.txt
attachment-file-icons:
TranslationFile:
class: BodyPattern
path: languages/attachment-file-icons-en_US.po
pattern: !ruby/regexp /oject\-Id\-Version:\ Attachment File Icons (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
attachment-files-importer:
Readme:
path: readme.txt
attachment-importer:
Readme:
path: readme.txt
attachment-manager:
Readme:
path: readme.txt
attachment-page-comment-control:
Readme:
path: readme.txt
attachment-pages-redirect:
Readme:
path: readme.txt
attachment-taxonomy-support:
Readme:
path: readme.txt
attachment-usage:
TranslationFile:
class: BodyPattern
path: languages/attachment-usage-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Attachment Usage (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
attachment-viewer:
Readme:
path: readme.txt
attachments:
Readme:
path: readme.txt
attachments-list:
QueryParameter:
files:
- style.css
version: true
Readme:
path: readme.txt
attachments-plus-plus:
Readme:
path: readme.txt
attendance:
Readme:
path: readme.txt
attendance-list:
Readme:
path: readme.txt
attendance-management-for-lifterlms:
Readme:
path:
- readme.txt
- README.md
attendance-manager:
QueryParameter:
files:
- front.css
- front.js
version: true
attending-users:
Readme:
path: readme.txt
attention-grabber-hello-bar-alternative:
Readme:
path: readme.txt
attesa-extra:
Readme:
path: readme.txt
atticthemes-likes:
QueryParameter:
files:
- resources/css/style.min.css
- resources/javascript/script.min.js
version: true
atticthemes-social-feed:
QueryParameter:
files:
- resources/css/style.min.css
version: true
atticthemes-social-icons:
QueryParameter:
files:
- css/atticthemes-social-icons-style.min.css
version: true
Readme:
path: readme.txt
attire-blocks:
Readme:
path: readme.txt
attnoco:
Readme:
path: readme.txt
attribute-calculator:
Readme:
path: readme.txt
attribute-dropdowns:
Readme:
path: readme.txt
attribute-stock-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/attribute-stock-for-woocommerce.pot
pattern: !ruby/regexp '/ersion: Attribute Stock for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
attributron-2000:
Readme:
path: readme.txt
aucor-url-sanitizer:
Readme:
path:
- readme.txt
- README.md
auction-nudge:
Comment:
xpath: //comment()[contains(., "AN")]
pattern: !ruby/regexp /AN v(?<v>\d+\.[\.\d]+)/i
version: true
auction-software:
Readme:
path:
- README.txt
- README.md
auctions-near-me:
QueryParameter:
files:
- assets/css/auctions-near-me-font.css
- assets/css/auctions-near-me.css
version: true
Readme:
path: readme.txt
audemedia-tools:
Readme:
path: readme.txt
audienceplayer:
Readme:
path: readme.txt
audio-and-video-player:
Readme:
path: readme.txt
audio-player-widget:
Readme:
path: readme.txt
audio-player-with-playlist-ultimate:
QueryParameter:
files:
- assets/css/apwpultimate-public-style.css
- assets/css/jplayer.blue.monday.min.css
version: true
Readme:
path: readme.txt
audio-playlist-for-woocommerce:
Readme:
path: README.txt
audio-tube:
Readme:
path: readme.txt
audio-widget:
TranslationFile:
class: BodyPattern
path: languages/audio-widget.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Audio Widget (?<v>\d+\.[\.\d]+)/i
version: true
audiobar:
Readme:
path: readme.txt
audioburst-player-widget:
Readme:
path: readme.txt
audiodots-player:
Readme:
path: readme.txt
audioigniter:
QueryParameter:
files:
- player/build/style.css
- player/build/app.js
version: true
audiotracks:
Readme:
path: readme.txt
audit-trail:
Readme:
path: readme.txt
audit-your-ads-on-google-by-clever-ads:
Readme:
path: readme.txt
augmented-reality:
Readme:
path: readme.txt
augmented-reality-product-visualizer-and-configurator-for-woocommerce:
Comment:
pattern: !ruby/regexp '/\* Version: (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
auktionsscroller-for-tradera-widget:
Readme:
path: readme.txt
aupa-athletic:
Readme:
path: readme.txt
auphonic-importer:
Readme:
path: readme.txt
aura-thumb-site:
Readme:
path: readme.txt
auranet-recent-photos:
Readme:
path: readme.txt
aurora-heatmap:
QueryParameter:
files:
- js/reporter.js
version: true
TranslationFile:
class: BodyPattern
path: languages/aurora-heatmap-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Aurora Heatmap v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ausmed-document-button:
QueryParameter:
files:
- public/css/ausmed-document-button-public.css
- public/js/ausmed-document-button-public.js
version: true
austin-tech-events-calendar:
Readme:
path: readme.txt
australian-internet-blackout:
Comment:
xpath: //comment()[contains(., "Australian Internet")]
pattern: !ruby/regexp /Australian Internet Blackout (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
australian-weather-widget-willyweather:
Readme:
path: readme.txt
autentify-anti-fraud-for-woocommerce:
Readme:
path: readme.txt
auth0:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
authanvil-wordpress-logon-agent:
Readme:
path: readme.txt
authenticator:
Readme:
path: readme.txt
authentiq:
QueryParameter:
files:
- public/css/authentiq-login.min.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
authimage:
Readme:
path: README.txt
author:
Readme:
path: readme.txt
author-avatar:
Readme:
path: README.txt
author-avatar-grid-widget:
Readme:
path: README.txt
author-avatars:
QueryParameter:
files:
- css/widget.css
- css/shortcode.css
version: true
author-bio-box:
TranslationFile:
class: BodyPattern
path: languages/author-bio-box.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Author Bio Box (?<v>\d+\.[\.\d]+)/i
version: true
author-bio-plus:
Readme:
path: readme.txt
author-bio-shortcode:
Readme:
path: readme.txt
author-bio-widget:
Readme:
path: readme.txt
author-box-1:
Readme:
path: readme.txt
author-box-after-posts:
Readme:
path: readme.txt
author-box-for-divi:
Readme:
path: readme.txt
author-box-reloaded-pack:
Readme:
path: readme.txt
author-box-with-different-description:
Readme:
path: readme.txt
author-categories:
Readme:
path: readme.txt
author-category:
Readme:
path: readme.txt
author-change-notifier:
Readme:
path: readme.txt
author-discussion:
Readme:
path: readme.txt
author-geolocation:
Comment:
xpath: //comment()[contains(., "geoLocation")]
pattern: !ruby/regexp /Author geoLocation \- (?<v>\d+\.[\.\d]+):/i
version: true
author-guide:
Readme:
path: readme.txt
author-hreview:
Readme:
path: readme.txt
author-images:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/author-images.pot
pattern: !ruby/regexp /f the WordPress plugin Author Image\(s\) v(?<v>\d+\.[\.\d]+)/i
version: true
author-info-with-social-link:
Readme:
path: readme.txt
author-list:
Readme:
path: Readme.txt
author-listing:
Readme:
path: readme.txt
author-meta:
Readme:
path: readme.txt
author-name-in-rss-feed:
Readme:
path: readme.txt
author-notify:
Readme:
path: readme.txt
author-or-user-image:
Readme:
path: readme.txt
author-periodic-report:
Readme:
path: readme.txt
author-popup:
Readme:
path: readme.txt
author-post-ratings:
Readme:
path: readme.txt
author-posts-shortcode:
Readme:
path: readme.txt
author-product-review:
Readme:
path: readme.txt
author-profile:
Readme:
path: readme.txt
author-profile-plus:
Readme:
path: readme.txt
author-profile-widget:
Readme:
path: readme.txt
author-profiler:
Readme:
path: readme.txt
author-profiles:
Readme:
path: readme.txt
author-recommended-posts:
QueryParameter:
files:
- css/public.css
version: true
Readme:
path: readme.txt
author-slug:
Readme:
path: readme.txt
author-social-links:
Readme:
path: readme.txt
author-stats:
Readme:
path: readme.txt
author-track:
Readme:
path: readme.txt
author-tweets:
Readme:
path: readme.txt
author-wordcount:
Readme:
path: readme.txt
authorize-by-ip:
Readme:
path: readme.txt
authorize-donation:
Readme:
path: readme.txt
authorizenet-simple-donations:
Readme:
path: readme.txt
authorizer-secondfactor:
Readme:
path: readme.txt
authors:
Readme:
path: readme.txt
authors-autocomplete-meta-box:
TranslationFile:
class: BodyPattern
path: languages/authors-autocomplete-meta-box-es_ES.po
pattern: !ruby/regexp /\-Version:\ Authors Autocomplete Meta Box (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
authors-index-page:
Readme:
path: readme.txt
authors-list:
QueryParameter:
files:
- css/authors-list.css
version: true
authors-list-based-on-recent-posts:
Readme:
path: readme.txt
authors-page:
Readme:
path: readme.txt
authors-tag-cloud:
Readme:
path: readme.txt
authorstream:
Readme:
path: readme.txt
authorsure:
Readme:
path: readme.txt
autism-speaks-support-ribbon:
Readme:
path: readme.txt
auto-add-tags:
Readme:
path: readme.txt
auto-anchor:
Readme:
path: readme.txt
auto-anchor-links:
Readme:
path: readme.txt
auto-animateimage:
QueryParameter:
files:
- animate-image.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/animateimage-ja.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Auto AnimateImage (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
auto-approve-comments-for-specific-posts:
Readme:
path: readme.txt
auto-blogroll-checker:
Readme:
path: readme.txt
auto-cart-update-on-quantity-change:
Readme:
path: readme.txt
auto-category:
Readme:
path: readme.txt
auto-complete-all-orders:
Readme:
path: readme.txt
auto-content-links:
Readme:
path: readme.txt
auto-copyright-1:
Readme:
path: readme.txt
auto-copyright-year-updater:
Readme:
path: readme.txt
auto-delete-applications-add-on-for-wp-job-openings:
TranslationFile:
class: BodyPattern
path: languages/auto-delete-wp-job-openings.pot
pattern: !ruby/regexp /plications \- Add\-on for WP Job Openings (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
auto-describe-taxonomies:
Readme:
path: readme.txt
auto-deselect-uncategorized:
TranslationFile:
class: BodyPattern
path: languages/auto-deselect-uncategorized.pot
pattern: !ruby/regexp '/Id\-Version: Auto\-Deselect Uncategorized (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
auto-disable-editor:
Readme:
path: README.txt
auto-ecommerce-seo:
Readme:
path: readme.txt
auto-excerpt-everywhere:
Readme:
path: readme.txt
auto-featured-image-for-video-embed:
Readme:
path: readme.txt
auto-featured-image-from-title:
Readme:
path: readme.txt
auto-files:
Readme:
path: readme.txt
auto-fill-form-fields:
QueryParameter:
files:
- js/form-auto-fill-js.js
version: true
auto-future-date:
Readme:
path: readme.txt
auto-generate-title:
Readme:
path: readme.txt
auto-hide-admin-menu-items:
Readme:
path: readme.txt
auto-hide-menubar:
Readme:
path: readme.txt
auto-image-alt:
QueryParameter:
files:
- js/auto_image_alt.js
version: true
auto-image-field:
Readme:
path: README.TXT
auto-image-resize:
Readme:
path: readme.txt
auto-insert-title-to-link:
Readme:
path:
- readme.txt
- readme.md
auto-join-groups:
Readme:
path: readme.txt
auto-last-youtube-video:
Readme:
path: readme.txt
auto-link-tags:
Readme:
path: readme.txt
auto-load-next-post:
TranslationFile:
class: BodyPattern
path: languages/auto-load-next-post.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Auto Load Next Post (?<v>\d+\.[\.\d]+)/i'
version: true
auto-login-new-users:
Readme:
path: readme.txt
auto-login-user-on-register:
Readme:
path: readme.txt
auto-maps:
Readme:
path: readme.txt
auto-menu-from-pages:
TranslationFile:
class: BodyPattern
path: languages/auto-menu-from-pages.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Auto Menu From Pages (?<v>\d+\.[\.\d]+)/i
version: true
auto-mobile-theme-switcher:
Readme:
path: readme.txt
auto-more-tag:
Readme:
path:
- readme.txt
- README.md
auto-nofollow-links:
Readme:
path: readme.txt
auto-numbering-post:
Readme:
path: readme.txt
auto-pin-it-button:
Readme:
path: readme.txt
auto-post:
Readme:
path: readme.txt
auto-post-after-image-upload:
Readme:
path: readme.txt
auto-post-download:
Readme:
path: readme.txt
auto-post-images-api:
Readme:
path: readme.txt
auto-post-thumbnail:
Readme:
path: readme.txt
auto-post-woocommerce-products:
TranslationFile:
class: BodyPattern
path: languages/auto-post-woocommerce-products-es_ES.po
pattern: !ruby/regexp '/Version: auto\-post\-woocommerce\-products (?<v>\d+\.[\.\d]+)/i'
version: true
auto-poster:
Readme:
path: readme.txt
auto-product-after-upload-image:
Readme:
path: readme.txt
auto-product-restock:
Readme:
path: readme.txt
auto-redirect-404:
Readme:
path: readme.txt
auto-referrer:
Readme:
path: readme.txt
auto-refresh-single-page:
Readme:
path: readme.txt
auto-rename-media-on-upload:
Readme:
path: readme.txt
auto-reply-wechat:
Readme:
path: readme.txt
auto-robot:
Readme:
path: README.txt
auto-save-remote-images:
Readme:
path: readme.txt
auto-schedule-posts:
Readme:
path: readme.txt
auto-scrolling-testimonials:
Readme:
path: readme.txt
auto-seo:
Readme:
path: readme.txt
auto-seo-links:
QueryParameter:
files:
- public/css/auto-seo-links-public.min.css
- public/js/auto-seo-links-public.min.js
version: true
auto-smart-thumbnails:
Readme:
path: readme.txt
auto-social-backlink-builder-free:
Readme:
path: readme.txt
auto-social-meta-tags-asmt83:
Readme:
path: readme.txt
auto-sticky-post:
Readme:
path: readme.txt
auto-submenu:
Readme:
path: readme.txt
auto-syntaxhighlighter:
Readme:
path: readme.txt
auto-table-scroll:
Readme:
path: readme.txt
auto-tag:
Readme:
path: readme.txt
auto-tag-creator:
Readme:
path: README.txt
auto-tag-generator:
Readme:
path: readme.txt
auto-tag-links:
Readme:
path: readme.txt
auto-tag-suggest:
Readme:
path: readme.txt
auto-teaser:
Readme:
path: readme.txt
auto-terms-of-service-and-privacy-policy:
Readme:
path: README.txt
auto-thickbox:
Readme:
path: readme.txt
auto-thumbnail-title:
QueryParameter:
files:
- public/css/auto-thumbnail-title-public.css
- public/js/auto-thumbnail-title-public.js
version: true
auto-thumbnailer:
Readme:
path: readme.txt
auto-tooltip:
Readme:
path: readme.txt
auto-translate:
QueryParameter:
files:
- public/css/auto-translate-public.min.css
- public/js/auto-translate-public.min.js
version: true
auto-twitter-followers-stay-informed:
Readme:
path: readme.txt
auto-twitter-handle:
Readme:
path: readme.txt
auto-update-wp:
Readme:
path: readme.txt
auto-url:
Readme:
path: readme.txt
auto-url-regenerator:
Readme:
path: readme.txt
auto-youtube:
Readme:
path: readme.txt
autoads-premiere:
Readme:
path: readme.txt
autocap:
Readme:
path: readme.txt
autocatset:
Readme:
path: readme.txt
autochat-button-for-mobile-chat:
Readme:
path: readme.txt
autochmod:
Readme:
path: readme.txt
autoclear-autoptimize-cache:
TranslationFile:
class: BodyPattern
path: languages/autoclear-autoptimize-cache.pot
pattern: !ruby/regexp '/Id\-Version: Autoclear Autoptimize Cache (?<v>\d+\.[\.\d]+)/i'
version: true
autoclose:
TranslationFile:
class: BodyPattern
path: languages/autoclose-en_US.pot
pattern: !ruby/regexp /delete the old settings from prior to v(?<v>\d+\.[\.\d]+)/i
version: true
autocomplete-address-for-woocommerce:
Readme:
path: readme.txt
autocomplete-learndash:
Readme:
path: readme.txt
autocorrector-wp-camelcase:
QueryParameter:
files:
- public/css/autocorrector-wp-camelcase-public.css
- public/js/autocorrector-wp-camelcase-public.js
version: true
autodescription:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: language/autodescription.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: The SEO Framework (?<v>\d+\.[\.\d]+)/i'
version: true
autodesk-freewheel-viewer:
Readme:
path: readme.txt
autofields:
Readme:
path: readme.txt
autofill-cf7-bb:
Readme:
path: readme.txt
autogen-headers-menu:
Readme:
path: README.txt
autoin-jp:
Readme:
path: readme.txt
autolinks:
Readme:
path: readme.txt
autolisticle-automatically-update-numbered-list-articles:
Readme:
path: readme.txt
automate-wp-posts:
Readme:
path: readme.txt
automated-db-schenker-shipping:
Readme:
path: readme.txt
automated-dropshipping-for-woocommerce:
Readme:
path: readme.txt
automated-editing:
Readme:
path: readme.txt
automated-remote-reposting-source:
Readme:
path: readme.txt
automated-text-links:
Readme:
path: readme.txt
automatic-comment-scheduler:
Readme:
path: readme.txt
automatic-copyright-year:
QueryParameter:
files:
- script.js
version: true
Readme:
path: readme.txt
automatic-domain-changer:
Readme:
path: readme.txt
automatic-featured-image-posts:
Readme:
path: readme.txt
automatic-footer-copyright:
Readme:
path: readme.txt
automatic-get-source-referer-for-woocommerce:
Readme:
path: readme.txt
automatic-links:
Readme:
path: readme.txt
automatic-page-load-progress-bar:
Readme:
path: readme.txt
automatic-page-publish-expire:
Readme:
path: readme.txt
automatic-plugins:
Readme:
path: readme.txt
automatic-post-categories:
TranslationFile:
class: BodyPattern
path: lang/automatic-post-categories.pot
pattern: !ruby/regexp /t\-Id\-Version:\ Automatic Post Categories (?<v>\d+\.[\.\d]+)/i
version: true
automatic-post-date-filler:
Readme:
path: readme.txt
automatic-post-publishing-scheduler:
Readme:
path:
- readme.txt
- readme.md
automatic-post-scheduler:
Readme:
path: readme.txt
automatic-post-share:
Readme:
path: readme.txt
automatic-post-tagger:
Readme:
path: readme.txt
automatic-post-thumb:
Readme:
path: readme.txt
automatic-posting:
Readme:
path: readme.txt
automatic-quotes:
Readme:
path: readme.txt
automatic-scheduled-content:
Readme:
path: readme.txt
automatic-spam-eraser:
Readme:
path: readme.txt
automatic-subdomains:
Readme:
path: readme.txt
automatic-tag-link:
Readme:
path: readme.txt
automatic-tag-selector:
Readme:
path: readme.txt
automatic-tags:
Readme:
path: readme.txt
automatic-thumbnail:
Readme:
path: readme.txt
automatic-thumbnail-generator:
Readme:
path: readme.txt
automatic-twitter-links:
Readme:
path: readme.txt
automatic-updater:
Readme:
path: readme.txt
automatic-updates-enabled:
Readme:
path: readme.txt
automatic-upload-images:
QueryParameter:
files:
- public/css/automatic-upload-images-public.css
- public/js/automatic-upload-images-public.js
version: true
Readme:
path: readme.md
automatic-video-page:
Readme:
path: readme.txt
automatic-wordpress-backup:
MetaTag:
class: Xpath
xpath: //meta[@name="_awb_version"]/@content
version: true
Readme:
path: readme.txt
automatically-add-product-to-cart:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
automatically-open-all-external-links-in-a-new-tab:
Readme:
path: readme.md
automatically-remove-links-from-posts:
Readme:
path: readme.txt
automatically-set-1st-image-as-featured:
Readme:
path: Readme.txt
automatorwp:
Readme:
path: readme.txt
automatorwp-activemember360-integration:
Readme:
path: readme.txt
automatorwp-affiliatewp-integration:
Readme:
path: readme.txt
automatorwp-anspress-integration:
Readme:
path: readme.txt
automatorwp-bbpress-integration:
Readme:
path: readme.txt
automatorwp-buddyboss-integration:
Readme:
path: readme.txt
automatorwp-buddypress-integration:
Readme:
path: readme.txt
automatorwp-contact-form-7-integration:
Readme:
path: readme.txt
automatorwp-digimember-integration:
Readme:
path: readme.txt
automatorwp-easy-digital-downloads-integration:
Readme:
path: readme.txt
automatorwp-elementor-forms-integration:
Readme:
path: readme.txt
automatorwp-favorites-integration:
Readme:
path: readme.txt
automatorwp-fluentcrm-integration:
Readme:
path: readme.txt
automatorwp-formidable-forms-integration:
Readme:
path: readme.txt
automatorwp-forminator-integration:
Readme:
path: readme.txt
automatorwp-gamipress-integration:
Readme:
path: readme.txt
automatorwp-gravity-forms-integration:
Readme:
path: readme.txt
automatorwp-groundhogg-integration:
Readme:
path: readme.txt
automatorwp-h5p-integration:
Readme:
path: readme.txt
automatorwp-happyforms-integration:
Readme:
path: readme.txt
automatorwp-imember360-integration:
Readme:
path: readme.txt
automatorwp-invite-anyone-integration:
Readme:
path: readme.txt
automatorwp-learndash-integration:
Readme:
path: readme.txt
automatorwp-learnpress-integration:
Readme:
path: readme.txt
automatorwp-lifterlms-integration:
Readme:
path: readme.txt
automatorwp-mailpoet-integration:
Readme:
path: readme.txt
automatorwp-masterstudy-lms-integration:
Readme:
path: readme.txt
automatorwp-ninja-forms-integration:
Readme:
path: readme.txt
automatorwp-paid-memberships-pro-integration:
Readme:
path: readme.txt
automatorwp-peepso-integration:
Readme:
path: readme.txt
automatorwp-popup-maker-integration:
Readme:
path: readme.txt
automatorwp-restrict-content-pro-integration:
Readme:
path: readme.txt
automatorwp-sensei-lms-integration:
Readme:
path: readme.txt
automatorwp-the-events-calendar-integration:
Readme:
path: readme.txt
automatorwp-ultimate-member-integration:
Readme:
path: readme.txt
automatorwp-upsell-plugin-integration:
Readme:
path: readme.txt
automatorwp-wishlist-member-integration:
Readme:
path: readme.txt
automatorwp-woocommerce-integration:
Readme:
path: readme.txt
automatorwp-wp-fusion-integration:
Readme:
path: readme.txt
automatorwp-wp-job-manager-integration:
Readme:
path: readme.txt
automatorwp-wp-polls-integration:
Readme:
path: readme.txt
automatorwp-wp-postratings-integration:
Readme:
path: readme.txt
automatorwp-wp-simple-pay-integration:
Readme:
path: readme.txt
automatorwp-wp-user-manager-integration:
Readme:
path: readme.txt
automatorwp-wpadverts-integration:
Readme:
path: readme.txt
automatorwp-wpdiscuz-integration:
Readme:
path: readme.txt
automatorwp-wpforms-integration:
Readme:
path: readme.txt
automatorwp-wpforo-integration:
Readme:
path: readme.txt
automatorwp-wplms-integration:
Readme:
path: readme.txt
automatorwp-zoom-integration:
Readme:
path: readme.txt
automatr:
Readme:
path: readme.txt
automeme:
Readme:
path: readme.txt
automizy-elementor-integration:
Readme:
path: readme.txt
automizy-gravity-forms:
TranslationFile:
class: BodyPattern
path: languages/automizy-gravity-forms.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Automizy Gravity Forms (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
automonadfly:
Readme:
path: readme.txt
automotive-feed-import:
Readme:
path: readme.txt
autonachrichten-newsfeed:
Readme:
path: readme.txt
autonav:
Readme:
path: readme.txt
autonav-widget:
Readme:
path: readme.txt
autooffice:
Readme:
path: readme.txt
autopaginate:
Readme:
path: readme.txt
autoptimize:
Readme:
path: readme.txt
autoptimize-admin-bar-fix:
Readme:
path: readme.txt
autoptimize-criticalcss:
TranslationFile:
class: BodyPattern
path: languages/ao_critcss_aas.pot
pattern: !ruby/regexp '/sion: Autoptimize Power\-Up: CriticalCSS (?<v>\d+\.[\.\d]+)/i'
version: true
autopublish:
Readme:
path: readme.txt
autoremove-attachments:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
autoresponder1:
Comment:
xpath: //comment()[contains(., "Autoresponder1")]
pattern: !ruby/regexp /Autoresponder1 plugin v(?<v>\d+\.[\.\d]+)/i
version: true
autoset-featured-image:
Readme:
path: readme.txt
autoshare-for-twitter:
Readme:
path: readme.txt
autoship-cloud:
QueryParameter:
files:
- styles/style.css
- WebChat/botchat.css
- js/autoship.js
- js/select-frequency-dialog.js
- js/select-next-occurrence-dialog.js
- js/schedule-cart.js
- js/product-schedule-options.js
- WebChat/botchat.js
- js/product-page.js
- js/schedule-options.js
version: true
autostock:
Readme:
path: readme.txt
autotags:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: AutoTags.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: AutoTags (?<v>\d+\.[\.\d]+)/i'
version: true
autothumb:
Readme:
path: readme.txt
autotitle-for-wordpress:
Readme:
path: readme.txt
autotweaks:
Readme:
path: readme.txt
aux:
Readme:
path: readme.txt
auxin-elements:
Readme:
path: README.txt
auyautochat-for-wp:
Readme:
path: readme.txt
av-coming-soon:
Readme:
path:
- readme.txt
- README.MD
av-csv-2-posts:
Readme:
path: readme.txt
avadanta-companion:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/avadanta-companion.pot
pattern: !ruby/regexp /"Avadanta Companion(?<v>\d+\.[\.\d]+)/i
version: true
avaibook:
TranslationFile:
class: BodyPattern
path: languages/avaibook-pt_PT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: AvaiBook (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
availability:
Readme:
path: readme.txt
availability-calendar:
QueryParameter:
files:
- public/css/styles.css
- public/css/owac.css
- public/css/owac-theme.css
- public/js/owac.js
version: true
Readme:
path: README.txt
available-url:
Readme:
path: readme.txt
avangpress:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
avantlink-integration-for-woocommerce:
Readme:
path: readme.txt
avartan-slider-lite:
TranslationFile:
class: BodyPattern
path: languages/avartan-slider-lite.pot
pattern: !ruby/regexp /msgid "Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
avasize:
Readme:
path: readme.txt
avatar:
Readme:
path: readme.txt
avatar-shaper:
Readme:
path: readme.txt
avatar-shortcode:
Readme:
path: readme.txt
avatar-spam-comments:
Readme:
path: readme.txt
avatar-tooltip:
Readme:
path: readme.txt
avatarplus:
TranslationFile:
class: BodyPattern
path: languages/avatarplus-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: AvatarPlus v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- readme.md
avatars-for-comment-feeds:
Readme:
path: readme.txt
avatars-meta-box:
TranslationFile:
class: BodyPattern
path: languages/avatars-meta-box.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Avatars Meta Box (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
avayo-ticketshop:
Readme:
path: readme.txt
avenirsoft-directdownload:
Readme:
path: readme.txt
average-head-footer-code:
Readme:
path: readme.txt
average-mobile-detect:
Readme:
path: readme.txt
average-wysiwyg-helper:
Readme:
path: readme.txt
avh-first-defense-against-spam:
Readme:
path: readme.txt
aviary-editor:
Readme:
path: readme.txt
aviary-photo-editor:
Readme:
path: readme.txt
aviasalesru-search-widget:
Readme:
path: readme.txt
aviation-quotes:
Readme:
path: readme.txt
aviationweather-widget:
Readme:
path: readme.txt
avid-elements:
Readme:
path: README.txt
avideo:
Readme:
path: readme.txt
avirato-hotels-categories:
Readme:
path: readme.txt
avishi-floating-horizontal-navigation:
Readme:
path: readme.txt
avishi-wp-paypal-payment-button:
Readme:
path: readme.txt
avoid-linkback-abuse:
Readme:
path: readme.txt
avoid-own-pings:
Readme:
path: readme.txt
avp-website-solution:
Readme:
path: readme.txt
aw-gallery:
Readme:
path: readme.txt
aw-woocommerce-kode-pembayaran:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
aw-woocommerce-pos:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
aw-woocommerce-tiki:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
award-on-click-add-on-for-badgeos:
Readme:
path: readme.txt
award-on-click-for-gamipress:
Readme:
path: readme.txt
awasete-yomitai-for-wordpress:
QueryParameter:
files:
- awasete-yomitai.css
version: true
Readme:
path: readme.txt
awcode-toolkit:
Readme:
path: readme.txt
awd-weightcountry-shipping:
Readme:
path: readme.txt
aweber-comment-optin:
Readme:
path: readme.txt
aweber-integration:
Readme:
path: readme.txt
aweber-optin-widget:
Readme:
path: readme.txt
aweber-params-shortcode:
Readme:
path: readme.txt
aweber-registration-integration:
Readme:
path: readme.txt
aweber-subscribers-count:
Readme:
path: readme.txt
aweber-super-simple:
Readme:
path: readme.txt
aweber-wp:
QueryParameter:
files:
- assets/pagecount.min.js
version: true
awebooking:
QueryParameter:
files:
- "/assets/css/awebooking.css"
- "/assets/js/front-end/awebooking.js"
- "/assets/js/front-end/booking-handler.js"
- assets/css/awebooking.css
- assets/fonts/awebooking-webfont.css
- assets/css/awebooking-colour.css
- assets/js/awebooking.min.js
- assets/js/search-form.min.js
version: true
awebsome-browser-selector:
Readme:
path: readme.txt
awebsome-browser-selector-for-caching:
Readme:
path: readme.txt
awebsome-comment-author-mail-validation:
Readme:
path: readme.txt
awebsome-online-registered-users-widget:
Readme:
path: readme.txt
aweos-dashboard-note:
Readme:
path: readme.txt
aweos-wp-lock:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
awesome-addons:
Readme:
path: README.txt
awesome-addons-for-elementor:
QueryParameter:
files:
- assets/vendor/css/font-awesome.min.css
- assets/fonts/style.min.css
- assets/css/awe.min.css
- assets/css/alert.css
- assets/js/aae.js
version: true
Readme:
path: readme.txt
awesome-admin-cleaner:
Readme:
path: readme.txt
awesome-admin-custom-dashboard:
Readme:
path: readme.txt
awesome-ads:
Readme:
path: readme.txt
awesome-author-box-widget:
Readme:
path: readme.txt
awesome-authors:
Readme:
path: readme.txt
awesome-blocks:
Readme:
path: readme.txt
awesome-capital-letter:
Readme:
path: readme.txt
awesome-checkout-templates:
Readme:
path: readme.txt
awesome-code-highlighting:
Readme:
path: readme.txt
awesome-contact-form7-for-elementor:
Readme:
path: readme.txt
awesome-cookie-consent:
QueryParameter:
files:
- assets/css/gcccn-front.css
- assets/js/gcccn-front.js
version: true
Readme:
path: readme.txt
awesome-event-booking:
QueryParameter:
files:
- src/css/styles.css
- src/css/tablesorter.css
- src/js/jquery.tablesorter.min.js
version: true
awesome-filterable-portfolio:
Readme:
path: readme.txt
awesome-flickr-gallery-plugin:
Readme:
path: README.txt
awesome-google-adsense:
Readme:
path: readme.txt
awesome-google-analytics:
Comment:
xpath: //comment()[contains(., "Google Analytics")]
pattern: !ruby/regexp /Awesome Google Analytics by CodeBrothers, version (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/js/autotrack.js
version: true
awesome-guten-text:
QueryParameter:
files:
- src/awe-guten.css
version: true
awesome-hooks:
QueryParameter:
files:
- assets/awesome-hooks.min.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
awesome-instagram-feed:
QueryParameter:
files:
- public/css/awesome-instagram-feed-public.css
- public/js/awesome-instagram-feed-public.js
version: true
awesome-instant-search:
TranslationFile:
class: BodyPattern
path: translation/ais-es_ES.po
pattern: !ruby/regexp /ject\-Id\-Version:\ Awesome Instant Search (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
awesome-mobile-responsive-navigation:
QueryParameter:
files:
- css/amrn-style.css
version: true
awesome-newsletter:
QueryParameter:
files:
- public/css/awesome-newsletter-public.css
- public/css/icofont.min.css
- public/js/awesome-newsletter-public.js
version: true
awesome-photo-gallery:
Comment:
xpath: //comment()[contains(., "Photo Gallery")]
pattern: !ruby/regexp /Awesome Photo Gallery by CodeBrothers version (?<v>\d+\.[\.\d]+)/i
version: true
awesome-plugins-team-showcase:
Readme:
path: README.txt
awesome-post-views-counter:
QueryParameter:
files:
- css/frontend.css
version: true
awesome-scrollbar:
QueryParameter:
files:
- css/hf-main.css
version: true
awesome-shortcodes-for-genesis:
Readme:
path: readme.txt
awesome-slider:
QueryParameter:
files:
- assets/css/style.css
version: true
awesome-slider-lite:
QueryParameter:
files:
- js/jquery.awesomeslider.min.js
version: true
awesome-social-icons:
Readme:
path: readme.txt
awesome-support:
TranslationFile:
class: BodyPattern
path: languages/awesome-support.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Awesome Support (?<v>\d+\.[\.\d]+)/i
version: true
awesome-surveys:
TranslationFile:
class: BodyPattern
path: languages/awesome-surveys-hu_HU.po
pattern: !ruby/regexp /\# awesome\-surveys\.pot \(Awesome Surveys (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- README.txt
- README.md
awesome-twitter-feeds:
QueryParameter:
files:
- assets/js/functions.js
version: true
awesome-weather:
Readme:
path: readme.txt
awesome-wp-comment-rating:
Readme:
path: readme.txt
awesome-wp-slider:
QueryParameter:
files:
- assets/js/active.js
version: true
awesomepress:
Comment:
xpath: //comment()[contains(., "awesomepress")]
pattern: !ruby/regexp /\/awesomepress\/assets\/css\/font\-awesome\-ie7\.min\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
awp-booking-calendar:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
awp-placeholder-variable:
Readme:
path: readme.txt
aws-cookies-popup:
QueryParameter:
files:
- css/popup.css
- css/font-awesome.min.css
- js/popup.min.js
version: true
aws-sns:
QueryParameter:
files:
- public/css/aws-sns-plugin-public.css
- public/js/aws-sns-plugin-public.js
version: true
awsa-quick-buy:
TranslationFile:
class: BodyPattern
path: languages/awsa-quick-buy.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: awsa\-quick\-buy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
awsa-shipping:
TranslationFile:
class: BodyPattern
path: languages/awsa-shipping-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: awsa\-shipping (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
awsm-team:
QueryParameter:
files:
- css/team.min.css
- js/team.min.js
version: true
awsom-drop-down-archive:
Readme:
path: readme.txt
awsom-news-announcement:
Readme:
path: readme.txt
awsom-pixgallery:
Readme:
path: readme.txt
awstats-report-viewer:
Readme:
path: readme.txt
awstats-script:
TranslationFile:
class: BodyPattern
path: awstats-script.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ AWStats Script (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ax-scrollto-top:
QueryParameter:
files:
- ax-scrollto-top.css
- js/ax-scrollto-top.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
Readme:
path: readme.txt
ax-sidebar:
Readme:
path: readme.txt
axcoto-slideshow-plugin:
Readme:
path: readme.txt
axedit-seasons:
Readme:
path: readme.txt
axokey-gateway:
Readme:
path: readme.txt
axon-radio-live:
Readme:
path: readme.txt
ayah-of-the-day:
Readme:
path: readme.txt
ayar-comment:
Readme:
path: readme.txt
ayar-unicode-combobox:
Readme:
path: readme.txt
ayar-web-kit:
QueryParameter:
files:
- js/awk_footer_script.js
version: true
ayat-al-quran:
Readme:
path: readme.txt
ayatequrani-embed-ayaat-in-your-website:
QueryParameter:
files:
- assets/css/style.css
version: true
ayecode-connect:
TranslationFile:
class: BodyPattern
path: languages/ayecode-connect-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: AyeCode Connect (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ayo-shortcodes:
QueryParameter:
files:
- assets/css/style.css
- assets/js/ayoshortcodes.js
version: true
Readme:
path: readme.txt
ays-popup-box:
QueryParameter:
files:
- public/css/ays-pb-public.css
- public/js/ays-pb-public.js
version: true
az-advanced-custom-scrollbar:
Readme:
path: readme.txt
az-order:
Readme:
path: readme.txt
az-product-slider-for-woocommerce:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/main.js
version: true
az-video-and-audio-player-addon-for-elementor:
Readme:
path: readme.txt
azaflash-retargeting:
Readme:
path: readme.txt
azexo-store-locator:
QueryParameter:
files:
- css/ion.rangeSlider.css
- css/air-datepicker.css
- css/frontend.css
- css/templates.css
- js/ion.rangeSlider.js
- js/air-datepicker.js
- js/frontend.js
- js/templates.js
- js/infobox.js
- js/markerclusterer.js
- js/richmarker.js
version: true
azigen:
Readme:
path: README.txt
azkaar-english:
Readme:
path: readme.txt
azlite:
Readme:
path: readme.txt
azonpost:
Readme:
path: readme.txt
aztolat:
Readme:
path: readme.txt
azurecurve-display-after-post-content:
QueryParameter:
files:
- style.css
version: true
azurecurve-filtered-categories:
QueryParameter:
files:
- style.css
version: true
azurecurve-get-plugin-info:
QueryParameter:
files:
- style.css
version: true
azurecurve-taxonomy-index:
QueryParameter:
files:
- style.css
version: true
azw-woocommerce-file-uploads:
QueryParameter:
files:
- public/css/azwwfu-woocommerce-file-uploads-public.css
- public/js/azwwfu-woocommerce-file-uploads-public.js
version: true
b-pinterest-feed:
QueryParameter:
files:
- public/assets/css/style.css
- public/assets/js/jquery.pgallery.min.js
- public/assets/js/jquery.magnific-popup.min.js
- public/assets/js/pgallery.custom.js
version: true
b-productiv-lite:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
b-rad-rotator:
Readme:
path: readme.txt
b2binpay-payments-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/b2binpay-payments-for-woocommerce.pot
pattern: !ruby/regexp '/sion: B2BinPay Payments for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
b2bking-private-store-for-woocommerce:
Readme:
path: readme.txt
b2bking-wholesale-for-woocommerce:
Readme:
path: readme.txt
b2i-investor-tools:
QueryParameter:
files:
- css/style.css
- css/export.css
- js/wb_script.js
- js/amcharts.js
- js/serial.js
- js/amstock.js
- js/responsive.min.js
- js/export.js
version: true
ba-book-everything:
TranslationFile:
class: BodyPattern
path: languages/ba-book-everything.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BA Book Everything (?<v>\d+\.[\.\d]+)/i'
version: true
ba-event:
TranslationFile:
class: BodyPattern
path: languages/ba-event.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BA Event (?<v>\d+\.[\.\d]+)/i
version: true
ba-plus-before-after-image-slider-free:
QueryParameter:
files:
- css/ba-plus.min.css
- js/ba-plus.min.js
version: true
Readme:
path: readme.txt
baap-mobile-version:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
pattern: !ruby/regexp /with the BAAP Mobile Version (?<v>\d+\.[\.\d]+)/i
version: true
HeaderPattern:
header: X-Mobilized-By
pattern: !ruby/regexp /BAAP Mobile Version (?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: baap-mobile-version.pot
pattern: !ruby/regexp /ensed under the Apache License, Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
babbleconnect-chat:
Readme:
path: readme.txt
babel:
Readme:
path: readme.txt
babelz:
Readme:
path: readme.txt
babyage:
Readme:
path: readme.txt
back-end-instructions:
Readme:
path: readme.txt
back-in-stock-notifier-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/cwginstocknotifier-cz_CZ.po
pattern: !ruby/regexp '/Version: Back In Stock Notifier Version (?<v>\d+\.[\.\d]+)/i'
version: true
back-to-the-top-button:
Readme:
path: readme.txt
back-to-top:
Readme:
path: readme.txt
back-to-top-advanced:
QueryParameter:
files:
- assets/style.css
- assets/script.js
version: true
back-to-top-scroller:
Readme:
path: README.txt
back-to-top-up:
Readme:
path: readme.txt
back-top:
TranslationFile:
class: BodyPattern
path: setting-page/languages/bn_BD.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
backdrop-post-types:
TranslationFile:
class: BodyPattern
path: languages/backdrop-post-types.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Backdrop Post Types (?<v>\d+\.[\.\d]+)/i'
version: true
backend-redirect:
Readme:
path: README.txt
backend-startpage-customizer:
TranslationFile:
class: BodyPattern
path: languages/backend-startpage-customizer-de_DE.po
pattern: !ruby/regexp '/\-Version: Backend Startpage Customizer v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
background-changer:
Readme:
path: readme.txt
background-control:
Readme:
path: readme.txt
background-music-player-lite:
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
background-per-page:
Readme:
path: readme.txt
background-slideshow:
Readme:
path: readme.txt
background-update-notification-email-address:
Readme:
path: README.txt
background-update-tester:
Readme:
path: readme.txt
background-updates-for-major-releases:
Readme:
path: readme.txt
backlink-rechecker:
Readme:
path: readme.txt
backlinks-saver:
Readme:
path: readme.txt
backpacktrack-for-android:
Readme:
path: readme.txt
backstage:
TranslationFile:
class: BodyPattern
path: languages/backstage.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Backstage (?<v>\d+\.[\.\d]+)/i'
version: true
backstory-for-wordpress:
Readme:
path: readme.txt
backtop:
Readme:
path: readme.txt
backtotop:
Readme:
path: Readme.txt
backtype-most-tweeted-posts-widget:
Readme:
path: readme.txt
backup:
Readme:
path: README.txt
backup-and-restore-for-wp:
Readme:
path: readme.txt
backup-backup:
Readme:
path: readme.txt
backup-database-from-dashboard:
Readme:
path: readme.txt
backup-release-ovh:
Readme:
path: readme.txt
backup-restore-manager:
Readme:
path: readme.txt
backup-scheduler:
Readme:
path: readme.txt
backup2email:
Readme:
path: readme.txt
backupbuddy:
HistoryLog:
class: BodyPattern
path: history.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\d+\.[\.\d]+ \- [\d\-]+)/mi
version: true
backupwordpress:
TranslationFile:
class: BodyPattern
path: languages/backupwordpress.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BackUpWordPress (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
backwp:
Readme:
path: readme.txt
bad-behavior:
Comment:
xpath: //comment()[contains(., "Bad Behavior")]
pattern: !ruby/regexp /Bad Behavior (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
bad-behavior-log-reader:
Readme:
path: readme.txt
bad-behaviour-log-reader:
Readme:
path: readme.txt
bad-bot-blocker:
Readme:
path: readme.txt
bad-ip-wp:
QueryParameter:
files:
- public/css/bad_ip_wp-public.css
- public/js/bad_ip_wp-public.js
version: true
Readme:
path: README.txt
badad:
Readme:
path: readme.txt
badge:
Readme:
path: readme.txt
badge-creator-free:
QueryParameter:
files:
- public/css/badgeCreator-public.css
- public/js/badgeCreator-public.js
- public/js/jquery.lazyload.min.js
- public/js/fabric.all.min.js
version: true
Readme:
path: README.txt
badge-fever-shortcode:
Readme:
path: readme.txt
badge-for-glotpress:
Readme:
path: readme.txt
badge-grab:
Readme:
path: readme.txt
badgearoo:
QueryParameter:
files:
- assets/js/js.cookie.js
- assets/js/frontend.js
version: true
badged:
Readme:
path: readme.txt
badgeos-affiliatewp:
Readme:
path: readme.txt
badgeos-badgestack-add-on:
Readme:
path: readme.txt
badgeos-buddypress-notifier:
Readme:
path: readme.txt
badgeos-edd-integration:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
badgeos-learndash-gateway:
Readme:
path:
- readme.txt
- README.md
badgeos-lifterlms-integration:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
badgeos-nomination-submission-add-on:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: README.txt
badgeos-reset:
Readme:
path: readme.txt
badgeos-rest-api-addon:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: README.txt
badgeos-tutorlms:
Readme:
path: readme.txt
badger:
QueryParameter:
files:
- "/js/badger.js"
version: true
badges-woo:
Readme:
path: readme.txt
badpass-wp:
Readme:
path: readme.txt
badr-naver-syndication:
Readme:
path: readme.txt
badudu-js:
Readme:
path: readme.txt
baidu-textcensor:
Readme:
path: readme.txt
baidushare-wp:
Readme:
path: readme.txt
bainternet-posts-creation-limits:
Readme:
path: readme.txt
bainternet-simple-toc:
Readme:
path: readme.txt
bainternet-user-ranks:
Readme:
path: readme.txt
balcao-balcao:
Readme:
path: readme.txt
ballast-security-securing-hashing:
Readme:
path: readme.txt
bambuser-for-wordpress:
Readme:
path: readme.txt
banana-faq:
TranslationFile:
class: BodyPattern
path: languages/banana-faq.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Banana FAQ (?<v>\d+\.[\.\d]+)/i
version: true
banckle-crm:
Readme:
path: readme.txt
banckle-helpdesk:
Readme:
path: readme.txt
banckle-live-chat-for-wordpress:
Readme:
path: readme.txt
banckle-online-meeting:
Readme:
path: readme.txt
bang-faceted-search:
Readme:
path: readme.txt
bangla-al-quran:
Readme:
path: readme.txt
bangla-contact-form:
Readme:
path: readme.txt
bangla-date-and-time:
Readme:
path: readme.txt
bangla-font-solution:
Readme:
path: README.txt
bangla-fonts:
Readme:
path: README.txt
bangla-sidebar-login:
TranslationFile:
class: BodyPattern
path: I18n/bn-sidebar-login.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Bangla Sidebar Login (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bangla-web-fonts:
Readme:
path: readme.txt
bangladeshi-payment-gateways:
QueryParameter:
files:
- assets/public/css/bdpg-public.css
- assets/public/js/bdpg-public.js
version: true
Readme:
path: README.txt
bangladeshi-taka-in-woocommerce:
Readme:
path: readme.txt
banglkb:
Readme:
path: readme.txt
bank-ifsc-code:
Readme:
path: README.txt
banner-aink:
Readme:
path: readme.txt
banner-alerts:
Readme:
path: readme.txt
banner-effect-header:
Readme:
path: readme.txt
banner-garden:
Readme:
path: readme.txt
banner-generator:
Readme:
path: readme.txt
banner-manager:
Readme:
path: readme.txt
banner-slider:
Readme:
path: readme.txt
banner-slider-for-advertisement:
TranslationFile:
class: BodyPattern
path: languages/wpwbs-en_US.po
pattern: !ruby/regexp '/rsion: Banner Slider for Advertisement v(?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp '/Version : (?<v>\d+\.[\.\d]+) \(on/i'
version: true
banner-system:
QueryParameter:
files:
- assets/css/banner-system.css
- assets/js/frontend-banner-system.js
version: true
banner-upload:
Readme:
path: readme.txt
banneradexchange-widget:
Readme:
path: readme.txt
bannerman:
Readme:
path: readme.txt
bannerspace:
Readme:
path: readme.txt
banthehackers-support-badge:
Readme:
path: readme.txt
banti-album-proofing:
Readme:
path: readme.txt
baokimvn-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
barbas-default-wp-mail-sender:
Readme:
path: readme.txt
barc-chat:
Readme:
path: readme.txt
barcode-reception:
Readme:
path: readme.txt
bard-extra:
Readme:
path: readme.txt
barebones-twitter:
QueryParameter:
files:
- public/js/barebones-twitter-public.js
version: true
bargain:
Readme:
path: readme.txt
base64-encoderdecoder:
Readme:
path: readme.txt
basepress:
QueryParameter:
files:
- icons/icons.css
- public/js/basepress.js
version: true
Readme:
path: readme.txt
basepress-oxygen-integration:
Readme:
path: readme.txt
basepress-searchwp-integration:
Readme:
path: readme.txt
baseter-body-mass-index-calculator:
Readme:
path: readme.txt
basic-alerts:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
basic-authentication:
Readme:
path: readme.txt
basic-developer-tools:
Readme:
path: readme.txt
basic-for-azimuth-web-site:
Readme:
path: readme.txt
basic-front-end-login:
Readme:
path: readme.txt
basic-google-authorship:
Readme:
path: readme.txt
basic-google-maps-placemarks:
Readme:
path: readme.txt
basic-protected-lightbox:
Readme:
path: readme.txt
basic-seo:
Readme:
path: readme.txt
basic-seo-pack:
Readme:
path: readme.txt
basic-user-avatars:
Readme:
path: readme.txt
basket-recovery:
Readme:
path: readme.txt
baslider:
QueryParameter:
files:
- css/animate.min.css
- css/style.min.css
- css/swiper.min.css
- js/lib//three.min.js
- js/lib/swiper.min.js
- js/lib/Tween.min.js
- js/lib/webfontloader.js
- js/embed.js
- js/build/nextcodeSlider.js
version: true
Readme:
path: readme.txt
batch-cat:
Readme:
path: readme.txt
batch-comment-spam-deletion:
Readme:
path: readme.txt
batch-paging-images:
Readme:
path: readme.txt
batsignal:
Readme:
path: readme.txt
battlefield-3-statistics:
Readme:
path: readme.txt
bauernregeln:
Readme:
path: readme.txt
bauhaus-centenary:
Readme:
path: readme.txt
bavard:
QueryParameter:
files:
- public/css/bavard-plugin-public.css
- public/js/bavard-plugin-public.js
version: true
Readme:
path: README.txt
baw-anti-csrf:
Readme:
path: readme.txt
baw-autoshortener:
Readme:
path: readme.txt
baw-better-admin-color-themes:
Readme:
path: readme.txt
baw-better-plugin-managment:
Readme:
path: readme.txt
baw-breach-avoider:
Readme:
path: readme.txt
baw-delete-my-account:
Readme:
path: readme.txt
baw-force-new-password:
Readme:
path: readme.txt
baw-force-plugin-updates:
Readme:
path: readme.txt
baw-google-author:
Readme:
path: readme.txt
baw-gravatar-google-image:
Readme:
path: readme.txt
baw-invitation-codes:
Readme:
path: readme.txt
baw-like-unlike:
Readme:
path: readme.txt
baw-login-logout-menu:
Readme:
path: readme.txt
baw-manual-related-posts:
Readme:
path: readme.txt
baw-moderator-role:
Readme:
path: readme.txt
baw-more-secure-login:
Readme:
path: readme.txt
baw-multiple-pass-for-protected-pages:
Readme:
path: readme.txt
baw-papii-plugins-api-infos:
Readme:
path: readme.txt
baw-post-views-count:
Readme:
path: readme.txt
baw-wordpress-plugin-security-checker:
Readme:
path: readme.txt
bayeme-social-comment:
Readme:
path: readme.txt
bazo:
Readme:
path: readme.txt
bazz-callback-widget:
QueryParameter:
files:
- css/bazz-widget.css
version: true
bb-edition-control:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
Readme:
path: README.txt
bb-extra-conditional-logic:
Readme:
path: README.md
bb-gallery:
TranslationFile:
class: BodyPattern
path: languages/bb_gallery.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BB Gallery (?<v>\d+\.[\.\d]+)/i'
version: true
bb-header-footer:
TranslationFile:
class: BodyPattern
path: languages/bb-header-footer.pot
pattern: !ruby/regexp /d\-Version:\ Beaver Builder Header Footer (?<v>\d+\.[\.\d]+)/i
version: true
bb-plugin:
QueryParameter:
files:
- css/jquery.bxslider.css
- js/jquery.bxslider.js
- js/jquery.waypoints.min.js
- js/jquery.imagesloaded.min.js
version: true
bb-toolbox:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
bb-user-list:
Readme:
path: readme.txt
bb-vapor-modules:
TranslationFile:
class: BodyPattern
path: languages/bb-vapor-modules.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BB Vapor Modules (?<v>\d+\.[\.\d]+)/i'
version: true
bb-web-hooks:
Readme:
path: readme.txt
bbc-tech-news-rss-feed-widget:
Readme:
path: readme.txt
bbcode:
Readme:
path: readme.txt
bbcode-annotator:
Readme:
path: readme.txt
bbcode-widget-titles:
Readme:
path: readme.txt
bbcomments:
Readme:
path: readme.txt
bbg-record-blog-roles-changes:
Readme:
path: readme.txt
bbhttp2https:
Readme:
path: readme.txt
bbp-capabilities:
Readme:
path: readme.txt
bbp-like:
Readme:
path: readme.txt
bbp-members-only:
Readme:
path: readme.txt
bbp-signature:
Readme:
path: readme.txt
bbpress:
QueryParameter:
files:
- templates/default/css/bbpress.css
- templates/default/js/editor.js
version: true
Readme:
path: readme.txt
bbpress-admin-notes:
Readme:
path: readme.txt
bbpress-analytics:
Readme:
path: readme.txt
bbpress-auto-delete-spam-replies:
Readme:
path: readme.txt
bbpress-auto-subscribe-for-new-topics-and-replies:
Readme:
path: readme.txt
bbpress-auto-suggest-topics-based-on-new-topic-title:
Readme:
path: readme.txt
bbpress-bbcode:
Readme:
path: readme.txt
bbpress-beta-tester:
Readme:
path: readme.txt
bbpress-canned-replies:
Readme:
path: readme.txt
bbpress-code-snippets:
Readme:
path: readme.txt
bbpress-connect-for-tally-framework:
Readme:
path: readme.txt
bbpress-custom-reply-notifications:
Readme:
path: readme.txt
bbpress-digest:
TranslationFile:
class: BodyPattern
path: languages/bbp-digest.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: bbPress Digest (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bbpress-direct-quotes:
Readme:
path: readme.txt
bbpress-email-notifications:
Readme:
path: readme.txt
bbpress-enable-tinymce-visual-tab:
Readme:
path: readme.txt
bbpress-go-to-first-unread-post:
Readme:
path: readme.txt
bbpress-improved-statistics-users-online:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
bbpress-integration:
Readme:
path: readme.txt
bbpress-latest-discussion:
Comment:
xpath: //comment()[contains(., "BBpress")]
pattern: !ruby/regexp /BBpress Latest Discussions v(?<v>\d+\.[\.\d]+)/i
version: true
bbpress-like-topics:
Readme:
path: readme.txt
bbpress-live:
Readme:
path: readme.txt
bbpress-loadmore-topics:
Readme:
path: readme.txt
bbpress-login-register-links-on-forum-topic-pages:
Readme:
path: readme.txt
bbpress-mark-as-read:
Readme:
path: readme.txt
bbpress-members-only:
Readme:
path: readme.txt
bbpress-monster-widget:
Readme:
path: readme.txt
bbpress-new-topics:
Readme:
path: readme.txt
bbpress-notices:
Readme:
path: readme.txt
bbpress-notification:
Readme:
path: readme.txt
bbpress-post-ratings:
Readme:
path: readme.txt
bbpress-post-toolbar:
Readme:
path: readme.txt
bbpress-private-replies:
Readme:
path: readme.txt
bbpress-private-shortcodes:
Readme:
path: readme.txt
bbpress-protected-forums:
Readme:
path: readme.txt
bbpress-recaptcha:
Readme:
path: readme.txt
bbpress-reply-titles:
Readme:
path: readme.txt
bbpress-role-deleter:
Readme:
path: readme.txt
bbpress-simple-advert-units:
Readme:
path: readme.txt
bbpress-simple-view-counts:
Readme:
path: readme.txt
bbpress-slack-integration:
Readme:
path: readme.txt
bbpress-sort-topic-replies:
Readme:
path: readme.txt
bbpress-subscriptions-mandrill:
Readme:
path: readme.txt
bbpress-support-forum-checked-by-default:
Readme:
path: readme.txt
bbpress-threaded-replies:
Readme:
path: readme.txt
bbpress-top-contributors:
Readme:
path: readme.txt
bbpress-topic-location:
QueryParameter:
files:
- _inc/js/bbptl.js
version: true
Readme:
path: readme.txt
bbpress-topic-lock:
Readme:
path: readme.txt
bbpress-topic-sections:
Readme:
path: readme.txt
bbpress-topic-thumbnails:
Readme:
path: readme.txt
bbpress-unread-posts:
Readme:
path: readme.txt
bbpress-update-status:
Readme:
path: readme.txt
bbpress-users-stats:
Readme:
path: readme.txt
bbpress-vip-support-plugin:
Readme:
path: readme.txt
bbpressmoderation:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
Readme:
path: readme.txt
bbredirector:
TranslationFile:
class: BodyPattern
path: languages/default.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: bbRedirector (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
bbs-hebdate:
Readme:
path: readme.txt
bbus-ezinearticles-search-api-widget:
Readme:
path: readme.txt
bbus-rss-feed-campaign-tagger:
Readme:
path: readme.txt
bbwp-faq:
Readme:
path: readme.txt
bc-menu-cart-woo:
Readme:
path: readme.txt
bc-simple-auto-ads:
Readme:
path: readme.txt
bcc-everything:
Readme:
path: readme.txt
bcd-roster:
Readme:
path: readme.txt
bcd-upcoming-posts:
Readme:
path: readme.txt
bcs-bertline-book-importer:
Readme:
path: readme.txt
bcs-support:
Readme:
path: readme.txt
bd-mobile-payments-gateway:
Readme:
path: readme.txt
bdihot:
Readme:
path: readme.txt
bdlookup:
Readme:
path: readme.txt
bdroppy:
Readme:
path: readme.txt
bdt-2547-in-woocommerce:
Readme:
path: readme.txt
bdtask-booking365:
QueryParameter:
files:
- public/css/msbdt-bootstrap.css
- public/css/msbdt-ui.css
- public/font-awesome/css/font-awesome.min.css
- public/css/msbdt-custom-style.css
- public/css/msbdt-public.css
- public/js/msbdt-bootstrap.min.js
- public/js/msbdt-jquery.slimscroll.min.js
- public/js/msbdt-public.js
- public/ajax/msbdt-public-service-display-ajax.js
- public/ajax/multi-appointment-select-disable-date-agnist-doctor-ajax.js
- public/ajax/msbdt-public-professional-display-ajax.js
version: true
bdtask-crm:
QueryParameter:
files:
- public/css/bdtaskcrm-public.css
- public/js/bdtaskcrm-public.js
- admin/js/demo.js
version: true
bdtaskchatbot:
QueryParameter:
files:
- public/assets/plugins/bootstrap/css/bootstrap.min.css
- public/assets/plugins/fontawesome/css/all.min.css
- public/assets/plugins/emojionearea/dist/emojionearea.min.css
- public/assets/dist/css/chat-ui.css
- public/css/bdtaskchatbot-public.css
- public/assets/dist/js/popper.min.js
- public/assets/plugins/emojionearea/dist/emojionearea.min.js
- admin/js/bdtask_admin.js
- admin/js/test.js
- public/js/bdtask_log.js
- public/assets/plugins/bootstrap/js/bootstrap.min.js
version: true
bdthemes-element-pack-lite:
Readme:
path: readme.txt
bdthemes-prime-slider-lite:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
bdwebteam-recent-post-tabs-widget:
QueryParameter:
files:
- css/bdwebteam-recent-tabs-widget.css
version: true
be-shortcodes:
TranslationFile:
class: BodyPattern
path: languages/be-shortcodes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Be Shortcodes (?<v>\d+\.[\.\d]+)/i'
version: true
be-stats:
Readme:
path: readme.txt
bea-activator:
ChangeLog:
class: BodyPattern
path: CHANGELOG.MD
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
beacon-for-helpscout:
QueryParameter:
files:
- assets/js/beacon.js
version: true
beacon-web-analytics:
Readme:
path: readme.txt
beaf-before-and-after-gallery:
Readme:
path: readme.txt
beam-me-up-scotty:
QueryParameter:
files:
- library/css/style.css
- library/js/scripts.min.js
version: true
beamer:
Readme:
path:
- readme.txt
- README.md
beans-woocommerce-loyalty-rewards:
Readme:
path: readme.txt
beastcoders-management:
Readme:
path: readme.txt
beastiepress:
TranslationFile:
class: BodyPattern
path: beastiepress-en_US.po
pattern: !ruby/regexp /on of the WordPress plugin BeastiePress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
beastthemes-companion:
Readme:
path: readme.txt
beat-brokerz-flex-framework:
Readme:
path: readme.txt
beautiful-and-responsive-cookie-consent:
Readme:
path: readme.txt
beautiful-link-preview:
Readme:
path: README.txt
beautiful-paypal-buttons:
QueryParameter:
files:
- css/button-styles.css
version: true
beautiful-pull-quotes:
QueryParameter:
files:
- css/beautiful-pull-quotes.css
version: true
beautiful-recent-posts-widget:
Readme:
path: readme.txt
beautiful-social-widget:
Readme:
path: readme.txt
beautiful-taxonomy-filters:
QueryParameter:
files:
- public/css/select2.min.css
- public/css/beautiful-taxonomy-filters-base.min.css
- public/js/select2/select2.full.min.js
- public/js/beautiful-taxonomy-filters-public.js
version: true
beautiful-widget-ck:
Readme:
path: readme.txt
beautiful-yahoo-weather:
Readme:
path: readme.txt
beautimour-kit:
TranslationFile:
class: BodyPattern
path: languages/beautimour-kit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Beautimour Kit (?<v>\d+\.[\.\d]+)/i'
version: true
beauty-contact-form:
Readme:
path: readme.txt
beauty-contact-popup-form:
Readme:
path: readme.txt
beauty-gravity:
QueryParameter:
files:
- assets/css/tooltip.css
- assets/css/bg-animations.css
- assets/js/theme.js
- assets/js/bg-validation-fields.js
version: true
Readme:
path: readme.txt
beauty-license-verification:
Readme:
path: readme.txt
beauty-orange-wordpress-code-prettifier:
Readme:
path: readme.txt
beauty-orange-wordpress-comment-captcha:
Readme:
path: readme.txt
beauty-orange-wordpress-commentator-wall:
Readme:
path: readme.txt
beaver-builder-lite-version:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /<h4>(?<v>\d+\.[\.\d]+) \- [\d\/]{8,}<\/h4>/i
version: true
beaverlodge-pushmenu:
TranslationFile:
class: BodyPattern
path: languages/default.po
pattern: !ruby/regexp /roject\-Id\-Version:\ Beaverlodge PushMeny (?<v>\d+\.[\.\d]+)/i
version: true
bebetter-social-icons:
QueryParameter:
files:
- assets/icons/style.css
- style.css
version: true
bebetterhotels-booking-form:
QueryParameter:
files:
- assets/css/styles.css
- assets/js/scripts.js
version: true
Readme:
path: readme.txt
bebook-neo-widget:
Readme:
path: readme.txt
bebookmark:
Readme:
path: readme.txt
because:
Readme:
path: README.txt
becide:
Readme:
path: readme.txt
bed66:
Readme:
path: readme.txt
bee-offline:
Readme:
path: readme.txt
bee-pricing-table:
QueryParameter:
files:
- public/css/bee-pricing-table-public.css
- public/font-awesome/css/font-awesome.min.css
- public/js/bee-pricing-table-public.js
version: true
bee-quick-gallery:
QueryParameter:
files:
- public/css/bee-quick-gallery-public.css
version: true
beehive-analytics:
Readme:
path: readme.txt
beepress:
QueryParameter:
files:
- lib/beepress.css
- lib/beepress-pro.js
- lib/player.js
- lib/beepress-front.js
version: true
Readme:
path: readme.txt
beer-ratings:
Readme:
path: readme.txt
beers-i-drank:
Readme:
path: readme.txt
beerxml-shortcode:
Readme:
path: readme.txt
beevi:
Readme:
path: readme.txt
beevou:
Readme:
path: readme.txt
before-after:
Readme:
path: readme.txt
before-after-image-slider-amp:
Readme:
path: readme.txt
before-after-image-slider-lite:
QueryParameter:
files:
- ImageComparisonSlider.css
- ImageComparisonSlider.js
version: true
Readme:
path: readme.txt
before-after-images-for-divi:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/Version: Before \+ After Images for Divi (?<v>\d+\.[\.\d]+)/i'
version: true
before-and-after-gallery:
QueryParameter:
files:
- public/css/twentytwenty.css
- public/css/main.css
- public/js/jquery.event.move.js
- public/js/jquery.twentytwenty.js
- public/js/main.js
version: true
before-deleting-the-posts:
Readme:
path: readme.txt
before-its-news-health:
Readme:
path: readme.txt
before-its-news-lifestyle:
Readme:
path: readme.txt
before-its-news-money:
Readme:
path: readme.txt
before-its-news-paranormal-news-widget:
Readme:
path: readme.txt
before-its-news-politics:
Readme:
path: readme.txt
before-its-news-sci-tech:
Readme:
path: readme.txt
before-its-news-self-sufficiency:
Readme:
path: readme.txt
before-you-are-dead-countdown:
Readme:
path: readme.txt
beforeafter-pictures:
Readme:
path: readme.txt
behnevis-transliteration:
Readme:
path: readme.txt
bekar-com-bd-jobs:
Readme:
path: readme.txt
belgo-meteo:
Readme:
path: readme.txt
belirli-gun-ve-haftalar:
Readme:
path: readme.txt
bellows-accordion-menu:
QueryParameter:
files:
- assets/css/bellows.min.css
- assets/css/fontawesome/css/font-awesome.min.css
- assets/css/skins/blue-material.css
- assets/js/bellows.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/bellows.pot
pattern: !ruby/regexp /d\-Version:\ Bellows Pro \- Accordion Menu (?<v>\d+\.[\.\d]+)/i
version: true
bemocalendar:
Readme:
path: readme.txt
benday-reviews-system:
Readme:
path: readme.txt
benefits:
Readme:
path: readme.txt
bens-translator:
Readme:
path: readme.txt
bens-version-checker:
Readme:
path: README.txt
beonepage-lite:
TranslationFile:
class: BodyPattern
path: languages/beonepage-lite.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ BeOnePage Lite Plugin (?<v>\d+\.[\.\d]+)/i
version: true
bepro-listings-gallery-sliders:
Readme:
path: readme.txt
bepro-listings-wpjm:
Readme:
path: readme.txt
bern-badge-for-bernie-sanders:
QueryParameter:
files:
- bern-badge.css
version: true
berri-technorati-reactions-on-dashboard:
Readme:
path: readme.txt
besan-block:
Readme:
path: readme.txt
bespoke:
Readme:
path: readme.txt
best-buy-products-plugin:
Readme:
path: readme.txt
best-custom-css:
Readme:
path: readme.txt
best-favicon:
Readme:
path: readme.txt
best-foot-forward:
Readme:
path: readme.txt
best-host-news:
Readme:
path: readme.txt
best-post-page:
Readme:
path: readme.txt
best-posts-summary:
Readme:
path: Readme.txt
best-push:
Readme:
path: readme.txt
best-restaurant-menu-by-pricelisto:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
best-seo-itranslator-for-wordpress:
Readme:
path: readme.txt
best-testimonial:
QueryParameter:
files:
- public/css/bootstrap.min.css
- public/css/owl.carousel.css
- public/css/font-awesome.min.css
- public/css/style.css
- public/js/bootstrap.min.js
- public/js/owl.carousel.min.js
- public/js/main.js
version: true
TranslationFile:
class: BodyPattern
path: languages/best-testimonial.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Best Testimonial v(?<v>\d+\.[\.\d]+)/i'
version: true
best-ticker:
QueryParameter:
files:
- js/jquery.ticker.min.js
version: true
bestbooks:
Readme:
path:
- readme.txt
- README.md
bestmatch-shopping-advisor:
Readme:
path: readme.txt
bestprice-analytics-integration:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
betta-boxes-cms:
Readme:
path: readme.txt
better-admin-help-tabs:
Readme:
path: readme.txt
better-admin-pointers:
Readme:
path: readme.txt
better-admin-reading:
Readme:
path: README.txt
better-admin-users-search:
TranslationFile:
class: BodyPattern
path: i18n/baus.pot
pattern: !ruby/regexp '/t\-Id\-Version: Better Admin Users Search (?<v>\d+\.[\.\d]+)/i'
version: true
better-adsense-targeting:
Readme:
path: readme.txt
better-amp:
Readme:
path: readme.txt
better-anchor-links:
Readme:
path: readme.txt
better-appointment:
Readme:
path: readme.txt
better-archives-widget:
QueryParameter:
files:
- baw-script.min.js
version: true
Readme:
path: readme.txt
better-author-bio:
Readme:
path: readme.txt
better-avatars:
Readme:
path: README.txt
better-backgrounds:
Comment:
xpath: //comment()[contains(., "Better Backgrounds")]
pattern: !ruby/regexp /Better Backgrounds (?<v>\d+\.[\.\d]+)/i
version: true
better-bbpress-signature:
Readme:
path: readme.txt
better-blogroll:
Readme:
path: readme.txt
better-click-to-tweet:
Readme:
path: readme.txt
better-comments:
Readme:
path: readme.txt
better-comments-reply-manager:
TranslationFile:
class: BodyPattern
path: languages/better-comments-reply-manager.pot
pattern: !ruby/regexp /\-Version:\ Better Comments Reply Manager (?<v>\d+\.[\.\d]+)/i
version: true
better-contextual-help:
Readme:
path: readme.txt
better-datelines:
Readme:
path: readme.txt
better-delete-revision:
Readme:
path: readme.txt
better-editor:
Readme:
path: readme.txt
better-elementor-addons:
Readme:
path: readme.txt
better-email-signature:
Readme:
path: readme.txt
better-extended-live-archive:
Readme:
path: readme.txt
better-file-download:
Readme:
path: README.txt
better-file-editor:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
better-font-awesome:
TranslationFile:
class: BodyPattern
path: languages/better-font-awesome.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Better Font Awesome (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
better-footnotes:
Readme:
path: readme.txt
better-formats:
TranslationFile:
class: BodyPattern
path: languages/betterformats.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Better Formats (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
better-forms:
Readme:
path: readme.txt
better-gdpr:
Readme:
path: readme.txt
better-github-gists-widget:
Readme:
path: README.txt
better-google-forms:
Readme:
path: readme.txt
better-hipchat:
Readme:
path:
- readme.txt
- readme.md
better-howdy:
Readme:
path: readme.txt
better-http-redirects:
Readme:
path: readme.txt
better-images:
Readme:
path: readme.txt
better-images-crop:
Readme:
path: readme.txt
better-internal-link-search:
Readme:
path: readme.txt
better-links:
Readme:
path: readme.txt
better-lorem:
Readme:
path: readme.txt
better-media-library-fields:
Readme:
path: readme.txt
better-my-sites-menu:
Readme:
path: readme.txt
better-nearby-posts-links:
Readme:
path: readme.txt
better-plugin-recommendations:
TranslationFile:
class: BodyPattern
path: languages/better-plugin-recommendations.pot
pattern: !ruby/regexp /\-Version:\ Better Plugin Recommendations (?<v>\d+\.[\.\d]+)/i
version: true
better-post-formats:
Readme:
path: readme.txt
better-press-newsfeed:
Readme:
path: readme.txt
better-protected-pages:
Readme:
path: readme.txt
better-recent-drafts:
Readme:
path: readme.txt
better-reply:
Readme:
path: readme.txt
better-rest-api-featured-images:
TranslationFile:
class: BodyPattern
path: languages/better-rest-api-featured-images.pot
pattern: !ruby/regexp /ersion:\ Better REST API Featured Images (?<v>\d+\.[\.\d]+)/i
version: true
better-rest-apis-for-mobile-apps-by-sapricami:
Readme:
path:
- readme.txt
- README.md
better-rest-endpoints:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
better-reviews-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woo-better-reviews.pot
pattern: !ruby/regexp '/Version: Better Reviews For WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
better-rss-widget:
Readme:
path: readme.txt
better-search-replace:
Readme:
path:
- README.txt
- README.md
better-stop-adblock:
Readme:
path: readme.txt
better-text-widget:
Readme:
path: readme.txt
better-time-based-greeting-widget:
Readme:
path: readme.txt
better-user-profile-fields:
Readme:
path: readme.txt
better-user-shortcodes:
Readme:
path: readme.txt
better-utf8-excerpt:
Readme:
path: readme.txt
better-visit-site-link:
Readme:
path: readme.txt
better-widgets:
Readme:
path: README.txt
better-wordpress-syntax-based-on-geshi:
Readme:
path: readme.txt
better-wp-login-page:
Readme:
path: readme.txt
better-wp-security:
HistoryLog:
class: BodyPattern
path: history.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\d+\.[\.\d]+ \- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
better-wp-varnish:
Readme:
path: readme.txt
better-writing:
Readme:
path: readme.txt
better-yourls:
TranslationFile:
class: BodyPattern
path: languages/better-yourls.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Better YOURLS (?<v>\d+\.[\.\d]+)/i
version: true
betterantispam:
Readme:
path: readme.txt
betterbook:
Readme:
path: readme.txt
betterdocs:
Readme:
path: README.txt
betterify:
Readme:
path: readme.txt
bettings-widget:
Readme:
path: readme.txt
beyond-job-search:
Readme:
path: readme.txt
beyond-pay-for-woocommerce:
Readme:
path: README.txt
beyond-wpdb:
Readme:
path: readme.txt
bezahlcode-generator:
Readme:
path: readme.txt
bf-wpo-dequeuer:
Readme:
path: README.txt
bf3-infobox:
Readme:
path: readme.txt
bfbc2-stats:
Readme:
path: readme.txt
bft-autoresponder:
TranslationFile:
class: BodyPattern
path: bft-autoresponder.pot
pattern: !ruby/regexp '/n: Arigato Autoresponder and Newsletter (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bfv-widget-wp:
Readme:
path: readme.txt
bg-biblie-references:
QueryParameter:
files:
- css/styles.css
- js/bg_bibrefs.js
version: true
Readme:
path: readme.txt
bg-book-publisher:
QueryParameter:
files:
- css/style.css
version: true
bg-btime:
QueryParameter:
files:
- btime/btime.css
- btime/btime.js
- bg_btime.js
version: true
bg-church-memos:
Readme:
path: readme.txt
bg-forreaders:
QueryParameter:
files:
- css/style.css
version: true
bg-import:
Readme:
path: readme.txt
bg-orthodox-calendar:
QueryParameter:
files:
- css/colors.php
- js/bg_ortcal_days.js
- js/bg_ortcal_names.js
- js/bg_ortcal_year.js
- js/bg_ortcal_init.js
version: true
bg-patriarchia-bu:
QueryParameter:
files:
- css/pbu.css
version: true
bg-patterns:
Readme:
path: readme.txt
bg-playlist:
QueryParameter:
files:
- css/player.css
- js/player.js
version: true
Readme:
path: readme.txt
bgcolor-setter:
Readme:
path: readme.txt
bgstyle:
Readme:
path: readme.txt
bh-basic-slider:
Readme:
path: readme.txt
bh-custom-preloader:
Readme:
path: readme.txt
bh-faq:
Readme:
path: readme.txt
bh-pagination:
Readme:
path: readme.txt
bh-related-post:
Readme:
path: readme.txt
bh-wp-autologin-urls:
Readme:
path: README.txt
bhim-upi-pay-by-formalx:
Readme:
path: readme.txt
bhindb:
Readme:
path: readme.txt
bhm-random-quote:
Readme:
path: readme.txt
bhoot-blocks-wp-job-manager:
TranslationFile:
class: BodyPattern
path: languages/blocks-for-wp-job-manager.pot
pattern: !ruby/regexp '/t\-Id\-Version: Blocks for WP Job Manager (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
bib3html:
Readme:
path: readme.txt
bibblio-related-posts:
QueryParameter:
files:
- public/css/bibblio_related_posts-public.css
- public/css/bib-related-content.css
- public/js/bibblio_related_posts-public.js
- public/js/bib-related-content.js
version: true
Readme:
path: README.txt
bible-link:
Readme:
path: readme.txt
bible-link-multilingual:
Readme:
path: readme.txt
bible-online-popup:
TranslationFile:
class: BodyPattern
path: languages/BOP.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Bible Online Popup (?<v>\d+\.[\.\d]+)/i'
version: true
bible-post:
Readme:
path: readme.txt
bible-reading-plan:
Readme:
path: readme.txt
bible-reading-plans:
Readme:
path: readme.txt
bible-readings-for-seriously-simple:
Readme:
path: readme.txt
bible-references:
QueryParameter:
files:
- js/bible.js
version: true
bible-tagger:
Readme:
path: readme.txt
bible-text:
Readme:
path: readme.txt
bible-verse-display:
Readme:
path: readme.txt
bible-verse-of-the-day:
Readme:
path: readme.txt
bible-verses:
Readme:
path: readme.txt
biblefox-for-wordpress:
QueryParameter:
files:
- includes/css/scripture.css
- includes/css/biblefox-blog.css
- includes/js/biblefox-blog.js
- includes/js/jquery-qtip/jquery.qtip-1.0.0-rc3-custom.min.js
- includes/js/tooltips.js
version: true
Readme:
path: readme.txt
biblegateway-links-shortcode:
Readme:
path: readme.txt
biblegateway-votd:
Readme:
path: readme.txt
bibleget-io:
Readme:
path: readme.txt
biblesupersearch:
Readme:
path: readme.txt
biblia-y-concordancia:
Readme:
path: readme.txt
bibliar-search-in-the-bible:
Readme:
path: readme.txt
bibliodam-connect:
Readme:
path: readme.txt
bibly:
Readme:
path: readme.txt
bibs-feed-cat-widget:
Readme:
path: readme.txt
bibs-random-content:
Readme:
path: readme.txt
bibs-twitter-follow-button-reloaded:
Readme:
path: readme.txt
bibsonomy:
Readme:
path: readme.txt
bibvenn-infoboks:
Readme:
path: README.txt
big-big-menu:
Readme:
path: readme.txt
big-bio-box:
Readme:
path: readme.txt
big-blog-map:
Readme:
path: readme.txt
big-cartel-plugin:
Readme:
path: readme.txt
big-cartel-product-importer:
Readme:
path: readme.txt
big-cartel-wordpress-plugin:
Readme:
path: readme.txt
big-image-browser:
Readme:
path: readme.txt
big-middle-and-little-endians:
Readme:
path: readme.txt
bigcommerce:
QueryParameter:
files:
- assets/css/master.min.css
- assets/js/dist/manifest.min.js
- assets/js/dist/vendor.min.js
- assets/js/dist/scripts.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
bigcontact:
Readme:
path: readme.txt
bigfishgames-syndicate:
Readme:
path: readme.txt
bigideas:
QueryParameter:
files:
- public/css/ideas-public.css
- public/js/ideas-public.js
version: true
bigly-dropship:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
bigmailchimp:
Readme:
path: readme.txt
bigsendgrid:
Readme:
path: readme.txt
bike-rental-manager-calendar:
Readme:
path: readme.txt
bikemap-speedometer-widget:
Readme:
path: readme.txt
bileta-nga-autobus-al:
Readme:
path: readme.txt
billbee-auftragsabwicklung-warenwirtschaft-automatisierung:
QueryParameter:
files:
- public/css/billbee-public.css
- public/js/billbee-public.js
version: true
billingo:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\*\*(?<v>[\d\.]+)\*\* \- [\d\-]{4,}/
version: true
billingotomatis-payment-gateway-indonesia:
Readme:
path: readme.txt
billplz-for-edd:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
billy:
Readme:
path: readme.txt
billybenswf:
Readme:
path: readme.txt
bilych-gallery:
QueryParameter:
files:
- public/css/photopile.css
- public/js/photopile.js
version: true
bim-ba:
TranslationFile:
class: BodyPattern
path: lib/cmb2/languages/cmb2.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ CMB2 (?<v>\d+\.[\.\d]+)/i
version: true
bin-access-control:
QueryParameter:
files:
- css/front.css
version: true
Readme:
path: readme.txt
bin-accessibility:
Readme:
path: readme.txt
bin-contact:
Readme:
path: readme.txt
bin-email-spam-protection:
Readme:
path: readme.txt
bin-opt-in:
QueryParameter:
files:
- css/front.css
version: true
Readme:
path: readme.txt
bin-payment-by-invoice-for-woocommerce:
Readme:
path: readme.txt
bin-soprop:
QueryParameter:
files:
- css/front.css
- js/front.js
version: true
Readme:
path: readme.txt
bin-stripe-donation:
QueryParameter:
files:
- css/front.css
- js/front.js
version: true
Readme:
path: readme.txt
bin-user-push-info:
Readme:
path: readme.txt
binbucks:
QueryParameter:
files:
- js/shrinker.js
version: true
bind-user-taxonomy:
Readme:
path: readme.txt
bindchat:
Readme:
path: readme.txt
bing-boards:
Readme:
path: README.txt
bing-maps-for-wordpress:
Readme:
path: readme.txt
bing-maps-widget:
Readme:
path: readme.txt
bing-translator:
TranslationFile:
class: BodyPattern
path: languages/bing-translator-bg_BG.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Bing Translator (?<v>\d+\.[\.\d]+)/i
version: true
bing-webmaster-tools:
Readme:
path: README.md
bing-website-translator:
Readme:
path: readme.txt
bingewith:
Readme:
path: readme.txt
bingimport:
Readme:
path: readme.txt
bingmaps:
Readme:
path: readme.txt
binlayer-dashboard-widget:
Readme:
path: readme.txt
binlayercom-blog-banner:
Readme:
path: readme.txt
binlayerpress:
Readme:
path: readme.txt
bio-links:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
biogram-linkpage:
Readme:
path: README.txt
biol-me:
Readme:
path: README.txt
bip-pages:
TranslationFile:
class: BodyPattern
path: languages/bip-pages.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BIP for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
birdfy-twitter-markups-for-posts:
Readme:
path: readme.txt
birdseed:
QueryParameter:
files:
- public/css/birdseed-public.css
- public/js/birdseed-public.js
version: true
birmingham-uk-neighbourhoods:
Readme:
path: readme.txt
birthday-discount-vouchers:
QueryParameter:
files:
- assets/js/bday-picker.min.js
- assets/js/picker.js
- assets/js/picker.date.js
- assets/js/custom.js
version: true
birthdays-widget:
Readme:
path: readme.txt
bit-form:
Readme:
path: readme.txt
bit-migrate-wp:
Readme:
path: readme.txt
bitbucket-issue-manager:
Readme:
path: readme.txt
bitbucket-issues:
Readme:
path: readme.txt
bitcan-widget:
Readme:
path: README.txt
bitcoin-address:
QueryParameter:
files:
- css/style.css
version: true
bitcoin-calculator-widget:
Readme:
path: readme.txt
bitcoin-crypto-prices-shortcode:
Readme:
path: readme.txt
bitcoin-currency-converter:
Readme:
path: readme.txt
bitcoin-donations:
Readme:
path: readme.txt
bitcoin-exchange-rate-ticker:
Readme:
path: readme.txt
bitcoin-exchange-widget:
Readme:
path: readme.txt
bitcoin-faucet:
Readme:
path: readme.txt
bitcoin-online:
Readme:
path: readme.txt
bitcoin-payments:
Readme:
path: readme.txt
bitcoin-payments-by-chainside-net-for-woocommerce:
Readme:
path: readme.txt
bitlet-plugin:
Readme:
path: README.txt
bitlove-widget:
Readme:
path: readme.txt
bitly-exporter:
Readme:
path: readme.txt
bitly-linker:
Readme:
path: readme.txt
bitly-shortlinks-multisite:
Readme:
path: readme.txt
bitmonet:
Readme:
path: readme.txt
bitpay-quickpay:
Readme:
path: readme.txt
bittipit-bitcoin-donation-button:
Readme:
path: readme.txt
bittips-tip-jar:
Readme:
path: readme.txt
bittorrent:
Readme:
path: readme.txt
bitvolution-image-galleria:
QueryParameter:
files:
- bitvolution-image-galleria.css
version: true
Readme:
path: readme.txt
bitwords-io:
QueryParameter:
files:
- assets/style.v3.min.css
- assets/script.v3.min.js
version: true
bixt:
Readme:
path: readme.txt
biz-calendar:
QueryParameter:
files:
- biz-cal.css
- calendar.js
version: true
Readme:
path: readme.txt
bizlibrary:
Readme:
path: readme.txt
bizmerlinhr-jobboard:
Readme:
path: readme.txt
bizreview:
QueryParameter:
files:
- assets/icofont/icofont.min.css
- assets/fontawesome/all.min.css
- assets/css/bt-grid.css
- assets/css/owl.carousel.min.css
- assets/css/owl.theme.default.min.css
- assets/css/style.css
- inc/google-review/js/google-place.js
version: true
bizsugar-vote-button:
Readme:
path: readme.txt
bizsugar-voting-button:
Readme:
path: readme.txt
bizuno-icons:
Readme:
path: readme.txt
bizuno-locale:
Readme:
path: readme.txt
bizuno-migrate:
Readme:
path: readme.txt
bizuno-skins:
Readme:
path: readme.txt
bizyhood:
QueryParameter:
files:
- Bizyhood/Public/css/plugin-global.css
- Bizyhood/Public/vendor/photoswipe/css/photoswipe.css
- Bizyhood/Public/vendor/photoswipe/css/default-skin/default-skin.css
- Bizyhood/Public/js/bizyhood-segment-load.js
- Bizyhood/Public/vendor/photoswipe/js/photoswipe.min.js
- Bizyhood/Public/vendor/photoswipe/js/photoswipe-ui-default.js
- Bizyhood/Public/js/bizyhood-plugin-gallery.js
- Bizyhood/Public/js/jquery.matchHeight-min.js
- Bizyhood/Public/js/bootstrap.min.js
- Bizyhood/Public/js/bizyhood-custom.js
version: true
bj-facebook-popular-posts:
Readme:
path: readme.txt
bj-lazy-load:
Readme:
path: readme.txt
bknewsticker:
Readme:
path: readme.txt
bktsk-live-scheduler:
Readme:
path: readme.txt
bl-countdown-timer:
Readme:
path: readme.txt
black-crow:
Readme:
path: readme.txt
black-lives-matter:
Readme:
path: readme.txt
black-login-screen:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: langs/black_login_screen-en_GB.po
pattern: !ruby/regexp '/Project\-Id\-Version: Stronger Admin Bar v(?<v>\d+\.[\.\d]+)/i'
version: true
black-studio-tinymce-widget:
TranslationFile:
class: BodyPattern
path: languages/black-studio-tinymce-widget.pot
pattern: !ruby/regexp /Id\-Version:\ Black Studio TinyMCE Widget (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
black-studio-touch-dropdown-menu:
QueryParameter:
files:
- js/black-studio-touch-dropdown-menu.min.js
version: true
Readme:
path: readme.txt
black-widgets:
Readme:
path: readme.txt
blackbaud-sphere:
Readme:
path: readme.txt
blackjack-lite:
Readme:
path: readme.txt
blacklist-keys-manager:
Readme:
path: readme.txt
blackout-darkmode-widget:
QueryParameter:
files:
- js/blackout.js
version: true
Readme:
path: readme.txt
blade:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
blago-air-badge-clicktracker:
Readme:
path: readme.txt
blahbox:
Readme:
path: README.txt
blank-footnotes:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
blastchat:
Readme:
path: readme.txt
blaze-retail-woocommerce:
Readme:
path: readme.txt
blaze-widget:
Readme:
path: ReadMe.txt
blazemeter:
Readme:
path: readme.txt
bleep-filter:
Readme:
path: readme.txt
blend-photos:
QueryParameter:
files:
- js/cropsetup.js
- js/jquery.Jcrop.js
version: true
blesta-shared-login:
Readme:
path: readme.txt
bleumi-pay-crypto-payments-for-woocommerce:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: README.txt
blighty-explorer:
QueryParameter:
files:
- style.css
- js/bex.upload.js
version: true
blimply:
TranslationFile:
class: BodyPattern
path: lib/languages/blimply.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Blimply (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
blind-friendly-admin:
Readme:
path: readme.txt
blinds:
Readme:
path: readme.txt
blinko-broadcaster:
Readme:
path: readme.txt
blip-slideshow:
QueryParameter:
files:
- blip.js
- blip-mootools.js
version: true
Readme:
path: readme.txt
blip-widget:
Readme:
path: readme.txt
blippress:
Readme:
path: readme.txt
blipstar-store-locator:
Readme:
path: readme.txt
bliskapaczka-pl:
Readme:
path: readme.txt
blissful-buttons:
Readme:
path: readme.txt
blitzcrank:
Readme:
path: readme.txt
blizzard-quotes:
Readme:
path: readme.txt
blizzblue-widget:
Readme:
path: readme.txt
blkcanvas-easy-attachments:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
block-a-saurus:
Readme:
path: readme.txt
block-admin:
Readme:
path: readme.txt
block-bad-queries:
Readme:
path: readme.txt
block-comment-spam-bots:
Readme:
path: readme.txt
block-controller:
Readme:
path: readme.txt
block-data-attribute:
Readme:
path: readme.txt
block-disposable-email-addresses:
Readme:
path: readme.txt
block-domain-email-addresses-for-contact-form-7:
Readme:
path: readme.txt
block-ecommerce-assets-via-robots-txt:
Readme:
path: readme.txt
block-editor:
Readme:
path: readme.txt
block-editor-assets-filter:
Readme:
path: readme.txt
block-editor-colors:
Readme:
path: readme.txt
block-editor-for-woocommerce:
Readme:
path: readme.txt
block-email-cf7:
Readme:
path: readme.txt
block-email-formidable-form:
Readme:
path: readme.txt
block-engine:
Readme:
path: readme.txt
block-extras:
Readme:
path: readme.txt
block-fancy-list-item:
QueryParameter:
files:
- public/css/block-fancy-list-item-public.css
- public/js/block-fancy-list-item-public.js
version: true
block-feed-and-comments-via-robots-txt:
Readme:
path: readme.txt
block-for-font-awesome:
Readme:
path: readme.txt
block-for-woo-product-table:
TranslationFile:
class: BodyPattern
path: languages/block-for-woo-product-table.pot
pattern: !ruby/regexp '/Id\-Version: Block for Woo Product Table (?<v>\d+\.[\.\d]+)/i'
version: true
block-for-yandex-sovetnik:
TranslationFile:
class: BodyPattern
path: languages/antisovet-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: AntiSovet (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
block-gallery:
QueryParameter:
files:
- dist/js//block-gallery-masonry.min.js
- dist/js/vendors/flickity.min.js
version: true
block-ie6:
Readme:
path: readme.txt
block-lab:
Readme:
path: readme.txt
block-layouts:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
block-logic:
Readme:
path: README.txt
block-manager:
Readme:
path: README.txt
block-metadata:
Readme:
path: readme.txt
block-minimap:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ \[(?<v>\d+\.[\.\d]+)\](?!.*\#+ \[\d+\.[\.\d]+\])/mi
version: true
Readme:
path: readme.txt
block-pattern-builder:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
block-pattern-creater:
Readme:
path: readme.txt
block-pattern-maker:
Readme:
path: readme.txt
block-pinterest:
Readme:
path: readme.txt
block-rss-reading:
Readme:
path: readme.txt
block-shots:
Readme:
path: readme.txt
block-spam-by-math:
Readme:
path: readme.txt
block-spam-by-math-reloaded:
Readme:
path: readme.txt
block-spammers:
TranslationFile:
class: BodyPattern
path: languages/wbs.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Block Spammers (?<v>\d+\.[\.\d]+)/i
version: true
block-specific-plugin-updates:
Readme:
path: readme.txt
block-styler-for-gravity-forms:
Readme:
path: readme.txt
block-styles:
Readme:
path: readme.txt
block-user-account:
Readme:
path: readme.txt
block-visibility:
Readme:
path: readme.txt
blockalyzer-adblock-counter:
QueryParameter:
files:
- js/banner.js
version: true
blockalyzer-stop-adblock-extension:
Readme:
path: readme.txt
blockbuddy:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
blockchyp-for-woocommerce:
Readme:
path: readme.txt
blockeditor-fullscreen-mode-control:
Readme:
path: readme.txt
blockmeister:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
blockq:
TranslationFile:
class: BodyPattern
path: locale/blockq.pot
pattern: !ruby/regexp /nslation of the WordPress plugin BlockQ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
blockquote-cite:
Readme:
path: readme.txt
blocks:
Readme:
path: readme.txt
blocks-collection:
Readme:
path: readme.txt
blocks-export-import:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
blocks-for-documents-articles-and-faqs:
Readme:
path: readme.txt
blocks-for-eventbrite:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
blocks-for-products:
Readme:
path: readme.txt
blocks-kit:
Readme:
path: readme.txt
blocks-ultimate:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
blockspare:
Readme:
path: readme.txt
blockypage:
Readme:
path: readme.txt
blog-authors:
Readme:
path: readme.txt
blog-birthday:
Readme:
path: readme.txt
blog-clock:
QueryParameter:
files:
- assets/css/custom-backend.css
- assets/js/custom-backend.js
- assets/js/prefixfree.min.js
- assets/js/tinycolor.min.js
- assets/js/index.js
version: true
blog-copier:
Readme:
path: readme.txt
blog-crosspost:
Readme:
path: Readme.txt
blog-demographics:
Readme:
path: readme.txt
blog-designer:
Readme:
path: readme.txt
blog-designer-for-post-and-widget:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/bdpw-public.css
version: true
blog-designer-pack:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/bdp-public.css
version: true
Readme:
path: readme.txt
blog-designer-wp-post-and-widget:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/bdwpw-public.css
version: true
blog-floating-button:
Readme:
path: readme.txt
blog-google-page-rank:
Readme:
path: readme.txt
blog-in-blog:
Readme:
path: readme.txt
blog-introduction:
Readme:
path: readme.txt
blog-layouts:
Readme:
path: readme.txt
blog-metrics:
Readme:
path: readme.txt
blog-newsletter:
Readme:
path: readme.txt
blog-post-area:
Readme:
path: readme.txt
blog-post-calendar-widget:
Readme:
path: readme.txt
blog-posts-and-category-for-elementor:
Readme:
path: readme.txt
blog-promotion:
Readme:
path: readme.txt
blog-sidebar-widget:
QueryParameter:
files:
- public/css/blog-sidebar-widget-public.min.css
- public/js/blog-sidebar-widget-public.min.js
version: true
Readme:
path: README.txt
blog-slug-to-news:
Readme:
path: readme.txt
blog-stats:
Readme:
path: readme.txt
blog-stats-shortcodes:
Readme:
path: readme.txt
blog-tech-check:
Readme:
path: readme.txt
blog-templates:
Readme:
path: readme.txt
blog-tools:
Readme:
path: readme.txt
blog-topics:
Readme:
path: readme.txt
blog-toplist:
Readme:
path: readme.txt
blog-update-reminder:
Readme:
path: readme.txt
blog-voyeur:
Readme:
path: readme.txt
blog-watch:
Readme:
path: readme.txt
blog2social:
Readme:
path: readme.txt
blog2widget:
Readme:
path: readme.txt
blogbabel-rank-plus:
Readme:
path: readme.txt
blogbus-importer:
Readme:
path: readme.txt
blogbuzztime-for-wp:
Readme:
path: readme.txt
blogcamp-flyer:
Readme:
path: readme.txt
blogchat-chat-system:
Readme:
path: readme.txt
blogfa-templater:
Readme:
path: readme.txt
blogfollow:
Readme:
path: readme.txt
blogg100-badge:
Readme:
path: readme.txt
blogger-image-import:
Readme:
path: readme.txt
blogger-importer:
Readme:
path: readme.txt
blogger-importer-extended:
Readme:
path: readme.txt
blogger-title-fix:
Readme:
path: readme.txt
bloggy-till-wordpress:
Readme:
path: README.txt
bloggyfeed:
Readme:
path: readme.txt
bloginfo:
Readme:
path: readme.txt
blogintroduction-wordpress-plugin:
Readme:
path: readme.txt
blogintroduction-wordpress-widget:
Readme:
path: readme.txt
blogiramemk-widget:
Readme:
path: readme.txt
blogitalia-rank:
Readme:
path: readme.txt
bloglentor-for-elementor:
Readme:
path:
- readme.txt
- README.md
bloglovin-button:
Readme:
path: readme.txt
bloglovin-follow:
TranslationFile:
class: BodyPattern
path: languages/bloglovin_follow_trans_domain.pot
pattern: !ruby/regexp /ion:\ Bloglovin Follow WordPress plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
blogmap-geolocation:
Readme:
path: readme.txt
blogmentor:
Readme:
path: readme.txt
blogolb:
Readme:
path: readme.txt
blogpatcher-seo:
Readme:
path: readme.txt
blogroll-autolinker:
Readme:
path: readme.txt
blogroll-in-posts:
Readme:
path: readme.txt
blogroll-links:
Readme:
path: readme.txt
blogroll-links-favicons:
Readme:
path: readme.txt
blogroll-links-page:
Readme:
path: README.txt
blogroll-media-library-image:
Readme:
path: readme.txt
blogroll-pager:
Readme:
path: readme.txt
blogroll-rss-widget:
Readme:
path: readme.txt
blogs-mexico-ping:
Readme:
path: readme.txt
blogsafe-scanner:
Readme:
path: README.txt
blogshotr:
Readme:
path: readme.txt
blogsiread:
Readme:
path: readme.txt
blogupp-blog-promotion:
Readme:
path: readme.txt
blogvault-real-time-backup:
Readme:
path: readme.txt
blogware-importer:
TranslationFile:
class: BodyPattern
path: languages/blogware-importer.pot
pattern: !ruby/regexp /the WordPress plugin Blogware Importer (?<v>\d+\.[\.\d]+)/i
version: true
bloks-stripe-donation:
QueryParameter:
files:
- assets/css/reset.min.css
- assets/css/animate.min.css
- assets/css/styles.css
version: true
blossom-recipe-maker:
QueryParameter:
files:
- public/css/blossom-recipe-public.css
- public/js/blossom-recipe-public.js
- public/js/blossom-adjust-ingredients.js
version: true
TranslationFile:
class: BodyPattern
path: languages/blossom-recipe-maker.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Blossom Recipe Maker (?<v>\d+\.[\.\d]+)/i'
version: true
blossomthemes-email-newsletter:
TranslationFile:
class: BodyPattern
path: languages/blossomthemes-email-newsletter.pot
pattern: !ruby/regexp '/Version: BlossomThemes Email Newsletter (?<v>\d+\.[\.\d]+)/i'
version: true
blossomthemes-toolkit:
QueryParameter:
files:
- public/css/blossomthemes-toolkit-public.css
- public/css/font-awesome.min.css
- public/css/owl.carousel.min.css
- public/css/owl.theme.default.min.css
- public/js/blossomthemes-toolkit-public.js
- public/js/owl.carousel.min.js
- public/css/blossomthemes-toolkit-public.min.css
- public/js/blossomthemes-toolkit-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/blossomthemes-toolkit.pot
pattern: !ruby/regexp '/oject\-Id\-Version: BlossomThemes Toolkit (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
blow-link:
Readme:
path: readme.txt
blrt-wp-embed:
Readme:
path: readme.txt
blt-counter:
Readme:
path: readme.txt
blue-admin:
Readme:
path: readme.txt
blue-admin-bar:
Readme:
path: readme.txt
blue-hat-cdn:
TranslationFile:
class: BodyPattern
path: languages/blue-hat-cdn-pt_BR.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Blue Hat Turbo (?<v>\d+\.[\.\d]+)/i
version: true
blue-login-style:
Readme:
path: readme.txt
blue-network-plugins:
Readme:
path: readme.txt
blue-utopia:
Readme:
path: readme.txt
blue-utopia-signup:
Readme:
path: readme.txt
blue-wrench-videos-widget:
Readme:
path: readme.txt
bluecounterwidget:
Readme:
path: readme.txt
bluedaumview:
Readme:
path: readme.txt
blueglass-maintenance:
Readme:
path: readme.txt
bluehost-site-migrator:
TranslationFile:
class: BodyPattern
path: languages/bluehost-site-migrator.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Bluehost Site Migrator (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
blueimp-lightbox:
Readme:
path: readme.txt
bluemelon-gallery:
Readme:
path: readme.txt
blueocean-woo-order-map:
Readme:
path: readme.txt
blueposts:
QueryParameter:
files:
- public/css/blueposts-public.css
- public/js/blueposts-public.js
version: true
bluerange-google-analytics-manager:
Readme:
path: readme.txt
bluesnap-payment-gateway-for-woocommerce:
Readme:
path: README.txt
bluesnap-payments:
Readme:
path: readme.txt
bluet-keywords-tooltip-generator:
QueryParameter:
files:
- pro-addon/assets/ajax/load-keywords.js
- assets/kttg-tooltip-functions.js
- pro-addon/assets/kttg-pro-functions.js
version: true
bluetrait-connector:
Readme:
path: readme.txt
bluetrait-event-viewer:
Readme:
path: readme.txt
blugz:
Readme:
path: readme.txt
blunt-ajax:
Readme:
path: readme.txt
blunt-cache:
Readme:
path: readme.txt
blur-text:
QueryParameter:
files:
- blur-text.js
version: true
bm-custom-login:
Readme:
path: readme.txt
bm-tweet-this:
Readme:
path: readme.txt
bma-lite-appointment-booking-and-scheduling:
QueryParameter:
files:
- public/css/rtwbmal-book-my-appointment-public.css
- public/css/googleapis.css
- assets/jquery-ui.min.css
- assets/jquery-modal/jquery.modal.css
- assets/fontawesome/css/all.css
- assets/select2/select2.css
- public/partials/template/rtwbmal-template-public.css
- public/partials/template/template-css/template-first.css
- public/js/rtwbmal-book-my-appointment-public.js
- assets/select2/select2.full.min.js
- assets/blockUI/jquery.blockUI.min.js
- assets/jquery.validate/jquery.validate.js
- assets/jquery.notify.min.js
- public/partials/template/rtwbmal-template-public.js
- public/partials/template/template-js/template-first.js
- assets/jquery-ui.min.js
- public/js/jquery.maskedinput.js
version: true
TranslationFile:
class: BodyPattern
path: languages/rtwbmal-book-my-appointment.pot
pattern: !ruby/regexp /intment Booking Plugin for Enterprise \- (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
bmail:
Readme:
path: readme.txt
bmi-bmr-calculator:
Readme:
path: readme.txt
bmi-calculator:
Readme:
path: readme.txt
bmi-calculator-shortcode:
Readme:
path: README.txt
bmi-imc-calculator:
Readme:
path: readme.txt
bmi-wrong-image-link-fix:
Readme:
path: readme.txt
bmlt-tabbed-map:
QueryParameter:
files:
- public/css/leaflet.css
- public/css/L.Control.Locate.min.css
- public/css/MarkerCluster.css
- public/css/MarkerCluster.Default.css
- public/css/jquery.badge.css
- public/css/fontawesome-5.6.1.css
- public/css/datatables-1.10.18.min.css
- public/css/bmlt_tabbed_map-public.css
- public/js/leaflet.js
- public/js/L.Control.Locate.min.js
- public/js/leaflet.markercluster.js
- public/js/leaflet.spin.js
- public/js/spin.min.js
- public/js/jquery.badge.js
- public/js/datatables-1.10.18.min.js
- public/js/bmlt_tabbed_map-public.js
version: true
bmlt-tabbed-ui:
Readme:
path: readme.txt
bmo-expo:
Comment:
xpath: //comment()[contains(., "BMo The Gallery")]
pattern: !ruby/regexp /BMo The Gallery \- Version (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/style.css
- css/themes/default.css
- css/themes/scrollGallery/default_sG.css
- css/themes/scrollLightboxGallery/default_slG.css
version: true
Readme:
path: readme.txt
bne-testimonials:
QueryParameter:
files:
- assets/css/bne-testimonials.min.css
version: true
bnfw:
Readme:
path: README.txt
bns-add-widget:
QueryParameter:
files:
- bnsaw-style.css
version: true
Readme:
path: readme.txt
bns-bio:
QueryParameter:
files:
- bns-bio-style.css
version: true
Readme:
path: readme.txt
bns-body-classes:
Readme:
path: readme.txt
bns-chesscom-badge:
QueryParameter:
files:
- "/bns-chesscom-badge-style.css"
version: true
Readme:
path: readme.txt
bns-corner-logo:
QueryParameter:
files:
- bns-corner-logo-style.css
- bns-corner-logo-scripts.js
version: true
Readme:
path: readme.txt
bns-early-adopter:
QueryParameter:
files:
- bnsea-style.css
version: true
Readme:
path: readme.txt
bns-featured-category:
QueryParameter:
files:
- bnsfc-style.css
version: true
Readme:
path: readme.txt
bns-featured-tag:
QueryParameter:
files:
- bnsft-style.css
version: true
Readme:
path: readme.txt
bns-helpers:
QueryParameter:
files:
- css/bns-helpers-style.css
- js/bns-helpers-script.js
version: true
Readme:
path: readme.txt
bns-inline-asides:
QueryParameter:
files:
- css/bnsia-style.css
- js/bnsia-script.js
version: true
bns-login:
QueryParameter:
files:
- bns-login-style.css
- bns-login-form-style.css
version: true
bns-site-data:
QueryParameter:
files:
- bns-site-data-style.css
- bns-site-data-scripts.js
version: true
Readme:
path: readme.txt
bns-smf-feeds:
Readme:
path: readme.txt
bns-support:
QueryParameter:
files:
- bns-support-style.css
version: true
bns-theme-add-ins:
Readme:
path: readme.txt
bns-theme-details:
QueryParameter:
files:
- css/bnstd-style.css
version: true
Readme:
path: readme.txt
bns-twitter-follow-button:
Readme:
path: readme.txt
boacompra-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
boardea-storyboard-integration:
QueryParameter:
files:
- boardea.min.css
- boardea.min.js
version: true
boardgamegeekinfos:
Readme:
path: readme.txt
boardgameprices:
Readme:
path: readme.txt
boast-display:
QueryParameter:
files:
- public/css/boast-display-public.css
- public/js/build/boast-display-public.min.js
version: true
bobs-dumpr-url-shorten-integration:
Readme:
path: readme.txt
bodi0s-bots-visits-counter:
Readme:
path: readme.txt
bodi0s-easy-cache:
Readme:
path: readme.txt
bodi0s-password-generator:
Readme:
path: readme.txt
bodymassindex:
Readme:
path: readme.txt
boei-help:
Readme:
path: readme.txt
boekuwzending-for-woocommerce:
Readme:
path: readme.txt
bofh-excuses:
Readme:
path: readme.txt
bogo:
QueryParameter:
files:
- includes/css/style.css
version: true
bogo-translate-acf:
Readme:
path: readme.txt
bolcom-partnerprogramme:
Readme:
path: readme.txt
bolcom-seller-widget:
Readme:
path: readme.txt
bold-page-builder:
Readme:
path: readme.txt
bold-pay:
Readme:
path: readme.txt
bold-timeline-lite:
Readme:
path: readme.txt
boldgrid-backup:
Readme:
path: readme.txt
boldtostrong:
Readme:
path: readme.txt
boleto-sicoob-facil-cnab-240:
Readme:
path: readme.txt
bolo-avatar:
Readme:
path: readme.txt
bolt-checkout-bigcommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
bolt-checkout-woocommerce:
Readme:
path: readme.txt
bon-toolkit:
Readme:
path: readme.txt
bonafidetech-google-recaptcha:
Readme:
path: readme.txt
bonaire:
Readme:
path: README.txt
bonanza-woocommerce-free-gifts-lite:
Readme:
path: readme.txt
bongolive-sms:
Readme:
path: readme.txt
bonjour-traduction:
Readme:
path: readme.txt
bons-empregos-plugin:
Readme:
path: readme.txt
bontact:
Readme:
path: readme.txt
bonus-for-woo:
Readme:
path: readme.txt
boo-recipes:
QueryParameter:
files:
- public/css/style.css
- public/js/boorecipe-public.js
version: true
Readme:
path:
- readme.txt
- readme.md
TranslationFile:
class: BodyPattern
path: languages/boo-recipes-de_DE.po
pattern: !ruby/regexp '/"X\-Loco\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
boobook:
Readme:
path: readme.txt
boobtube:
Readme:
path: readme.txt
book-an-appointment:
Readme:
path: readme.txt
book-appointment-online:
Readme:
path: readme.txt
book-block:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
book-cover:
Readme:
path: readme.txt
book-doctor-appointments-icliniq:
Readme:
path: readme.txt
book-previewer-for-woocommerce:
Readme:
path: readme.txt
book-review:
QueryParameter:
files:
- public/css/book-review-public.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/book-review.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Book Review (?<v>\d+\.[\.\d]+)/i
version: true
bookable-events:
Readme:
path: README.txt
bookcottages-availability-calendar:
Readme:
path: readme.txt
bookfin-widget:
Readme:
path: readme.txt
booking:
QueryParameter:
files:
- css/client.css
- css/timeline.css
- css/calendar.css
- css/skins/traditional.css
- js/wpbc_vars.js
- js/client.js
- js/wpbc_times.js
version: true
Readme:
path: readme.txt
booking-activities:
QueryParameter:
files:
- lib/fullcalendar/fullcalendar.min.css
- lib/fullcalendar/fullcalendar.print.min.css
- css/global.min.css
- css/bookings.min.css
- css/woocommerce.min.css
- lib/jquery-ui/themes/booking-activities/jquery-ui.min.css
- css/frontend.min.css
- js/global-var.min.js
- lib/fullcalendar/moment.min.js
- lib/fullcalendar/fullcalendar.min.js
- lib/fullcalendar/locale-all.js
- js/global-functions.min.js
- js/booking-system-functions.min.js
- js/booking-system.min.js
- js/booking-system-dialogs.min.js
- js/booking-method-calendar.min.js
- js/bookings-functions.min.js
- js/bookings-dialogs.min.js
- js/woocommerce-global.min.js
- js/shortcodes.min.js
- js/woocommerce-frontend.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/booking-activities.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Booking Activities (?<v>\d+\.[\.\d]+)/i
version: true
booking-calendar-autofill:
Readme:
path: readme.txt
booking-commerce:
Readme:
path: readme.txt
booking-event:
Readme:
path: README.txt
booking-for-woocommerce:
QueryParameter:
files:
- assets/css/style.css
- assets/js/front.js
version: true
Readme:
path: readme.txt
booking-manager:
QueryParameter:
files:
- css/client.css
- css/popover.css
- css/calendar.css
version: true
booking-system-edoobox:
Readme:
path: readme.txt
booking-ultra-pro:
Readme:
path: readme.txt
booking-works:
Readme:
path: readme.txt
bookingbug:
Readme:
path: readme.txt
bookingcom-official-searchbox:
TranslationFile:
class: BodyPattern
path: languages/bookingcom-official-searchbox-ru_RU.po
pattern: !ruby/regexp /on:\ Booking\.com Official Search box ver (?<v>\d+\.[\.\d]+)/i
version: true
bookingcom-product-helper:
TranslationFile:
class: BodyPattern
path: languages/bookingcom-product-helper-en_US.po
pattern: !ruby/regexp '/\-Id\-Version: Booking\.com Product Helper (?<v>\d+\.[\.\d]+)/i'
version: true
bookingflow-smoobu-for-wp:
Readme:
path: readme.txt
bookinglive:
Readme:
path: readme.txt
bookinglive-connect-integration:
Readme:
path: readme.txt
bookings:
Readme:
path: readme.txt
bookit:
Readme:
path: readme.txt
bookjive-free-audio-books:
Readme:
path: readme.txt
booklaunch:
Readme:
path: readme.txt
bookly-responsive-appointment-booking-tool:
QueryParameter:
files:
- frontend/resources/css/intlTelInput.css
- frontend/resources/css/ladda.min.css
- frontend/resources/css/picker.classic.css
- frontend/resources/css/picker.classic.date.css
- frontend/resources/css/bookly-main.css
- frontend/modules/customer_profile/resources/css/customer_profile.css
- frontend/resources/js/spin.min.js
- frontend/resources/js/ladda.min.js
- frontend/resources/js/hammer.min.js
- frontend/resources/js/jquery.hammer.min.js
- frontend/resources/js/picker.js
- frontend/resources/js/picker.date.js
- frontend/resources/js/intlTelInput.min.js
- frontend/resources/js/bookly.js
- frontend/modules/customer_profile/resources/js/customer_profile.js
- frontend/resources/js/bookly.min.js
version: true
Readme:
path: readme.txt
bookmark-card:
Readme:
path: readme.txt
bookmark-export:
TranslationFile:
class: BodyPattern
path: lang/bookmark-export-de_DE.po
pattern: !ruby/regexp '/Project\-Id\-Version: Bookmark Export (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bookmark-it:
Readme:
path: readme.txt
bookmarkpress:
Readme:
path: readme.txt
bookmaster:
Readme:
path: readme.txt
bookme-pro-free-appointment-booking-system:
QueryParameter:
files:
- frontend/assets/css/intlTelInput.css
- frontend/assets/css/ladda.min.css
- frontend/assets/css/picker.classic.css
- frontend/assets/css/picker.classic.date.css
- frontend/assets/css/trackpad-scroll.css
- frontend/assets/css/bookme-pro.css
- frontend/controllers/customer_profile/assets/css/customer_profile.css
- frontend/assets/js/spin.min.js
- frontend/assets/js/ladda.min.js
- frontend/assets/js/hammer.min.js
- frontend/assets/js/jquery.hammer.min.js
- frontend/assets/js/jquery.scroll.min.js
- frontend/assets/js/picker.js
- frontend/assets/js/picker.date.js
- frontend/assets/js/intlTelInput.min.js
- frontend/assets/js/tooltip.js
- frontend/assets/js/bookme-pro.js
- frontend/controllers/customer_profile/assets/js/customer_profile.js
version: true
Readme:
path: readme.txt
books-library:
Readme:
path: readme.txt
bookshelf:
Readme:
path: readme.txt
booktrope-counter:
Readme:
path: readme.txt
booktuner:
Readme:
path: readme.txt
bookwize-booking-form:
QueryParameter:
files:
- public/css/bookwize-theme-default.css
- public/js/bookwize-form-public.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
bookwize-integrated-booking-engine:
QueryParameter:
files:
- public/vendor/bootstrap-3.3.6/css/bootstrap.min.css
- public/vendor/font-awesome-4.6.3/css/font-awesome.min.css
- public/vendor/jquery-datepick/jquery.datepick.css
- public/css/bookwize-print.css
- public/css/bookwize-public.css
version: true
bookwize-integrated-cinnamon:
QueryParameter:
files:
- public/css/bookwize-public.css
version: true
bookyourself-online-reservations:
Readme:
path: readme.txt
booli-search:
Readme:
path: README.txt
boomtrain-tracker:
Readme:
path: readme.txt
boones-pagination:
Readme:
path: readme.txt
boones-sortable-columns:
Readme:
path: readme.txt
boost-traffic:
Readme:
path: readme.txt
boost360-for-doctors:
QueryParameter:
files:
- public/css/boost360-for-doctors-public.css
- public/js/boost360-for-doctors-public.js
version: true
booster-extension:
Readme:
path: readme.txt
booster-for-elementor:
TranslationFile:
class: BodyPattern
path: languages/elementor-booster.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Booster Addons (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
booster-pack-for-divi:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/oject\-Id\-Version: Booster Pack for Divi (?<v>\d+\.[\.\d]+)/i'
version: true
boostify-header-footer-builder:
QueryParameter:
files:
- assets/css/elementor/nav-menu.css
- assets/css/elementor/search.css
- "/assets/css/ionicons.css"
version: true
Readme:
path: readme.txt
boostools:
Readme:
path: README.txt
boot-slider:
QueryParameter:
files:
- css/bt-slider.css
version: true
bootstrap:
Readme:
path: readme.txt
bootstrap-3-shortcodes:
Readme:
path: readme.txt
bootstrap-admin:
Readme:
path: readme.txt
bootstrap-buttons:
Readme:
path: readme.txt
bootstrap-carousel-2x-post-widget:
QueryParameter:
files:
- bdwebteam-carousel-2x-post-widget.css
version: true
bootstrap-collapse:
Readme:
path: readme.txt
bootstrap-column:
Readme:
path: readme.txt
bootstrap-contact-form:
Readme:
path: readme.txt
bootstrap-feature-widgets:
Readme:
path: readme.txt
bootstrap-for-contact-form-7:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bootstrap-glyphicons-in-visual-editor:
Readme:
path: readme.txt
bootstrap-multi-language-responsive-gallery:
QueryParameter:
files:
- css/bootstrap.css
- css/font-awesome.min.css
- css/gallery.css
- css/colorbox.css
- js/bootstrap.min.js
- js/gallery-colorbox.js
- js/jquery.colorbox.js
version: true
bootstrap-multi-language-responsive-portfolio:
QueryParameter:
files:
- css/bootstrap.css
- css/font-awesome.min.css
- css/portfolio.css
- js/bootstrap.min.js
version: true
bootstrap-multi-language-responsive-testimonials:
QueryParameter:
files:
- css/bootstrap.css
- css/font-awesome.min.css
- css/jquery.bxslider.css
- css/testimonial.css
- js/bootstrap.min.js
- js/jquery.bxslider.min.js
- js/testimonial-init.js
version: true
bootstrap-shortcode:
Readme:
path: readme.txt
bootstrap-shortcodes:
Readme:
path: readme.txt
bootstrap-swipe-gallery:
Readme:
path: readme.txt
bootstrapcdn:
Readme:
path: readme.txt
boozang:
QueryParameter:
files:
- public/css/boozang-public.css
- public/js/boozang-public.js
version: true
bop-search-box-item-type-for-nav-menus:
Readme:
path: readme.txt
border-image:
Readme:
path: readme.txt
boredom-button:
Readme:
path: readme.txt
born-on-this-day:
Readme:
path: readme.txt
boslideshow:
Readme:
path: readme.txt
boss-banner-ad:
Readme:
path: readme.txt
bossadmin:
Readme:
path: readme.txt
bosslist:
Readme:
path: readme.txt
bosssocial:
Readme:
path: readme.txt
bosta-woocommerce:
Readme:
path: readme.txt
botamp:
QueryParameter:
files:
- public/css/botamp-public.css
- public/js/botamp-public.js
version: true
botblocker:
Readme:
path: readme.txt
botjuggler:
Readme:
path: readme.txt
botmonitoring:
QueryParameter:
files:
- bma.js
version: true
Readme:
path: readme.txt
botnet-attack-blocker:
Readme:
path: readme.txt
botrx-detx:
Readme:
path: readme.txt
botsai:
Readme:
path: readme.txt
botscout-comment-protection:
Readme:
path: readme.txt
bottom-admin-bar:
Readme:
path:
- readme.txt
- README.md
bottom-admin-toolbar:
Readme:
path: readme.txt
bottom-bar:
Readme:
path: readme.txt
bottom-fixed-window:
Readme:
path: readme.txt
bottom-of-every-post:
Readme:
path: readme.txt
bounce:
Readme:
path: readme.txt
bounce-handler-mailpoet:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
bourbon-mobile-redirect:
Readme:
path: readme.txt
bowe-codes:
TranslationFile:
class: BodyPattern
path: languages/bowe-codes.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Bowe Codes (?<v>\d+\.[\.\d]+)/i
version: true
boxtal-connect:
TranslationFile:
class: BodyPattern
path: Boxtal/BoxtalConnectWoocommerce/translation/boxtal-connect-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Boxtal connect (?<v>\d+\.[\.\d]+)/i'
version: true
boxy-woocommerce-custom-redirect-after-checkout:
Readme:
path: README.txt
boz-prod-woocommerce-hipay-wallet-pro:
Readme:
path: readme.txt
bp-activity-plus-reloaded:
Readme:
path: readme.txt
bp-activity-share:
QueryParameter:
files:
- public/css/bp-activity-share-public.min.css
- public/js/bp-activity-share-public.min.js
version: true
bp-activity-social-share:
TranslationFile:
class: BodyPattern
path: languages/buddypress-share.pot
pattern: !ruby/regexp /rsion:\ BuddyPress Activity Social Share (?<v>\d+\.[\.\d]+)/i
version: true
bp-admin-actions:
Readme:
path: readme.txt
bp-album:
Readme:
path: readme.txt
bp-automatic-friends:
Readme:
path:
- readme.txt
- README.md
bp-avatar-suggestions:
TranslationFile:
class: BodyPattern
path: languages/bp-avatar-suggestions.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ BP Avatar Suggestions (?<v>\d+\.[\.\d]+)/i
version: true
bp-beta-tester:
TranslationFile:
class: BodyPattern
path: languages/bp-beta-tester.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BP Beta Tester (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bp-better-directories:
Readme:
path: readme.txt
bp-better-messages:
Readme:
path: readme.txt
bp-block-users:
TranslationFile:
class: BodyPattern
path: languages/bp-block-users.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BP Block Users (?<v>\d+\.[\.\d]+)/i'
version: true
bp-blog-author-link:
Readme:
path: readme.txt
bp-blog-avatar:
Readme:
path: readme.txt
bp-bookmarklet:
TranslationFile:
class: BodyPattern
path: languages/bp-bookmarklet.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BP BookMarklet (?<v>\d+\.[\.\d]+)/i
version: true
bp-cover:
Readme:
path: readme.txt
bp-create-group-type:
TranslationFile:
class: BodyPattern
path: languages/bp-add-group-types.pot
pattern: !ruby/regexp /\-Version:\ BuddyPress Create Group Types (?<v>\d+\.[\.\d]+)/i
version: true
bp-custom-menu:
Readme:
path: readme.txt
bp-default-data:
Readme:
path: readme.txt
bp-default-group-avatar:
Readme:
path: readme.txt
bp-disable-activation:
Readme:
path: readme.txt
bp-disable-activation-reloaded:
Readme:
path: readme.txt
bp-display-name:
Readme:
path: readme.txt
bp-edit-user-profiles:
TranslationFile:
class: BodyPattern
path: languages/bp-edit-user-profiles.pot
pattern: !ruby/regexp '/Version: BuddyPress Edit User Profiles v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bp-emails-for-bbp:
TranslationFile:
class: BodyPattern
path: languages/bp-emails-for-bbp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BP Emails for BBP (?<v>\d+\.[\.\d]+)/i'
version: true
bp-event-manager:
QueryParameter:
files:
- inc/js/bpem_script.js
version: true
bp-events-calendar:
TranslationFile:
class: BodyPattern
path: languages/bp-events-calendar.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BP Events Calendar (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
bp-expand-activity:
Readme:
path: readme.txt
bp-extend-widgets:
Readme:
path: readme.txt
bp-external-activity:
Readme:
path: readme.txt
bp-fadmin:
Readme:
path: readme.txt
bp-favorite-notifications:
Readme:
path: readme.txt
bp-fbconnect:
Readme:
path: readme.txt
bp-force-profile:
Readme:
path: readme.txt
bp-forum-notifier:
TranslationFile:
class: BodyPattern
path: languages/bp-forum-notifier-sv_SE.po
pattern: !ruby/regexp /\-Id\-Version:\ BuddyPress Forum Notifier v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
bp-gallery-sidebar-widget:
Readme:
path: readme.txt
bp-greeting-message:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
bp-group-analytics:
Readme:
path: readme.txt
bp-group-chat:
Readme:
path: readme.txt
bp-group-dice:
Readme:
path: readme.txt
bp-group-frontpage:
Readme:
path: readme.txt
bp-group-hierarchy:
Readme:
path: readme.txt
bp-group-hierarchy-propagate:
Readme:
path: readme.txt
bp-group-livechat:
Readme:
path: readme.txt
bp-group-management:
Readme:
path: readme.txt
bp-group-organizer:
Readme:
path: readme.txt
bp-group-reservations:
Readme:
path: readme.txt
bp-group-reviews:
Readme:
path: readme.txt
bp-group-sites:
TranslationFile:
class: BodyPattern
path: languages/bp-group-sites.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BP Group Sites (?<v>\d+\.[\.\d]+)/i
version: true
bp-group-tinychat:
Readme:
path: readme.txt
bp-groups-civicrm-sync:
TranslationFile:
class: BodyPattern
path: languages/bp-groups-civicrm-sync.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ BP Groups CiviCRM Sync (?<v>\d+\.[\.\d]+)/i
version: true
bp-groups-csv-import:
Readme:
path: readme.txt
bp-import-blog-activity:
Readme:
path: readme.txt
bp-include-non-member-comments:
Readme:
path: readme.txt
bp-limit-activity-length:
Readme:
path: readme.txt
bp-lotsa-feeds:
Readme:
path: readme.txt
bp-mcsg:
Readme:
path: readme.txt
bp-members-avatar-map:
Readme:
path: readme.txt
bp-memories:
QueryParameter:
files:
- public/css/bp-memories-public.min.css
version: true
bp-moderation:
Readme:
path: readme.txt
bp-move-topics:
Readme:
path: readme.txt
bp-multi-network:
Readme:
path: readme.txt
bp-my-home:
TranslationFile:
class: BodyPattern
path: languages/bp-my-home.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BP My Home (?<v>\d+\.[\.\d]+)/i
version: true
bp-ninja:
Readme:
path: readme.txt
bp-notificationwidget:
Readme:
path: readme.txt
bp-paginated-posts:
Readme:
path: readme.txt
bp-post-buttons:
Readme:
path: readme.txt
bp-post-from-anywhere:
QueryParameter:
files:
- public/css/bp-post-from-anywhere-public.css
- public/js/bp-post-from-anywhere-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/bp-post-from-anywhere.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ BP Post Fom Anywhere (?<v>\d+\.[\.\d]+)/i
version: true
bp-posts-on-profile:
Readme:
path: readme.txt
bp-premiums:
TranslationFile:
class: BodyPattern
path: languages/bp-premiums.pot
pattern: !ruby/regexp /\-Id\-Version:\ SuitePlugins \- BP Premiums (?<v>\d+\.[\.\d]+)/i
version: true
bp-profile-as-homepage:
Readme:
path: readme.txt
bp-profile-as-homepage-fork:
Readme:
path: readme.txt
bp-profile-field-duplicator:
TranslationFile:
class: BodyPattern
path: languages/bp-profile-field-duplicator.pot
pattern: !ruby/regexp '/on: BuddyPress Profile Field Duplicator (?<v>\d+\.[\.\d]+)/i'
version: true
bp-profile-field-repeater:
QueryParameter:
files:
- assets/css/custom-style.css
- assets/js/custom-script.js
version: true
Readme:
path:
- readme.txt
- README.md
bp-profile-widgets:
Readme:
path: readme.txt
bp-random-member-widget:
Readme:
path: readme.txt
bp-reactions:
TranslationFile:
class: BodyPattern
path: languages/bp-reactions.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BP Reactions (?<v>\d+\.[\.\d]+)/i
version: true
bp-relate-groups-to-blogs:
Readme:
path:
- readme.txt
- readme.md
bp-repost-activity:
Readme:
path:
- readme.txt
- README.md
bp-resume-page:
Readme:
path: readme.txt
bp-rsed:
Readme:
path:
- readme.txt
- readme.md
bp-search:
Readme:
path: readme.txt
bp-security-check:
TranslationFile:
class: BodyPattern
path: languages/bp-security-check.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ bp\-security\-check (?<v>\d+\.[\.\d]+)/i
version: true
bp-show-activity-liked-avatars:
Readme:
path: readme.txt
bp-show-activity-liked-names:
Readme:
path: readme.txt
bp-show-friends:
TranslationFile:
class: BodyPattern
path: languages/bp-show-friends.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BP Show Friends (?<v>\d+\.[\.\d]+)/i
version: true
bp-social-connect:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
bp-star-ratings:
QueryParameter:
files:
- assets/css/css.css
- assets/js/js.min.js
version: true
Readme:
path: readme.txt
bp-sticky-groups:
TranslationFile:
class: BodyPattern
path: languages/bp-sticky-groups.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BP Sticky Groups (?<v>\d+\.[\.\d]+)/i
version: true
bp-system-report:
Readme:
path: readme.txt
bp-tagbox:
Readme:
path: readme.txt
bp-tweet-urls:
Readme:
path: readme.txt
bp-unread-posts:
Readme:
path: readme.txt
bp-user-profile-map:
Readme:
path: readme.txt
bp-user-to-do-list:
QueryParameter:
files:
- assets/js/tempust.js
version: true
bp-verified-member:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: readme.txt
bp-webcam-avatar:
Readme:
path: readme.txt
bp-wiki:
Readme:
path: readme.txt
bp-wiki-pagestate:
Readme:
path: readme.txt
bp-xprofile-rich-text-field:
TranslationFile:
class: BodyPattern
path: languages/bp-xprofile-rich-text-field.pot
pattern: !ruby/regexp /on:\ Buddypress xProfile Rich Text Field (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bp-xprofile-shortcode:
Readme:
path: readme.txt
bpckeditor:
Readme:
path: README.txt
bpmcontext-client-suite:
QueryParameter:
files:
- includes/bpm-sdk/css/bpmcontext_missing_menu.css
- js/datamaps.world.min.js
- js/bpmcontext-form-widgets.js
- includes/bpm-sdk/js/bpmcontext_missing_menu.js
version: true
bpost-shipping:
TranslationFile:
class: BodyPattern
path: languages/bpost_shipping.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ bpost shipping (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
bpwp-cleaner:
Readme:
path: readme.txt
bq-musical-notes:
Readme:
path: readme.txt
br-knowledge-base:
QueryParameter:
files:
- public/css/main.css
- public/css/BR_KNOWLEDGE_BASE-public.css
- public/css/font-awesome.css
- public/js/BR_KNOWLEDGE_BASE-public.js
version: true
bracketcloud:
Readme:
path: readme.txt
bracketpress:
Readme:
path: readme.txt
bracketpress-login-and-registration-widget:
Readme:
path: readme.txt
brackets-ninja:
Readme:
path: readme.txt
brader-kits:
QueryParameter:
files:
- public/css/brader-kits-public.css
- public/js/brader-kits-public.js
version: true
Readme:
path: README.txt
brainbits-flickr-gallery:
Readme:
path: readme.txt
brainity-boost-ads:
Readme:
path: readme.txt
brainshark:
Readme:
path: readme.txt
brainshark-embed:
Readme:
path: readme.txt
brainsmatch:
Readme:
path: readme.txt
braintree-donations:
Readme:
path: readme.txt
brand-marker:
Readme:
path: readme.txt
branda-white-labeling:
TranslationFile:
class: BodyPattern
path: languages/ub.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Branda Pro (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
brandapp:
Readme:
path: README.txt
branded-admin:
Readme:
path: readme.txt
branded-login-screen:
Readme:
path: readme.txt
branded-plugins-branded-admin:
Readme:
path: readme.txt
branded-sms-pakistan:
Readme:
path: readme.txt
branding:
QueryParameter:
files:
- LolitaFramework/CssLoader/assets/css/lolita_css_loader.css
version: true
brave-popup-builder:
Readme:
path: readme.txt
bread-finance:
Readme:
path: README.md
breadcrumb-navigation-widget:
Readme:
path: readme.txt
breadcrumb-navxt:
Readme:
path: readme.txt
breadcrumb-tmc:
Readme:
path: readme.txt
breadcrumb-trail:
TranslationFile:
class: BodyPattern
path: lang/breadcrumb-trail.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Breadcrumb Trail (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
breadcrumbs:
Readme:
path: readme.txt
breadcrumbs-divi-module:
Readme:
path: readme.txt
breadcrumbs-everywhere:
Readme:
path: readme.txt
break-out-of-frames:
Readme:
path: readme.txt
breaking-news-posts:
Readme:
path: readme.txt
breakout-box:
Readme:
path: readme.txt
breast-cancer-awareness-ribbon:
Readme:
path: readme.txt
breeze:
Readme:
path: readme.txt
breezing-forms:
Readme:
path: readme.txt
brewery-db:
Readme:
path: readme.txt
brewpress:
QueryParameter:
files:
- assets/js/bootstrap.bundle.min.js
- assets/js/bootstrap-confirmation.js
- assets/js/select2.min.js
- assets/js/easytimer.min.js
- assets/js/brewpress.js
version: true
brexit-countdown:
Readme:
path: readme.txt
brickset-api:
Readme:
path: readme.txt
brid-video-easy-publish:
MetaTag:
class: Xpath
xpath: //meta[@name="BridPlugin"]/@content
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+) auth:/i
version: true
bridaluxe-storefront:
Readme:
path: readme.txt
bridge-helper:
Readme:
path: readme.txt
bridge-tournament:
TranslationFile:
class: BodyPattern
path: languages/bridge-tournament-fr_FR.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Tournament (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bridgerpay:
QueryParameter:
files:
- public/css/bridgerpay-public.css
- public/js/bridgerpay-public.js
version: true
bridgy-publish:
TranslationFile:
class: BodyPattern
path: languages/bridgy.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Bridgy (?<v>\d+\.[\.\d]+)/i
version: true
brightcove-video-connect:
TranslationFile:
class: BodyPattern
path: languages/brightcove.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Brightcove Video Connect (?<v>\d+\.[\.\d]+)/i
version: true
brightslider:
Readme:
path: readme.txt
brijpay-link:
Readme:
path: readme.txt
brikshya-map:
QueryParameter:
files:
- public/css/brikshya-map-public.css
- public/js/brikshya-map-public.js
version: true
brilliant-easy-exclude-posts:
Readme:
path: readme.txt
brinkin-banner-exchange:
Readme:
path: readme.txt
briox-integration-woo:
Readme:
path: readme.txt
brisko-hooks-display:
Readme:
path: readme.txt
britetechs-companion:
Readme:
path: readme.txt
british-embassy-finder:
Readme:
path: readme.txt
british-foreign-office-travel-advice:
Readme:
path: readme.txt
brix-page-builder:
TranslationFile:
class: BodyPattern
path: languages/brix.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Brix Builder (?<v>\d+\.[\.\d]+)/i'
version: true
brizy:
Readme:
path:
- readme.txt
- README.md
broadcast-companion:
QueryParameter:
files:
- bc-companion-main.js
version: true
Readme:
path: readme.txt
broadednet:
Readme:
path: readme.txt
brocardi:
Readme:
path: readme.txt
brokebot:
QueryParameter:
files:
- public/css/brokebot-public.css
version: true
broken-link-checker:
Readme:
path: readme.txt
broken-link-manager:
Readme:
path: readme.txt
broken-link-repair:
Readme:
path: readme.txt
broken-links-remover:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
broken-url-notifier:
Readme:
path: readme.txt
brooklyn-lite-demo-importer:
Readme:
path: readme.txt
brosix-live-chat:
QueryParameter:
files:
- public/css/brosix-livechat-public.css
version: true
brown-paper-tickets-api:
Readme:
path: readme.txt
browse-as:
Readme:
path: readme.txt
browse-content-by-my-solr-server:
Readme:
path: readme.txt
browse-topic:
Readme:
path: readme.txt
browsee:
Readme:
path: readme.txt
browser-and-operating-system-finder:
Readme:
path: readme.txt
browser-blocker:
Readme:
path: readme.txt
browser-body-classes-with-shortcodes:
Readme:
path: readme.txt
browser-compatibility-warning:
Readme:
path: readme.txt
browser-counter:
Readme:
path: readme.txt
browser-dns-prefetching:
Readme:
path: readme.txt
browser-resize-images:
Readme:
path: readme.txt
browser-scroll-bar:
QueryParameter:
files:
- public/css/bsb-plugin-public.css
- public/js/bsb-plugin-public.js
version: true
Readme:
path: readme.txt
browser-shots-carousel:
Readme:
path: readme.txt
browser-sniff:
Readme:
path: readme.txt
browser-specific-css:
Readme:
path: readme.txt
browser-theme-color:
Readme:
path: readme.txt
browser-theme-colors:
QueryParameter:
files:
- public/css/browser-theme-colors-public.css
- public/js/browser-theme-colors-public.js
version: true
browser-themer:
Readme:
path: readme.txt
browser-title-bar-animation:
TranslationFile:
class: BodyPattern
path: languages/wp-tbas.pot
pattern: !ruby/regexp '/Id\-Version: Browser Title Bar Animation (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
browser-update-notify:
Readme:
path: readme.txt
browser-update-ribbon:
Readme:
path: readme.txt
browser-window-stats:
TranslationFile:
class: BodyPattern
path: languages/browser-window-stats.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Browser Window Stats (?<v>\d+\.[\.\d]+)/i
version: true
browserid:
Readme:
path: readme.txt
browserly:
Readme:
path: readme.txt
browsers:
Readme:
path:
- readme.txt
- readme.md
browsertest:
Readme:
path: readme.txt
browsi:
Readme:
path: readme.txt
brozzme-blurb-lightbox-module-in-divi:
TranslationFile:
class: BodyPattern
path: languages/brozzme-lightbox-blurb-fr_FR.po
pattern: !ruby/regexp /:\ Brozzme Blurb Lightbox Module in Divi (?<v>\d+\.[\.\d]+)/i
version: true
brozzme-change-username:
TranslationFile:
class: BodyPattern
path: languages/brozzme-change-username.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Brozzme Change Username (?<v>\d+\.[\.\d]+)/i'
version: true
brozzme-colorize:
TranslationFile:
class: BodyPattern
path: languages/brozzme-colorize.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Brozzme Colorize Bar (?<v>\d+\.[\.\d]+)/i
version: true
brozzme-fullwidth-divi:
TranslationFile:
class: BodyPattern
path: languages/brozzme-fullwidth-divi.pot
pattern: !ruby/regexp /Fullwidth and Automatic Layout in Divi (?<v>\d+\.[\.\d]+)/i
version: true
brt-cnt:
Readme:
path: readme.txt
brute-force-login-protection:
Readme:
path: readme.txt
bs-banners:
Readme:
path: readme.txt
bs-faq:
QueryParameter:
files:
- public/css/bs_faq_plugin-public.css
- public/css/bs_faq_my_css.css
- public/js/bs_faq_plugin-public.js
- public/js/bs_faq_my_js.js
version: true
bs-user-products:
Readme:
path: readme.txt
bs4wp-component:
Readme:
path: readme.txt
bsdownloads:
Readme:
path: readme.txt
bse-kronosexpress-shipping-woocommerce:
Readme:
path: readme.txt
bsf-docs:
QueryParameter:
files:
- assets/js/jquery.livesearch.js
- assets/js/searchbox-script.js
version: true
bsgallery:
Readme:
path: readme.txt
bsk-column-posts:
QueryParameter:
files:
- css/bsk-colposts.css
version: true
bsk-contact-form-7-to-zoho:
Readme:
path: readme.txt
bsk-files-manager:
Readme:
path: readme.txt
bsk-gravity-forms-custom-validation:
Readme:
path: readme.txt
bsk-gravityforms-blacklist:
QueryParameter:
files:
- css/bsk-gfbl.css
- js/bsk-gfbl.js
version: true
Readme:
path: readme.txt
bsk-pdf-manager:
QueryParameter:
files:
- js/bsk_pdf_manager.js
version: true
Readme:
path: readme.txt
bsk-posts-google-map:
QueryParameter:
files:
- css/bsk-posts-gmap.css
version: true
Readme:
path: readme.txt
bsk-zoho-campaigns:
Readme:
path: readme.txt
bspb-progressbar:
QueryParameter:
files:
- css/bsbpanimated.css
- js/front.js
version: true
bsplaces:
Readme:
path: readme.txt
bst-dsgvo-cookie:
QueryParameter:
files:
- includes/js/scripts.js
version: true
bstone-demo-importer:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
bt-captcha:
Readme:
path: readme.txt
bt-widget:
Readme:
path: readme.txt
btc-exchange-widget:
Readme:
path: readme.txt
btcnew:
Readme:
path: readme.txt
bttlive:
Readme:
path: readme.txt
bu-navigation:
TranslationFile:
class: BodyPattern
path: languages/bu-navigation.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ bu\-navigation (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
bu-section-editing:
TranslationFile:
class: BodyPattern
path: languages/bu-section-editing.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BU Section Editing (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
bu-slideshow:
QueryParameter:
files:
- interface/css/bu-slideshow.css
version: true
bu-versions:
Readme:
path: readme.txt
bubble-seo:
Comment:
xpath: //comment()[contains(., "Bubble SEO")]
pattern: !ruby/regexp /WordPress Bubble SEO plugin v(?<v>\d+\.[\.\d]+)/i
version: true
bubbleyes-for-woocommerce:
Readme:
path: README.txt
bubok-publisher:
Readme:
path: readme.txt
bucket-list:
Readme:
path: readme.txt
buckets:
Readme:
path: readme.txt
buddy-bbpress-support-topic:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
buddy-love:
Readme:
path: readme.txt
buddy-views:
QueryParameter:
files:
- public/css/buddy-views.min.css
- public/js/buddy-views.min.js
version: true
buddyboss-manage-public-forums:
Readme:
path: readme.txt
buddydrive:
Readme:
path: readme.txt
buddymeet:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/buddymeet.css
version: true
buddymenu-buddylinks:
Readme:
path: readme.txt
buddymobile:
Readme:
path: readme.txt
buddypics:
Readme:
path: readme.txt
buddyplug:
Readme:
path: readme.txt
buddypress:
QueryParameter:
files:
- bp-core/css/admin-bar.min.css
- bp-templates/bp-legacy/css/buddypress.min.css
- bp-templates/bp-legacy/css/twentyfifteen.min.css
- bp-core/js/confirm.min.js
- bp-core/js/widget-members.min.js
- bp-core/js/jquery-query.min.js
- bp-core/js/vendor/jquery-cookie.min.js
- bp-core/js/vendor/jquery-scroll-to.min.js
- bp-templates/bp-legacy/js/buddypress.min.js
- bp-templates/bp-nouveau/css/buddypress.min.css
- bp-templates/bp-nouveau/js/buddypress-nouveau.min.js
version: true
TranslationFile:
class: BodyPattern
path: buddypress.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BuddyPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
buddypress-activity-anywhere:
Readme:
path: readme.txt
buddypress-activity-as-blog-comments:
Readme:
path: readme.txt
buddypress-activity-graphs:
Readme:
path: readme.txt
buddypress-activity-privacy:
Readme:
path: readme.txt
buddypress-activity-sidebar-widget-resubmission:
Readme:
path: readme.txt
buddypress-activity-stream-ajax-notifier:
Readme:
path: readme.txt
buddypress-activity-stream-atgroups:
Readme:
path: readme.txt
buddypress-activity-stream-bar:
Readme:
path: readme.txt
buddypress-activity-stream-bump-to-top:
Readme:
path: readme.txt
buddypress-activity-stream-extras:
Readme:
path: readme.txt
buddypress-activity-stream-hashtags:
Readme:
path: readme.txt
buddypress-activity-tags:
TranslationFile:
class: BodyPattern
path: languages/bp-activity-tags-sr_RS.po
pattern: !ruby/regexp /ct\-Id\-Version:\ BuddyPress Activity Tags (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
buddypress-admin-access-activity:
Readme:
path: readme.txt
buddypress-admin-notifications:
Readme:
path: readme.txt
buddypress-admin-only-profile-fields:
Readme:
path: readme.txt
buddypress-ajax-chat:
Readme:
path: README.txt
buddypress-announce-group:
Readme:
path: readme.txt
buddypress-author-exposed:
Readme:
path: readme.txt
buddypress-avatar-cropper-skipper:
Readme:
path: readme.txt
buddypress-backwards-compatibility:
Readme:
path: readme.txt
buddypress-better-pagination:
Readme:
path: readme.txt
buddypress-block-activity-stream-types:
Readme:
path: readme.txt
buddypress-captcha:
Readme:
path: readme.txt
buddypress-community-stats:
Readme:
path: readme.txt
buddypress-compliments:
TranslationFile:
class: BodyPattern
path: languages/bp-compliments-en_US.po
pattern: !ruby/regexp /ject\-Id\-Version:\ BuddyPress Compliments (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
buddypress-component-stats:
Readme:
path: readme.txt
buddypress-connect-for-tally-framework:
Readme:
path: readme.txt
buddypress-courseware:
Readme:
path: readme.txt
buddypress-courseware-certificate:
Readme:
path: readme.txt
buddypress-custom-posts:
Readme:
path: readme.txt
buddypress-custom-profile-filters:
Readme:
path: readme.txt
buddypress-default-group-avatar:
Readme:
path: readme.txt
buddypress-docs:
TranslationFile:
class: BodyPattern
path: languages/buddypress-docs.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BuddyPress Docs (?<v>\d+\.[\.\d]+)/i
version: true
buddypress-easy-albums-photos-video-and-music-next-gen:
Readme:
path: readme.txt
buddypress-edit-activity-stream:
Readme:
path: readme.txt
buddypress-featured-members:
Readme:
path: readme.txt
buddypress-featured-members-widget:
Readme:
path: readme.txt
buddypress-foaf:
Readme:
path: readme.txt
buddypress-follow-me:
Readme:
path: readme.txt
buddypress-followers:
Readme:
path: readme.txt
buddypress-forums-move-topic-planned-split-and-merge-topic:
Readme:
path: readme.txt
buddypress-friends:
Readme:
path: readme.txt
buddypress-friends-on-line:
Readme:
path: readme.txt
buddypress-gifts-latest-2014:
Readme:
path: readme.txt
buddypress-global-search:
QueryParameter:
files:
- assets/css/buddypress-global-search.min.css
- assets/js/buddypress-global-search.min.js
version: true
buddypress-group-css:
Readme:
path: readme.txt
buddypress-group-folders:
Readme:
path: readme.txt
buddypress-group-for-community-admins-and-mods:
Readme:
path: readme.txt
buddypress-group-forum-extras:
Readme:
path: readme.txt
buddypress-group-tags:
Readme:
path: readme.txt
buddypress-group-twitter:
Readme:
path: readme.txt
buddypress-group-wiki:
Readme:
path: readme.txt
buddypress-groupomatic:
Readme:
path: readme.txt
buddypress-groups-autojoin-admins:
Readme:
path: readme.txt
buddypress-groups-directory-extras:
Readme:
path: readme.txt
buddypress-groups-import:
Readme:
path: readme.txt
buddypress-hovercards:
Readme:
path: readme.txt
buddypress-humanity:
Readme:
path: readme.txt
buddypress-instaban:
Readme:
path: readme.txt
buddypress-last-active-users-wp-admin:
Readme:
path: readme.txt
buddypress-login-redirect:
Readme:
path: readme.txt
buddypress-mandatory-groups:
Readme:
path: readme.txt
buddypress-maps:
Readme:
path: readme.txt
buddypress-mass-messaging:
Readme:
path: readme.txt
buddypress-media:
QueryParameter:
files:
- app/assets/css/rtmedia.min.css
- app/assets/js/rtmedia.min.js
- app/assets/js/rtMedia.backbone.js
- lib/touchswipe/jquery.touchSwipe.min.js
- lib/media-element/mediaelementplayer-legacy.min.css
- lib/media-element/wp-mediaelement.min.css
- app/assets/css/rtm-upload-terms.min.css
- lib/media-element/mediaelement-and-player.min.js
- lib/media-element/wp-mediaelement.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/buddypress-media.po
pattern: !ruby/regexp /a for WordPress, BuddyPress and bbPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
buddypress-member-profile-stats:
Readme:
path: readme.txt
buddypress-members-only:
Readme:
path: readme.txt
buddypress-message-attachment:
TranslationFile:
class: BodyPattern
path: languages/bp-msgat.pot
pattern: !ruby/regexp /\-Version:\ BuddyPress Message Attachment (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
buddypress-messages-spam-blocker:
Readme:
path: readme.txt
buddypress-monster-widget:
Readme:
path: readme.txt
buddypress-multi-group-remove:
Readme:
path: readme.txt
buddypress-mymood:
Readme:
path: readme.txt
buddypress-no-mentions:
Readme:
path: readme.txt
buddypress-notifications-manager:
Readme:
path: readme.txt
buddypress-pagetrace:
Readme:
path: readme.txt
buddypress-password-strength-meter:
Readme:
path: readme.txt
buddypress-portfolio:
Readme:
path: readme.txt
buddypress-preklad:
Readme:
path: readme.txt
buddypress-private-community:
Readme:
path: readme.txt
buddypress-private-message-for-friends-only:
Readme:
path: readme.txt
buddypress-private-messages-for-followers-only:
Readme:
path: readme.txt
buddypress-profile-progression:
TranslationFile:
class: BodyPattern
path: languages/bppp-de_DE.po
pattern: !ruby/regexp /Project\-Id\-Version:\ v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
buddypress-profile-tabs:
Readme:
path: readme.txt
buddypress-profile-views:
Readme:
path: readme.txt
buddypress-profile-visitors:
Readme:
path: readme.txt
buddypress-qtranslate:
Readme:
path: readme.txt
buddypress-rate-forum-posts:
Readme:
path: readme.txt
buddypress-real-names:
Readme:
path: readme.txt
buddypress-recaptcha:
Readme:
path: readme.txt
buddypress-registration-groups-1:
TranslationFile:
class: BodyPattern
path: languages/buddypress-registration-groups.pot
pattern: !ruby/regexp '/Version: BuddyPress Registration Groups (?<v>\d+\.[\.\d]+)/i'
version: true
buddypress-restrict-email-domains:
Readme:
path: readme.txt
buddypress-russian-months:
Readme:
path: readme.txt
buddypress-sidebar:
Readme:
path: readme.txt
buddypress-sitemap-generator:
Readme:
path: readme.txt
buddypress-sitewide-featured-posts:
Readme:
path: readme.txt
buddypress-sitewide-notice-widget:
Readme:
path: readme.txt
buddypress-skeleton-component:
Readme:
path: readme.txt
buddypress-sliding-login-panel:
Readme:
path: readme.txt
buddypress-social:
Readme:
path: readme.txt
buddypress-summary-tab:
Readme:
path: readme.txt
buddypress-topic-mover:
Readme:
path: readme.txt
buddypress-update-email-reminder-lightbox:
Readme:
path: readme.txt
buddypress-upload-avatar-ajax:
Readme:
path: readme.txt
buddypress-user-registration-auto-group:
Readme:
path: readme.txt
buddypress-usernames-only:
Readme:
path: readme.txt
buddypress-verified:
Readme:
path: readme.txt
buddypress-wall:
Readme:
path: readme.txt
buddypress-who-clicked-at-my-profile:
Readme:
path: readme.txt
buddypress-widget-pack:
Readme:
path: readme.txt
buddypress-xml-rpc-receiver:
Readme:
path: readme.txt
buddypress-xmlrpc-receiver:
Readme:
path: readme.txt
buddypress-xprofile-validate-with-regex:
Readme:
path: readme.txt
buddypressbbpress-email-notification:
Readme:
path: readme.txt
buddyslack:
QueryParameter:
files:
- public/css/buddyslack-public.css
- public/js/buddyslack-public.js
version: true
buddystream:
Readme:
path: readme.txt
buffer-button:
Readme:
path: readme.txt
buffer-flush-fix:
Readme:
path: readme.txt
buffer-my-post:
TranslationFile:
class: BodyPattern
path: languages/buffer-my-post.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ HYPE Social \- Buffer (?<v>\d+\.[\.\d]+)/i
version: true
buffer-social-widget:
Readme:
path: readme.txt
bug-links:
Readme:
path: readme.txt
bug-of-the-day:
Readme:
path: README.txt
buggymanio-integration:
Readme:
path: README.txt
buggypress:
Readme:
path: readme.txt
bugherd:
Readme:
path: readme.txt
bugherd-dashboard:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
buienradar:
Readme:
path: readme.txt
build-trigger-gatsby:
Readme:
path: readme.txt
builder-blocks:
QueryParameter:
files:
- blocks/dist/main.css
version: true
builder-shortcode-extras:
Readme:
path:
- readme.txt
- README.md
builderius:
Readme:
path: readme.txt
buk-appointments:
Readme:
path: readme.txt
bukizi-register:
QueryParameter:
files:
- dist/bundle.js
version: true
bukubank-woocommerce:
Readme:
path: readme.txt
bulgarian-search:
Readme:
path: readme.txt
bulk-actions-for-product-feed-for-google:
Readme:
path: readme.txt
bulk-actions-select-all:
Readme:
path: readme.txt
bulk-block-converter:
Readme:
path: README.txt
bulk-categories-edit-for-media:
Readme:
path: readme.txt
bulk-change:
Readme:
path: readme.txt
bulk-city-landing-page-creator:
Readme:
path: readme.txt
bulk-comments-management:
Readme:
path: readme.txt
bulk-content-creator:
Readme:
path: README.txt
bulk-convert-post-format:
Readme:
path: readme.txt
bulk-create-blogs:
Readme:
path: readme.txt
bulk-datetime-change:
Readme:
path: readme.txt
bulk-deactivate:
Readme:
path: readme.txt
bulk-delete:
TranslationFile:
class: BodyPattern
path: languages/bulk-delete.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Bulk Delete (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bulk-delete-users-by-email:
Readme:
path: readme.txt
bulk-edit-categories-tags:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/bulk-edit-categories-tags.pot
pattern: !ruby/regexp '/rsion: WP Sheet Editor \- Taxonomy Terms (?<v>\d+\.[\.\d]+)/i'
version: true
bulk-edit-events:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/bulk-edit-events.pot
pattern: !ruby/regexp '/ct\-Id\-Version: WP Sheet Editor \- Events (?<v>\d+\.[\.\d]+)/i'
version: true
bulk-edit-post-titles:
QueryParameter:
files:
- js/bulk-action.js
version: true
bulk-edit-posts-on-frontend:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/bulk-edit-posts-on-frontend.pot
pattern: !ruby/regexp /Sheet Editor \- Editable Frontend Tables (?<v>\d+\.[\.\d]+)/i
version: true
bulk-edit-user-profiles-in-spreadsheet:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/bulk-edit-user-profiles-in-spreadsheet.pot
pattern: !ruby/regexp '/ect\-Id\-Version: WP Sheet Editor \- Users (?<v>\d+\.[\.\d]+)/i'
version: true
bulk-editor:
Readme:
path: readme.txt
bulk-entry:
Readme:
path: readme.txt
bulk-generate-thumbnails:
Readme:
path: readme.txt
bulk-image-alt-text-with-yoast:
Readme:
path: readme.txt
bulk-image-title-attribute:
Readme:
path: readme.txt
bulk-mail-send:
Readme:
path: readme.txt
bulk-me-now:
QueryParameter:
files:
- assets/css/public.css
- assets/js-min/public.min.js
- assets/js-min/ajax.min.js
version: true
Readme:
path: readme.txt
bulk-media-register:
Readme:
path: readme.txt
bulk-menu-edit:
Readme:
path: readme.txt
bulk-orders-remover-for-woocommerce:
Readme:
path: readme.txt
bulk-page-creator:
Readme:
path: readme.txt
bulk-password-reset:
Readme:
path: readme.txt
bulk-plugin-installation:
TranslationFile:
class: BodyPattern
path: languages/bulk-plugin-installation-es_ES.po
pattern: !ruby/regexp '/t\-Id\-Version: Bulk Plugin Installation v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bulk-product-price-change:
Readme:
path: readme.txt
bulk-resize-media:
Readme:
path: readme.txt
bulk-sms-notification:
Readme:
path: readme.txt
bulk-term-editor:
TranslationFile:
class: BodyPattern
path: languages/bulk-term-editor.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Bulk Term Editor (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bulk-user-editor:
Readme:
path: readme.txt
bulk-user-management:
Readme:
path: readme.txt
bulk-variations-for-woocommerce:
Readme:
path: readme.txt
bulk-view-post:
Readme:
path: readme.txt
bulk-watermark:
Readme:
path: readme.txt
bulk-woocommerce-tag-creator:
Readme:
path: readme.txt
bulk-youtube-post-creator:
Readme:
path: readme.txt
bulkpress:
Readme:
path: readme.txt
bulkpress-export:
TranslationFile:
class: BodyPattern
path: languages/bulkpress-export.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: BulkPress \- Export (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
bullet-faqs:
Readme:
path: readme.txt
bulletproof-security:
ConfigComment:
class: BodyPattern
path: admin/htaccess/wpadmin-secure.htaccess
pattern: !ruby/regexp /\#\s+ BULLETPROOF (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bullhorn-oscp:
Readme:
path: readme.txt
bump-this:
Readme:
path: readme.txt
bundesliga-table:
Readme:
path: readme.txt
bunnycdn:
Readme:
path: readme.txt
bunnycdnbunnyapi:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=(?<v>\d+\.[\.\d]+)=(?!.*=\d+\.[\.\d]+=)/mi
version: true
buntify:
Readme:
path: readme.txt
buooy-scroll-to-top:
Readme:
path:
- README.txt
- readme.md
buooy-sticky-header:
Readme:
path: README.txt
burger-companion:
Readme:
path: readme.txt
burnmans-diaspora-button:
Readme:
path: readme.txt
burnmans-subjot-button:
Readme:
path: readme.txt
burnzone-commenting:
Readme:
path: readme.txt
buscape-tracker:
Readme:
path: readme.txt
buscape-wp-related-products:
TranslationFile:
class: BodyPattern
path: languages/BWPRP-pt_BR.po
pattern: !ruby/regexp /d\-Version:\ BuscaP[^ ]+ WP Related Products (?<v>\d+\.[\.\d]+)/i
version: true
busha-pay:
Readme:
path:
- readme.txt
- README.md
business-block-widget:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/business-block-widget.pot
pattern: !ruby/regexp /WordPress plugin Business Block Widget (?<v>\d+\.[\.\d]+)/i
version: true
business-card-by-wisdmlabs:
Readme:
path: Readme.txt
business-contact-widget:
Readme:
path: readme.txt
business-directory-news:
Readme:
path: readme.txt
business-directory-plugin:
TranslationFile:
class: BodyPattern
path: languages/WPBDM.pot
pattern: !ruby/regexp /t\-Id\-Version:\ Business Directory Plugin (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/widgets.min.css
version: true
Readme:
path: README.TXT
business-era-extension:
QueryParameter:
files:
- assets/filter.js
version: true
business-hours-plugin:
Readme:
path: README.txt
business-listing-manager:
Readme:
path: README.txt
business-master:
Readme:
path: readme.txt
business-model-canvas:
QueryParameter:
files:
- bmc-dashboard/css/bmc_frontend_style.css
- bmc-dashboard/js/bmc_frontend_script.js
version: true
business-open-hours-master:
QueryParameter:
files:
- public/css/business-open-hours-master-public.css
- public/js/business-open-hours-master-public.js
version: true
business-popup:
Readme:
path: readme.txt
business-profile:
TranslationFile:
class: BodyPattern
path: languages/business-profile.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Business Profile (?<v>\d+\.[\.\d]+)/i
version: true
business-survey:
Readme:
path: readme.txt
business-website-helper:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
busted:
Readme:
path: readme.txt
busy-server:
Readme:
path: readme.txt
buton-de-follow:
Readme:
path: readme.txt
button:
Readme:
path: readme.txt
button-contact-vr:
Readme:
path: readme.txt
button-for-doctolib:
Readme:
path: readme.txt
button-generator-plugin:
Readme:
path: readme.txt
button-group:
Readme:
path: readme.txt
button-paypal-donation:
Readme:
path: readme.txt
button-widget:
Readme:
path: readme.txt
button-with-fontawesome-icons-by-like-agency:
TranslationFile:
class: BodyPattern
path: lang/lbfa-pl_PL.po
pattern: !ruby/regexp /n Widget for FontAwesome by LIKE\.agency (?<v>\d+\.[\.\d]+)/i
version: true
buttons-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
buttons-to-edit-next-previous-post:
Readme:
path: readme.txt
buttons-widgets-for-elementor:
Readme:
path: readme.txt
buttons-with-style:
QueryParameter:
files:
- css/button-css.css
- css/foundation-icons.css
version: true
bux-woocommerce:
Readme:
path: readme.txt
buy-a-brick:
Readme:
path: readme.txt
buy-now-woo:
Readme:
path: readme.txt
buy-one-click-woocommerce:
Readme:
path: readme.txt
buy-this-book:
Readme:
path: readme.txt
buy-x-get-y-free-by-storepro:
Readme:
path: readme.txt
buyblo-box:
QueryParameter:
files:
- assets/css/buyblo-box.css
- assets/js/buyblo-box.js
version: true
buyhttp-super-polls:
Readme:
path: readme.txt
buymeacoffee:
QueryParameter:
files:
- public/css/buy-me-a-coffee-public.css
- public/js/buy-me-a-coffee-public.js
version: true
buysellads:
Readme:
path: readme.txt
buyte:
Readme:
path: README.txt
buzz-comments:
Readme:
path: readme.txt
buzz-instagram-feed:
QueryParameter:
files:
- css/frontend.css
- css/font-awesome.min.css
- js/modernizr.custom.26633.js
- js/jquery.gridrotator.js
- js/frontend.js
version: true
buzz-me:
Readme:
path: readme.txt
buzz-roll:
Readme:
path: readme.txt
buzz-this:
Readme:
path: readme.txt
buzzzy-button:
Readme:
path: readme.txt
bvd-wcpdf-user-template:
Readme:
path: readme.txt
bw-custom-sidebar-blocks:
Readme:
path: readme.txt
bw-less-css:
Readme:
path: readme.txt
bw-post-grid:
Readme:
path: readme.txt
bw-twitter-blocks:
Readme:
path: readme.txt
bw-widgets-manager:
Readme:
path: readme.txt
bwl-advanced-faq-manager-lite:
QueryParameter:
files:
- css/faq-style.css
version: true
Readme:
path: readme.txt
bwl-poll-manager-lite:
Readme:
path: readme.txt
bwp-external-links:
QueryParameter:
files:
- css/bwp-external-links.css
version: true
Readme:
path: readme.txt
bwp-google-xml-sitemaps:
Readme:
path: readme.txt
bwp-minify:
Readme:
path: readme.txt
bwp-polldaddy:
Readme:
path: readme.txt
bwp-recaptcha:
TranslationFile:
class: BodyPattern
path: bwp-recaptcha.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ BWP Recaptcha (?<v>\d+\.[\.\d]+)/i
version: true
bwp-recent-comments:
QueryParameter:
files:
- css/bwp-recent-comments.css
version: true
Readme:
path: readme.txt
bwtf-waterquality:
Readme:
path: readme.txt
bxslider-integration:
TranslationFile:
class: BodyPattern
path: languages/bxsg.pot
pattern: !ruby/regexp /ion:\ bxSlider integration for WordPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
bxslider-wp:
QueryParameter:
files:
- bxslider/jquery.bxslider.css
- bxslider/jquery.bxslider.min.js
- js/initialize.js
version: true
Readme:
path: README.txt
by-lazy-load:
Readme:
path: readme.txt
by-martin-maps:
Readme:
path: readme.txt
bybrick-accordion:
Readme:
path: readme.txt
bybrick-columns:
Readme:
path:
- readme.txt
- readme.md
bye-bye-howdy:
Readme:
path: readme.txt
bye-dolly:
Readme:
path: readme.txt
bye-ie:
Readme:
path: readme.txt
bye-maridjan-seo:
Readme:
path: readme.txt
bye-papa-destra:
Readme:
path: readme.txt
bykea-instant-delivery:
QueryParameter:
files:
- js/client-script.js
version: true
Readme:
path: readme.txt
byline:
Readme:
path: readme.txt
bypass-iframe-height-limit:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
byte-php-code:
Readme:
path: readme.txt
bytecoder-news-ticker:
Readme:
path: readme.txt
bytecoder-post-ticker:
Readme:
path: readme.txt
bytheway:
Readme:
path: readme.txt
bz9-webmaster-tools:
Readme:
path: readme.txt
c3-random-quotes:
Readme:
path: readme.txt
c4d-shoppable-images:
Readme:
path: readme.txt
c4d-woo-boost-sales:
Readme:
path: readme.txt
c9-admin-dashboard:
Readme:
path: readme.txt
c9-variables:
QueryParameter:
files:
- public/css/c9-variables-public.css
- public/js/c9-variables-public.js
version: true
caascade:
QueryParameter:
files:
- caascade.css
- caascade.js
version: true
cab-fare-calculator:
TranslationFile:
class: BodyPattern
path: languages/tblight.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TaxiBooking Light (?<v>\d+\.[\.\d]+)/i'
version: true
cab-grid:
Readme:
path: readme.txt
cac-featured-content:
Readme:
path: readme.txt
cache-control-by-cacholong:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
cache-enabler:
Readme:
path: readme.txt
cache-google-font:
Readme:
path: readme.txt
cache-images:
TranslationFile:
class: BodyPattern
path: languages/cache-images-fa_IR.po
pattern: !ruby/regexp /\#\. \#\-\#\-\#\-\#\-\# plugin\.pot \(Cache Images (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cache-manifest:
Readme:
path: readme.txt
cache-manifest-for-wordpress-themes:
Readme:
path: readme.txt
cache-master:
Readme:
path: README.txt
cache-me-button:
Readme:
path: readme.txt
cache-seo-speed:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
cache-time:
Readme:
path: readme.txt
cache-translation-object:
Readme:
path: readme.txt
cache-ultra:
Readme:
path: README.md
cached-l10n:
Readme:
path: readme.txt
cachify:
Readme:
path: README.md
caching-compatible-cookie-optin-and-javascript:
Readme:
path: readme.txt
cactus-masonry-plus:
QueryParameter:
files:
- cactusBrick.min.js
- cactusGallery.min.js
- cactusMasonryPlus.min.js
version: true
caddy:
Readme:
path: README.txt
cafe-lite:
Readme:
path: readme.txt
cakemail-subscription-form:
Readme:
path: readme.txt
calcfusion-for-wp:
Readme:
path: readme.txt
calculate-bmr:
QueryParameter:
files:
- public/css/calculate-bmr-public.css
- public/js/calculate-bmr-public.js
version: true
calculated-fields-for-acf:
TranslationFile:
class: BodyPattern
path: languages/calculated-fields-for-acf.pot
pattern: !ruby/regexp '/t\-Id\-Version: Calculated fields for ACF (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
calculated-fields-form:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
calculation-shipping:
QueryParameter:
files:
- css/front_calship.css
- js/front_calship.js
version: true
calculator:
Readme:
path: readme.txt
calculatorpro-calculators:
Readme:
path: readme.txt
caldavlist:
QueryParameter:
files:
- public/css/caldav-list-public.css
- dist/bundle.js
version: true
caldera-forms:
JavascriptComment:
class: BodyPattern
path: assets/js/vue.js
pattern: !ruby/regexp /caldera\-forms \- v(?<v>\d+\.[\.\d]+)/i
version: true
StyleComment:
class: BodyPattern
path: assets/build/css/caldera-forms-front.min.css
pattern: !ruby/regexp /caldera\-forms \- v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
caldera-forms-sprout-invoices-integration:
Readme:
path: readme.txt
caldera-smtp-mailer:
Readme:
path: readme.txt
calendapp:
Readme:
path: readme.txt
calendar:
Readme:
path: readme.txt
calendar-archives:
Readme:
path: readme.txt
calendar-category:
Readme:
path: readme.txt
calendar-plugin:
Readme:
path: readme.txt
calendar-plus:
Readme:
path: readme.txt
calendar-posts:
Readme:
path: readme.txt
calendar-to-events:
QueryParameter:
files:
- resources/css/eventCalendar.css
- resources/css/eventCalendar_theme_responsive.css
- resources/js/jquery.eventCalendar.js
version: true
Readme:
path: readme.txt
calendar-translation:
Readme:
path: readme.txt
calendar-widget-with-posts:
Readme:
path: readme.txt
calendarista-basic-edition:
MetaTag:
class: Xpath
xpath: //meta[@name="plugins"]/@content
version: true
pattern: !ruby/regexp /calendarista basic (?<v>\d+\.[\.\d]+)/i
QueryParameter:
files:
- assets/scripts/bootstrap.collapse.min.js
- assets/scripts/calendarista.1.0.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/calendarista-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Calendarista (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
calendi:
Readme:
path: readme.txt
calendrier-lunaire:
Readme:
path: README.txt
calicotek-ebay-dashboard-tools:
Readme:
path: readme.txt
calicotek-floating-social-slider:
Readme:
path: readme.txt
calicotek-gsr-chart:
Readme:
path: readme.txt
calicotek-members-dashboard:
Readme:
path: readme.txt
calj:
Readme:
path: readme.txt
call-button:
QueryParameter:
files:
- assets/css/pushlabs-callbutton.css
version: true
call-from-web:
Readme:
path: readme.txt
call-leads:
QueryParameter:
files:
- assets/css/jquery-ui.css
version: true
Readme:
path: readme.txt
call-me-now:
Readme:
path: readme.txt
call-now-button:
Readme:
path: readme.txt
call-on-post:
Readme:
path: readme.txt
call-to-action:
Readme:
path: readme.txt
call-to-action-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
call-to-action-block-wppool:
Readme:
path: readme.txt
call-to-action-plugin:
Readme:
path: readme.txt
call-to-action-widget:
Readme:
path: readme.txt
call-tracker:
Readme:
path: readme.txt
callback-form:
Readme:
path: readme.txt
callback-request:
Readme:
path: readme.txt
callback24:
Readme:
path: readme.txt
callme-form:
TranslationFile:
class: BodyPattern
path: languages/callme-plugin-ru_RU.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Call\.me form v(?<v>\d+\.[\.\d]+)/i
version: true
callsignquery:
Readme:
path: readme.txt
calotor-calorie-calculator:
Readme:
path: readme.txt
camazee:
Readme:
path: readme.txt
cameroid-photos-online:
Readme:
path: readme.txt
camoo-sms:
QueryParameter:
files:
- assets/css/admin-bar.css
- assets/css/subscribe.css
- assets/js/script.js
version: true
campaign-monitor-dashboard:
TranslationFile:
class: BodyPattern
path: lang/campaign-monitor-dashboard.pot
pattern: !ruby/regexp /\-Id\-Version:\ Campaign Monitor Dashboard (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
campaign-monitor-dual-registration:
Readme:
path: readme.txt
campaign-monitor-for-formcraft:
Readme:
path: readme.txt
campaign-monitor-synchronization:
Readme:
path: readme.txt
campaign-monitor-wp:
QueryParameter:
files:
- assets/pagecount.min.js
version: true
campaign-roi-return-on-investment-calculator-v10:
QueryParameter:
files:
- css/style.css
- js/organictabs.jquery.js
- js/vtip.js
version: true
Readme:
path: readme.txt
campayn-email-newsletter-sign-up:
Readme:
path: readme.txt
camptix-automatic-gravatar-fetch-and-export:
Readme:
path: readme.txt
camptix-kdcpay-gateway:
Readme:
path: readme.txt
camptix-network-tools:
Readme:
path: readme.txt
camptix-payfast-gateway:
Readme:
path: readme.txt
camptix-payment-payupaisa:
Readme:
path: readme.txt
campus-directory:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
pattern: !ruby/regexp /Campus Directory v(?<v>\d+\.[\.\d]+)/i
version: true
campusnet-authentication:
Readme:
path: README.txt
campwire:
Readme:
path: readme.txt
can-i-use-cookies:
Readme:
path: readme.txt
canada-post-shipping-for-woocommerce:
Readme:
path: readme.txt
canadian-gst-calculator:
QueryParameter:
files:
- cc-canada-gst-calculator.js
version: true
canadian-nutrition-facts-label:
Readme:
path: readme.txt
canalplan-ac:
Comment:
xpath: //comment()[contains(., "Canalplan")]
pattern: !ruby/regexp '/Canalplan AC code revision : (?<v>\d+\.[\.\d]+)/i'
version: true
candid-advanced-toolset:
Readme:
path: readme.txt
candy-slider:
Readme:
path: readme.txt
candy-social-widget:
Readme:
path: readme.txt
cannaffiliate-advertiser-setup:
Readme:
path: README.txt
canon-aede:
Readme:
path: readme.txt
canonical-link:
Readme:
path: readme.txt
canto:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
canva:
Readme:
path:
- readme.txt
- README.md
canvas:
QueryParameter:
files:
- public/css/canvas-public.css
- public/js/canvas-public.js
- assets/css/canvas.css
- components/basic-elements/block-alert/public-block-alert.js
- components/basic-elements/block-collapsibles/public-block-collapsibles.js
- components/basic-elements/block-tabs/public-block-tabs.js
- components/posts/block-posts/colcade.js
- components/posts/block-posts/public-block-posts.js
- components/justified-gallery/block/jquery.justifiedGallery.min.js
- components/justified-gallery/block/public-block-justified-gallery.js
- components/slider-gallery/block/flickity.pkgd.min.js
- components/slider-gallery/block/public-block-slider-gallery.js
version: true
Readme:
path:
- readme.txt
- README.txt
canvas-portfolio:
Readme:
path: README.txt
canvasflow:
Readme:
path:
- readme.txt
- README.md
canvasflow-export:
Readme:
path:
- readme.txt
- README.md
canvaspop-photo-printing-api:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
Readme:
path: readme.txt
cao-faktura-web-preisliste:
Readme:
path: readme.txt
capa:
Readme:
path: readme.txt
capability-manager-enhanced:
Readme:
path: readme.txt
caperz:
Readme:
path: readme.txt
capital-epay-woocommerce-payment-gateway:
Readme:
path: readme.txt
capitalized-wp-titles:
Readme:
path: readme.txt
capitalporg-quote-widget:
Readme:
path: readme.txt
capsule-sync:
Readme:
path: readme.txt
captain-slider:
QueryParameter:
files:
- includes/css/flexslider.css
- includes/js/jquery.flexslider-min.js
- includes/js/jquery.fitvids.js
version: true
captain-social:
QueryParameter:
files:
- includes/css/ctsocial-styles.css
version: true
captcha:
QueryParameter:
files:
- css/front_end_style.css
- css/desktop_style.css
version: true
captcha-for-comments-form:
Readme:
path: readme.txt
captcha-garb:
Readme:
path: readme.txt
captcha-in-thai-2nd:
Readme:
path: readme.txt
captchinoo-captcha-for-login-form-protection:
Readme:
path: readme.txt
caption-links:
Readme:
path: readme.txt
captionfixer:
Readme:
path: readme.txt
captionpix:
Readme:
path: readme.txt
captisa-forms-shortcode:
Readme:
path: readme.txt
captivatesync-trade:
Readme:
path: readme.txt
capture-and-convert:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
capture-url-variables-for-ontraport:
Readme:
path: readme.txt
capusta-woo-checkout-gateway:
Readme:
path: readme.txt
capy-puzzle-captcha:
Readme:
path: readme.txt
car-demon:
QueryParameter:
files:
- filters/theme-files/content-replacement/cr-style.css
- filters/theme-files/content-replacement/cr-single-car.css
- theme-files/css/car-demon.css.php
- theme-files/css/car-demon-style.css
- search/css/car-demon-search.css
- filters/theme-files/content-replacement/cr.js
- theme-files/js/jquery.lightbox_me.js
- theme-files/js/car-demon-compare.js
- search/js/car-demon-search.js
- theme-files/js/jquery-ui.js
version: true
car-loan-application-and-calculator-module:
Readme:
path: readme.txt
car-loan-calculator:
Readme:
path: readme.txt
car-rental:
QueryParameter:
files:
- css/slider.css
- css/animate.css
- css/owl.carousel.css
- css/owl.theme.default.css
- css/style.css
- css/jquery-ui.css
- css/jquery.slider.css
- js/script.js
- js/owl.carousel.js
version: true
car-route-planner:
Readme:
path: readme.txt
carbon-copy:
Readme:
path: readme.txt
carbon-fields:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
carbon-offset:
Readme:
path: readme.txt
card-catalog:
Readme:
path: readme.txt
card-converter:
Readme:
path: readme.txt
card-elements-for-elementor:
Readme:
path: readme.txt
card-flip-image-slideshow:
Readme:
path: readme.txt
card-for-bilibili:
QueryParameter:
files:
- card-for-bilibili.css
- card-for-bilibili.js
version: true
card-for-github:
Readme:
path: readme.txt
card-oracle:
QueryParameter:
files:
- public/css/card-oracle-public.css
- public/js/card-oracle-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/card-oracle.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Card Oracle (?<v>\d+\.[\.\d]+)/i'
version: true
cardealerpress:
HeaderPattern:
header: X-CDP-Version
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cardlesspay-by-cardless-paytech:
Readme:
path: README.txt
cardojo-lite:
QueryParameter:
files:
- assets/css/plugins.css
- assets/css/cardojo-public.css
- assets/css/responsive.css
- assets/js/plugins.js
- assets/js/jquery.form.js
- assets/js/cardojo-public.js
version: true
cards-poker:
Readme:
path: readme.txt
cardznet:
QueryParameter:
files:
- css/cardznet.css
- js/cardznet.js
version: true
Readme:
path: readme.txt
careersitespro:
Readme:
path: readme.txt
carousel-3d-slider:
Readme:
path: readme.txt
carousel-for-awesome-filterable-portfolio:
QueryParameter:
files:
- resources/css/custom.css
- resources/css/elastislide.css
- resources/js/modernizr.custom.17475.js
- resources/js/jquerypp.custom.js
- resources/js/jquery.elastislide.js
version: true
Readme:
path: readme.txt
carousel-gallery-jquery:
Readme:
path: readme.txt
carousel-of-post-images:
Readme:
path: readme.txt
carousel-post-slider:
QueryParameter:
files:
- assets/js/advncps.main.js
version: true
Readme:
path: readme.txt
carousel-slider:
Readme:
path: readme.txt
carousel-upsells-and-related-product-for-woocommerce:
Readme:
path: readme.txt
carousel-without-jetpack:
Readme:
path: readme.txt
carrier-setup-form-by-brokercarrier:
Readme:
path: readme.txt
cart-conversion-rate-calculator:
Readme:
path: readme.txt
cart-ninja-wordpress-shopping-cart:
Readme:
path: readme.txt
cart-rest-api-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/cart-rest-api-for-woocommerce.pot
pattern: !ruby/regexp '/\-Version: Cart REST API for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
cart-total-rounding:
Readme:
path: readme.txt
cart-weight-for-woocommerce:
Readme:
path: readme.txt
cart32-shopping-cart:
Readme:
path: readme.txt
cart66-also-bought:
Readme:
path: README.txt
cart66-lite-advance-sales-report-lite:
Readme:
path: readme.txt
cart66-to-mailchimp:
Readme:
path: readme.txt
cartalog:
Readme:
path: readme.txt
cartcount-for-woocommerce:
Readme:
path: readme.txt
cartflows:
TranslationFile:
class: BodyPattern
path: languages/cartflows.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CartFlows (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
carthook-for-woocommerce:
Readme:
path: readme.txt
cartograf-cookie-filter:
Readme:
path: readme.txt
cartograf-featured-image-in-feed:
Readme:
path: readme.txt
cartpull:
Readme:
path: readme.txt
cartstack-for-woocommerce:
Readme:
path: readme.txt
cartx-checkout:
Readme:
path: readme.txt
cas-maestro:
Readme:
path: readme.txt
case-insensitive-passwords:
Readme:
path: readme.txt
case-study:
QueryParameter:
files:
- include/js/bootstrap.min.js
- include/js/wow.js
- include/js/custom-list.js
- include/js/custom-owlCarousel-detail.js
version: true
Readme:
path: readme.txt
casengo-faq-web-self-service-plugin:
Readme:
path: readme.txt
casepress-upvote:
Readme:
path: readme.txt
cash-music-platform-connection:
Readme:
path: readme.txt
cashback-coupon-lite:
QueryParameter:
files:
- public/css/cashback-coupon-lite-public.css
- public/js/cashback-coupon-lite-public.js
version: true
Readme:
path: README.txt
cashbill-payment-method:
Readme:
path: readme.txt
cashenvoy-woocommerce-payment-gateway:
Readme:
path: readme.txt
cashlesso-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
cashtomer:
QueryParameter:
files:
- public/css/cashtomer-points-public.css
- public/js/cashtomer-points-public.js
version: true
caspio-deploy2:
Readme:
path: readme.txt
caspio-deployment-control:
Readme:
path: readme.txt
casso-tu-dong-xac-nhan-thanh-toan-chuyen-khoan-ngan-hang:
Readme:
path: readme.txt
castmyblog:
Readme:
path: readme.txt
cat-game:
Readme:
path: readme.txt
cat-generator-avatars:
Readme:
path: readme.txt
cat-post-type:
Readme:
path: readme.txt
cat-tag-filter-widget:
Readme:
path: readme.txt
catalog-slider:
Readme:
path: readme.txt
catalyst-connect:
Readme:
path: readme.txt
catalyst-excerpts-plus:
Readme:
path: readme.txt
catch-breadcrumb:
QueryParameter:
files:
- public/css/catch-breadcrumb-public.css
- public/js/catch-breadcrumb-public.js
version: true
catch-duplicate-switcher:
QueryParameter:
files:
- public/css/catch-duplicate-switcher-public.css
- public/js/catch-duplicate-switcher-public.js
version: true
catch-ids:
Readme:
path: readme.txt
catch-infinite-scroll:
QueryParameter:
files:
- public/css/catch-infinite-scroll-public.css
- public/js/catch-infinite-scroll-public.js
version: true
catch-instagram-feed-gallery-widget:
QueryParameter:
files:
- public/css/catch-instagram-feed-gallery-widget-public.css
- public/js/catch-instagram-feed-gallery-widget-public.js
version: true
catch-popup:
Readme:
path: README.txt
catch-scroll-progress-bar:
QueryParameter:
files:
- public/css/catch-scroll-progress-bar-public.css
- public/js/catch-scroll-progress-bar-public.js
version: true
catch-social-share:
QueryParameter:
files:
- public/css/catch-social-share-public.css
- fonts/css/font-awesome.css
- public/js/catch-social-share-public.js
version: true
Readme:
path: README.txt
catch-under-construction:
QueryParameter:
files:
- public/css/catch-under-construction-public.css
- public/js/catch-under-construction-public.js
version: true
catch-web-tools:
Comment:
xpath: //comment()[contains(., "Catch Web Tools")]
pattern: !ruby/regexp /Catch Web Tools v(?<v>\d+\.[\.\d]+)/i
version: true
catchfeeder:
Readme:
path: readme.txt
catconvert:
Readme:
path: readme.txt
categorias-y-paginas-por-familia-y-profundidad:
Readme:
path:
- readme.txt
- README.md
categories-as-folders:
QueryParameter:
files:
- public/css/bootstrap-grid.min.css
- public/css/categories-as-folders-public.css
- public/js/categories-as-folders-public.js
version: true
Readme:
path: README.txt
categories-but-exclude-widget:
Readme:
path: readme.txt
categories-images:
Readme:
path: readme.txt
categories-in-tag-cloud:
Readme:
path: readme.txt
categories-metabox-enhanced:
Readme:
path: README.txt
categories-sidebar:
Readme:
path: readme.txt
categories4page:
Readme:
path: readme.txt
categorize-your-wishlist-for-woocomerceposts-custom-post-types:
TranslationFile:
class: BodyPattern
path: lang/categorize-wishlist-woocomerce-posts-custom-post-types-ja.po
pattern: !ruby/regexp /or Woocomerce,Posts & Custom Post Types (?<v>\d+\.[\.\d]+)/i
version: true
categorized:
Readme:
path: readme.txt
categorized-cart-page-for-woocommerce:
Readme:
path: readme.txt
category-admin:
Readme:
path: README.txt
category-ajax-chain-selects:
Readme:
path: README.txt
category-ajax-filter:
Readme:
path: readme.txt
category-and-post-tag-related-posts:
Readme:
path: readme.txt
category-based-archives:
Readme:
path: readme.txt
category-checklist-expander:
Readme:
path: readme.txt
category-checklist-tree:
Readme:
path: readme.txt
category-class:
Readme:
path: readme.txt
category-clouds-widget:
Readme:
path: readme.txt
category-collapser-seo-for-woocommerce:
Readme:
path: readme.txt
category-coloumn:
Readme:
path: readme.txt
category-content-header:
Readme:
path: readme.txt
category-contributors:
Readme:
path: readme.txt
category-custom-post-order:
Readme:
path: readme.txt
category-d3-tree:
Readme:
path: readme.txt
category-description-widget:
Readme:
path: readme.txt
category-excluder:
Readme:
path: readme.txt
category-excluder-from-theme-customizer:
Readme:
path: readme.txt
category-expander:
Readme:
path: readme.txt
category-external-feed-plugin:
Readme:
path: README.txt
category-family-tree:
Readme:
path: readme.txt
category-feature:
Readme:
path: readme.txt
category-featured-images:
Readme:
path: readme.txt
category-image:
Readme:
path: readme.txt
category-images:
Readme:
path: readme.txt
category-images-ii:
Readme:
path: readme.txt
category-import-reloaded:
Readme:
path: README.txt
category-lightbox:
Readme:
path: readme.txt
category-list-icon:
Readme:
path: readme.txt
category-listing-for-woocommerce:
Readme:
path: readme.txt
category-logo:
Readme:
path: readme.txt
category-page-extender:
Readme:
path: readme.txt
category-pagination-fix:
Readme:
path: readme.txt
category-pie:
Readme:
path: readme.txt
category-popular-tags:
Readme:
path: readme.txt
category-post:
Readme:
path: readme.txt
category-post-list-widget:
Readme:
path: readme.txt
category-post-shortcode:
Readme:
path: readme.txt
category-post-slider:
QueryParameter:
files:
- css/cps-style.css
- js/jquery.cpsslider.js
version: true
category-post-widget:
Readme:
path: readme.txt
category-posts:
Readme:
path: readme.txt
category-posts-in-custom-menu:
Readme:
path: readme.txt
category-posts-widget:
Readme:
path: readme.txt
category-quiz:
Readme:
path: readme.txt
category-recent-posts-widget:
Readme:
path: readme.txt
category-related-products-for-ithemes-exchange:
Readme:
path: readme.txt
category-relevance:
Readme:
path: README.txt
category-reminder:
Readme:
path: readme.txt
category-selector-back-to-the-sidebar:
Readme:
path: readme.txt
category-seo-meta-tags:
Readme:
path: readme.txt
category-shortcode-w-generator:
Readme:
path: readme.txt
category-sisters:
Readme:
path: readme.txt
category-sort-stop:
Readme:
path: readme.txt
category-sticky-post:
Readme:
path: README.txt
category-sticky-posts:
Readme:
path: readme.txt
category-sub-blogs:
Readme:
path: readme.txt
category-subscriptions:
Readme:
path: readme.txt
category-tag-tidy:
QueryParameter:
files:
- public/css/category-tag-tidy-public.css
- public/js/category-tag-tidy-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/category-tag-tidy-en.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Category Tag Tidy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
category-tagging:
Readme:
path: readme.txt
category-teaser-widget:
Readme:
path: readme.txt
category-template-hierarchy:
Readme:
path: readme.txt
category-templates:
Readme:
path: readme.txt
category-templates-two:
Readme:
path: readme.txt
category-text:
Readme:
path: readme.txt
category-text-widget:
Readme:
path: readme.txt
category-view-row-action:
Readme:
path: readme.txt
category-visibility-ipeat:
Readme:
path: readme.txt
category-widget:
Readme:
path: Readme.txt
category-with-image:
QueryParameter:
files:
- css/catimg.css
- js/catimg.js
version: true
categorycontent:
Readme:
path: readme.txt
categorycustomfields:
Readme:
path: readme.txt
categoy-thumbnail-excerpt:
Readme:
path: readme.txt
categoy-thumbnail-list:
Readme:
path: readme.txt
catenis-blocks:
TranslationFile:
class: BodyPattern
path: languages/catenis-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Catenis Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
catfeed:
Readme:
path: readme.txt
catfish-ad-manager:
Readme:
path: readme.txt
catholic-liturgical-calendar:
Readme:
path: readme.txt
catholicjukebox-radio-lists:
Readme:
path: readme.txt
cathopedia:
Readme:
path: readme.txt
catnip:
Readme:
path: readme.txt
catwalker:
Readme:
path: readme.txt
cawaii-admin:
Readme:
path: readme.txt
cazamba:
Readme:
path: readme.txt
cb-change-mail-sender:
Readme:
path: readme.txt
cb-contact-form:
QueryParameter:
files:
- cb-contact-form.css
- cb-contact-form.js
version: true
Readme:
path: readme.txt
cb-default-latest-jquery-enabler:
Readme:
path: readme.txt
cb-domain-checker:
Readme:
path: readme.txt
cb-faq-responsive-accordion:
QueryParameter:
files:
- "/js/script.js"
version: true
cb-full-responsive-slider:
QueryParameter:
files:
- "/pgwslider.css"
- "/pgwslider.min.js"
- "/cb-main.js"
version: true
cb-house-faq:
Readme:
path: readme.txt
cb-news-ticker:
Readme:
path: readme.txt
cb-parallax:
QueryParameter:
files:
- public/css/public.css
- public/js/public.js
version: true
cb-pinterest-image-pinner:
Readme:
path: readme.txt
cb-popup-subscriber:
Readme:
path: readme.txt
cb-responsive-jquery-accordion:
QueryParameter:
files:
- "/css/style.css"
- "/js/cb_js.js"
version: true
cbach-wp-gridster:
Readme:
path: readme.txt
cbcurrencyconverter:
QueryParameter:
files:
- public/css/cbcurrencyconverter-public.css
- public/js/cbcurrencyconverter-public.js
version: true
cbd-calculator:
Readme:
path: readme.txt
cbnet-different-posts-per-page:
Readme:
path: readme.txt
cbnet-favicon:
Readme:
path: readme.txt
cbnet-manage-plugins-donate-link:
Readme:
path: readme.txt
cbnet-mbp-auto-activate:
Readme:
path: readme.txt
cbnet-multi-author-comment-notification:
Readme:
path: readme.txt
cbnet-ping-optimizer:
Readme:
path: readme.txt
cbnet-social-menu:
Readme:
path: readme.txt
cbnet-twitter-widget:
Readme:
path: readme.txt
cbqe-edit-flow:
TranslationFile:
class: BodyPattern
path: languages/cbqe-edit-flow.pot
pattern: !ruby/regexp '/ion: Custom Bulk\/Quick Edit \- Edit Flow (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
cbrcurrency:
Readme:
path: README.txt
cbrrate:
Readme:
path: README.txt
cbtwittercard:
TranslationFile:
class: BodyPattern
path: languages/cbtwittercard-en_US.po
pattern: !ruby/regexp /Project\-Id\-Version:\ CBX Twitter Card v(?<v>\d+\.[\.\d]+)/i
version: true
cbxchangelog:
QueryParameter:
files:
- assets/css/cbxchangelog-public.css
version: true
cbxdropboxfilechooser:
TranslationFile:
class: BodyPattern
path: languages/cbxdropboxfilechooser-en_GB.po
pattern: !ruby/regexp /t\-Id\-Version:\ CBX Dropbox File Chooser v(?<v>\d+\.[\.\d]+)/i
version: true
cbxform:
TranslationFile:
class: BodyPattern
path: languages/cbxform-en_GB.po
pattern: !ruby/regexp /Project\-Id\-Version:\ CBX Forms v(?<v>\d+\.[\.\d]+)/i
version: true
cbxgooglemap:
QueryParameter:
files:
- public/css/cbxgooglemap-public.css
- public/js/jqcbxgooglemap.js
- public/js/cbxgooglemap-public.js
- public/css/cbxgooglemap-public.min.css
version: true
cbxinstaphotos:
QueryParameter:
files:
- public/css/cbxinstaphotos-public.css
version: true
cbxpetition:
QueryParameter:
files:
- assets/js/venobox/venobox.css
- assets/css/cbxpetition-public.css
- assets/js/venobox/venobox.min.js
- assets/js/readmore/readmore.js
- assets/js/jquery.validate.min.js
- assets/js/cbxpetition-public.js
version: true
Readme:
path: README.txt
cbxpoll:
TranslationFile:
class: BodyPattern
path: languages/cbxpoll-en_US.po
pattern: !ruby/regexp /Project\-Id\-Version:\ CBX Poll v(?<v>\d+\.[\.\d]+)/i
version: true
cbxtakeatour:
QueryParameter:
files:
- assets/vendor/bootstrap-tour/bootstrap-tour-standalone.css
- assets/css/cbxtakeatour-public.css
- assets/vendor/bootstrap-tour/bootstrap-tour-standalone.js
- assets/js/cbxtakeatour-public.js
version: true
Readme:
path: README.txt
cbxwooextendedorders:
TranslationFile:
class: BodyPattern
path: languages/cbxwooextendedorders-en_GB.po
pattern: !ruby/regexp /ersion:\ CBX Woo Extended Order Display v(?<v>\d+\.[\.\d]+)/i
version: true
cbxwoofreeproductquickcheckout:
Readme:
path: README.txt
cbxwpemaillogger:
Readme:
path: README.txt
cbxwpreadymix:
QueryParameter:
files:
- public/vendor/owl-carousel/assets/owl.carousel.min.css
- public/vendor/owl-carousel/assets/owl.theme.default.min.css
- public/css/cbxwpreadymix-public.css
- public/css/cbxwpreadymixbootstrap.css
- public/css/cbxwpreadymix-team.css
- public/css/cbxwpreadymix-testimonial.css
- public/css/cbxwpreadymix-brand.css
- public/css/cbxwpreadymix-portfolio.css
- public/js/cbxwpreadymix-public.js
- public/vendor/owl-carousel/owl.carousel.min.js
- public/vendor/isotope/isotope.pkgd.min.js
- public/css/cbxwpreadymix.min.css
- public/js/cbxwpreadymix.min.js
version: true
cbxwpslack:
TranslationFile:
class: BodyPattern
path: languages/cbxwpslack-en_GB.po
pattern: !ruby/regexp /Project\-Id\-Version:\ CBX WPSlack v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/cbxwpslack-public.css
- public/js/cbxwpslack-public.js
version: true
cc-auto-activate-plugins:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
cc-bmi-calculator:
QueryParameter:
files:
- cc-bmi-calculator.css
- cc-bmi-calculator.js
version: true
cc-canadian-mortgage-calculator:
QueryParameter:
files:
- cc-mortgage-canada.css
- cc-mortgage-canada.js
version: true
cc-child-pages:
Comment:
xpath: //comment()[contains(., "cc-child-pages")]
pattern: !ruby/regexp /\/cc-child-pages\/includes\/css\/styles\.ie\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- includes/css/styles.css
- includes/css/skins.css
version: true
cc-cookie-consent:
QueryParameter:
files:
- assets/plugin-css/dark-bottom.css
- assets/plugin-js/cookieconsent.latest.min.js
version: true
cc-custom-taxonmy:
QueryParameter:
files:
- assets/js/script.js
version: true
Readme:
path: readme.txt
cc-essentials:
QueryParameter:
files:
- assets/css/cce-shortcodes.css
version: true
cc-flickr-widget:
Readme:
path: readme.txt
cc-lexicon-lite:
QueryParameter:
files:
- includes/css/styles.css
version: true
Readme:
path: readme.txt
cc-manga-comic-reader:
QueryParameter:
files:
- assets/css/cc-manga.css
version: true
TranslationFile:
class: BodyPattern
path: lib/codestar-framework/languages/bn_BD.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Codestar Framework (?<v>\d+\.[\.\d]+)/i
version: true
cc-mu-plugins-loader:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
cc-ontario-tax-calculator:
QueryParameter:
files:
- cc-income-tax-on.css
- cc-income-tax-on.js
version: true
cc-payment-gateway:
QueryParameter:
files:
- src/front/css/woo-tkp-cc-gateway-public.css
- src/front/js/woo-tkp-cc-gateway-public.js
version: true
cc-quebec-tax-calculator:
QueryParameter:
files:
- cc-income-tax-qc.css
- cc-income-tax-qc.js
version: true
cc-roundabout-3d-slider:
Readme:
path: readme.txt
cc-scripts:
Comment:
xpath: //comment()[contains(., "CC-Scripts")]
pattern: !ruby/regexp /CC-Scripts (?<v>\d+\.[\.\d]+)/i
version: true
cc-social-buttons:
QueryParameter:
files:
- assets/js/script.js
version: true
cc-tagger:
Readme:
path: readme.txt
cc-travel:
QueryParameter:
files:
- assets/plugins/ranger/jquery.range-min.js
- assets/js/script.js
version: true
Readme:
path: readme.txt
ccavanue-woocommerce-payment-getway:
Readme:
path: readme.txt
ccbpress-core:
Readme:
path: readme.txt
ccf-option-sort:
Readme:
path: readme.txt
ccg-manager:
Readme:
path:
- readme.txt
- README.md
ccichat-live-chat:
Readme:
path: readme.txt
ccpa-compliance-tool:
Readme:
path: readme.txt
ccr-client-testimonials:
QueryParameter:
files:
- assets/css/style.css
- assets/js/bootstrap.js
version: true
Readme:
path: readme.txt
ccr-colorful-faq:
QueryParameter:
files:
- assets/css/bootstrap.css
- assets/js/bootstrap.min.js
version: true
Readme:
path: readme.txt
ccr-event:
Readme:
path: readme.txt
ccr-featured-posts:
Readme:
path: readme.txt
ccrobot:
Readme:
path: README.txt
ccs-navigation:
Readme:
path: readme.txt
cct-api:
Readme:
path: readme.txt
cd-baby-player-emded:
Readme:
path: readme.txt
cd2-gutenberg-shortcode-preview-block:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
cdek-for-woocommerce:
Readme:
path: readme.txt
cdn-rewrites:
Readme:
path: readme.txt
cdn-tools:
Comment:
xpath: //comment()[contains(., "CDN Tools")]
pattern: !ruby/regexp /CDN Tools v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cdnjs:
Readme:
path: readme.txt
cds-simple-seo:
Comment:
xpath: //comment()[contains(., "Simple SEO plugin")]
pattern: !ruby/regexp /optimized with the Simple SEO plugin v(?<v>\d+\.[\.\d]+)/i
version: true
AnalyticsComment:
class: Comment
xpath: //comment()[contains(., "Simple SEO plugin")]
pattern: !ruby/regexp /Google Analytics by Simple SEO plugin (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cdwpflickr:
Readme:
path: readme.txt
cdyne-call-me:
Readme:
path: readme.txt
ce-scroll-to-top:
Readme:
path: readme.txt
ceceppa-multilingua-support-for-customizr:
Readme:
path: readme.txt
ceceppa-multilingua-support-for-woocommerce:
Readme:
path: readme.txt
cedar-map:
QueryParameter:
files:
- public/css/cedar-map-public.css
- public/js/cedar-map-public.js
version: true
Readme:
path: README.md
cedcommerce-onbuy-integration:
Readme:
path: readme.txt
cellarweb-privacy-and-security-options:
Readme:
path: readme.txt
cellulant-tingg-integration:
Readme:
path: readme.txt
celumconnect:
Readme:
path: README.txt
cenchat-comments:
QueryParameter:
files:
- public/js/cenchat-comments-iframe-resizer.js
version: true
censor-me:
Readme:
path: readme.txt
censorreact:
Readme:
path: readme.txt
cent2cent:
Readme:
path: readme.txt
centangle-team:
Readme:
path: readme.txt
centedi-catalog-addon:
Readme:
path: readme.txt
centre-images:
Readme:
path: readme.txt
century-demo-importer:
Readme:
path: readme.txt
cern-online-demonstration-austria:
Readme:
path: readme.txt
ceske-a-slovenske-linkovaci-sluzby:
Readme:
path: readme.txt
ceske-komentare:
Readme:
path: README.txt
ceske-sluzby:
Readme:
path: readme.txt
cestina-pro-wordpress:
Readme:
path: readme.txt
cestina-zalomeni-radku:
TranslationFile:
class: BodyPattern
path: languages/bozimediazalomeni.pot
pattern: !ruby/regexp '/ersion: [^t]+tina zalamov[^n]+n[^d]+dk[^\s]+ (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
cevnn-payments-gateway:
Readme:
path: readme.txt
cevoid:
Readme:
path: readme.txt
cf-7-gutenberg:
TranslationFile:
class: BodyPattern
path: languages/cf-7-gutenberg.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CF 7 Gutenberg (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
cf-civicrm-formprocessor:
Readme:
path: readme.txt
cf-geoplugin:
QueryParameter:
files:
- public/css/flag-icon.min.css
- public/css/cf-geoplugin.css
- public/js/cf-geoplugin.js
- assets/js/cf-geoplugin-public.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
cf-geoplugin-gps:
Readme:
path: readme.txt
cf-whiteboard:
Readme:
path: readme.txt
cf7-ace-syntax-highlighting:
Readme:
path: readme.txt
cf7-add-on-by-click5:
Readme:
path: readme.txt
cf7-better-ui:
Readme:
path: readme.txt
cf7-blacklist:
QueryParameter:
files:
- public/css/wpcf7-blacklist-public.css
- public/js/wpcf7-blacklist-public.js
version: true
cf7-calendar:
Readme:
path: readme.txt
cf7-color-picker:
QueryParameter:
files:
- public/css/style.css
- public/js/jscolor.min.js
version: true
cf7-conditional-fields:
QueryParameter:
files:
- style.css
- js/scripts.js
version: true
Readme:
path: readme.txt
cf7-conditional-load:
Readme:
path:
- README.txt
- README.md
TranslationFile:
class: BodyPattern
path: lang/cf7-conditional-load.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Conditionally Load CF7 (?<v>\d+\.[\.\d]+)/i'
version: true
cf7-constant-contact-fields-mapping:
TranslationFile:
class: BodyPattern
path: languages/cf7-constant-contact-fields-mapping.pot
pattern: !ruby/regexp '/on: CF7 Constant Contact Fields Mapping (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
cf7-countries:
QueryParameter:
files:
- public/css/cf7-countries-public.css
- public/js/cf7-countries-public.js
version: true
cf7-creamailer-extension:
Readme:
path: readme.txt
cf7-custom-validation-message:
TranslationFile:
class: BodyPattern
path: languages/cf7-custom-validation-message.pot
pattern: !ruby/regexp '/sion: Custom Validation Message for CF7 (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
cf7-database:
Readme:
path: readme.txt
cf7-datepicker-alternative:
Readme:
path: readme.txt
cf7-easy-math-captcha:
Readme:
path: readme.txt
cf7-editor-button:
TranslationFile:
class: BodyPattern
path: languages/contact-form-7-editor-button.pot
pattern: !ruby/regexp /"Button v (?<v>\d+\.[\.\d]+)/i
version: true
cf7-facebook-contactor:
QueryParameter:
files:
- assets/js/fb-contactor.js
version: true
TranslationFile:
class: BodyPattern
path: languages/gsconnector-en_US.po
pattern: !ruby/regexp '/ject\-Id\-Version: Google Sheet Coneector (?<v>\d+\.[\.\d]+)/i'
version: true
cf7-file-download:
TranslationFile:
class: BodyPattern
path: languages/cf7-file-download.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CF7 File Download (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
cf7-form-submission-limit-wpappsdev:
Readme:
path: readme.txt
cf7-getresponse:
Readme:
path: readme.txt
cf7-google-sheets-connector:
TranslationFile:
class: BodyPattern
path: languages/cf7-google-sheets-connector-en_US.po
pattern: !ruby/regexp /\-Id\-Version:\ CF7 Google Sheet Connector (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cf7-grid-and-styler-for-divi:
Readme:
path: readme.txt
cf7-honeypot-plus:
Readme:
path: readme.txt
cf7-icontact-extension:
Readme:
path: readme.txt
cf7-live-preview:
Readme:
path: README.txt
cf7-message-filter:
QueryParameter:
files:
- public/css/contact_form_message_filter-public.css
- public/js/contact_form_message_filter-public.js
version: true
cf7-mollie:
Readme:
path: readme.txt
cf7-mountstride-crm-integration:
TranslationFile:
class: BodyPattern
path: languages/cf7-to-mountstride.pot
pattern: !ruby/regexp /Form 7 \- mountstride CRM \- Integration (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
cf7-notie:
QueryParameter:
files:
- public/css/cf7_notie-public.css
- public/js/notie.js
version: true
cf7-paystack-add-on:
Readme:
path: readme.txt
cf7-phone-mask-field:
QueryParameter:
files:
- assets/js/jquery.maskedinput.min.js
- assets/js/jquery.maskedinput.js
version: true
Readme:
path: readme.txt
cf7-proxy-ip:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
cf7-repeatable-fields:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
cf7-reply-manager:
QueryParameter:
files:
- admin/css/style.css
- admin/js/cf7_rm.js
version: true
cf7-review:
Readme:
path: readme.txt
cf7-salesforce-crm-add-on:
Readme:
path: readme.txt
cf7-sendinblue-opt-in-checkbox:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
cf7-shortcode-finder:
QueryParameter:
files:
- public/css/contact-form-shortcode-finder-public.css
- public/js/contact-form-shortcode-finder-public.js
version: true
cf7-sms:
TranslationFile:
class: BodyPattern
path: languages/cf7-sms.pot
pattern: !ruby/regexp '/ion: SMS Integration for Contact Form 7 (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
cf7-spreadsheets:
Readme:
path: readme.txt
cf7-styler:
Readme:
path: README.txt
cf7-to-bitrix24-integration:
QueryParameter:
files:
- public/css/cf7-birtix-lead-public.css
- public/js/cf7-birtix-lead-public.js
version: true
cf7-to-mailjet:
Readme:
path: readme.txt
cf7-utm-tracking:
QueryParameter:
files:
- assets/traffic_source2.min.js
version: true
cf7-widget-elementor:
Readme:
path: readme.txt
cf7-zoom-webinar-registration:
Readme:
path: readme.txt
cf7fi:
Readme:
path: README.txt
cf7htmltemplate:
Readme:
path: readme.txt
cforms2:
QueryParameter:
files:
- styling/cforms2012.css
- js/cforms.js
version: true
cfs-custom-category-fields:
Readme:
path: readme.txt
cfs-options-screens:
Readme:
path: readme.txt
cgm-event-calendar:
Readme:
path: readme.txt
cgsociety-latest-posts:
Readme:
path: readme.txt
ch-custom-read-more-anchor-text:
Readme:
path: readme.txt
chained-quiz:
TranslationFile:
class: BodyPattern
path: chained-quiz.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Chained Quiz (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
chainwire-integration:
Readme:
path: README.txt
challonge:
QueryParameter:
files:
- challonge.css
- moment-with-locales.min.js
- challonge.min.js
- jquery.challonge.min.js
version: true
Readme:
path: readme.txt
chamame-live-chat:
QueryParameter:
files:
- css/client.css
- js/deps/knockout-3.1.0.js
- js/deps/knockout.validation.min.js
- js/deps/jquery.autosize.min.js
- js/client.min.js
version: true
chamber-dashboard-events-calendar:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
chameleon-css:
Readme:
path: readme.txt
change-add-to-cart-text:
Readme:
path: readme.txt
change-admin-login-logo:
QueryParameter:
files:
- public/css/Change-Admin-Login-Logo-public-public.css
- public/js/Change-Admin-Login-Logo-public.js
version: true
change-all-users-slug:
Readme:
path: readme.txt
change-attachment-size:
Readme:
path: readme.txt
change-author:
Readme:
path: readme.txt
change-browser-tab-title-when-tab-is-not-active:
Readme:
path: README.txt
change-buddypress-user-display-name-and-slug:
QueryParameter:
files:
- public/css/mf-change-bp-user-display-slug-public.css
- public/js/mf-change-bp-user-display-slug-public.js
version: true
change-cart-word-for-woocommerce:
Readme:
path: readme.txt
change-date-language-english-speakers:
Readme:
path: readme.txt
change-date-language-italian-people:
Readme:
path: readme.txt
change-font-size-and-color:
QueryParameter:
files:
- public/css/change-font-size-color-public.css
- public/js/change-font-size-color-public.js
version: true
change-howdy:
Readme:
path: readme.txt
change-links:
Readme:
path: readme.txt
change-login-logo:
Readme:
path: readme.txt
change-login-screen-to-your-choice:
Readme:
path: readme.txt
change-logo-on-occasions:
Readme:
path: readme.txt
change-mail-sender:
Readme:
path: readme.txt
change-media-parent:
Readme:
path: readme.txt
change-my-admin-login-logo:
Readme:
path: readme.txt
change-my-login:
Readme:
path: readme.txt
change-out-of-stock-text-for-woocommerce:
Readme:
path: readme.txt
change-password-e-mail:
TranslationFile:
class: BodyPattern
path: languages/change-password-e-mail.pot
pattern: !ruby/regexp '/\-Id\-Version: Change Password and E\-mail (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
change-permalink-helper:
Readme:
path: readme.txt
change-post-label:
Readme:
path: readme.txt
change-search-parameter:
Readme:
path: readme.txt
change-storefront-copyright-widgets:
QueryParameter:
files:
- assets/css/storefront-copyright-control.css
version: true
Readme:
path: readme.txt
change-uploaded-file-permissions:
Readme:
path: readme.txt
change-user:
Readme:
path: readme.txt
change-user-group-asgaros-forum:
Readme:
path: readme.txt
change-wc-price-title:
QueryParameter:
files:
- assets/js/cwpt-price-title.js
version: true
change-woocommerce-product-author:
Readme:
path: readme.txt
change-wp-admin-login:
Readme:
path: readme.txt
change-wp-empty-trash-time:
Readme:
path: readme.txt
change-your-admin-bar-greeting-to-maori:
Readme:
path: readme.txt
changelog:
Readme:
path: readme.txt
changeorg:
Readme:
path: readme.txt
changes:
Readme:
path: readme.txt
changetip-contribute:
QueryParameter:
files:
- public/scripts/paywall.js
version: true
changisha:
Readme:
path: readme.txt
channel-9-embed:
Readme:
path: readme.txt
channel-io:
Readme:
path: readme.txt
channelize-io-real-time-messaging-and-video-calling:
Readme:
path: readme.txt
chaport:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
chapters:
Readme:
path: readme.txt
chapters-for-authors:
QueryParameter:
files:
- public/css/chapters-for-authors-public.css
- public/js/chapters-for-authors-public.js
version: true
character-count-excerpt:
Readme:
path: readme.txt
character-count-for-post-content-excerpt:
Readme:
path: README.md
character-countdown:
Readme:
path: readme.txt
chargeback-order-status-for-woocommerce:
Readme:
path:
- README.txt
- readme.md
charitable:
QueryParameter:
files:
- assets/css/charitable.min.css
- assets/js/charitable-session.min.js
version: true
TranslationFile:
class: BodyPattern
path: i18n/languages/charitable.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Charitable (?<v>\d+\.[\.\d]+)/i
version: true
charitas-lite:
Readme:
path: readme.txt
charity-addon-for-elementor:
Readme:
path: readme.txt
charitydonation-thermometer:
Readme:
path: readme.txt
charityemail-sign-up-widget:
Readme:
path: readme.txt
charla-live-chat:
QueryParameter:
files:
- public/js/charla-live-chat-public.js
version: true
charlie-sheen-quote-generator:
Readme:
path: readme.txt
chart-expert:
Readme:
path: readme.txt
chartbeat:
Readme:
path: readme.txt
chartblocks:
Readme:
path: readme.txt
chartlocal:
Readme:
path: README.txt
charts-and-graphs-for-elementor:
Readme:
path:
- README.md
- README.txt
charts-ninja-graphs-and-charts:
Readme:
path: readme.txt
charty:
QueryParameter:
files:
- js/charty_load_chart.js
version: true
chasee-xact-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
chat-bee:
QueryParameter:
files:
- assets/css/style.css
- assets/js/jquery-cookie.js
- assets/js/jquery.nicescroll.min.js
- assets/js/base.js
version: true
chat-for-aesop-story-engine:
TranslationFile:
class: BodyPattern
path: languages/ase-chat.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ ase\-chat (?<v>\d+\.[\.\d]+)/i
version: true
chat-for-customer-support:
Readme:
path: readme.txt
chat-forms:
Readme:
path: readme.txt
chat-lite:
Readme:
path: readme.txt
chat-robot:
TranslationFile:
class: BodyPattern
path: languages/plugin-chat-robot.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Chat Robot Installer WP v(?<v>\d+\.[\.\d]+)/i
version: true
chat-room:
Readme:
path: readme.txt
chat-with-me-on-zalo:
QueryParameter:
files:
- assets/css/style-2.css
version: true
chatbot-com-ai-platform:
Readme:
path: readme.txt
chatbot-for-facebook:
QueryParameter:
files:
- public/css/facebook-chatbot-public.css
- public/js/facebook-chatbot-public.js
version: true
chatbot-lazy-loader:
Readme:
path: readme.txt
chatfunnels:
Readme:
path: readme.txt
chativo:
Readme:
path: readme.txt
chatlive:
Readme:
path: readme.txt
chatmeim-login-widget:
Readme:
path: readme.txt
chatmeim-mini:
QueryParameter:
files:
- includes/mini/stylesheets/mini.css
- includes/mini/javascripts/mini.js
version: true
Readme:
path: readme.txt
chatmeim-mini-messenger:
Readme:
path: readme.txt
chatmeim-shortcode:
Readme:
path: readme.txt
chatmeim-status-widgt:
Readme:
path: readme.txt
chatra-live-chat:
Readme:
path: readme.txt
chatroll-live-chat:
Readme:
path: readme.txt
chatster:
TranslationFile:
class: BodyPattern
path: languages/chatster.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: chatster (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
chatsupport:
Readme:
path: readme.txt
chatter:
Readme:
path: readme.txt
chatterbox:
Readme:
path: readme.txt
chauhan-comments:
Readme:
path: readme.txt
chayall:
TranslationFile:
class: BodyPattern
path: languages/chayall.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ChayAll (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
chbd-css3-accordion:
Readme:
path: readme.txt
chbd-simple-jquery-modal:
Readme:
path: readme.txt
check-and-enable-gzip-compression:
Readme:
path: readme.txt
check-baidu-result:
Readme:
path: readme.txt
check-capslock:
Readme:
path: readme.txt
check-conflicts:
Readme:
path: readme.txt
check-email:
Readme:
path: readme.txt
check-google-result:
Readme:
path: readme.txt
check-last-login:
Readme:
path: readme.txt
check-permission-dialogue:
Readme:
path: readme.txt
check-tags-descr:
Readme:
path: readme.txt
check-urlmalware:
Readme:
path: readme.txt
check-user-postcode:
Readme:
path: README.txt
checkbot:
Readme:
path: readme.txt
checkbox-for-taxonomies:
TranslationFile:
class: BodyPattern
path: languages/checkbox-for-taxonomies.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Checkbox for Taxonomies (?<v>\d+\.[\.\d]+)/i
version: true
checkin:
QueryParameter:
files:
- assets/front.css
- assets/front.js
version: true
checkmail-validation-for-contact-form-7:
Readme:
path: readme.txt
checkout-add-on-woo-onepage:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/woo-onepage-checkout.pot
pattern: !ruby/regexp /commerce OnePage Checkout Add\-on \- Lite (?<v>\d+\.[\.\d]+)/i
version: true
checkout-field-editor-and-manager-for-woocommerce:
Readme:
path: readme.txt
checkout-field-visibility-for-woocommerce:
Readme:
path: README.txt
checkout-for-paypal:
Readme:
path: readme.txt
checkout-pick-up-field-for-woocommerce:
Readme:
path: readme.txt
checkout-shipping-message-add-on-for-woocommerce:
Readme:
path: readme.txt
checkout-widget-elementor:
Readme:
path: readme.txt
checkoutx:
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
checkrobin:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
cheerme:
Readme:
path: readme.txt
cheetahsender:
Readme:
path: readme.txt
cherry-popups:
QueryParameter:
files:
- assets/css/cherry-popups-styles.css
- assets/js/cherry-popups-plugin.js
- assets/js/cherry-popups-scripts.js
version: true
cherry-projects:
QueryParameter:
files:
- public/assets/css/styles.css
- public/assets/js/cherry-projects-single-scripts.js
version: true
Readme:
path: readme.txt
cherry-real-estate:
QueryParameter:
files:
- assets/css/public.css
version: true
cherry-search:
Readme:
path: readme.txt
cherry-services-list:
QueryParameter:
files:
- public/assets/css/cherry-services.css
- public/assets/css/cherry-services-theme.css
- public/assets/css/cherry-services-grid.css
version: true
Readme:
path: readme.txt
cherry-sidebars:
Readme:
path: readme.txt
cherry-testi:
QueryParameter:
files:
- public/assets/css/style.css
version: true
Readme:
path: readme.txt
cherry-trending-posts:
QueryParameter:
files:
- assets/css/style.css
version: true
chess-by-blog:
Readme:
path: readme.txt
chess-game-viewer-control-panel:
Readme:
path: readme.txt
chessgame-shizzle:
QueryParameter:
files:
- frontend/css/chessgame-shizzle-frontend.css
- frontend/js/chessgame-shizzle-frontend.js
version: true
chessonline:
Readme:
path: readme.txt
chew-video-embed-shortcode:
Readme:
path: readme.txt
chi-ar-for-products:
Readme:
path: readme.txt
chick-comic-embedder:
Readme:
path: readme.txt
chief-editor:
Readme:
path: readme.txt
child-navigation:
Readme:
path: readme.txt
child-order:
Readme:
path: readme.txt
child-page-by-atlas:
Readme:
path: readme.txt
child-page-of-widget:
Readme:
path: readme.txt
child-page-templates:
Readme:
path: readme.txt
child-pages-card:
Readme:
path: readme.txt
child-pages-shortcode:
Readme:
path: readme.txt
child-styles:
Readme:
path: readme.txt
child-theme-configurator:
JavascriptComment:
class: BodyPattern
path: js/chldthmcfg.js
pattern: !ruby/regexp /\*\s+ Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
child-theme-x:
Readme:
path: readme.txt
child-themes:
Readme:
path: readme.txt
child-themify:
Readme:
path: readme.txt
children-content-shortcode-plugin:
Readme:
path: readme.txt
children-excerpt-shortcode-plugin:
Readme:
path: readme.txt
children-index-shortcode-plugin:
Readme:
path: readme.txt
children-pages:
Readme:
path: readme.txt
childs-play-donation-plugin:
Readme:
path: readme.txt
chilexpress-oficial:
QueryParameter:
files:
- public/css/chilexpress-woo-oficial-public.css
- public/js/chilexpress-woo-oficial-public.js
version: true
Readme:
path: README.txt
chiliforms:
QueryParameter:
files:
- assets/css/bundle/chiliforms.css
- js/build/clientside/chiliforms.js
version: true
chimpmate:
QueryParameter:
files:
- public/assets/js/public.js
version: true
chimppress:
Readme:
path: readme.txt
china-super:
Readme:
path: readme.txt
china-video-block:
Readme:
path: readme.txt
chinese-comment-spam-protection:
Readme:
path: readme.txt
chinese-tag-names:
Readme:
path: readme.txt
chip-get-image:
Readme:
path: readme.txt
chirphub-widget:
Readme:
path: readme.txt
choco:
JavascriptVar:
class: BodyPattern
path: js/choco.js
pattern: !ruby/regexp /var choco = { 'version':\ '(?<v>\d+\.[\.\d]+)'/i
version: true
choicecuts-home-or-away:
Readme:
path: readme.txt
chokelive-bottracker:
Readme:
path: readme.txt
choon-player:
Readme:
path: README.txt
chopy-shop:
Readme:
path: readme.txt
chordchartwp:
Readme:
path: readme.txt
chordpress:
Readme:
path: readme.txt
chosen:
Readme:
path: readme.txt
chotcal:
Readme:
path: readme.txt
chp-nepali-date-converter:
Readme:
path: readme.txt
chrissy:
QueryParameter:
files:
- assets/front.css
- assets/front.js
version: true
christmas-advent-calendar:
Readme:
path: README.txt
christmas-ball-on-branch:
Readme:
path: readme.txt
christmas-countdown-clock:
Readme:
path: readme.txt
christmas-lights:
Readme:
path: readme.txt
christmasify:
Readme:
path: README.txt
chroma-lightbox:
QueryParameter:
files:
- public/css/chroma_lightbox-public.css
- public/js/chroma_lightbox-public.min.js
version: true
chrome-app-promote:
Readme:
path: readme.txt
chrome-frame:
Readme:
path: readme.txt
chromeless-youtube:
Readme:
path: readme.txt
chrono-cloud:
Readme:
path: readme.txt
chronoforms:
Readme:
path: readme.txt
chronological-spam-removal:
Readme:
path: readme.txt
chuck-norris-joke-widget:
Readme:
path: readme.txt
chuffed-widget:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
chunks:
Readme:
path: readme.txt
church-post-types:
Readme:
path: readme.txt
church-social:
Readme:
path: readme.txt
church-theme-content-integration:
Readme:
path: readme.txt
churchope-theme-icalendar-generator:
Readme:
path: readme.txt
churchtithewp:
QueryParameter:
files:
- includes/frontend/css/build/church-tithe-wp.css
- assets/images/flags/flags.min.css
- assets/libraries/react/react.min.js
- assets/libraries/react/react-dom.min.js
- includes/frontend/js/build/church-tithe-wp-frontend.js
version: true
TranslationFile:
class: BodyPattern
path: languages/church-tithe-wp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ChurchTitheWP (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ciao-box:
Readme:
path: readme.txt
cibul-event-rendering:
Readme:
path: readme.txt
cielo-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/cielo-woocommerce.pot
pattern: !ruby/regexp /ielo WooCommerce \- Solu[^o]+o Webservice (?<v>\d+\.[\.\d]+)/i
version: true
cigicigi-post-guest:
Readme:
path: readme.txt
cimy-counter:
Readme:
path: readme.txt
cimy-header-image-rotator:
Readme:
path: readme.txt
cimy-navigator:
Readme:
path: readme.txt
cimy-swift-smtp:
Readme:
path: readme.txt
cimy-user-extra-fields:
Readme:
path: readme.txt
cimy-user-manager:
Readme:
path: readme.txt
cinema-catalog:
Readme:
path: readme.txt
cip-dtac-for-give:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
cit-media-sync:
Readme:
path: readme.txt
cita-online:
Readme:
path: Readme.txt
citadela-directory-lite:
Readme:
path: readme.txt
citatele-lui-motivonti:
Readme:
path: readme.txt
citation-manager:
Readme:
path: readme.txt
citationic:
Readme:
path: readme.txt
cite:
Readme:
path: readme.txt
cite-references:
Readme:
path: readme.txt
citekite:
Readme:
path: readme.txt
cities-shipping-zones-for-woocommerce:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/cities-shipping-zones-for-woocommerce.pot
pattern: !ruby/regexp '/: Cities Shipping Zones for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
citizen-initiative-support:
Readme:
path: readme.txt
citrino-shipping:
Readme:
path: readme.txt
citriqnet:
Readme:
path: readme.txt
city-dropdown-for-woocommerce:
Readme:
path: readme.txt
citylife:
Readme:
path: readme.txt
civic-job-posting:
QueryParameter:
files:
- public/css/civic-job-posting-public.css
version: true
Readme:
path: README.txt
civic-social-feeds:
QueryParameter:
files:
- public/css/csf-public.css
version: true
civicrm-admin-utilities:
TranslationFile:
class: BodyPattern
path: languages/civicrm-admin-utilities.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ CiviCRM Admin Utilities (?<v>\d+\.[\.\d]+)/i
version: true
civicrm-wp-member-sync:
TranslationFile:
class: BodyPattern
path: languages/civicrm-wp-member-sync.pot
pattern: !ruby/regexp /\-Version:\ CiviCRM WordPress Member Sync (?<v>\d+\.[\.\d]+)/i
version: true
civil-comments:
TranslationFile:
class: BodyPattern
path: languages/civil-comments.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Civil Comments (?<v>\d+\.[\.\d]+)/i
version: true
civil-publisher:
Readme:
path: readme.txt
civist:
Readme:
path: README.txt
cj-change-howdy:
Readme:
path: readme.txt
cj-custom-content:
Readme:
path: readme.txt
cj-datafeed:
Readme:
path: readme.txt
cj-remove-wp-toolbar:
Readme:
path: readme.txt
cj-revision-feedback:
Readme:
path: readme.txt
ck-and-syntaxhighlighter:
Readme:
path: readme.txt
ckeditor-for-wordpress:
QueryParameter:
files:
- ckeditor/ckeditor.js
- includes/ckeditor.utils.js
version: true
Readme:
path: readme.txt
ckeditor-with-jquery:
Readme:
path: readme.txt
ckplayer-without-ad:
Readme:
path: readme.txt
claim-alexa:
Readme:
path: readme.txt
claim-gst:
Readme:
path: readme.txt
claim-review-schema:
Readme:
path:
- readme.txt
- readme.md
clapback:
Readme:
path: readme.txt
clarobi:
Readme:
path:
- readme.txt
- README.md
class-widget-ats-text:
Readme:
path: readme.txt
classdex:
Readme:
path: readme.txt
classic-editor:
Readme:
path: readme.txt
classic-editor-addon:
Readme:
path: readme.txt
classic-editor-plus:
Readme:
path: readme.txt
classic-facebook-feed:
QueryParameter:
files:
- css/style.css
version: true
classic-image-button:
Readme:
path: readme.txt
classic-quiz-feedback-survey:
TranslationFile:
class: BodyPattern
path: languages/cqfs.pot
pattern: !ruby/regexp '/d\-Version: Classic Quiz Feedback Survey (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
classic-smilies:
Readme:
path: readme.txt
classic-style:
Readme:
path: readme.txt
QueryParameter:
files:
- style.css
version: true
classified:
QueryParameter:
files:
- assets/css/classified.min.css
- assets/css/font-awesome.min.css
version: true
TranslationFile:
class: BodyPattern
path: i18n/languages/classified.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ WP Classified (?<v>\d+\.[\.\d]+)/i
version: true
classifieds-wp:
TranslationFile:
class: BodyPattern
path: languages/classifieds-wp.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Classifieds WP (?<v>\d+\.[\.\d]+)/i
version: true
classipress-google-checkout-gateway:
Readme:
path: readme.txt
classroom:
QueryParameter:
files:
- public/js/wp-classroom-public.js
version: true
classy:
QueryParameter:
files:
- public/css/classy-public.css
- public/js/classy-public.js
version: true
clc-products:
Readme:
path: readme.txt
clean-admin-bar-removal:
Readme:
path: readme.txt
clean-admin-ui:
Readme:
path: readme.txt
clean-and-simple-contact-form-by-meg-nicholas:
TranslationFile:
class: BodyPattern
path: languages/clean-and-simple-contact-form-by-meg-nicholas.pot
pattern: !ruby/regexp '/\-Version: Clean and Simple Contact Form (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
clean-archives-reloaded:
Comment:
xpath: //comment()[contains(., "Clean Archives")]
pattern: !ruby/regexp /Clean Archives Reloaded v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
clean-html:
Readme:
path: readme.txt
clean-image-filenames:
Readme:
path: readme.txt
clean-login:
Readme:
path: readme.txt
clean-media-library-file-names:
Readme:
path: readme.txt
clean-my-archives:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
clean-options:
TranslationFile:
class: BodyPattern
path: languages/cleanoptions-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Clean Options (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
clean-protected-and-private-page-titles:
Readme:
path: readme.txt
clean-seo-slugs:
Readme:
path: readme.txt
clean-social-icons:
QueryParameter:
files:
- public/css/style.css
- public/icons/css/all.min.css
- public/js/clean-social-icons-public.js
version: true
clean-testimonials:
Readme:
path: readme.txt
clean-up-wp-head:
Readme:
path: readme.txt
clean-wp-head:
Readme:
path: readme.txt
clean-zombie-users:
Readme:
path: readme.txt
cleancode-exclude-pages:
Readme:
path: readme.txt
cleancodenz-geo-posts-plugin:
Readme:
path: readme.txt
cleancut:
Readme:
path: readme.txt
cleandash:
Readme:
path: readme.txt
cleaner-dashboard:
Readme:
path: readme.txt
cleaner-gallery:
TranslationFile:
class: BodyPattern
path: languages/cleaner-gallery.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Cleaner Gallery (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
cleaner-wordpress-editor:
Readme:
path: readme.txt
cleanerpress:
Readme:
path: readme.txt
cleanse-rel-category-tag:
Readme:
path: readme.txt
cleantalk-bbpress-spam-scanner:
Readme:
path: readme.txt
cleantalk-spam-protect:
QueryParameter:
files:
- inc/cleantalk_nocache.js
- js/apbct-public.js
version: true
cleanup-text:
Readme:
path: readme.txt
clear-cache-for-timber:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
clear-cache-for-widgets:
Readme:
path: readme.txt
clear-debuglog-cron:
Readme:
path: readme.txt
clear-fields:
Readme:
path: readme.txt
clear-floats-button:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
clear-logout:
Readme:
path: readme.txt
clear-opcache:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
clear-widget:
Readme:
path: readme.txt
clearblue-due-date-calculator:
Readme:
path: readme.txt
clearblue-ovulation-calculator:
Readme:
path: readme.txt
clearfy:
TranslationFile:
class: BodyPattern
path: languages/clearfy-ru_RU.po
pattern: !ruby/regexp /msgid "Welcome to Clearfy \((?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
clearout-email-validator:
Readme:
path: readme.txt
clearscope:
Readme:
path: readme.txt
clearspam:
Readme:
path: readme.txt
cleio-toolbox:
Readme:
path: readme.txt
clever-ads-for-bigcommerce:
Readme:
path: readme.txt
clever-seo-keywords:
Readme:
path: readme.txt
clevererror:
Readme:
path: readme.txt
cleveritics-for-wordpress:
Readme:
path: readme.txt
cleverness-to-do-list:
QueryParameter:
files:
- css/cleverness-to-do-list-frontend.css
- css/jquery-ui-fresh.css
version: true
Readme:
path: readme.txt
cleverreach-extension:
QueryParameter:
files:
- public/js/cleverreach-extension-public.js
version: true
cleverreach-newsletter-dashboard-widget:
TranslationFile:
class: BodyPattern
path: translations/haet_cleverreach_dashboard-de_DE.po
pattern: !ruby/regexp /n:\ CleverReach Report Dashboard Widget v(?<v>\d+\.[\.\d]+)/i
version: true
cleverwise-contact-page:
Readme:
path: readme.txt
cleverwise-daily-quotes:
Readme:
path: readme.txt
cli-switch:
Readme:
path: README.txt
click-pledge-paid-memberships-pro:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
click-pledge-wpjobboard:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
click-to-call-button-by-converzo-nl:
Readme:
path: readme.txt
click-to-call-or-chat-buttons:
Readme:
path: readme.txt
click-to-call-synclio:
Readme:
path: readme.txt
click-to-chat-for-whatsapp:
QueryParameter:
files:
- assets/css/main.css
- assets/js/app.js
- assets/css/mainstyles.css
version: true
Readme:
path: readme.txt
click-to-donate:
Readme:
path: readme.txt
click-to-print:
Readme:
path: readme.txt
click-to-top:
Readme:
path: README.txt
click-to-tweeet-block:
Readme:
path: readme.txt
click-whatsapp-woo-orders:
Readme:
path: readme.txt
click2refer-virtual-dictionary:
Readme:
path: readme.txt
clickable-date:
Readme:
path: readme.txt
clickbank-ads-clickbank-widget:
Readme:
path: readme.txt
clickbank-sale-notification:
Readme:
path: readme.txt
clickbank-storefront:
QueryParameter:
files:
- quick_search.js
version: true
clickchina:
Readme:
path: readme.txt
clickdesk-live-support-chat-plugin:
Readme:
path: readme.txt
clickervolt:
Readme:
path: readme.txt
clickfunnels:
Readme:
path: readme.txt
clickio-prism:
Readme:
path: readme.txt
clickquote:
Readme:
path: readme.txt
clicksco-offerstack:
QueryParameter:
files:
- public/js/app.js
- public/css/index.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
clickserv:
Readme:
path: readme.txt
clicksports-maps:
QueryParameter:
files:
- includes/mapbox/mapbox-gl.css
- public/css/clicksports-maps-public.css
- public/js/clicksports-maps-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/clicksports-maps.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Clicksports Maps v(?<v>\d+\.[\.\d]+)/i'
version: true
clicky:
TranslationFile:
class: BodyPattern
path: languages/clicky.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Clicky for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
clicky-analytics:
Comment:
xpath: //comment()[contains(., "Clicky Analytics")]
pattern: !ruby/regexp /Clicky Analytics v(?<v>\d+\.[\.\d]+)/i
version: true
clicky-popular-posts-widget:
Readme:
path: readme.txt
clicky-statistics:
Readme:
path: readme.txt
cliengo:
QueryParameter:
files:
- public/css/cliengo-public.css
- public/js/cliengo-public.js
- public/js/script_install_cliengo.js
version: true
client-carousel:
QueryParameter:
files:
- classes/assets/css/client_css.css
- classes/assets/css/owl.carousel.css
- classes/assets/css/font-awesome.min.css
version: true
client-certificate-authentication:
Readme:
path: readme.txt
client-dash-backup-buddy:
Readme:
path: readme.txt
client-dash-status-cake-add-on:
Readme:
path: readme.txt
client-dash-wp-help-add-on:
Readme:
path: readme.txt
client-ip-detector:
Readme:
path: readme.txt
client-logo-carousel:
QueryParameter:
files:
- public/css/client-logo-carousel-public.css
- public/css/owl.carousel.min.css
- public/js/owl.carousel.min.js
- public/js/client-logo-carousel-public.js
version: true
client-partner-showcase:
Readme:
path: readme.txt
client-portal-officewp-private-secure-client-or-customer-login-area:
QueryParameter:
files:
- assets/css/common.css
- assets/js/plugins/wpo_pulllayer_user/jquery.wpo_pulllayer.css
- assets/js/plugins/wpo_confirm/wpo_confirm.css
- assets/js/plugins/wpo_notice/wpo_notice.css
- assets/css/classes/class-assign.css
- assets/css/classes/user-class-office-list-table.css
- assets/css/admin-buttons.css
- assets/css/user-general.css
- assets/css/user-forms.css
- assets/css/user-default-box.css
- assets/js/plugins/wpo_pulllayer_user/jquery.wpo_pulllayer.js
- assets/js/plugins/wpo_confirm/wpo_confirm.js
- assets/js/plugins/wpo_notice/wpo_notice.js
- assets/js/jquery.b_64.min.js
- assets/js/classes/class-assign.js
- assets/js/plugins/jquery.wpo_validation.js
version: true
client-portal-suitedash-login:
Readme:
path: readme.txt
client-power-tools:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
client-scroller-widget:
Readme:
path: readme.txt
client-side-image-resize:
Readme:
path: readme.txt
client-testimonials-feedback:
Readme:
path: readme.txt
clients:
QueryParameter:
files:
- public/css/ct.css
version: true
cliftons-lightbox:
Readme:
path: readme.txt
clikstats:
Readme:
path: readme.txt
climate-dashboard:
QueryParameter:
files:
- public/css/climate-dashboard-public.css
- public/js/climate-dashboard-public.js
version: true
Readme:
path: README.txt
climate-friendly-cart:
Readme:
path: README.txt
clinicalwp-core:
Readme:
path: README.txt
clio-grow-form:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
clip-art-illustration-search-and-insert:
Readme:
path: readme.txt
clipart:
Readme:
path: readme.txt
clkercom-clip-art:
Readme:
path: readme.txt
clkim-integrator:
Readme:
path: readme.txt
cloak-front-end-email:
Readme:
path: readme.txt
clobber-spam-users:
Readme:
path: readme.txt
clocks-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
clocksky:
Readme:
path: readme.txt
clockwp-widget:
Readme:
path: readme.txt
clone-gravity-form-entry:
Readme:
path: readme.txt
clone-maker:
Readme:
path: readme.txt
clone-page-tree:
Readme:
path: readme.txt
clone-posts:
Readme:
path: readme.txt
clone-replace:
Readme:
path: readme.txt
clone-spc:
Readme:
path: readme.txt
cloogooq:
Readme:
path: readme.txt
closed-blog-helper:
Readme:
path: readme.txt
closer-chat-video-calls-for-sales:
Readme:
path: readme.txt
closify-maestro-image-uploader-gallery-builder:
QueryParameter:
files:
- assets/css/style.css
- assets/css/arfaly.css
- assets/css/lightbox.css
- assets/css/transitions.css
- assets/js/closify-multi-min.js
- assets/js/closify-min.js
- assets/js/lightbox-min.js
- assets/js/jquery.collagePlus.min.js
version: true
cloud:
Readme:
path: readme.txt
cloud-customer-area:
Readme:
path: readme.txt
cloud-folder-share:
Readme:
path: readme.txt
cloud-manager:
Readme:
path: readme.txt
cloud-printing-for-woocommerce:
Readme:
path: readme.txt
cloud-search:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
cloud2png:
TranslationFile:
class: BodyPattern
path: languages/clou2png.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Cloud2PNG (?<v>\d+\.[\.\d]+)/i
version: true
cloudburst-messenger-bubbles:
Readme:
path: readme.txt
cloudfilt-codes:
Readme:
path: readme.txt
cloudflare:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
ConfigFile:
class: ConfigParser
path: config.js
key: version
version: true
Readme:
path: readme.txt
cloudflare-cache-purge:
Readme:
path: readme.txt
cloudflare-flexible-ssl:
Readme:
path: readme.txt
cloudflare-rocket-loader-ignore:
Readme:
path: readme.txt
cloudflare-rocket-loader-manual-settings:
Readme:
path: readme.txt
cloudflare-url-replacement:
Readme:
path: readme.txt
cloudguard:
Readme:
path: readme.txt
clouds:
Readme:
path: readme.txt
cloudtables:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
cloudup-oembed:
Readme:
path: readme.txt
cloudware-city-authentication:
Readme:
path: readme.txt
cloudy-tags:
Readme:
path: readme.txt
clp-custom-login-page:
Readme:
path: readme.txt
clubmember:
Readme:
path: readme.txt
clust-client-portal:
TranslationFile:
class: BodyPattern
path: languages/clust-wp-portal.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Clust Client Portal (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
clustercs-clear-cache:
Readme:
path: README.md
clxbz-integrator:
Readme:
path: readme.txt
cm-ad-changer:
Readme:
path: readme.txt
cm-curated-list-manager:
Readme:
path: readme.txt
cm-email-blacklist:
Readme:
path: readme.txt
cm-header-footer-script-loader:
Readme:
path: readme.txt
cm-idin:
QueryParameter:
files:
- css/style.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/cm-idin.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ CM iDIN for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
cm-on-demand-search-and-replace:
Readme:
path: readme.txt
cm-pop-up-banners:
Readme:
path: readme.txt
cm-subscriber-stats:
Readme:
path: readme.txt
cm-table-of-content:
Readme:
path: readme.txt
cm-tiktok-feed:
QueryParameter:
files:
- assets/css/wtiktok.css
- assets/css/templates.css
- assets/css/wtik-header.css
- assets/js/jquery.flexslider-min.js
version: true
cm-video-lesson-manager:
Readme:
path: readme.txt
cmb2:
TranslationFile:
class: BodyPattern
path: languages/cmb2.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ CMB2 (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+) \- [\d\-]{8,}\]/i
version: true
Readme:
path: readme.txt
cmp-coming-soon-maintenance:
Readme:
path: readme.txt
cms-like-admin-menu:
Readme:
path: readme.txt
cms-page-order:
Readme:
path: readme.txt
cms-press:
Readme:
path: readme.txt
cms-tree-page-view:
Readme:
path: readme.txt
cms-vote-up-social-cms-news-button:
Readme:
path: readme.txt
cmse-admin-access:
Readme:
path: readme.txt
cn-custom-tabs:
QueryParameter:
files:
- public/css/cn-custom-woo-tabs-public.css
- public/js/cn-custom-woo-tabs-public.js
version: true
cn-excerpt:
Readme:
path: readme.txt
cnblogs2wp:
Readme:
path: readme.txt
cnet-api-search:
Readme:
path: README.txt
cnhk-slideshow:
QueryParameter:
files:
- public/assets/css/cnhk-slider.css
- lib/jssor/jssor.slider.mini.js
- public/assets/js/cnhk-slider.js
version: true
Readme:
path: readme.txt
cnn-news:
Readme:
path: readme.txt
cnwper-seo-tags:
Readme:
path: readme.txt
cnzz51la-for-wordpress:
Readme:
path: readme.txt
co-authors-plus:
Readme:
path:
- readme.txt
- README.md
co-authors-spotlight-widget:
Readme:
path: readme.txt
co2counter:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
coaching-staffs:
Readme:
path: readme.txt
coastal-factoid:
Readme:
path: readme.txt
coblocks:
TranslationFile:
class: BodyPattern
path: languages/coblocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CoBlocks (?<v>\d+\.[\.\d]+)/i'
version: true
cocart-get-cart-enhanced:
TranslationFile:
class: BodyPattern
path: languages/cocart-get-cart-enhanced.pot
pattern: !ruby/regexp '/\-Id\-Version: CoCart \- Get Cart Enhanced (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
cocatech-podcast:
Readme:
path: readme.txt
cocohub:
Readme:
path: readme.txt
cocoonnoticeareascheduler:
Readme:
path: readme.txt
cocorico-shortcodes:
Readme:
path: readme.txt
cocorico-social:
QueryParameter:
files:
- style.css
version: true
Readme:
path: readme.txt
code-block:
Readme:
path: readme.txt
code-click-to-copy:
Readme:
path: readme.txt
code-editor:
MetaTag:
class: Xpath
xpath: //meta[@name="codeeditor"]/@content
pattern: !ruby/regexp /codeeditor\/(?<v>\d+\.[\.\d]+)/i
version: true
code-editor-and-compiler:
QueryParameter:
files:
- common/css/editor-style.css
- ace-builds-master/src-noconflict/ace.js
- common/js/include.js
- public/js/editor-handler-public.js
- code-prettify-master/loader/run_prettify.js
version: true
code-face:
Readme:
path: readme.txt
code-for-cj-affiliate-network:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.md
QueryParameter:
files:
- inc/save_affiliate_referral_info.js
version: true
code-formatter-for-powerbi:
Readme:
path: readme.txt
code-generator-lite:
Readme:
path: readme.txt
code-generator-pro:
Readme:
path: readme.txt
code-highlighter:
Readme:
path: readme.txt
code-injection:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/code-injection.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Code Injection (?<v>\d+\.[\.\d]+)/i'
version: true
code-manager:
Readme:
path:
- readme.txt
- README.md
code-markup:
Readme:
path: Readme.txt
code-prettify:
QueryParameter:
files:
- prettify/run_prettify.js
version: true
code-prettify-syntax-highlighter:
TranslationFile:
class: BodyPattern
path: languages/cpsh-ru_RU.po
pattern: !ruby/regexp /rsion:\ Code Prettify Syntax Highlighter (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
code-repository:
Readme:
path: readme.txt
code-revisions:
Readme:
path: readme.txt
code-school-badges:
Readme:
path: readme.txt
code-snippet-dm:
QueryParameter:
files:
- public/css/main.min.css
- public/js/clipboard.min.js
- public/js/prism.js
- public/js/code-snippet-dm-public.js
version: true
code-snippet-library:
TranslationFile:
class: BodyPattern
path: lang/code_snippet-en_GB.po
pattern: !ruby/regexp /oject\-Id\-Version:\ Code Snippet Library v(?<v>\d+\.[\.\d]+)/i
version: true
code-snippets:
TranslationFile:
class: BodyPattern
path: languages/code-snippets.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ code\-snippets (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
code-snippets-cpt:
TranslationFile:
class: BodyPattern
path: languages/dsgnwrks-code-snippets-cpt.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Code Snippets CPT (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
code-snippets-in-comments:
Readme:
path: readme.txt
code-snippets-tags:
Readme:
path: readme.txt
code-to-post:
Readme:
path: readme.txt
code-to-widget:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: README.txt
code-view:
QueryParameter:
files:
- assets/highlight/styles/default.css
- assets/css/code-view.css
- assets/highlight/styles/atom-one-light.css
- assets/highlight/highlight.pack.js
- assets/js/line-numbers.min.js
- assets/js/register.js
version: true
codeboxrflexiblecountdown:
QueryParameter:
files:
- public/assets/css/cbfc-light-countdown.css
- public/assets/css/cbfc-circular-countdown.css
version: true
codebulls-top-bar:
Readme:
path:
- README.txt
- README.md
codechime-loader:
TranslationFile:
class: BodyPattern
path: languages/codechime-loader.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Codechime Loader (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
codecogs-latex-equation-editor:
Readme:
path: readme.txt
codecolorer:
QueryParameter:
files:
- codecolorer.css
version: true
codecolorer-markdown:
Readme:
path: readme.txt
codecolorer-tinymce-button:
Readme:
path: readme.txt
coded-hero-image-lite:
QueryParameter:
files:
- "/js/heroImage.js"
version: true
codedeyo-githubb-repositories:
Readme:
path: README.txt
codedeyo-google-trends-for-bloggers:
Readme:
path: README.txt
codedragon-smartcache:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
codefence-io:
Readme:
path: readme.txt
codeflavors-floating-menu:
Readme:
path: readme.txt
codehaveli-bitly-url-shortener:
Readme:
path: README.md
codeincept-portfolio:
QueryParameter:
files:
- public/css/slick.css
- public/css/slick-theme.css
- public/css/font-awesome.min.css
- public/css/advanced-portfolio-public.css
- public/js/isotope.min.js
- public/js/advanced-portfolio-public.js
version: true
codelibs:
Readme:
path: readme.txt
codelights-shortcodes-and-widgets:
Readme:
path: readme.txt
codemirror-for-codeeditor:
Readme:
path: readme.txt
codemirror-for-post-editor:
Readme:
path: readme.txt
codenovo-portfolio:
Readme:
path: readme.txt
codepen-embed-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
codepeople-post-map:
Readme:
path: readme.txt
codepeople-theme-switch:
Readme:
path: README.txt
codepile:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
codepress-admin-columns:
Readme:
path: readme.txt
codepress-menu:
Readme:
path: readme.txt
codeprey-mi-video-popup:
QueryParameter:
files:
- inc/placeholder.js
version: true
coderbits-profiler:
Readme:
path: readme.txt
coderlift-affiliate-compliance:
Readme:
path: readme.txt
coderlift-product-page-booster:
Readme:
path: readme.txt
codescar-radio-widget:
Readme:
path: readme.txt
codesnippet-20:
Readme:
path: readme.txt
codexin-image-gallery:
QueryParameter:
files:
- assets/vendor/styles/plugins.css
- assets/styles/cdxn-ig.min.css
version: true
Readme:
path: readme.txt
codistoconnect:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
codja-wc-ajax-search:
TranslationFile:
class: BodyPattern
path: languages/cj-wc-ajax-search.pot
pattern: !ruby/regexp /\-Version:\ CODJA WooCommerce Ajax Search (?<v>\d+\.[\.\d]+)/i
version: true
codoc:
Readme:
path: readme.txt
codup-woo-loyalty:
Readme:
path: readme.txt
codup-woocommerce-custom-fields:
QueryParameter:
files:
- lib/codupads/styles/style.css
- lib/codupads/scripts/adscript.js
version: true
codup-wp-freshsales:
Readme:
path: readme.txt
coeur-admin-color-scheme:
Readme:
path: readme.txt
coffee-admin-theme:
Readme:
path: readme.txt
cogwork:
Readme:
path: readme.txt
coil-web-monetization:
Readme:
path: readme.txt
coin-stats-cryptocurrency-widgets:
Readme:
path: readme.txt
coinpaprika:
TranslationFile:
class: BodyPattern
path: languages/coinpaprika-pl_PL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Coinpaprika (?<v>\d+\.[\.\d]+)/i'
version: true
coinpayments-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
coinqvest:
Readme:
path: readme.txt
QueryParameter:
files:
- inc/frontend/css/coinqvest.modal.css
- inc/frontend/js/coinqvest.modal.min.js
- inc/frontend/js/coinqvest-frontend-ajax-handler.js
version: true
coinqvest-for-woocommerce:
Readme:
path: readme.txt
coinremitter-crypto-payment-gateway:
Readme:
path: readme.txt
cointent:
Readme:
path: readme.txt
cointopay-gateway-for-easy-digital-downloads:
Readme:
path:
- readme.txt
- readme.md
coinwidget-shortcode:
Readme:
path: readme.txt
col-calculator:
Readme:
path: readme.txt
colissimo-shipping-methods-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
collabable:
Readme:
path: readme.txt
collaborate-notes:
Readme:
path: readme.txt
collaboration:
Readme:
path: readme.txt
collabpress:
Readme:
path: readme.txt
collapsible-archive-widget:
Readme:
path: readme.txt
collapsible-categories-in-the-dashboard:
Readme:
path: readme.txt
collapsible-elements:
Readme:
path: readme.txt
collapsible-faqs:
Readme:
path: readme.txt
collapsible-pages-widget:
Readme:
path: README.txt
collapsing-archives:
Comment:
xpath: //comment()[contains(., "Collapsible Archive")]
pattern: !ruby/regexp /Collapsible Archive Widget/i
Readme:
path: readme.txt
collapsing-links:
Readme:
path: readme.txt
collapsing-objects:
Readme:
path: readme.txt
collapsing-pages:
Readme:
path: readme.txt
collaspible-tree-for-making-categories-10:
Readme:
path: readme.txt
collect-reviews-integration:
Readme:
path: readme.txt
college-publisher-import:
Readme:
path: readme.txt
collision-testimonials-shortcode:
Readme:
path: readme.txt
colobe-security:
Readme:
path: readme.txt
color-admin-posts:
Readme:
path: readme.txt
color-div-box:
Readme:
path: readme.txt
color-help:
Readme:
path: readme.txt
color-keywords:
Readme:
path: readme.txt
color-manager:
Readme:
path: readme.txt
color-my-posts:
Readme:
path: readme.txt
color-palette:
Readme:
path: readme.txt
color-scheme-every-theme:
Readme:
path: readme.txt
color-schemes-roulette:
Readme:
path: readme.txt
color-widgets:
Readme:
path: readme.txt
colored-admin-post-list:
Readme:
path: readme.txt
colored-categories:
Readme:
path: readme.txt
colored-tag-cloud-listing:
Readme:
path: readme.txt
colored-titles-for-each-post-type:
Readme:
path: readme.txt
colored-vote-polls:
QueryParameter:
files:
- css/style.css
- js/formtips.js
- js/wpcvp.js
version: true
colorful-tag-cloud:
Readme:
path: readme.txt
coloriuris-v5:
Readme:
path: readme.txt
colorize-admin:
Readme:
path: readme.txt
colorlab:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-colorlab.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Woocommerce Colorlab (?<v>\d+\.[\.\d]+)/i'
version: true
colorlib-login-customizer:
TranslationFile:
class: BodyPattern
path: languages/colorlib-login-customizer.po
pattern: !ruby/regexp '/t\-Id\-Version: Colorlib Login Customizer (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
colour-smooth-maps:
Readme:
path: readme.txt
colourlovers-rss-widget:
Readme:
path: readme.txt
column-matic:
Readme:
path: readme.txt
column-posts:
Readme:
path: readme.txt
column-shortcodes:
QueryParameter:
files:
- "/assets/css/shortcodes.css"
version: true
Readme:
path: readme.txt
columnify:
Readme:
path:
- readme.txt
- readme.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
columns:
Readme:
path: readme.txt
columns-bws:
Readme:
path: readme.txt
columns-diy:
Readme:
path: readme.txt
columns-reordering-for-elementor:
Readme:
path: readme.txt
combat-comments-bot:
Readme:
path: readme.txt
combine-css:
Readme:
path: readme.txt
combine-js:
Readme:
path: readme.txt
combo-slideshow:
Readme:
path: readme.txt
combrite:
Readme:
path: readme.txt
combunity-forums:
QueryParameter:
files:
- public/js/tinymce/tinymce.min.js
version: true
come-back:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/come-back.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Come Back! (?<v>\d+\.[\.\d]+)/i'
version: true
comentario-via-e-mail:
Readme:
path: readme.txt
comet-cache:
Readme:
path: readme.txt
comet-lite:
TranslationFile:
class: BodyPattern
path: languages/comet.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Comet (?<v>\d+\.[\.\d]+)/i
version: true
comic-book-shortcode:
Readme:
path: readme.txt
comic-easel:
MetaTag:
class: Xpath
xpath: //meta[@name="Comic-Easel"]/@content
version: true
comic-rocket-ad-network-widget:
Readme:
path: readme.txt
comic-sans-ftw:
Readme:
path: readme.txt
comic-sans-roulette:
Readme:
path: readme.txt
comicbookmanagementsystemweeklypicks:
Readme:
path: readme.txt
comics-gone-bad:
Readme:
path: readme.txt
coming-soon:
Readme:
path: README.txt
coming-soon-by-supsystic:
QueryParameter:
files:
- css/supsystic-for-all-admin.css
version: true
coming-soon-by-taspristudio:
QueryParameter:
files:
- public/css/bootstrap.min.css
- public/css/style.min.css
- public/css/responsive.min.css
- public/js/bootstrap.min.js
- public/js/popper.min.js
- public/js/parallax.js
- public/js/jquery.countdown.min.js
- public/js/csts-public.min.js
version: true
coming-soon-countdown:
Readme:
path: readme.txt
coming-soon-for-woocommerce:
QueryParameter:
files:
- assets/js/coming-soon-wc.js
version: true
Readme:
path: readme.txt
coming-soon-maintenance-mode-from-acurax:
Readme:
path: readme.txt
coming-soon-page:
Readme:
path: readme.txt
coming-soon-wp:
Readme:
path: readme.txt
coming2live:
TranslationFile:
class: BodyPattern
path: languages/coming2live.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Coming2Live (?<v>\d+\.[\.\d]+)/i'
version: true
comma-diacritics:
QueryParameter:
files:
- js/commadias.plugin.js
- js/comma_dias_check.js
version: true
Readme:
path: readme.txt
command-palette:
Readme:
path: readme.txt
comment-admin-notifier:
Readme:
path: README.txt
comment-analysis:
Readme:
path: readme.txt
comment-approval-notification:
Readme:
path: readme.txt
comment-approved-notifier:
Readme:
path: readme.txt
comment-archive:
Readme:
path: readme.txt
comment-author-checklist:
Readme:
path: readme.txt
comment-author-url-stripper:
Readme:
path: readme.txt
comment-autogrow:
Readme:
path: readme.txt
comment-change-status:
Readme:
path: readme.txt
comment-closer:
Readme:
path: readme.txt
comment-connection:
Readme:
path: Readme.txt
comment-control-by-word-recognition:
Readme:
path: readme.txt
comment-controller:
Readme:
path: readme.txt
comment-count:
Readme:
path: readme.txt
comment-count-admin:
TranslationFile:
class: BodyPattern
path: languages/comment-count-admin-de_DE.po
pattern: !ruby/regexp '/\-Version: Comment Count Admin \(by URL\) v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
comment-email-reply:
Readme:
path: readme.txt
comment-email-verify:
Readme:
path: readme.txt
comment-emailer:
Readme:
path: readme.txt
comment-engine-pro:
Readme:
path: readme.txt
comment-expirator:
Readme:
path: readme.txt
comment-filter:
Readme:
path: readme.txt
comment-form-access:
Readme:
path: readme.txt
comment-form-inline-errors:
Readme:
path: readme.txt
comment-form-message:
TranslationFile:
class: BodyPattern
path: languages/comment-form-message.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Comment Form Message (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
comment-form-quicktags:
Readme:
path: readme.txt
comment-form-shortcode:
Readme:
path: readme.txt
comment-form-tinymce:
Readme:
path: readme.txt
comment-form-toolbar:
Readme:
path: readme.txt
comment-gatekeeper:
Readme:
path: readme.txt
comment-guestbook:
Readme:
path: readme.txt
comment-hierarchy-adjust:
Readme:
path: readme.txt
comment-image:
Readme:
path: readme.txt
comment-info-detector:
Readme:
path: readme.txt
comment-inform:
Readme:
path: readme.txt
comment-ip-trace:
Readme:
path: readme.txt
comment-juice:
Readme:
path: readme.txt
comment-license:
Readme:
path: README.txt
comment-link-suggest-o-tron:
Readme:
path: readme.txt
comment-log:
Readme:
path: readme.txt
comment-mail:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+)/i
version: true
comment-menu-links:
Readme:
path: readme.txt
comment-moderation-e-mail-to-post-author:
Readme:
path: readme.txt
comment-moderation-highlighter:
Readme:
path: readme.txt
comment-moderation-highlights:
Readme:
path: readme.txt
comment-move:
Readme:
path: readme.txt
comment-no-spambots:
Readme:
path: readme.txt
comment-notice:
Readme:
path: readme.txt
comment-notifications-via-sms-text-messages:
Readme:
path: readme.txt
comment-notifier:
Readme:
path: readme.txt
comment-out:
Readme:
path: readme.txt
comment-overload:
Readme:
path: readme.txt
comment-popularity:
QueryParameter:
files:
- js/modules/growl/stylesheets/jquery.growl.min.css
- js/modules/growl/javascripts/jquery.growl.min.js
- js/voting.min.js
version: true
comment-privileges-by-post:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/comment-privileges-by-post.pot
pattern: !ruby/regexp '/Id\-Version: Comment Privileges By Post v(?<v>\d+\.[\.\d]+)/i'
version: true
comment-pub:
Readme:
path: README.txt
comment-rating-field-plugin:
QueryParameter:
files:
- assets/css/rating.css
- assets/js/jquery.rating.pack.js
- assets/js/frontend.js
version: true
comment-rating-widget:
Readme:
path: readme.txt
comment-redirector:
QueryParameter:
files:
- css/public.css
version: true
comment-referrers:
Readme:
path: readme.txt
comment-reply-by-admins-notifier:
Readme:
path: readme.txt
comment-reply-notification:
Readme:
path: readme.txt
comment-reply-notifier:
Readme:
path: readme.txt
comment-saver:
Readme:
path: readme.txt
comment-signature:
Readme:
path: Readme.txt
comment-spam-wiper:
Readme:
path: readme.txt
comment-testimonials:
Readme:
path: readme.txt
comment-timeout:
Readme:
path: readme.txt
comment-translator:
Readme:
path: readme.txt
comment-tweets:
Readme:
path: README.txt
comment-url-control:
Readme:
path: readme.txt
comment-validation-reloaded:
Readme:
path: readme.txt
comment-whitelist:
Readme:
path: readme.txt
comment-word-count:
Readme:
path: readme.txt
commentcava:
Readme:
path: readme.txt
commenter-data:
Readme:
path: readme.txt
commenters-info:
Readme:
path: readme.txt
commenters-mails:
Readme:
path: readme.txt
commenting-defaults:
Readme:
path: readme.txt
commenting-feature:
QueryParameter:
files:
- public/css/commenting-block-public.css
- public/js/commenting-block-public.js
version: true
Readme:
path: readme.txt
commentluv:
QueryParameter:
files:
- js/commentluv.js
version: true
JavascriptVar:
pattern: !ruby/regexp /var cl_settings = {(?<json>.+?(?=};))}/i
version_key: cl_version
version: true
commentmailer:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: commentmailer.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
commentpress-core:
TranslationFile:
class: BodyPattern
path: languages/commentpress-core.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ CommentPress Core (?<v>\d+\.[\.\d]+)/i
version: true
comments-advanced:
Readme:
path: readme.txt
comments-avatar-lazyload:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
Readme:
path:
- readme.txt
- README.md
comments-capcha-box:
Readme:
path: readme.txt
comments-cleaner:
Readme:
path: readme.txt
comments-everywhere:
Readme:
path: readme.txt
comments-for-me:
Readme:
path: readme.txt
comments-for-nextgen-gallery:
Readme:
path: readme.txt
comments-from-facebook:
Readme:
path: readme.txt
comments-like-dislike:
QueryParameter:
files:
- css/font-awesome.min.css
- css/cld-frontend.css
- js/cld-frontend.js
version: true
comments-limit:
Readme:
path: readme.txt
comments-link-optimization:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
Readme:
path:
- readme.txt
- README.md
comments-loop:
Readme:
path: readme.txt
comments-number-restore:
Readme:
path: readme.txt
comments-on:
Readme:
path:
- README.txt
- README.md
comments-on-feed:
Readme:
path: readme.txt
comments-ratings:
QueryParameter:
files:
- css/jquery.raty.css
- js/jquery.raty.js
- js/reviews.js
version: true
comments-secretary:
Readme:
path: readme.txt
comments-shortcode:
Readme:
path: readme.txt
comments-statistics:
Readme:
path: readme.txt
comments-sticky-moderate:
Readme:
path: readme.txt
comments-subscribe-checkbox:
Readme:
path: readme.txt
comments-switcher:
Readme:
path: readme.txt
comments-to-nabaztag:
Readme:
path: readme.txt
comments-user-column:
TranslationFile:
class: BodyPattern
path: languages/comments-user-column.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Comments User Column (?<v>\d+\.[\.\d]+)/i'
version: true
comments-users-mentions:
Readme:
path: readme.txt
comments-widget-plus:
TranslationFile:
class: BodyPattern
path: languages/comments-widget-plus.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Comments Widget Plus (?<v>\d+\.[\.\d]+)/i
version: true
comments-with-hypercommentscom:
Readme:
path: readme.txt
comments-with-openid:
Readme:
path: readme.txt
comments-with-social-login:
QueryParameter:
files:
- "/css/font-awesome.min.css"
- "/css/ixwp-comments-social-login.css"
- "/js/ixwp-comments-social-login.js"
version: true
Readme:
path: readme.txt
comments-wpdesign:
Readme:
path: readme.txt
commentsvote:
Readme:
path: readme.txt
commentwitter:
Readme:
path: readme.txt
commfort-webchat:
Readme:
path: readme.txt
commission-junction-link-shortcode:
Readme:
path: readme.txt
common-ninja:
Readme:
path: readme.txt
common-wish-and-bridal-lists:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
commonsbooking:
TranslationFile:
class: BodyPattern
path: languages/commonsbooking.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CommonsBooking (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
communaute-o-delices:
Readme:
path: readme.txt
community-cloud:
Readme:
path: README.txt
community-jar:
Readme:
path: README.txt
community-submitted-news:
Readme:
path: readme.txt
community-tags:
Readme:
path: readme.txt
community-watch:
QueryParameter:
files:
- js/public.js
version: true
TranslationFile:
class: BodyPattern
path: lang/community-watch.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Community Watch (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
community-yard-sale:
TranslationFile:
class: BodyPattern
path: languages/community-yard-sale.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Community Yard Sale (?<v>\d+\.[\.\d]+)/i
version: true
compact-monthly-archive-widget:
Readme:
path: readme.txt
compact-taxonomy-checkboxes:
Readme:
path: readme.txt
compact-view-mode:
Readme:
path: readme.txt
compact-wp-audio-player:
Comment:
xpath: //comment()[contains(., "Audio player")]
pattern: !ruby/regexp /WP Audio player plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
compactrss:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: compactrss.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CompactRSS (?<v>\d+\.[\.\d]+)/i'
version: true
companion-auto-update:
Readme:
path: readme.txt
compare-ninja-comparison-tables:
Readme:
path: readme.txt
compare-your-income-moneyarcher:
QueryParameter:
files:
- css/style.css
- js/progress.js
- js/script.js
version: true
Readme:
path: readme.txt
comparepress:
Readme:
path: readme.txt
compartilhe-no-orkut:
Readme:
path: readme.txt
compatible-post-sharing-system:
Readme:
path: readme.txt
compatiblizr:
Readme:
path: README.txt
compensate-for-woocommerce:
Readme:
path: readme.txt
competitive-pricing-for-wc-and-gs:
Readme:
path: readme.txt
complete-bootstrap-4-shortcodes:
Readme:
path: readme.txt
complete-open-graph:
Comment:
xpath: //comment()[contains(., "Complete Open Graph")]
pattern: !ruby/regexp /Complete Open Graph plugin\. \(v(?<v>\d+\.[\.\d]+)\)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
completely-delete:
Readme:
path: README.txt
completly-random-widget:
Readme:
path: readme.txt
complex-tv-embed:
Readme:
path: readme.txt
complexity:
Readme:
path: readme.txt
complexlife:
Readme:
path: readme.txt
complianz-gdpr:
QueryParameter:
files:
- assets/css/document.css
version: true
composite-products-conditional-images-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-composite-products-conditional-images.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
comprehensive-google-map-plugin:
JavascriptVar:
pattern: !ruby/regexp /Comprehensive Google Map plugin v(?<v>\d+\.[\.\d]+)/i
version: true
ConstantFile:
class: ConfigParser
path: data/plugin.constants.json
key: 0:CGMP_VERSION
version: true
compress-png-for-wp:
Readme:
path: readme.txt
compresswp-optimize-and-compress-jpeg-and-png-images:
Readme:
path: readme.txt
computer-repair-shop:
QueryParameter:
files:
- css/style.css
version: true
computerboeknl-widget:
Readme:
path: readme.txt
computy-view-percent:
Readme:
path: readme.txt
comscore-tag:
Readme:
path: readme.txt
concertpress:
Readme:
path: readme.txt
condition-injection:
Readme:
path: readme.txt
conditional-add-to-cart:
Readme:
path: readme.txt
conditional-blocks:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/frontend.css
version: true
conditional-comments-message:
Readme:
path: readme.txt
conditional-digg-this-badge:
Readme:
path: readme.txt
conditional-fields-in-contact-form-7:
QueryParameter:
files:
- css/style.css
- js/scripts.js
version: true
Readme:
path: readme.txt
conditional-lightbox:
QueryParameter:
files:
- slimbox-2.04/js/slimbox2.js
version: true
Readme:
path: readme.txt
conditional-logic-solution:
Readme:
path: readme.txt
conditional-marketing-mailer:
Readme:
path: readme.txt
conditional-menus:
Readme:
path: readme.txt
conditional-popup-creator:
QueryParameter:
files:
- assets/css/jBox.all.min.css
- assets/css/main.css
- assets/js/jBox.all.min.js
- assets/js/main.js
version: true
conditional-shortcode:
Readme:
path: readme.txt
conditional-statements:
Readme:
path: readme.txt
conductrics-webactions:
Readme:
path: readme.txt
conekta-payment-gateway:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
conexao-wc-mercado-livre:
Readme:
path: readme.txt
confection:
Readme:
path: readme.txt
conference-schedule:
Readme:
path: readme.txt
config-constants:
Readme:
path: readme.txt
configurable-hotlink-protection:
Readme:
path: readme.txt
configurable-tag-cloud-widget:
Readme:
path: readme.txt
configure-login-timeout:
Readme:
path: readme.txt
configure-smtp:
Readme:
path: readme.txt
confirm-cookies-info:
Readme:
path: readme.txt
confirm-publishing-actions:
Readme:
path: readme.txt
confirm-user-registration:
Readme:
path: readme.txt
conformis-cookie-banner:
QueryParameter:
files:
- js/main.js
- css/main.css
version: true
TranslationFile:
class: BodyPattern
path: languages/conformis-en_GB.po
pattern: !ruby/regexp '/ect\-Id\-Version: Conformis Cookie Banner (?<v>\d+\.[\.\d]+)/i'
version: true
connect-contact-form-7-to-constant-contact-v3:
Readme:
path: README.txt
connect-daily-web-calendar:
QueryParameter:
files:
- cdaily.css
- cdaily-plugin.js
version: true
TranslationFile:
class: BodyPattern
path: captions/connect-daily-web-calendar-fr_FR.po
pattern: !ruby/regexp /t\-Id\-Version:\ connectDaily Web Calendar (?<v>\d+\.[\.\d]+)/i
version: true
connect-hubspot-blog:
Readme:
path: readme.txt
connect-with-whatsapp:
Readme:
path: readme.txt
connecta:
Readme:
path: readme.txt
connectid-business:
Readme:
path: readme.txt
connections:
QueryParameter:
files:
- assets/css/cn-user.min.css
version: true
connections-business-directory-certifications:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
connections-business-directory-facilities:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
connections-business-directory-local-time:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
connections-cestina:
Readme:
path: readme.txt
connecto:
Readme:
path: README.txt
connector-civicrm-mcrestface:
Readme:
path: readme.txt
connects-tracking:
QueryParameter:
files:
- public/css/connects-tracking-public.css
- public/js/connects-tracking-public.js
version: true
Readme:
path: README.txt
console-log-cloaking:
Readme:
path: readme.txt
consolto-videochat:
Readme:
path: readme.txt
constant-contact:
Readme:
path: readme.txt
constant-contact-api:
TranslationFile:
class: BodyPattern
path: languages/constant-contact-api.pot
pattern: !ruby/regexp /Constant Contact Plugin for WordPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
constant-contact-digest:
Readme:
path: readme.txt
constant-contact-form:
Readme:
path: readme.txt
constant-contact-forms:
QueryParameter:
files:
- assets/css/style.css
- assets/js/ctct-plugin-frontend.min.js
version: true
Readme:
path: readme.txt
constant-contact-signup-form-widget:
Readme:
path: readme.txt
constapps-api:
Readme:
path:
- readme.txt
- README.md
consume-this:
Readme:
path: readme.txt
consumer-financing-by-chargeafter:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
contact:
Readme:
path: readme.txt
contact-blaster:
Readme:
path: readme.txt
contact-call-plugin:
Readme:
path: readme.txt
contact-coldform:
QueryParameter:
files:
- coldskins/coldskin-default.css
pattern: !ruby/regexp /ver=(?<v>[\d\.]+)/i
version: true
contact-commenter:
Readme:
path: readme.txt
contact-commenters:
Readme:
path: readme.txt
contact-details:
Readme:
path: readme.txt
contact-details-enhanced:
Readme:
path: readme.txt
contact-dialog:
Readme:
path: readme.txt
contact-form-24:
Readme:
path: readme.txt
contact-form-7:
QueryParameter:
files:
- includes/css/styles.css
- includes/js/scripts.js
version: true
HiddenInput:
class: Xpath
xpath: //input[@name="_wpcf7_version"]/@value
version: true
Readme:
path: readme.txt
contact-form-7-add-confirm:
Readme:
path: readme.txt
contact-form-7-bwp-recaptcha-extension:
Readme:
path: readme.txt
contact-form-7-campaign-monitor-extension:
Readme:
path: readme.txt
contact-form-7-campaignmonitor-addon:
Readme:
path: readme.txt
contact-form-7-city-field-extension:
Readme:
path: readme.txt
contact-form-7-datepicker:
Readme:
path: readme.txt
contact-form-7-datepicker-fix:
Readme:
path: readme.txt
contact-form-7-dynamic-text-extension:
Readme:
path: readme.txt
contact-form-7-email-verification:
Readme:
path: README.txt
contact-form-7-extras:
TranslationFile:
class: BodyPattern
path: languages/cf7-extras.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Contact Form 7 Controls (?<v>\d+\.[\.\d]+)/i
version: true
contact-form-7-get-and-show-parameter-from-url:
Readme:
path: readme.txt
contact-form-7-getresponse-extension:
TranslationFile:
class: BodyPattern
path: languages/contact-form-7-getresponse-extension.pot
pattern: !ruby/regexp /n:\ Contact Form 7 GetResponse Extension (?<v>\d+\.[\.\d]+)/i
version: true
contact-form-7-gravity-forms:
Readme:
path: readme.txt
contact-form-7-honeypot:
Readme:
path: readme.txt
contact-form-7-html-editor:
Readme:
path: readme.txt
contact-form-7-image-captcha:
Readme:
path: readme.txt
contact-form-7-infusionsoft-add-on:
Readme:
path: readme.txt
contact-form-7-leads-tracking:
Readme:
path: readme.txt
contact-form-7-mailchimp-extension:
Readme:
path: readme.txt
contact-form-7-map-field:
Readme:
path: readme.txt
contact-form-7-modules:
Readme:
path: readme.txt
contact-form-7-multi-step-module:
QueryParameter:
files:
- resources/cf7msm.css
- resources/cf7msm.js
- resources/cf7msm.min.js
version: true
Readme:
path: readme.txt
contact-form-7-newsletter:
Readme:
path: readme.txt
contact-form-7-phone-mask-module:
Readme:
path: readme.txt
contact-form-7-popup-response:
Readme:
path: readme.txt
contact-form-7-recaptcha-extension:
Readme:
path: readme.txt
contact-form-7-referrer-addon:
Readme:
path: readme.txt
contact-form-7-response-colorbox-popup:
Readme:
path: readme.txt
contact-form-7-round-robin-lead-distribution:
Readme:
path: readme.txt
contact-form-7-select-box-editor-button:
Readme:
path: readme.txt
contact-form-7-sequence-generator:
Readme:
path: readme.txt
contact-form-7-serial-numbers:
Readme:
path:
- readme.txt
- README.md
contact-form-7-shortcode:
Readme:
path: readme.txt
contact-form-7-shortcode-enabler:
Readme:
path: readme.txt
contact-form-7-signature-addon:
QueryParameter:
files:
- public/css/style.css
- public/js/signature_pad.min.js
- public/js/scripts.js
version: true
contact-form-7-simple-recaptcha:
Readme:
path: readme.txt
contact-form-7-skins:
Readme:
path: readme.txt
contact-form-7-star-rating:
Readme:
path: readme.txt
contact-form-7-star-rating-with-font-awersome:
Readme:
path: readme.txt
contact-form-7-style:
QueryParameter:
files:
- css/frontend.css
- css/responsive.css
- js/frontend-min.js
version: true
Readme:
path: readme.txt
contact-form-7-success-page-redirects:
Readme:
path: readme.txt
contact-form-7-tag-field:
Readme:
path: readme.txt
contact-form-7-tave-3-integration:
Readme:
path: readme.txt
contact-form-7-textarea-wordcount:
Readme:
path: readme.txt
contact-form-7-to-rest-call:
Readme:
path: readme.txt
contact-form-7-ui:
Readme:
path: readme.txt
contact-form-7-widget:
Readme:
path: readme.txt
contact-form-builder:
Readme:
path: readme.txt
contact-form-by-contactmetrics:
Readme:
path: readme.txt
contact-form-by-fulfills:
Readme:
path: readme.txt
contact-form-by-supsystic:
Readme:
path: readme.txt
contact-form-cfdb7:
Readme:
path: readme.txt
contact-form-lead-export:
Readme:
path: readme.txt
contact-form-maker:
QueryParameter:
files:
- css/jquery-ui-1.10.3.custom.css
- css/jquery-ui-spinner.css
- css/calendar-jos.css
- css/intlTelInput.css
- css/form_maker_frontend.css
- css/frontend/fm-animate.css
- js/if_gmap_front_end.js
- js/intlTelInput.js
- js/calendar/calendar.js
- js/calendar/calendar_function.js
- js/main_div_front_end.js
- css/jquery-ui.custom.css
- css/fm-animate.css
version: true
Readme:
path: readme.txt
contact-form-monster:
Readme:
path: readme.txt
contact-form-newsletter:
Readme:
path: readme.txt
contact-form-plugin:
QueryParameter:
files:
- css/form_style.css
version: true
Readme:
path: readme.txt
contact-form-query:
TranslationFile:
class: BodyPattern
path: languages/contact-form-query.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Contact Form Query (?<v>\d+\.[\.\d]+)/i'
version: true
contact-form-redux:
QueryParameter:
files:
- includes/css/styles.css
- includes/js/scripts.js
version: true
contact-form-sms-notifications:
Readme:
path: readme.txt
contact-form-submissions:
Readme:
path: readme.txt
contact-form-to-email:
Readme:
path: README.txt
contact-form-with-captcha:
Readme:
path: readme.txt
contact-form-with-square:
Readme:
path: readme.txt
contact-form-x:
QueryParameter:
files:
- js/cookies.js
- js/frontend.js
version: true
contact-form-z:
QueryParameter:
files:
- css/jquery.datetimepicker.css
- css/custom-file-input/normalize.css
- css/jquery-confirm.min.css
- public/css/contact-form-z-public-preload.css
- css/contact-form-z.css
- js/jquery.mask.min.js
- js/jquery.datetimepicker.full.min.js
- js/jquery-confirm.min.js
- public/js/contact-form-z-public.js
- js/CFileInput.js
version: true
contact-form-zero:
Readme:
path: readme.txt
contact-icons:
Readme:
path: readme.txt
contact-info-santizer:
Readme:
path: readme.txt
contact-list:
QueryParameter:
files:
- public/css/contact-list-public.css
- public/js/contact-list-public.js
- public/contact-list-public.css
- public/contact-list-public.js
- dist/css/main.css
- dist/js/main.js
version: true
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: languages/contact-list.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Contact List (?<v>\d+\.[\.\d]+)/i'
version: true
contact-me:
Readme:
path: readme.txt
contact-me-on-zalo:
QueryParameter:
files:
- assets/css/app.css
version: true
Readme:
path: readme.txt
contact-me-widget:
Readme:
path: readme.txt
contact-page:
Readme:
path: readme.txt
contact-page-with-click-to-call-by-mightycall:
Readme:
path: readme.txt
contact-referal:
Readme:
path: readme.txt
contact-us-by-lord-linus:
Readme:
path: readme.txt
contact-us-page-contact-people:
QueryParameter:
files:
- assets/js/modal-popup.js
version: true
contact-widgets:
Readme:
path: readme.txt
contactbuddy-by-pluginbuddycom:
Readme:
path: README.txt
contactology-signup-plugin:
Readme:
path: readme.txt
contactpress:
Readme:
path: readme.txt
contacts-bmlt:
Readme:
path: readme.txt
contactsheets-lite:
Readme:
path: readme.txt
contactum:
Readme:
path: readme.txt
contactus:
Readme:
path: readme.txt
container-block:
Readme:
path: readme.txt
container-fix-for-wp-visual-editor:
Readme:
path: readme.txt
contemplate:
Readme:
path: readme.txt
contempo-real-estate-custom-posts:
Readme:
path: readme.txt
contenido-rgpd:
Readme:
path:
- README.txt
- README.md
content-and-image-teaser:
Readme:
path: readme.txt
content-art-direction:
Readme:
path: readme.txt
content-audit-exporter:
Readme:
path: readme.txt
content-aware-sidebars:
Readme:
path: readme.txt
content-between-paragraph:
Readme:
path: readme.txt
content-block-templates:
Readme:
path: readme.txt
content-bootstrap:
QueryParameter:
files:
- bootstrap/bootstrap2/css/content-bootstrap.css
version: true
Readme:
path: readme.txt
content-by-country:
Readme:
path: readme.txt
content-by-location:
Readme:
path: readme.txt
content-connector-by-contenidosclick:
Readme:
path: readme.txt
content-email-anti-spam:
Readme:
path: readme.txt
content-excel-importer:
Readme:
path: readme.txt
content-flow3d:
Readme:
path: readme.txt
content-for-multiple-courses-in-learnpress:
Readme:
path: readme.txt
content-for-your-country:
Readme:
path: readme.txt
content-grid-slider:
Readme:
path: readme.txt
content-hider:
Readme:
path: readme.txt
content-holders:
Readme:
path: readme.txt
content-icons:
Readme:
path: readme.txt
content-lock:
Readme:
path: readme.txt
content-mirror:
Readme:
path: Readme.txt
content-molecules:
Readme:
path: readme.txt
content-parts:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
content-party:
QueryParameter:
files:
- public/css/content-party-public.css
- public/js/content-party-public.js
version: true
content-pizazz:
Readme:
path: readme.txt
content-planner:
QueryParameter:
files:
- js/badger.js
version: true
Readme:
path: readme.txt
content-progress:
Readme:
path: readme.txt
content-protection-and-disable-right-click:
Readme:
path: README.txt
content-protector:
Comment:
xpath: //comment()[contains(., "Content Protector")]
pattern: !ruby/regexp /Content Protector plugin v\. (?<v>\d+\.[\.\d]+)/i
version: true
content-runner-importer:
Readme:
path: readme.txt
content-scheduler:
Readme:
path: readme.txt
content-sections:
Readme:
path: readme.txt
content-shortcodes:
Readme:
path: readme.txt
content-snippet-manager:
Readme:
path: README.txt
content-sort:
Readme:
path: readme.txt
content-staging:
Readme:
path: readme.txt
content-switcher:
TranslationFile:
class: BodyPattern
path: languages/content-switcher-fr_FR.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Content Switcher (?<v>\d+\.[\.\d]+)/i
version: true
content-syndication-toolkit:
Readme:
path: readme.txt
content-syndication-toolkit-reader:
Readme:
path: readme.txt
content-table:
Readme:
path: readme.txt
content-tag-list:
Readme:
path: readme.txt
content-template:
Readme:
path: readme.txt
content-text-slider-on-post:
Readme:
path: readme.txt
content-update-notification:
Readme:
path: readme.txt
content-update-scheduler:
Readme:
path: readme.txt
content-upgrades:
Readme:
path: readme.txt
content-views-query-and-display-post-page:
QueryParameter:
files:
- public/assets/css/cv.css
- public/assets/js/cv.js
version: true
Readme:
path: README.txt
content-visibility:
Readme:
path: readme.txt
content-widget:
Readme:
path: readme.txt
content4subscribers:
Readme:
path: readme.txt
contentblocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
contentking:
Readme:
path: readme.txt
contentlook:
Readme:
path: readme.txt
contentmixx:
Readme:
path: readme.txt
contentoverview:
Readme:
path: readme.txt
contentresize:
Readme:
path: readme.txt
contents-direction:
Readme:
path: readme.txt
contents-of-the-box:
Readme:
path: readme.txt
contentshare:
Readme:
path: readme.txt
contestant-rating:
Readme:
path: readme.txt
contestfriend:
TranslationFile:
class: BodyPattern
path: contestfriend.pot
pattern: !ruby/regexp /Id\-Version:\ contestfriend for WordPress (?<v>\d+\.[\.\d]+)/i
version: true
context-manager:
Readme:
path: readme.txt
contextual-adminbar-color:
Readme:
path: readme.txt
contextual-category-widget:
Readme:
path: readme.txt
contextual-help:
Readme:
path: readme.txt
contextual-nav-menu:
Readme:
path: readme.txt
contexture-page-security:
Readme:
path: readme.txt
continue-shopping-anywhere-for-woocommerce:
QueryParameter:
files:
- public/css/continue-shopping-anywhere-public.css
- public/js/continue-shopping-anywhere-public.js
version: true
Readme:
path: README.txt
continuon-social-crm:
Readme:
path: readme.txt
continuous-announcement-scroller:
Readme:
path: readme.txt
continuous-rss-scrolling:
Readme:
path: readme.txt
contributer:
QueryParameter:
files:
- "/assets/css/main.css"
- "/assets/js/login.js"
version: true
contributor-notifications:
Readme:
path: readme.txt
contributor-role-for-approved-comments:
TranslationFile:
class: BodyPattern
path: languages/contributor-role-for-approved-comments.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
contributors-posts:
Readme:
path: README.txt
control-live-changes:
Readme:
path: readme.txt
control-xml-rpc-publishing:
Readme:
path: readme.txt
controllercons:
QueryParameter:
files:
- css/controllercons.css
version: true
convatic:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
conversational-forms:
Readme:
path: readme.txt
conversejs:
QueryParameter:
files:
- core/css/converse.css
- css/wordpress-fix.css
- core/converse-no-jquery.min.js
- core/css/converse.min.css
- core/css/mobile.min.css
- core/converse.min.js
version: true
conversion-helper:
Readme:
path: readme.txt
conversion-tracking-for-woocommerce-and-google-ads:
Readme:
path: readme.txt
conversions-extensions:
Readme:
path: readme.txt
convert-address-to-google-maps-link:
Readme:
path: readme.txt
convert-emoticons-font-awesome:
Readme:
path: readme.txt
convert-experiments:
Readme:
path: readme.txt
convert-image-to-media:
Readme:
path: readme.txt
convert-post-types:
Readme:
path: readme.txt
convert-speech-to-text-as-post:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
convert-to-bangla-date:
Readme:
path: readme.txt
convertcalculator:
Readme:
path:
- readme.txt
- README.md
convertentity:
Readme:
path: readme.txt
converter:
Readme:
path: readme.txt
convertiser-widgets:
TranslationFile:
class: BodyPattern
path: languages/convertiser-widgets.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Convertiser Widgets (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
convertizerfr:
Readme:
path: readme.txt
convertkit:
QueryParameter:
files:
- resources/frontend/wp-convertkit.js
version: true
Readme:
path: readme.txt
convertor-valutar:
Readme:
path: readme.txt
conveyancing-quote-calculator:
Readme:
path: readme.txt
conveyour-wp:
Readme:
path: readme.txt
conveythis-translate:
Readme:
path: readme.txt
convocations:
TranslationFile:
class: BodyPattern
path: languages/convocations-fr_FR.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Convocations v(?<v>\d+\.[\.\d]+)/i
version: true
cook-recipes:
Readme:
path: README.txt
cookbook-hook-guide:
TranslationFile:
class: BodyPattern
path: languages/cookbook-hook-guide.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Cookbook Hook Guide (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
cooked:
QueryParameter:
files:
- assets/admin/css/essentials.min.css
- assets/css/icons.min.css
- assets/css/style.min.css
- assets/css/colors.php
- assets/css/responsive.php
- assets/js/cooked-functions.min.js
version: true
cookie-bar:
Readme:
path: readme.txt
cookie-confirm:
Readme:
path: readme.txt
cookie-connector-for-themer:
Readme:
path: readme.md
cookie-consent:
Readme:
path: readme.txt
cookie-consent-box:
QueryParameter:
files:
- public/css/cookie-consent-box.css
- public/js/cookie-consent-box.js
version: true
cookie-dunker:
Readme:
path: readme.txt
cookie-jar:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path:
- readme.txt
- README.md
cookie-law-info:
QueryParameter:
files:
- css/cli-style.css
- js/cookielawinfo.js
- public/css/cookie-law-info-public.css
- public/css/cookie-law-info-gdpr.css
- public/js/cookie-law-info-public.js
version: true
JavascriptComment:
class: BodyPattern
path: js/cookielawinfo.js
pattern: !ruby/regexp /plugin version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cookie-law-script-italiano:
QueryParameter:
files:
- assets/js/it_cookie_law.min.js
version: true
cookie-monster:
Readme:
path: README.txt
cookie-notice:
QueryParameter:
files:
- js/front.min.js
version: true
Readme:
path: readme.txt
cookie-notice-and-consent-banner:
QueryParameter:
files:
- "/js/cookiebanner.js"
- "/js/cookiebanner-init.js"
version: true
cookie-notice-bar:
QueryParameter:
files:
- public/css/dc-cookie-notice-bar-public.css
- public/js/dc-cookie-notice-bar-public.js
version: true
cookie-notice-lite:
Readme:
path: readme.txt
cookie-ok:
QueryParameter:
files:
- js/cookieok.min.js
version: true
Readme:
path: readme.txt
cookie-optin-interface:
QueryParameter:
files:
- public/css/coii-public.css
- public/js/coii-public.js
version: true
cookie-panel:
Readme:
path: readme.txt
cookie-params:
Readme:
path: readme.txt
cookie-scanner:
Readme:
path: readme.txt
cookie-warning:
Readme:
path: readme.txt
cookie-wise:
Readme:
path: readme.txt
cookiealert:
QueryParameter:
files:
- public/css/cookiealert-public.css
- public/js/cookiealert-public.js
version: true
cookiebar:
QueryParameter:
files:
- cookiebar-latest.min.js
version: true
cookiebar-by-beard:
Readme:
path: readme.txt
cookiebot:
TranslationFile:
class: BodyPattern
path: langs/cookiebot.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cookiehub:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
cookieless-privacy-focused-google-analytics:
Readme:
path: readme.txt
cookiemonster:
Readme:
path: readme.txt
cookiepro:
TranslationFile:
class: BodyPattern
path: languages/wpcookiepro.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: wpcookiepro (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
cookiepro-ccpa:
Readme:
path: readme.txt
cookies-and-content-security-policy:
Readme:
path: readme.txt
cookies-for-comments:
Readme:
path: readme.txt
cookies-for-leadhub:
QueryParameter:
files:
- assets/js/jquery.cookie.min.js
- assets/js/front-end.js
version: true
Readme:
path: readme.txt
cookies-manager:
Readme:
path: readme.txt
cookies-pro:
Readme:
path: readme.txt
cooksnaps:
Readme:
path: readme.txt
cool-admin-theme-lite-for-wp:
TranslationFile:
class: BodyPattern
path: languages/catforwp.po
pattern: !ruby/regexp '/on: Cool Admin Theme Lite for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
cool-contact:
Readme:
path: readme.txt
cool-eform:
QueryParameter:
files:
- css/cool-eform.css
version: true
cool-er-black-widget:
Readme:
path: readme.txt
cool-er-green-widget:
Readme:
path: readme.txt
cool-er-hot-pink-widget:
Readme:
path: readme.txt
cool-er-pink-widget:
Readme:
path: readme.txt
cool-er-ruby-widget:
Readme:
path: readme.txt
cool-er-silver-widget:
Readme:
path: readme.txt
cool-er-sky-blue-widget:
Readme:
path: readme.txt
cool-er-violet-widget:
Readme:
path: readme.txt
cool-flickr-slideshow:
Readme:
path: readme.txt
cool-popular-post:
Readme:
path: readme.txt
cool-quick-sidebar:
QueryParameter:
files:
- quick-cool-sidebar.js
version: true
cool-responsive-mega-menu:
QueryParameter:
files:
- assets/css/crmm.css
- assets/js/crmm.js
version: true
cool-ryan-easy-popups:
Readme:
path: readme.txt
cool-social-icons-widget:
Readme:
path: readme.txt
cool-yt-player:
Readme:
path: README.txt
coopcycle:
Readme:
path: readme.txt
coordch-geocaching-shortcut:
Readme:
path: readme.txt
cop-css-custom-post-type-lite:
Readme:
path: readme.txt
cop-pdf-attachment-menu:
Readme:
path: readme.txt
copy-code-to-clipboard:
Readme:
path: readme.txt
copy-compass:
Readme:
path: readme.txt
copy-delete-posts:
Readme:
path: readme.txt
copy-link:
Readme:
path: readme.txt
copy-move-posts:
Readme:
path: readme.txt
copy-nav-menu-items:
Readme:
path: readme.txt
copy-post:
Readme:
path: readme.txt
copy-the-code:
QueryParameter:
files:
- assets/css/copy-the-code.css
- assets/js/copy-the-code.js
version: true
copy-to-clipboard-mobile-web:
Readme:
path: readme.txt
copy-url:
Readme:
path: readme.txt
copy-url-button:
Readme:
path: readme.txt
copycontentdetector:
QueryParameter:
files:
- public/css/ccd-copycontentdetector-public.css
- public/js/ccd-copycontentdetector-public.js
version: true
Readme:
path: README.txt
copyfight:
QueryParameter:
files:
- _inc/css/copyfight.min.css
- _inc/css/genericons.min.css
version: true
copygram-widget:
Readme:
path: readme.txt
copyright-editor-easy:
Readme:
path: readme.txt
copyright-footer-rss:
Readme:
path: readme.txt
copyright-safeguard-footer-notice:
Readme:
path: readme.txt
copyright-shortcodes:
Readme:
path: readme.txt
copyright-switch:
Readme:
path: readme.txt
copyrightpro:
Readme:
path: readme.txt
copyscape:
Readme:
path: readme.txt
cora-lite:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
cordial:
Readme:
path: readme.txt
core-control:
Readme:
path: readme.txt
core-rollback:
TranslationFile:
class: BodyPattern
path: languages/core-rollback.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Core Rollback (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
core-settings:
Readme:
path: readme.txt
core-sidebars:
Readme:
path: README.txt
core-sitemaps:
Readme:
path: readme.txt
core-updates-permission:
Readme:
path: readme.txt
core-web-vitals-optimization:
Readme:
path: readme.txt
coremetrics:
Readme:
path: readme.txt
corgi-forms:
QueryParameter:
files:
- assets/css/style-front-corgi-forms.css
- assets/js/script-front-corgi-forms.js
version: true
cornell-notes:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
corner-ad:
Readme:
path: readme.txt
corner-blog-decoration:
Readme:
path: readme.txt
cornerstone:
QueryParameter:
files:
- js/lib.core.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
corona:
Readme:
path: readme.txt
corona-awareness-popup:
Readme:
path: readme.txt
corona-covid-19-stats:
Readme:
path:
- readme.txt
- README.md
corona-meter-india:
Readme:
path: readme.txt
corona-update:
Readme:
path: readme.txt
corona-vat-germany:
TranslationFile:
class: BodyPattern
path: languages/cect.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Corona VAT Germany (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
corona-virus-alert-bar:
Readme:
path: readme.txt
corona-virus-cases-tracker-covid-19-tracker-lite:
Readme:
path: readme.txt
corona-virus-covid-19-banner:
Readme:
path: readme.txt
corona-virus-covid19-banner:
Readme:
path: readme.txt
QueryParameter:
files:
- corona-virus-covid19-banner.css
- corona-virus-covid19-banner.js
version: true
corona-virus-data:
Readme:
path: README.txt
QueryParameter:
files:
- public/css/corona-virus-data-public.css
- public/js/corona-virus-data-public.js
- public/js/utils.js
version: true
coronavirus:
QueryParameter:
files:
- public/css/coronavirus-public.css
- public/js/coronavirus-public.js
version: true
Readme:
path: README.txt
coronavirus-covid-19:
Readme:
path: readme.txt
coronavirus-covid-19-notice-message:
Readme:
path: readme.txt
coronavirus-covid-19-watch:
Readme:
path: readme.txt
coronavirus-data-widgets:
Readme:
path: readme.txt
coronawp:
Readme:
path: readme.txt
correct-my-headings:
Readme:
path: readme.txt
correct-php-self:
Readme:
path: readme.txt
correos-express:
Readme:
path: README.txt
correos-oficial:
TranslationFile:
class: BodyPattern
path: languages/correoswc.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Correos Oficial (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
corresponda:
Readme:
path:
- readme.txt
- README.md
cosign-sso:
Readme:
path: readme.txt
cosimo:
Readme:
path: readme.txt
cosm:
Readme:
path: readme.txt
cosmic-blocks:
QueryParameter:
files:
- assets/css/cosmic-blocks.style.css
- assets/js/scrollClass.js
- assets/js/front.js
version: true
Readme:
path: readme.txt
cosmic-bp-user-signup-password:
Readme:
path: readme.txt
cosmic-campaigns:
QueryParameter:
files:
- css/front.css
- js/front.js
version: true
Readme:
path: readme.txt
cosmic-carousel:
QueryParameter:
files:
- public/css/cosmic-public.css
- public/js/cosmic-public.js
version: true
cosmic-history-quotes:
Readme:
path: readme.txt
cost-calculator-builder:
Readme:
path: readme.txt
cost-of-goods-manager-for-woocommerce:
Readme:
path: readme.txt
costa-rica-currency-exchange-rate:
Readme:
path: readme.txt
cosy-address-book:
TranslationFile:
class: BodyPattern
path: languages/cosy-address-book.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: CoSy Address Book (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
cotacao-moedas-hoje:
QueryParameter:
files:
- public/css/cmh-bcb-public.css
version: true
cotton-framework:
Readme:
path: readme.txt
count-children:
Readme:
path: readme.txt
count-content-characters:
Readme:
path: readme.txt
count-per-day:
Readme:
path: readme.txt
count-posts-in-a-category:
Readme:
path: readme.txt
count-shortcode:
Readme:
path: readme.txt
countdown:
Readme:
path: readme.txt
countdown-block:
Readme:
path: readme.txt
countdown-clock:
Readme:
path: readme.txt
countdown-timer-abt:
Readme:
path: readme.txt
countdown-timer-block:
QueryParameter:
files:
- build/assets/js/fdwpflip.js
- build/assets/js/fdwpflipclock.js
version: true
Readme:
path: readme.txt
countdown-timer-event:
Readme:
path: readme.txt
countdown-timer-for-elementor:
Readme:
path: readme.txt
countdown-to-next-post:
QueryParameter:
files:
- scott_timer_java.js
- webtoolkit.sprintf.js
version: true
Readme:
path: readme.txt
counter:
Readme:
path: readme.txt
counter-block:
Readme:
path: readme.txt
counter-box:
Readme:
path: readme.txt
counter-strike-server-viewer:
Readme:
path: Readme.txt
counterespionage-firewall:
Readme:
path: readme.txt
counterize:
Readme:
path: readme.txt
counterizeii:
Readme:
path: readme.txt
countposts-v-10-wordpress-plugin:
Readme:
path: readme.txt
countries:
Readme:
path: readme.txt
country-code-selector:
QueryParameter:
files:
- public/css/country-code-selector-public.css
- public/js/country-code-selector-public.js
version: true
Readme:
path: README.txt
country-detection-polylang:
Readme:
path: readme.txt
country-flags:
Readme:
path: readme.txt
country-or-geo-location-based-page-content:
Readme:
path: readme.txt
country-phone-field-contact-form-7:
Readme:
path: readme.txt
country-redirect:
Readme:
path: readme.txt
country-state-city-auto-dropdown:
Readme:
path: readme.txt
coupon-central:
Readme:
path: readme.txt
coupon-for-woocommerce:
Readme:
path: readme.txt
coupon-grab:
Readme:
path: readme.txt
coupon-management-system:
Readme:
path: readme.txt
coupon-reveal-button:
QueryParameter:
files:
- css/spbcta-stylesheet-front.css
- js/spbcta-nm.js
version: true
coupon-store:
Readme:
path: readme.txt
couponbirds-product-size-charts-for-woocommerce:
Readme:
path: readme.txt
couponpanel:
Readme:
path: readme.txt
coupons:
QueryParameter:
files:
- frontend/css/frontend.css
- frontend/js/frontend.js
version: true
Readme:
path: readme.txt
couponsindemand:
Readme:
path: readme.txt
courier-notices:
QueryParameter:
files:
- css/courier-notices.css
- js/courier-notices.js
version: true
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
course-booking-system:
Readme:
path: readme.txt
course-migration-for-learndash:
QueryParameter:
files:
- public/css/sfwd-lms-course-migration-public.css
- public/js/sfwd-lms-course-migration-public.js
version: true
course-scheduler-for-learndash:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
course-session-for-sensei:
QueryParameter:
files:
- assets/css/frontend.css
version: true
course-wizard-for-sensei:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
coursepress:
QueryParameter:
files:
- 2.0/asset/js/coursepress-featured.js
version: true
court-reservation:
QueryParameter:
files:
- public/css/courtres-public.css
- public/css/jquery-ui.min.css
- public/css/jquery-ui.theme.min.css
- public/css/jquery-ui.structure.min.css
- public/js/jquery-ui.min.js
- public/js/courtres-public.js
version: true
coverflow-youtube-videos:
Readme:
path: readme.txt
covid-19:
Readme:
path: readme.txt
covid-19-bangladesh-live:
Readme:
path: readme.txt
covid-19-corona-virus-live-stats-updates-lite:
QueryParameter:
files:
- css/bootstrap.css
- css/fontawesome.min.css
- css/datatables.min.css
- css/responsive.bootstrap.min.css
- css/select2.min.css
- css/covid19-main.css
- js/popper.js
- js/bootstrap.min.js
- js/datatables.min.js
- js/dataTables.responsive.min.js
- js/wss-covid19-script.js
version: true
Readme:
path: readme.txt
covid-19-em-tempo-real:
Readme:
path: README.txt
covid-19-float-button:
Readme:
path: readme.txt
covid-19-live-stats-lite:
QueryParameter:
files:
- public/css/covid19livestats-public.css
- public/js/covid19livestats-public.js
version: true
Readme:
path: README.txt
covid-19-live-tracker:
Readme:
path: readme.txt
covid-19-live-tracking:
QueryParameter:
files:
- css/datatables.min.css
- css/front.css
- js/datatables.min.js
- js/frontend.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/jms-covid-19.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: JMS Covid 19 (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
covid-19-nepal:
Readme:
path: readme.txt
covid-19-statics:
Readme:
path: readme.txt
covid-19-statistics-displayer:
Readme:
path: readme.txt
covid-19-toscana:
Readme:
path: README.txt
covid-19-track-and-trace:
Readme:
path: readme.txt
covid19-datatable-graph-widget:
QueryParameter:
files:
- assets/style.css
version: true
Readme:
path: readme.txt
covid19-live-statistic:
Readme:
path: readme.txt
covid19-popup:
Readme:
path: readme.txt
covoituristes:
Readme:
path: readme.txt
cowidgets-elementor-addons:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
cp-companion:
Readme:
path: readme.txt
cp-image-store:
Readme:
path: readme.txt
cp-referrer-and-conversions-tracking:
Readme:
path: readme.txt
cp-related-posts:
Readme:
path: readme.txt
cp-responsive-slider:
Readme:
path: readme.txt
cp-tent-posts-shortcode:
Readme:
path: readme.txt
cp1251-to-utf-mongolian:
Readme:
path: readme.txt
cp2ce:
Readme:
path: readme.txt
cpanel-manager-from-worpit:
Readme:
path: readme.txt
cpcast-canalpiloto:
Readme:
path: readme.txt
cpd-copy-assignments:
Readme:
path: readme.txt
cpd-journals:
Readme:
path: readme.txt
cpd-search:
Readme:
path: readme.txt
cpf-e-cnpj-para-contact-form-7:
QueryParameter:
files:
- js/mask.min.js
- js/main.js
version: true
cpi-wp-migration:
Readme:
path: readme.txt
cpk-ultimate-archives:
Readme:
path: readme.txt
cpm-gallery:
Readme:
path: readme.txt
cpo-content-types:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
cps-better-woocommerce:
Readme:
path: readme.txt
cpt-ajax-load-more:
QueryParameter:
files:
- assets/js/app.js
version: true
Readme:
path: readme.txt
cpt-archive:
Readme:
path: readme.txt
cpt-archives-in-nav-menus:
Readme:
path: readme.txt
cpt-contact-form:
Readme:
path: readme.txt
cpt-custom-icon:
Readme:
path: README.txt
cpt-descriptions:
Readme:
path: readme.txt
cpt-list:
QueryParameter:
files:
- css/cpt-list.css
version: true
cpt-on-front-page:
Readme:
path: readme.txt
cpt-recent-entries-widgets:
Readme:
path: readme.txt
cpt-single-redirects:
Readme:
path: readme.txt
cpt-speakers:
Readme:
path: readme.txt
cpt-to-map-store:
Readme:
path: README.txt
cpu-load:
Readme:
path: readme.txt
cr-flexible-comment-moderation:
Readme:
path: readme.txt
cr-post2pingfm:
Readme:
path: readme.txt
cradsense-under-image-reloaded:
Readme:
path: readme.txt
craftwork-utilities-for-woocommerce:
Readme:
path: readme.txt
crafty-social-buttons:
Readme:
path: README.txt
craptoolcom-software-vote-widget:
Readme:
path: readme.txt
crayon-syntax-highlighter:
JavascriptVar:
xpath: //script[contains(., "CrayonSyntax")]
pattern: !ruby/regexp /CrayonSyntax/
Readme:
path: readme.txt
crazy-bone:
Readme:
path: readme.txt
crazy-call-to-action-box:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
crazy-pills:
QueryParameter:
files:
- css/styles.css
version: true
Readme:
path: readme.txt
crazyegg-heatmap-tracking:
Readme:
path: readme.txt
crea-listings:
TranslationFile:
class: BodyPattern
path: lang/plugin-name.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
cream6-admin-theme:
Readme:
path: readme.txt
creame-whatsapp-me:
QueryParameter:
files:
- public/css/whatsappme.css
- public/js/whatsappme.js
version: true
Readme:
path: README.txt
create-a-league:
Readme:
path: readme.txt
create-cached-wp-header-and-footer:
Readme:
path: readme.txt
create-category-in-bulk:
Readme:
path: readme.txt
create-child-theme:
Readme:
path: readme.txt
create-payment-stripe-gateway:
QueryParameter:
files:
- includes/frontend/assets/css/style.css
- includes/frontend/assets/js/script.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
create-posts-terms:
Readme:
path: readme.txt
create-qr-code-wordpress-plugin:
Readme:
path: readme.txt
create-restaurant-menu:
Readme:
path: readme.txt
create-stellar-toml:
Readme:
path: readme.txt
creative-addons-for-elementor:
Readme:
path: readme.txt
creative-clans-embed-script:
Readme:
path: readme.txt
creative-clans-slide-show:
Readme:
path: readme.txt
creative-commons-configurator-1:
TranslationFile:
class: BodyPattern
path: creative-commons-configurator-1.pot
pattern: !ruby/regexp /ersion:\ creative\-commons\-configurator\-1 (?<v>\d+\.[\.\d]+)/i
version: true
creative-commons-license-widget:
Readme:
path: readme.txt
creative-commons-suite:
Readme:
path: readme.txt
creative-commons-tagger:
Readme:
path: readme.txt
creative-instagram:
Readme:
path: readme.txt
creative-mail-by-constant-contact:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
Readme:
path:
- readme.txt
- README.md
creative-progress-bar:
QueryParameter:
files:
- public/css/creative_progress_bar-public.css
- public/css/bootstrap.min.css
- public/js/creative_progress_bar-public.js
- public/js/bootstrap.min.js
version: true
creative-tag-cloud:
QueryParameter:
files:
- public/css/creative-tag-cloud.css
- public/css/creative-tag-cloud-color.css
- public/js/creative-tag-cloud.min.js
version: true
Readme:
path: README.txt
creativesignal-testimonial:
Readme:
path: readme.txt
credibility:
Readme:
path: readme.txt
credible-names:
Readme:
path: readme.txt
credit-card-number-generator:
Readme:
path: README.txt
credit2caption:
Readme:
path: readme.txt
creditgenie:
Readme:
path: readme.txt
credits-page:
Readme:
path: readme.txt
credly:
Readme:
path: readme.txt
credly-login:
Readme:
path: readme.txt
credly-pro-custom-assertion:
Readme:
path: readme.txt
credova-financial:
Readme:
path: readme.txt
creeperbit-woo-accordion:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
crelly-slider:
QueryParameter:
files:
- css/crellyslider.css
- js/jquery.crellyslider.min.js
- css/crellyslider.min.css
version: true
Readme:
path: readme.txt
cresta-addons-for-elementor:
Readme:
path: readme.txt
cresta-post-widget:
Readme:
path: readme.txt
cresta-posts-box:
StyleComment:
class: BodyPattern
path: css/cresta-posts-box-style.css
pattern: !ruby/regexp /Cresta Posts Box Version (?<v>\d+\.[\.\d]+)/i
version: true
cresta-whatsapp-chat:
QueryParameter:
files:
- css/cresta-whatsapp-chat-front-css.css
version: true
cricket-scoreboard-widgets:
Readme:
path: readme.txt
criptopay-wp:
Readme:
path: readme.txt
critical-css:
Readme:
path: readme.txt
critique:
Readme:
path: readme.txt
crm-connector-analytics:
Readme:
path: readme.txt
crm-hubspot-learndash-integration:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
crm-in-cloud-for-wc:
TranslationFile:
class: BodyPattern
path: languages/crm-in-cloud-for-wc-it_IT.pot
pattern: !ruby/regexp /CRM in Cloud for WooCommerce \- Premium (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
crm-last-posts-widget:
Readme:
path: readme.txt
crm-perks-forms:
Readme:
path: readme.txt
crm-salesforce-learndash-integration:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
crm-thrive:
Readme:
path: readme.txt
croatian-payment-slip-generator-for-woocommerce:
Readme:
path: readme.txt
crocodoc:
Readme:
path: readme.txt
cron-debug-log:
Readme:
path: readme.txt
cron-unsticky-posts:
Readme:
path: readme.txt
cron-view:
Readme:
path: readme.txt
cronjob-scheduler:
Readme:
path: readme.txt
crony:
Readme:
path: readme.txt
cronycle-content:
QueryParameter:
files:
- public/css/cronycle-content-public.css
- public/slick/slick.css
- public/slick/slick-theme.css
- public/css/slick-carousel.css
- public/js/moment.min.js
- public/js/cronycle-content-public.js
- public/slick/slick.min.js
- public/js/slick-carousel.js
version: true
crop-thumbnails:
Readme:
path: readme.txt
cropnote:
Readme:
path: readme.txt
croprefine:
Readme:
path: readme.txt
cross-domain-tracker-for-affiliatewp:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
cross-post-to-friendika:
Readme:
path: readme.txt
cross-promotion-content-recommendations:
Readme:
path: readme.txt
cross-registration-integration:
Readme:
path: readme.txt
crossposterous:
Readme:
path: readme.txt
crossposting-in-safe-way:
Readme:
path: readme.txt
crosspress-2:
Readme:
path:
- readme.txt
- readme.md
crosswordsearch:
TranslationFile:
class: BodyPattern
path: languages/crosswordsearch.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ crosswordsearch (?<v>\d+\.[\.\d]+)/i
version: true
crouton:
Readme:
path: readme.txt
crowdclock:
Readme:
path: readme.txt
crowdfunding-login-form:
Readme:
path: readme.txt
crowdfunding-regions:
Readme:
path: readme.txt
crowdsignal-forms:
TranslationFile:
class: BodyPattern
path: languages/crowdsignal-forms.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Crowdsignal Forms (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.TXT
crpaid-link-manager:
Readme:
path: readme.txt
crpostwarning:
Readme:
path: readme.txt
crs-post-title-shortener:
QueryParameter:
files:
- public/css/crs-post-title-shortener-public.css
- public/js/crs-post-title-shortener-public.js
version: true
crunchbase-api-widget:
Readme:
path: readme.txt
cryokey:
Readme:
path: readme.txt
cryout-serious-slider:
QueryParameter:
files:
- resources/style.css
- resources/jquery.mobile.custom.min.js
- resources/slider.js
version: true
cryout-theme-settings:
Readme:
path: readme.txt
cryptapi-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
cryptex:
TranslationFile:
class: BodyPattern
path: lang/Cryptex.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Cryptex (?<v>\d+\.[\.\d]+)/i
version: true
crypto-com-pay-checkout-for-woocommerce:
Readme:
path: readme.txt
crypto-donations:
Readme:
path: readme.txt
crypto-exchange:
Readme:
path: readme.txt
crypto-live:
QueryParameter:
files:
- assets/css/xgenious-crypto-live-custom.css
version: true
crypto-payments-woo:
Readme:
path:
- readme.txt
- README.md
TranslationFile:
class: BodyPattern
path: lang/Crypto-Payments-Woo.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Crypto Payments Woo (?<v>\d+\.[\.\d]+)/i'
version: true
crypto-prices:
QueryParameter:
files:
- public/main.css
version: true
crypto-qr-code-wp:
QueryParameter:
files:
- assets/css/style.css
- assets/js/script.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
crypto-ticker:
QueryParameter:
files:
- assets/css/stock-ticker.css
- assets/css/cryptocoins.css
- assets/js/jquery.stockticker.min.js
version: true
crypto-tips:
Readme:
path: README.txt
crypto-websocket:
Readme:
path: readme.txt
cryptocurrency-coins-list-price-list-ticker-icos:
Readme:
path: readme.txt
cryptocurrency-price-widget:
TranslationFile:
class: BodyPattern
path: languages/crcpw-cryptocurrency-price-widget.pot
pattern: !ruby/regexp '/Id\-Version: Cryptocurrency Price Widget (?<v>\d+\.[\.\d]+)/i'
version: true
cryptocurrency-product-for-woocommerce:
Readme:
path: readme.txt
cryptocurrency-shortcode:
Readme:
path: readme.txt
cryptocurrency-widgets-pack:
QueryParameter:
files:
- assets/public/js/common.js
version: true
cryptocurrencychart:
Readme:
path: readme.txt
cryptoniq-lite:
QueryParameter:
files:
- assets/libs/ionicons/css/ionicons.css
- assets/libs/cryptofont/css/cryptofont.css
- assets/css/cryptoniq.engine.css
- assets/js/cryptoniq.libs.js
- assets/js/cryptoniq.engine.js
version: true
cryptopanel-payment-gateway-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/cryptopanel-payment-gateway-de_DE.po
pattern: !ruby/regexp '/Id\-Version: CryptoPanel Payment Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
cryt-blockchain-gateway:
Readme:
path: readme.txt
cs-login:
Readme:
path: readme.txt
csalexa:
Readme:
path: readme.txt
csfd-last-seen:
Readme:
path: readme.txt
csforumla1:
Readme:
path: readme.txt
cslider:
Readme:
path: readme.txt
csm-shipping:
Readme:
path: readme.txt
csmusiccharts-uk:
Readme:
path: readme.txt
csomagpont:
Readme:
path: readme.txt
csp-manager:
Readme:
path: README.md
csprite:
Readme:
path: readme.txt
css:
Readme:
path: readme.txt
css-addons:
Readme:
path: readme.txt
css-and-js-enqueuer:
Readme:
path: readme.txt
css-cache-buster:
Readme:
path: readme.txt
css-columns:
Readme:
path: readme.txt
css-crush-for-wordpress:
Readme:
path: readme.txt
css-file-selector:
Readme:
path: readme.txt
css-for-elementor:
QueryParameter:
files:
- public/css/css-for-elementor-public.css
- public/js/css-for-elementor-public.js
version: true
Readme:
path: README.txt
css-javascript-toolbox:
Readme:
path: readme.txt
css-magician:
Readme:
path: readme.txt
css-me:
Readme:
path: readme.txt
css-only-back-to-top-button:
Readme:
path: readme.txt
css-plus:
Readme:
path: readme.txt
css-ready-classes-gravity-forms:
Readme:
path: readme.txt
css-refresh-automatically:
Readme:
path: readme.txt
css-reminder:
Readme:
path: readme.txt
css-share-buttons:
Readme:
path: readme.txt
css-theme-override:
Readme:
path: readme.txt
css-thumbnail-sprites:
Readme:
path: readme.txt
css-to-footer:
Readme:
path: readme.txt
css3-buttons:
TranslationFile:
class: BodyPattern
path: lang/default.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ CSS3 Buttons (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
css3-transitions:
Readme:
path: readme.txt
css3lightbox:
Readme:
path: readme.txt
cssable-countdown:
Readme:
path: readme.txt
cssboss-archives:
Readme:
path: readme.txt
cssjockey-add-ons:
QueryParameter:
files:
- assets/css/vendors-global.min.css
- assets/css/vendors-frontend.min.css
- assets/css/ui-base.min.css
- assets/css/frontend.min.css
- assets/css/helpers.min.css
- assets/js/vendors-frontend-min.js
- assets/js/helpers.min.js
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
cssniffer:
Readme:
path: readme.txt
cssrefresh:
Readme:
path: readme.txt
cstris:
Readme:
path: readme.txt
csupport-live-chat:
Readme:
path: readme.txt
csv-2-post:
Readme:
path: readme.txt
csv-export-for-click-post:
Readme:
path: readme.txt
csv-exporter-for-terms:
TranslationFile:
class: BodyPattern
path: languages/et-csv.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: et\-csv (?<v>\d+\.[\.\d]+)/i'
version: true
csv-importer:
Readme:
path: readme.txt
csv-me:
Readme:
path: readme.txt
csv-to-html:
Readme:
path: readme.txt
csv-to-sorttable:
Readme:
path: readme.txt
csv-to-webpage-plugin:
Readme:
path: readme.txt
csv-viewer:
Readme:
path: readme.txt
ct-mortgage-calculator:
Readme:
path: readme.txt
ct-optimization:
Readme:
path: README.txt
ct4woo:
Readme:
path: readme.txt
cta-bar:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ctabs:
Readme:
path: readme.txt
ctc-countdown-timer-cookies:
TranslationFile:
class: BodyPattern
path: languages/ctc-countdown-timer-cookies.pot
pattern: !ruby/regexp '/Id\-Version: CTC Countdown Timer Cookies (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ctcl-phone-pay:
Readme:
path: readme.txt
ctcl-stripe:
Readme:
path: readme.txt
ctr-widget:
QueryParameter:
files:
- js/ctr-widget.js
version: true
Readme:
path: readme.txt
ctrl-s:
Readme:
path: readme.txt
ctrlenter-publishes-comments:
Readme:
path: readme.txt
cts-infusionsoft-form-shortcode:
Readme:
path: readme.txt
cube-3d:
Readme:
path: readme.txt
cube-3d-slider:
Readme:
path: readme.txt
cubepm:
Readme:
path: readme.txt
cubepoints:
Readme:
path: readme.txt
cubepoints-authorizenet-module:
Readme:
path: readme.txt
cubepoints-buddypress-integration:
Readme:
path: readme.txt
cubeportfolio:
Readme:
path: readme.txt
cubetech-accordion:
Readme:
path: readme.txt
cubetech-posts-widget:
Readme:
path: readme.txt
cubewp:
Readme:
path: readme.txt
cubicfusion-admin-enhancer:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
cubify-wp:
Readme:
path: readme.txt
cudazi-latest-tweets:
Readme:
path: README.txt
cudazi-scroll-to-top:
Readme:
path: README.txt
cuelinks:
Readme:
path: readme.txt
cuf-cleanup-upload-folder:
Readme:
path: readme.txt
culqi-full-integration:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cultbooking-booking-engine:
Readme:
path: readme.txt
cumulonimbus:
Readme:
path: readme.txt
curatewp-nested-posts:
QueryParameter:
files:
- assets/dist/layouts.build.css
version: true
TranslationFile:
class: BodyPattern
path: languages/cwpnp.pot
pattern: !ruby/regexp '/ect\-Id\-Version: CurateWP \- Nested Posts (?<v>\d+\.[\.\d]+)/i'
version: true
curatewp-related-posts:
QueryParameter:
files:
- assets/dist/layouts.build.css
version: true
TranslationFile:
class: BodyPattern
path: languages/cwprp-en_US.po
pattern: !ruby/regexp '/ct\-Id\-Version: CurateWP \- Related Posts (?<v>\d+\.[\.\d]+)/i'
version: true
curator-studio-twitter:
Readme:
path: readme.txt
curator-studio-youtube:
Readme:
path: readme.txt
curators-code:
Readme:
path: README.txt
curbside-pickup:
Readme:
path: readme.txt
curiyo-links:
Readme:
path: readme.txt
currency-switcher:
QueryParameter:
files:
- css/front.css
- js/jquery.ddslick.min.js
- js/front.js
version: true
Readme:
path: readme.txt
currencyr:
TranslationFile:
class: BodyPattern
path: languages/default.po
pattern: !ruby/regexp /ect\-Id\-Version:\ Currencyr for WordPress (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/currencyr.css
- assets/css/themes/light/light.css
- assets/js/currencyr.min.js
- assets/js/init.js
version: true
Readme:
path: readme.txt
current-age:
Readme:
path: readme.txt
current-comments:
Readme:
path: readme.txt
current-date-for-posts-pages-or-template:
Readme:
path: README.txt
current-date-free:
Readme:
path: readme.txt
current-date-time-widget:
Readme:
path: readme.txt
current-gallery-support-for-ngg-public-uploader-shortcode:
Readme:
path: readme.txt
current-moon-information:
Readme:
path: readme.txt
current-password:
Readme:
path: readme.txt
current-planetary-positions:
Readme:
path: readme.txt
current-star-sign:
Readme:
path: readme.txt
current-template-file:
Readme:
path: readme.txt
current-template-name:
Readme:
path: readme.txt
current-weather:
Readme:
path: readme.txt
current-weather-widget:
Readme:
path: readme.txt
current-year-shortcode-vict:
Readme:
path: readme.txt
currently-editing:
Readme:
path: readme.txt
currently-reading:
Readme:
path: readme.txt
currently-reading-book:
Readme:
path: readme.txt
cursor-control:
Readme:
path: readme.txt
custom-accordion-block:
QueryParameter:
files:
- "/js/custom-script.js"
- js/custom-script.js
version: true
Readme:
path: readme.txt
custom-account-fields:
Readme:
path: readme.txt
custom-admin-branding:
Readme:
path: readme.txt
custom-admin-column:
Readme:
path: readme.txt
custom-admin-footer-text:
Readme:
path: readme.txt
custom-admin-login:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
custom-admin-login-logo:
Readme:
path: readme.txt
custom-admin-panel-by-2cloud:
Readme:
path: readme.txt
custom-adsense-plugin:
Readme:
path: readme.txt
custom-advert-blocks-free:
TranslationFile:
class: BodyPattern
path: lang/custom-blocks-free-ru_RU.po
pattern: !ruby/regexp /\-Id\-Version:\ Custom Advert Blocks Free v(?<v>\d+\.[\.\d]+)/i
version: true
custom-api-for-wp:
QueryParameter:
files:
- public/css/custom-api-for-wordpress-public.css
- public/js/custom-api-for-wordpress-public.js
version: true
Readme:
path: README.txt
custom-authentication:
TranslationFile:
class: BodyPattern
path: languages/custauth.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Custom Authentication (?<v>\d+\.[\.\d]+)/i
version: true
custom-author-base:
Readme:
path: readme.txt
custom-author-byline:
Readme:
path: readme.txt
custom-avatars-for-comments:
Readme:
path: readme.txt
custom-background-101:
Readme:
path: readme.txt
custom-background-extended:
Readme:
path:
- readme.txt
- readme.md
custom-banners:
Readme:
path: readme.txt
custom-block-patterns:
Readme:
path: readme.txt
custom-block-styles:
Readme:
path: readme.txt
custom-blocks-templates:
Readme:
path: readme.txt
custom-blogger-images:
Readme:
path: README.txt
custom-blurb:
Readme:
path: readme.txt
custom-bootstrap-editor:
Readme:
path: readme.txt
custom-boxer-for-userpro:
Readme:
path: readme.txt
custom-breakpoints-for-elementor:
Readme:
path: readme.txt
custom-bulk-actions:
Readme:
path: readme.txt
custom-bulkquick-edit:
TranslationFile:
class: BodyPattern
path: languages/custom-bulkquick-edit.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Custom Bulk\/Quick Edit (?<v>\d+\.[\.\d]+)/i
version: true
custom-business-locations:
Readme:
path: readme.txt
custom-cart-page-notices-for-woocommerce:
Readme:
path: readme.txt
custom-categories-rss:
Readme:
path: readme.txt
custom-category-template:
Readme:
path: readme.txt
custom-category-templates:
Readme:
path: readme.txt
custom-checkbox-for-posts:
Readme:
path: readme.txt
custom-checkout-layouts-for-woocommerce:
QueryParameter:
files:
- css/custom-checkout.css
version: true
custom-class-selector:
Readme:
path: readme.txt
custom-classes:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
TranslationFile:
class: BodyPattern
path: lang/custom-classes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Custom Classes (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
custom-cms:
Readme:
path: readme.txt
custom-code:
Readme:
path: readme.txt
custom-codes:
Readme:
path: readme.txt
custom-color-palette:
QueryParameter:
files:
- assets/css/custom-color-palette.css
version: true
custom-columns:
Readme:
path: readme.txt
custom-comment-notifications:
Readme:
path: readme.txt
custom-contact-forms:
QueryParameter:
files:
- assets/build/css/form.min.css
- assets/build/js/form.min.js
version: true
Readme:
path: readme.txt
custom-content:
Readme:
path: readme.txt
custom-content-after-or-before-of-post:
Readme:
path: readme.txt
custom-content-portfolio:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
custom-content-types-by-pixelpillow:
TranslationFile:
class: BodyPattern
path: lang/pixelpillow-custom-content-types-nl_NL.po
pattern: !ruby/regexp /ject\-Id\-Version:\ Custom Content Types \/ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
custom-content-width:
Readme:
path: readme.txt
custom-cookie-message:
QueryParameter:
files:
- "/assets/css/custom-cookie-message-popup.css"
- "/assets/js/custom-cookie-message-popup.js"
version: true
custom-css-and-javascript:
Readme:
path: readme.txt
custom-css-by-dev7studios:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
custom-css-cc:
Readme:
path: readme.txt
custom-css-for-pages-and-posts:
Readme:
path: readme.txt
custom-css-js:
TranslationFile:
class: BodyPattern
path: languages/custom-css-js.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Simple Custom CSS and JS (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
custom-css-js-php:
Readme:
path: readme.txt
custom-css-manager-plugin:
Readme:
path: readme.txt
custom-css-pro:
Readme:
path: readme.txt
custom-csv-exporter:
Readme:
path: readme.txt
custom-currency-for-woocommerce:
Readme:
path: readme.txt
custom-dashboard-background:
Readme:
path: README.txt
custom-dashboard-help:
Readme:
path: readme.txt
custom-dashboard-messages:
Readme:
path: readme.txt
custom-dashboard-welcome-panel-widget-sidebar:
Readme:
path: README.txt
custom-database-tables:
TranslationFile:
class: BodyPattern
path: langs/custom-database-tables-ja.po
pattern: !ruby/regexp /ect\-Id\-Version:\ Custom DataBase Tables v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
custom-datepicker-nmr:
Readme:
path: readme.txt
custom-delivery-schedules-for-woocommerce-subscriptions-lite:
Readme:
path: readme.txt
custom-design-for-html-tags:
Readme:
path: README.txt
custom-display-posts:
Readme:
path: readme.txt
custom-download-wp:
Readme:
path: readme.txt
custom-emails-for-rezgo:
Readme:
path: readme.txt
custom-error-log:
Readme:
path: readme.txt
custom-error-pages:
Readme:
path: readme.txt
custom-event-espresso-list-displayer:
Readme:
path: readme.txt
custom-exit-to-dashboard:
Readme:
path: readme.txt
custom-facebook-feed:
Comment:
xpath: //comment()[contains(., "Facebook Feed")]
pattern: !ruby/regexp /Custom Facebook Feed/i
QueryParameter:
files:
- css/cff-style.css
- js/cff-scripts.js
version: true
Readme:
path: README.txt
custom-favicon:
Readme:
path: readme.txt
custom-featured-image-metabox:
Readme:
path: README.txt
custom-feeds:
Readme:
path:
- readme.txt
- README.md
custom-field-cookie:
Readme:
path: readme.txt
custom-field-finder:
Readme:
path: readme.txt
custom-field-revisions:
Readme:
path: readme.txt
custom-field-snippet:
Readme:
path: readme.txt
custom-field-suite:
Readme:
path: readme.txt
custom-field-taxonomies:
Readme:
path: readme.txt
custom-field-template:
Readme:
path: readme.txt
custom-fields-as-meta-tags:
Readme:
path: readme.txt
custom-fields-creator:
Readme:
path: readme.txt
custom-fields-in-rss:
Readme:
path: readme.txt
custom-fields-notifications:
Readme:
path: readme.txt
custom-fields-rss:
Readme:
path: readme.txt
custom-fields-shortcode:
Readme:
path: readme.txt
custom-fields-shortcodes:
Readme:
path: readme.txt
custom-fonts:
Readme:
path: readme.txt
custom-forgot-mail:
Readme:
path: readme.txt
custom-functions:
Readme:
path: readme.txt
custom-header-extended:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
custom-header-footer-by-bytemantra:
Readme:
path: readme.txt
custom-header-images:
Readme:
path: readme.txt
custom-headers-and-footers:
Readme:
path: readme.txt
custom-html-bodyhead:
Readme:
path: readme.txt
custom-hyperlinks:
Readme:
path: README.txt
custom-icons-for-elementor:
Readme:
path: README.txt
custom-iframe-widget:
Readme:
path: readme.txt
custom-image-sizes:
Readme:
path: readme.txt
custom-importer-exporter:
TranslationFile:
class: BodyPattern
path: languages/custom-importer-exporter.pot
pattern: !ruby/regexp '/\-Id\-Version: Custom Importer & Exporter (?<v>\d+\.[\.\d]+)/i'
version: true
custom-index-shortcode:
Readme:
path: readme.txt
custom-inspect-elements:
Readme:
path: readme.txt
custom-instagram-embed:
Readme:
path: readme.txt
custom-javascript-editor:
TranslationFile:
class: BodyPattern
path: languages/custom-javascript-editor.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Custom JavaScript Editor (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
custom-job-fields-for-wp-job-manager:
QueryParameter:
files:
- public/css/cfwjm-public.css
- public/js/cfwjm-public.js
version: true
custom-language-packs:
Readme:
path: readme.txt
custom-link-widget:
Readme:
path: readme.txt
custom-list-table-example:
Readme:
path: readme.txt
custom-login:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Custom Login v(?<v>\d+\.[\.\d]+)/i
Readme:
path:
- readme.txt
- README.md
custom-login-and-admin-urls:
Readme:
path: readme.txt
custom-login-and-signup-widget:
Readme:
path: readme.txt
custom-login-branding:
Readme:
path: readme.txt
custom-login-page:
Readme:
path: readme.txt
custom-login-redirect:
Readme:
path: readme.txt
custom-login-screen:
Readme:
path: readme.txt
custom-login-uk:
Readme:
path: readme.txt
custom-login-url:
Readme:
path: readme.txt
custom-login-widget-with-cube-points-integration:
Readme:
path: readme.txt
custom-map-for-real-estate:
QueryParameter:
files:
- frontend/css/maps_points.css
- frontend/js/maps_points.js
version: true
custom-menu:
Readme:
path: readme.txt
custom-menu-driven-prevnext-links:
Readme:
path: readme.txt
custom-menu-fields:
Readme:
path: readme.txt
custom-messages-in-rss-feed:
Readme:
path: readme.txt
custom-meta:
Readme:
path: readme.txt
custom-meta-widget:
Readme:
path: readme.txt
custom-metaboxes:
Readme:
path: readme.txt
custom-metadata:
Readme:
path: readme.txt
custom-more-link-complete:
Readme:
path: readme.txt
custom-newsletter-template:
Readme:
path: readme.txt
custom-options:
Readme:
path: readme.txt
custom-options-plus-post-in:
Readme:
path: readme.txt
custom-order-id-for-thecartpress-ecommerce:
Readme:
path: readme.txt
custom-page-extensions:
TranslationFile:
class: BodyPattern
path: lang/custom-page-extensions.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Custom Page Extensions (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
custom-page-labels:
Readme:
path: readme.txt
custom-pagination:
Readme:
path: readme.txt
custom-password-protected-text:
Readme:
path: readme.txt
custom-permalinks:
Readme:
path: readme.txt
custom-pingback-email:
Readme:
path: readme.txt
custom-popup-builder-for-elementor:
Readme:
path: readme.txt
custom-portfolio-with-filtering:
Readme:
path: readme.txt
custom-post-archives:
Readme:
path: readme.txt
custom-post-avatar:
Readme:
path: readme.txt
custom-post-display:
Readme:
path: readme.txt
custom-post-order-category:
Readme:
path: readme.txt
custom-post-template:
Readme:
path: readme.txt
custom-post-text:
Readme:
path: readme.txt
custom-post-title-url:
Readme:
path: readme.txt
custom-post-type-add-on-for-badgeos:
Readme:
path: readme.txt
custom-post-type-add-on-for-gamipress:
Readme:
path: readme.txt
custom-post-type-archives:
Readme:
path: readme.txt
custom-post-type-cleanup:
TranslationFile:
class: BodyPattern
path: languages/custom-post-type-cleanup.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Custom Post Type Cleanup (?<v>\d+\.[\.\d]+)/i
version: true
custom-post-type-cpt-cusom-taxonomy-ct-manager:
Readme:
path: readme.txt
custom-post-type-creator:
Readme:
path: readme.txt
custom-post-type-gui:
Readme:
path: readme.txt
custom-post-type-list-shortcode:
Readme:
path: readme.txt
custom-post-type-maker:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
custom-post-type-manager:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/cptm-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: CPTM v(?<v>\d+\.[\.\d]+)/i'
version: true
custom-post-type-order:
TranslationFile:
class: BodyPattern
path: languages/cpto-fr_FR.po
pattern: !ruby/regexp /WordPress plugin Custom Post Type Order (?<v>\d+\.[\.\d]+)/i
version: true
custom-post-type-parents:
TranslationFile:
class: BodyPattern
path: languages/custom-post-type-parents.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Custom Post Type Parents (?<v>\d+\.[\.\d]+)/i
version: true
custom-post-type-permalinks:
Readme:
path:
- readme.txt
- readme.md
custom-post-type-privacy:
Readme:
path: readme.txt
custom-post-type-rss-feed:
Readme:
path: readme.txt
custom-post-type-selector:
Readme:
path: readme.txt
custom-post-type-submenu:
Readme:
path: readme.txt
custom-post-type-template-redirect:
Readme:
path: readme.txt
custom-post-type-ui:
Readme:
path: readme.txt
custom-post-type-widget-blocks:
TranslationFile:
class: BodyPattern
path: languages/custom-post-type-widget-blocks.pot
pattern: !ruby/regexp '/Version: Custom Post Type Widget Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
custom-post-types-image:
Readme:
path: readme.txt
custom-post-widget:
Readme:
path: readme.txt
custom-posts-per-page:
Readme:
path: readme.txt
custom-private-post:
Readme:
path: readme.txt
custom-profile-filters-for-buddypress:
Readme:
path: readme.txt
custom-progress-bar:
Readme:
path: readme.txt
custom-query-fields:
Readme:
path: readme.txt
custom-recent-posts-widget:
Readme:
path: readme.txt
custom-recovery-mode-email:
Readme:
path: readme.txt
custom-registration-form-builder-with-submission-manager:
QueryParameter:
files:
- public/css/theme_rm_matchmytheme.css
- public/css/style_rm_front_end.css
- public/js/script_rm_front.js
version: true
custom-registration-link:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/custom-registration-link-fr_FR.po
pattern: !ruby/regexp '/ct\-Id\-Version: custom\-registration\-link (?<v>\d+\.[\.\d]+)/i'
version: true
custom-rel:
Readme:
path: readme.txt
custom-related-products-for-woocommerce:
Readme:
path: readme.txt
custom-resources:
Readme:
path: readme.txt
custom-right-click-menu:
Readme:
path: readme.txt
custom-roles-for-author:
Readme:
path: readme.txt
custom-scheduled-posts-widget:
Readme:
path: readme.txt
custom-sections:
Readme:
path: readme.txt
custom-select:
Readme:
path: readme.txt
custom-sender-for-email-before-download:
Readme:
path: readme.txt
custom-share-buttons-with-floating-sidebar:
Readme:
path: readme.txt
custom-shipping-options-for-membermouse:
Readme:
path: readme.txt
custom-shortcode-sidebars:
Readme:
path: readme.txt
custom-shortcodes:
Readme:
path: readme.txt
custom-shortlink-structure:
Readme:
path: readme.txt
custom-sidebars:
JavascriptComment:
class: BodyPattern
path: assets/js/cs-visibility.js
pattern: !ruby/regexp /Custom Sidebars \- v(?<v>\d+\.[\.\d]+)/i
version: true
StyleComment:
class: BodyPattern
path: assets/css/cs-visibility.min.css
pattern: !ruby/regexp /Custom Sidebars \- v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
custom-single:
Readme:
path: readme.txt
custom-smilies:
Readme:
path: readme.txt
custom-smilies-directory:
TranslationFile:
class: BodyPattern
path: languages/jpm_csd.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Custom Smilies Directory (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
custom-smilies-se:
Readme:
path: readme.txt
custom-status:
Readme:
path: readme.txt
custom-store-locator:
Readme:
path: readme.txt
custom-style:
Readme:
path: readme.txt
custom-style-script:
Readme:
path: readme.txt
custom-sub-menus:
Readme:
path: readme.txt
custom-tabindex-gravity-forms-add-on:
Readme:
path: readme.txt
custom-tag-list:
Readme:
path: readme.txt
custom-tag-widget:
Readme:
path: readme.txt
custom-tags-lists:
Readme:
path: readme.txt
custom-taxonomies-for-blocks:
Readme:
path:
- readme.txt
- README.md
custom-taxonomy-category-and-term-fields:
Readme:
path: readme.txt
custom-taxonomy-columns:
Readme:
path: readme.txt
custom-taxonomy-creator:
Readme:
path: readme.txt
custom-taxonomy-order-ne:
Readme:
path: readme.txt
custom-taxonomy-template:
Readme:
path: readme.txt
custom-team-manager:
QueryParameter:
files:
- css/stylesheet.css
version: true
Readme:
path: readme.txt
custom-template-learndash:
TranslationFile:
class: BodyPattern
path: languages/custom-template-learndash.pot
pattern: !ruby/regexp '/\-Version: Custom Template for LearnDash (?<v>\d+\.[\.\d]+)/i'
version: true
custom-template-lifterlms:
TranslationFile:
class: BodyPattern
path: languages/custom-template-lifterlms.pot
pattern: !ruby/regexp '/: Custom Template for LifterLMS Courses (?<v>\d+\.[\.\d]+)/i'
version: true
custom-template-post:
Readme:
path: readme.txt
custom-testimonial:
TranslationFile:
class: BodyPattern
path: vendor/testimonialmetaoption/languages/zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
custom-testimonial-slider:
QueryParameter:
files:
- css/custom-testimonial.css
- js/custom-testimonial.js
version: true
custom-textboxes:
Readme:
path: readme.txt
custom-thank-you-for-woocommerce:
Readme:
path: readme.txt
custom-thank-you-page:
Readme:
path: README.txt
custom-theme-options:
Readme:
path: readme.txt
custom-thumbnail-size-on-admin:
Readme:
path: readme.txt
custom-tiktok-video-feed:
Readme:
path: readme.txt
custom-tinymce:
Readme:
path: readme.txt
custom-title:
Readme:
path: readme.txt
custom-toolbox:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/custom-toolbox-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
custom-twitter-feeds:
QueryParameter:
files:
- css/ctf-styles.css
- js/ctf-scripts.js
version: true
custom-type-recent-posts:
Readme:
path: readme.txt
custom-typekit-fonts:
TranslationFile:
class: BodyPattern
path: languages/custom-typekit-fonts.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Custom Typekit Fonts (?<v>\d+\.[\.\d]+)/i
version: true
custom-types-and-fields:
Readme:
path: readme.txt
custom-unit-converter:
Readme:
path: readme.txt
custom-upload-folders:
Readme:
path: readme.txt
custom-url-shorter:
Readme:
path: readme.txt
custom-user-css:
Readme:
path: readme.txt
custom-user-profile-photo:
Readme:
path: readme.txt
custom-user-registration-lite:
Readme:
path: readme.txt
custom-validation-error-message-cf7:
Readme:
path: readme.txt
custom-variables:
Readme:
path: readme.txt
custom-welcome-messages:
Readme:
path: readme.txt
custom-widget-area:
Readme:
path: readme.txt
custom-widget-classes:
Readme:
path: readme.txt
custom-windows-pinned-tiles:
Readme:
path: readme.txt
custom-wishlist:
TranslationFile:
class: BodyPattern
path: lang/cwl-es_ES.po
pattern: !ruby/regexp /t\-Id\-Version:\ Free WooCommerce Wishlist (?<v>\d+\.[\.\d]+)/i
version: true
custom-woo-builder-for-elementor:
Readme:
path: readme.txt
custom-woo-cart-button:
Readme:
path: readme.txt
custom-word-cloud:
Readme:
path: readme.txt
custom-wp-framework:
Readme:
path: readme.txt
custom-wp-login-page:
Readme:
path: readme.txt
custom-wp-rest-api:
QueryParameter:
files:
- public/css/customwprest-public.css
- public/js/customwprest-public.js
version: true
custom-x-pro-elements:
Readme:
path: readme.txt
custom-xml-feed:
Readme:
path: readme.txt
customcomment:
Readme:
path: readme.txt
customer-area:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: languages/cuar.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Customer Area (?<v>\d+\.[\.\d]+)/i'
version: true
customer-chat-for-facebook:
QueryParameter:
files:
- public/css/customer-chat-for-facebook-public.css
- public/js/customer-chat-for-facebook-public.js
version: true
customer-email-verification:
Readme:
path: readme.txt
customer-email-verification-for-woocommerce:
Readme:
path: readme.txt
customerlabs-actionrecorder:
Readme:
path:
- Readme.txt
- Readme.md
customerly:
Readme:
path: readme.txt
customers:
Readme:
path: readme.txt
customify:
Readme:
path: readme.txt
customify-sites:
TranslationFile:
class: BodyPattern
path: languages/customify-sites.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Customify Site Library (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
customizable-search-widget:
Readme:
path: readme.txt
customize-comment-form-input-fields:
Readme:
path: readme.txt
customize-external-links-and-add-icon:
Readme:
path: readme.txt
customize-fb-share:
Readme:
path: readme.txt
customize-inline-editing:
Readme:
path: readme.txt
customize-login:
Readme:
path: readme.txt
customize-meta-widget:
Readme:
path: readme.txt
customize-posts:
Readme:
path: readme.txt
customize-pro-engine:
Readme:
path: readme.txt
customize-sitemap:
Readme:
path: readme.txt
customize-woo:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/customize-woo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Customize Woo (?<v>\d+\.[\.\d]+)/i'
version: true
customize-wp-admin:
Readme:
path: readme.txt
customize-wpadmin:
Readme:
path: readme.txt
customized-message:
Readme:
path: readme.txt
customized-plugin-notice:
Readme:
path: readme.txt
customized-recent-comments:
Readme:
path: readme.txt
customized-wysiwyg-editor-page-widths:
Readme:
path: readme.txt
customizely:
TranslationFile:
class: BodyPattern
path: languages/customizely.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Customizely (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
customizer:
Readme:
path: readme.txt
customizer-everywhere:
Readme:
path:
- readme.txt
- readme.md
customizer-ex:
Readme:
path: readme.txt
customizer-export-import:
Readme:
path: readme.txt
customizer-framework:
Readme:
path: readme.txt
customizer-reset:
Readme:
path: readme.txt
customizer-search:
TranslationFile:
class: BodyPattern
path: languages/customizer-search.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Customizer Search (?<v>\d+\.[\.\d]+)/i
version: true
customizer-theme-switcher:
Readme:
path: readme.txt
customizer-user-interface:
Readme:
path:
- readme.txt
- README.md
customizing:
Readme:
path: readme.txt
customizr-addons:
TranslationFile:
class: BodyPattern
path: lang/en_US.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Customizr Addons v(?<v>\d+\.[\.\d]+)/i
version: true
customquery:
Readme:
path: readme.txt
cute-news-ticker:
Readme:
path: readme.txt
cute-scroll-to-top:
Readme:
path: readme.txt
cuusoo-list:
Readme:
path: readme.txt
cvi-widgets:
TranslationFile:
class: BodyPattern
path: languages/cvi.pot
pattern: !ruby/regexp /ion of the WordPress plugin CVI Widgets (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
cvw-pb-animation:
Readme:
path: readme.txt
cvw-songkick-widget:
Readme:
path: readme.txt
cw-author-info:
Readme:
path: readme.txt
cw-easy-video-player:
Readme:
path: readme.txt
cw-google-analytics-datenschutz:
Readme:
path: readme.txt
cw-image-optimizer:
Readme:
path: readme.txt
cw-post-slugs:
Readme:
path: readme.txt
cw-show-on-selected-pages-sosp:
Readme:
path: readme.txt
cwm-stylish-author-widget:
Readme:
path: readme.txt
cwm-wpforms-captcha:
Readme:
path: readme.txt
cxapelado:
Readme:
path: readme.txt
cxc-sawa:
Readme:
path: readme.txt
cy-custom-morelink:
Readme:
path: readme.txt
cyan-backup:
Readme:
path: readme.txt
cyberpress:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/script.min.js
version: true
cyberprojekt-image-watermark:
Readme:
path:
- readme.txt
- README.md
cybersoldier:
Readme:
path: readme.txt
cybersyn:
Readme:
path: readme.txt
cybook-bookeen-widget:
Readme:
path: readme.txt
cyclone-demo-importer:
Readme:
path: readme.txt
cyclone-slider:
QueryParameter:
files:
- templates/dark/style.css
- templates/default/style.css
- templates/standard/style.css
- templates/thumbnails/style.css
- libs/cycle2/jquery.cycle2.min.js
- libs/cycle2/jquery.cycle2.carousel.min.js
- libs/cycle2/jquery.cycle2.swipe.min.js
- libs/cycle2/jquery.cycle2.tile.min.js
- libs/cycle2/jquery.cycle2.video.min.js
- templates/dark/script.js
- templates/thumbnails/script.js
- libs/vimeo-player-js/player.js
- js/client.js
version: true
Readme:
path: README.txt
cyclone-slider-2:
QueryParameter:
files:
- templates/dark/style.css
- templates/default/style.css
- templates/standard/style.css
- templates/thumbnails/style.css
- libs/cycle2/jquery.cycle2.min.js
- libs/cycle2/jquery.cycle2.carousel.min.js
- libs/cycle2/jquery.cycle2.swipe.min.js
- libs/cycle2/jquery.cycle2.tile.min.js
- libs/cycle2/jquery.cycle2.video.min.js
- templates/dark/script.js
- templates/thumbnails/script.js
- libs/vimeo-player-js/player.js
- js/client.js
version: true
cyclopress:
Readme:
path: readme.txt
cyfe:
Readme:
path: readme.txt
cyfe-reporting:
Readme:
path: readme.txt
cyklodev-wp-notify:
Readme:
path: readme.txt
cyklodev-wp-paypal-integration:
Readme:
path: readme.txt
cyklodev-wp-settings:
Readme:
path: readme.txt
cynderhost:
Readme:
path: README.txt
cyr-and-lat:
Readme:
path: readme.txt
cyr-to-arabic:
Readme:
path: readme.txt
cyr2lat:
Readme:
path: readme.txt
cyr3lat:
Readme:
path: readme.txt
cyrillic-slugs-auto:
Readme:
path: readme.txt
cystats:
Readme:
path: readme.txt
d-login:
Readme:
path: readme.txt
d3000-box:
Readme:
path: readme.txt
d5-auto-image:
Readme:
path: readme.txt
d64-lsr-stopper:
Readme:
path: readme.txt
da-reactions:
QueryParameter:
files:
- assets/dist/public.css
- assets/dist/public.js
version: true
Readme:
path: README.txt
da-stop-word-removal:
Readme:
path: readme.txt
dada-mail-importer:
Readme:
path: readme.txt
dadifb-box:
Readme:
path: readme.txt
daecolor:
Readme:
path: readme.txt
daext-autolinks-manager:
Readme:
path: readme.txt
daggerhart-openid-connect-generic:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
daileez-widget:
Readme:
path: readme.txt
daily-attendance:
Readme:
path: readme.txt
daily-bible-readings:
QueryParameter:
files:
- public/js/scripts.js
- public/js/readmore_v2.2.0.min.js
version: true
daily-christian-bible-verses:
Readme:
path: readme.txt
daily-crowdsource-news:
Readme:
path: readme.txt
daily-fitness-tips:
Readme:
path: readme.txt
daily-fortune-telling-cards:
Readme:
path: readme.txt
daily-horoscope-widget:
Readme:
path: readme.txt
daily-inspiration:
Readme:
path: readme.txt
daily-maui-photo-widget:
Readme:
path: readme.txt
daily-menu:
Readme:
path: readme.txt
daily-moon-forecast:
Readme:
path: readme.txt
daily-snapshot-for-woocommerce-admin:
TranslationFile:
class: BodyPattern
path: languages/mwb-dailyss-en_US.po
pattern: !ruby/regexp '/n: Daily Snapshot for WooCommerce Admin (?<v>\d+\.[\.\d]+)/i'
version: true
daily-zman-widget:
Readme:
path: readme.txt
dailybooth-fetcher:
Readme:
path: readme.txt
dailybrief:
QueryParameter:
files:
- public/css/dailybrief-public.css
- public/js/dailybrief-public.js
version: true
Readme:
path:
- readme.txt
- readme.md
dailymile-widgets:
Readme:
path: Readme.txt
dailymotion-search-and-publish-videos:
Readme:
path: readme.txt
dailymotion-videowall-widget:
Readme:
path: readme.txt
dakpion:
QueryParameter:
files:
- public/css/dakpion-public.css
- public/js/dakpion-public.js
version: true
dakwak:
Readme:
path: README.txt
dakyaco-recaptcha:
Readme:
path: readme.txt
damarfm-player:
Readme:
path: readme.txt
damedia-cpt-show-custom-fields:
Readme:
path: readme.txt
damedia-giglist:
Readme:
path:
- readme.txt
- README.md
daniels-dropdowns:
Readme:
path: readme.txt
danixland-countdown:
TranslationFile:
class: BodyPattern
path: i18n/danixland-countdown.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ danixland CountDown (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
danixland-user-panel:
Readme:
path: readme.txt
daniy-image-manager:
Readme:
path: readme.txt
dapper-desktop:
Readme:
path: readme.txt
daring-fireball-linked-list:
Readme:
path: readme.txt
dark-login-screen:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: langs/dark_login_screen-en_AU.po
pattern: !ruby/regexp '/Project\-Id\-Version: Stronger Admin Bar v(?<v>\d+\.[\.\d]+)/i'
version: true
dark-mode-for-twenty-nineteen:
Readme:
path: readme.txt
dark-site:
Readme:
path: readme.txt
darkmode:
QueryParameter:
files:
- js/darkmode.min.js
version: true
darkmode-ga:
Readme:
path: README.md
darwin-backup:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
das-wetter-von-wettercom:
Readme:
path: readme.txt
dash-notifier:
TranslationFile:
class: BodyPattern
path: languages/dash-notifier.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Dash Notifier (?<v>\d+\.[\.\d]+)/i'
version: true
dashbar:
Readme:
path: readme.txt
dashboard-admin-email:
Readme:
path: readme.txt
dashboard-available-disk-space:
Readme:
path: readme.txt
dashboard-columns:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
dashboard-custom-feed:
Readme:
path: readme.txt
dashboard-custom-feed-admin:
Readme:
path: readme.txt
dashboard-for-beginer:
Readme:
path: readme.txt
dashboard-forum-activity:
Readme:
path: readme.txt
dashboard-google-pagerank:
Readme:
path: readme.txt
dashboard-linker:
TranslationFile:
class: BodyPattern
path: languages/dashboard-linker.pot
pattern: !ruby/regexp /f the WordPress plugin Dashboard linker (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
dashboard-links:
Readme:
path: readme.txt
dashboard-lite:
Readme:
path: readme.txt
dashboard-menus-cleaner:
Readme:
path: readme.txt
dashboard-message-for-wordpress:
Readme:
path: readme.txt
dashboard-notepad:
Readme:
path: readme.txt
dashboard-notepads:
Readme:
path: readme.txt
dashboard-notes:
TranslationFile:
class: BodyPattern
path: languages/dashboard-notes.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Dashboard Notes (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
dashboard-option-menu-customize:
Readme:
path: readme.txt
dashboard-plus-graphs:
Readme:
path: Readme.txt
dashboard-post-it:
Readme:
path: readme.txt
dashboard-posts-label-to-articles:
Readme:
path: readme.txt
dashboard-posts-stats:
Readme:
path: readme.txt
dashboard-quick-lock:
Readme:
path: readme.txt
dashboard-recent-comments-extended:
Readme:
path: readme.txt
dashboard-search-memberpress:
Readme:
path: readme.txt
dashboard-site-preview:
Readme:
path: readme.txt
dashboard-technorati-reactions-extended:
Readme:
path: readme.txt
dashboard-user-profile-detais-dupd:
Readme:
path: readme.txt
dashboard-user-profile-dup:
Readme:
path: readme.txt
dashboard-welcome-for-beaver-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
dashboard-widget-api:
Readme:
path: readme.txt
dashboard-widget-control:
Readme:
path: readme.txt
dashboard-widget-sidebar:
Readme:
path: readme.txt
dashboard-widgets-network-removal:
Readme:
path: readme.txt
dashboard-wordcount:
Readme:
path: readme.txt
dashi:
Readme:
path: readme.txt
dashly:
TranslationFile:
class: BodyPattern
path: languages/dashly-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: dashly (?<v>\d+\.[\.\d]+)/i'
version: true
dashview:
TranslationFile:
class: BodyPattern
path: i18n/dashview-de_DE.po
pattern: !ruby/regexp /Project\-Id\-Version:\ DashView v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
daskal:
Readme:
path: readme.txt
dastyar-wp:
Readme:
path: readme.txt
dat-pass:
Readme:
path: readme.txt
data-access-levels:
Readme:
path: readme.txt
data-subject-access-request-form-dsar-sar-ccpa-seers:
Readme:
path: readme.txt
data-sync-q-by-wbsync:
QueryParameter:
files:
- public/css/data-sync-q-woocommerce-public.css
- public/js/data-sync-q-woocommerce-public.js
version: true
Readme:
path: README.txt
data-sync-x-by-wbsync:
QueryParameter:
files:
- public/css/data-sync-x-woocommerce-public.css
- public/js/data-sync-x-woocommerce-public.js
version: true
Readme:
path: README.txt
data-tables-generator-by-supsystic:
Readme:
path: readme.txt
data-visualizer:
Readme:
path: readme.txt
database-analyzer:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
database-browser:
Readme:
path: readme.txt
database-optimizer-by-bolo:
Readme:
path: readme.txt
database-peek:
Readme:
path: readme.txt
database-sync:
Readme:
path: readme.txt
datadev-jadlog-for-woocommerce:
Readme:
path: readme.txt
datadev-total-express-for-woocommerce:
Readme:
path: readme.txt
datalistit:
Readme:
path: readme.txt
datamentor:
Readme:
path:
- readme.txt
- datamentor/readme.txt
datastream:
Readme:
path: readme.txt
datawrapper-oembed:
Readme:
path: readme.txt
date-and-time-widget:
TranslationFile:
class: BodyPattern
path: languages/date-time.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Date and Time Widget (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
date-based-taxonomy-archives:
Readme:
path: readme.txt
date-counter:
Readme:
path: readme.txt
date-range-filter:
Readme:
path:
- readme.txt
- readme.md
date-time-picker-for-contact-form-7:
Readme:
path: readme.txt
date-time-picker-for-wpforms:
Readme:
path: readme.txt
date-time-range-picker-gravityforms:
Readme:
path: readme.txt
date-translate:
Readme:
path: Readme.txt
datearchives:
Readme:
path: readme.txt
datelist:
Readme:
path: readme.txt
datepicker-i18n:
Readme:
path: readme.txt
dation-woocommerce:
Readme:
path: readme.txt
daum-profile-comment:
Readme:
path: readme.txt
daumview:
Readme:
path: readme.txt
daves-external-search:
Readme:
path: readme.txt
daves-whizmatronic-widgulating-calibrational-scribometer:
Readme:
path: readme.txt
davons-floating-admin-bar:
TranslationFile:
class: BodyPattern
path: languages/davon-floating-admin-bar-de_DE.po
pattern: !ruby/regexp '/d\-Version: Davon[^s]+s Floating Admin Bar (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
dawanda-shop-plugin:
Readme:
path: readme.txt
daycounts-up-to-date:
Readme:
path: README.txt
daylife:
Readme:
path: readme.txt
days-until:
Readme:
path: readme.txt
db-cache-reloaded:
Readme:
path: readme.txt
db-cache-reloaded-fix:
Readme:
path: readme.txt
db-form:
Readme:
path: readme.txt
db-manager:
Readme:
path: readme.txt
db-optimize:
Readme:
path: readme.txt
db-redirect:
Readme:
path: readme.txt
db-robotstxt:
Readme:
path: readme.txt
db-share-count:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
db-signatures:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
db-size:
Readme:
path: readme.txt
dbank-uploader:
Readme:
path: readme.txt
dbc-backup-2:
Readme:
path: readme.txt
dbd-fire-fighter:
Readme:
path: readme.txt
dbd-footprints:
Readme:
path: readme.txt
dbd-mailto-encoder:
Readme:
path: readme.txt
dbd-pinterest-widget:
QueryParameter:
files:
- theme/css/dbd_pinterest.css
- theme/js/dbd_pinterest.js
version: true
Readme:
path: readme.txt
dbisso-cfs-taxonomy-field:
Readme:
path: readme.txt
dbpcloudwp:
Readme:
path: readme.txt
dbs-neatlygone:
Readme:
path: readme.txt
dbs-parspal-edd:
Readme:
path: readme.txt
dbs-parspal-justpay:
Readme:
path: readme.txt
dbt-extensions:
Readme:
path: readme.txt
dbview:
Readme:
path: readme.txt
dbwd-bookmark-page:
Readme:
path: readme.txt
dbwd-send-link:
Readme:
path: readme.txt
dc-edd-bkash-payment:
Readme:
path:
- readme.txt
- README.md
dc-oneclick:
Readme:
path: readme.txt
dc-simple-share-buttons:
Readme:
path: readme.txt
dc-x-simple-gallery:
Readme:
path: readme.txt
dcj-search-autocomplete:
Readme:
path: readme.txt
dd-contact-form:
Readme:
path: readme.txt
dd-page-widget:
Readme:
path: readme.txt
dd-rating:
Readme:
path: readme.txt
dd-switch:
Readme:
path: readme.txt
dd-twitter-widget:
Readme:
path: readme.txt
dday:
Readme:
path: readme.txt
ddev-find-replace:
Readme:
path: readme.txt
ddevs-media-gallery:
Readme:
path: readme.txt
ddirections:
Readme:
path: readme.txt
de-praktijk-index:
Readme:
path: readme.txt
de-social-login:
Readme:
path: readme.txt
de77-nofollower:
Readme:
path: readme.txt
de77-redirector:
Readme:
path: readme.txt
deactivate-users:
Readme:
path: readme.txt
deactive-visual-editor:
Readme:
path: readme.txt
dead-trees:
Readme:
path: readme.txt
deal-or-announcement-with-countdown-timer:
Readme:
path: readme.txt
dealdoktor-schnaeppchen-widget:
Readme:
path: readme.txt
dealnit-dealfeed-of-local-deals:
Readme:
path: readme.txt
deals:
Readme:
path: readme.txt
deals-engine:
Readme:
path: readme.txt
dealsurf:
Readme:
path: readme.txt
debatemaster:
Readme:
path: readme.txt
debian-ribbon:
Readme:
path: readme.txt
debian-sidebar:
Readme:
path: readme.txt
debian-sidebar-lite:
Readme:
path: readme.txt
debianfix:
Readme:
path: readme.txt
debogger:
Readme:
path: readme.txt
debounce-io-email-validator:
Readme:
path: readme.txt
debt-calculator:
Readme:
path: readme.txt
debtcom-business-in-a-box:
QueryParameter:
files:
- css/bib.min.css
version: true
debug-bar:
Readme:
path: readme.txt
debug-bar-actions-and-filters-addon:
Readme:
path: readme.txt
debug-bar-bbpress:
Readme:
path: readme.txt
debug-bar-console:
Readme:
path: readme.txt
debug-bar-constants:
QueryParameter:
files:
- js/jquery.ui.totop.min.js
version: true
debug-bar-cron:
Readme:
path: readme.txt
debug-bar-custom-info:
Readme:
path: readme.txt
debug-bar-elementor:
Readme:
path: README.txt
debug-bar-extender:
Readme:
path: readme.txt
debug-bar-hook-log:
Readme:
path:
- readme.txt
- readme.md
debug-bar-list-dependencies:
Readme:
path: readme.txt
debug-bar-query-count-alert:
Readme:
path: readme.txt
debug-bar-query-tracer:
Readme:
path: readme.txt
debug-bar-remote-requests:
Readme:
path: readme.txt
debug-bar-rewrite-rules:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
debug-bar-roles-and-capabilities:
Readme:
path: readme.txt
debug-bar-screen-info:
Readme:
path: readme.txt
debug-bar-shortcodes:
Readme:
path: readme.txt
debug-bar-sidebars-widgets:
Readme:
path: readme.txt
debug-bar-super-globals:
Readme:
path: readme.txt
debug-bar-timber:
Readme:
path: readme.txt
debug-bar-toggle:
Readme:
path: readme.txt
debug-bar-tracer:
Readme:
path: readme.txt
debug-bar-transients:
Readme:
path: readme.txt
debug-editor:
Readme:
path: readme.txt
debug-notifer:
Readme:
path: readme.txt
debug-objects:
Readme:
path: readme.txt
debug-plugin-activation-errors:
Readme:
path: readme.txt
debug-queries:
Readme:
path: readme.txt
debug-tools:
Readme:
path: readme.txt
debug-wp-redirect:
Readme:
path: readme.txt
debugger:
Readme:
path: readme.txt
debuggify:
Readme:
path: readme.txt
debugging-translation:
Readme:
path: readme.txt
debugpress:
Readme:
path: readme.txt
decent-comments:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
decfirebase:
Readme:
path: readme.txt
decision-tree:
Readme:
path: readme.txt
decode-reply-tool:
Readme:
path: readme.txt
decorative-caps-with-series:
Readme:
path: readme.txt
dedinomy:
Readme:
path: readme.txt
deep-free-plus:
QueryParameter:
files:
- assets/dist/css/frontend/header-builder/header-builder.css
- admin/header-builder/assets/src/frontend/whb-jquery-plugins.js
- admin/header-builder/assets/src/frontend/whb-frontend.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
deepcore:
TranslationFile:
class: BodyPattern
path: languages/deep.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Deepcore (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
deeper-comments:
QueryParameter:
files:
- views/css/package/iconfonts.css
- views/css/deeper.min.css
- views/js/deeper.min.js
version: true
deezer-widget:
Readme:
path: readme.txt
default-attributes-for-woocommerce:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/default-attributes-for-woocommerce-he_IL.po
pattern: !ruby/regexp '/ion: Default Attributes for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
default-author-category:
Readme:
path: readme.txt
default-blog-options:
Readme:
path: Readme.txt
default-categories:
Readme:
path: readme.txt
default-category:
Readme:
path: readme.txt
default-classic-editor:
Readme:
path: readme.txt
default-displayname:
Readme:
path: readme.txt
default-featured-image:
Readme:
path: readme.txt
default-gravatar-sans:
Readme:
path: readme.txt
default-image-link:
Readme:
path: readme.txt
default-image-settings:
Readme:
path: readme.txt
default-post-datetime:
Readme:
path: readme.txt
default-post-thumbnail-image:
Readme:
path: readme.txt
default-quantity-for-woocommerce:
Readme:
path: readme.txt
default-startup-folder-for-real-media-library:
Readme:
path: readme.txt
default-text:
Readme:
path: readme.txt
default-theme-pages:
Readme:
path: README.txt
default-thumbnail-plus:
Readme:
path: readme.txt
default-to-bbpress-dashboard-style:
Readme:
path: readme.txt
default-values-for-attachments:
Readme:
path: readme.txt
defender-by-played:
Readme:
path: readme.txt
defender-security:
TranslationFile:
class: BodyPattern
path: languages/wpdef-default.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ WP Defender Pro (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
define-server:
Readme:
path: readme.txt
definitive-addons-for-elementor:
Readme:
path: readme.txt
degradable-html5-audio-and-video:
Readme:
path: readme.txt
deiknumi:
Readme:
path: README.md
deixto-for-windows-servers:
Readme:
path: readme.txt
dekabotann:
Readme:
path: readme.txt
delay-print-css:
Readme:
path: readme.txt
delay-rss-feeds:
Readme:
path: readme.txt
delete-all-comments-easily:
Readme:
path: readme.txt
delete-all-comments-of-website:
Readme:
path: readme.txt
delete-all-duplicate-posts:
Readme:
path: readme.txt
delete-all-pending-comments:
Readme:
path: readme.txt
delete-bad-behavior-log:
Readme:
path: readme.txt
delete-comments-by-status:
Readme:
path: readme.txt
delete-custom-fields:
Readme:
path: readme.txt
delete-default-post:
Readme:
path: readme.txt
delete-delete-site:
Readme:
path: readme.txt
delete-duplicate-data:
Readme:
path: readme.txt
delete-duplicate-posts:
Readme:
path: readme.txt
delete-expired-transients:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
delete-multiple-themes:
Readme:
path: readme.txt
delete-old-orders:
Readme:
path: readme.txt
delete-original-image:
Readme:
path:
- readme.txt
- README.md
delete-pending-comments:
Readme:
path: readme.txt
delete-post-revision:
Readme:
path: readme.txt
delete-post-swrs:
Readme:
path: README.txt
delete-revision:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
delete-spam-daily:
Readme:
path: readme.txt
delete-thumbnails:
Readme:
path: readme.txt
delete-wp-login-php:
Readme:
path: readme.md
delhivery-logistics-courier:
Readme:
path: readme.txt
delicatessen:
Readme:
path: readme.txt
delicious-bookmark-button:
Readme:
path: readme.txt
delicious-bookmark-this:
Comment:
xpath: //comment()[contains(., "del.icio.us - Bookmark this")]
pattern: !ruby/regexp /"del\.icio\.us \- Bookmark this!", a WordPress Plugin
of Arne Brachhold, v(?<v>\d+\.[\.\d]+)/i
version: true
delicious-cached:
Readme:
path:
- readme.txt
- README.md
delicious-curator:
Readme:
path: readme.txt
delicious-plus:
Readme:
path: readme.txt
delicious-recipes:
QueryParameter:
files:
- "/assets/public/css/min/delicious-recipes-public.min.css"
- "/assets/public/js/min/delicious-recipes-public.min.js"
version: true
TranslationFile:
class: BodyPattern
path: languages/delicious-recipes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Delicious Recipes (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
delicious-tagroll-shortcode:
Readme:
path: readme.txt
delicious-xml-importer:
Readme:
path: readme.txt
delightful-downloads:
QueryParameter:
files:
- assets/css/delightful-downloads.min.css
version: true
Readme:
path: readme.txt
delink-comment-author:
Readme:
path: README.txt
delink-pages:
Readme:
path: readme.txt
delivery-area-with-google-maps:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
delivery-date-and-time:
Readme:
path: readme.txt
delivery-date-for-woocommerce:
QueryParameter:
files:
- public/css/delivery_date_for_woocommerce-public.css
- public/css/jquery-ui.css
- public/js/delivery_date_for_woocommerce-public.js
version: true
delivery-date-system-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/delivery-date-system.pot
pattern: !ruby/regexp '/n: Delivery Date System for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
delivery-drivers-for-woocommerce:
QueryParameter:
files:
- public/css/ddwc-public.css
- public/js/ddwc-public.js
version: true
delivery-management:
Readme:
path: Readme.txt
delivery-rate-for-sagawa-express:
Readme:
path: readme.txt
delivery-rate-for-yamato-transport:
Readme:
path: readme.txt
delivery-times-for-woocommerce:
Readme:
path: README.txt
delivery-woo:
Readme:
path: readme.txt
delucks-seo:
Comment:
xpath: //comment()[contains(., "DELUCKS SEO Plugin")]
pattern: !ruby/regexp '/LUCKS SEO Plugin for WordPress Version: (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: language/delucks-seo-de_DE_formal.po
pattern: !ruby/regexp '/"X\-Loco\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
demetra-chat:
QueryParameter:
files:
- public/css/demetrachat-public.css
version: true
demo-awesome:
Readme:
path: README.txt
demo-bar:
TranslationFile:
class: BodyPattern
path: languages/demo-bar.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Demo Bar (?<v>\d+\.[\.\d]+)/i
version: true
demo-data-creator:
Readme:
path: readme.txt
demo-import-kit:
Readme:
path: readme.txt
demo-importer:
Readme:
path: readme.txt
demographic-data-in-google-analytics:
Readme:
path: readme.txt
demoify-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
demomentsomtres-accommodation:
Readme:
path: readme.txt
demomentsomtres-address:
Readme:
path: readme.txt
demomentsomtres-categories:
Readme:
path: readme.txt
demomentsomtres-classify-on-publish:
Readme:
path: readme.txt
demomentsomtres-equips:
Readme:
path: README.txt
demomentsomtres-escapadarural-review:
Readme:
path: readme.txt
demomentsomtres-grid-archive:
Readme:
path: readme.txt
demomentsomtres-image-feed-widget:
Readme:
path: readme.txt
demomentsomtres-media-tools-auto:
Readme:
path: readme.txt
demomentsomtres-night-and-day:
Readme:
path: README.txt
demomentsomtres-order-shortcodes:
Readme:
path: readme.txt
demomentsomtres-plugins:
Readme:
path: readme.txt
demomentsomtres-promotions:
Readme:
path: README.txt
demomentsomtres-resource-library:
Readme:
path: readme.txt
demomentsomtres-shortcodes:
Readme:
path: README.txt
demomentsomtres-titol:
Readme:
path: readme.txt
demomentsomtres-tools:
Readme:
path: readme.txt
demomentsomtres-vc-cpw:
Readme:
path: readme.txt
demomentsomtres-wc-lazy:
Readme:
path: readme.txt
demomentsomtres-wc-minimum-purchase-message:
TranslationFile:
class: BodyPattern
path: languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po
pattern: !ruby/regexp /Tres Woocommerce Free Shipping Message v(?<v>\d+\.[\.\d]+)/i
version: true
demomentsomtres-woocommerce-delivery:
Readme:
path: readme.txt
demomentsomtres-woocommerce-minimum-purchase-message:
TranslationFile:
class: BodyPattern
path: languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po
pattern: !ruby/regexp /Tres Woocommerce Free Shipping Message v(?<v>\d+\.[\.\d]+)/i
version: true
demopress:
Readme:
path: readme.txt
denade-translate:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
denovi:
Readme:
path: readme.txt
dental-marketing-system:
Readme:
path: readme.txt
dental-optimizer-patient-generator-app:
Readme:
path: readme.txt
deny-tor-auth:
Readme:
path: readme.txt
dependency-minification:
Readme:
path:
- readme.txt
- readme.md
deploy-helper:
Readme:
path: readme.txt
deploy-netlifypress:
Readme:
path: readme.txt
deposits-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/deposits-for-woocommerce.pot
pattern: !ruby/regexp /ts and Partial Payments for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
deprecation-checker:
Readme:
path: readme.txt
depublish-posts:
TranslationFile:
class: BodyPattern
path: lang/wp-depublish-posts.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Depublish Posts (?<v>\d+\.[\.\d]+)/i
version: true
deregister-contact-form-7:
Readme:
path: readme.txt
derweili-fb-chat:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
descriptions-as-captions-in-galleries:
Readme:
path: readme.txt
descriptive-menu-widget:
Readme:
path: readme.txt
design-experiments:
Readme:
path: readme.txt
design-sidebar-using-page-builder:
TranslationFile:
class: BodyPattern
path: languages/sidebar-using-page-builder.pot
pattern: !ruby/regexp '/sion: Design Sidebar Using Page Builder (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
deskaddons-for-beaver-builder-lite:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
deskero:
Readme:
path: readme.txt
dessky-responsive-slider:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
dessky-security:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
destroy-this-site:
QueryParameter:
files:
- scripts.js
version: true
details-king-pro:
Readme:
path: readme.txt
detect-missing-adblocker:
Readme:
path: readme.txt
detect-search-engine-referrer:
Readme:
path: readme.txt
detectify-for-wp:
Readme:
path: readme.txt
detector:
Readme:
path:
- readme.txt
- README.md
dethemekit-for-elementor:
Readme:
path: README.txt
detrack-woocommerce:
Readme:
path: readme.txt
dev-corner-badge:
Readme:
path: readme.txt
dev-theme:
Readme:
path: readme.txt
dev-toolbox:
Readme:
path: readme.txt
devbuddy-twitter-feed:
Readme:
path: readme.txt
devel:
Readme:
path: readme.txt
developer:
Readme:
path: readme.txt
developer-code-editor:
Readme:
path: readme.txt
developer-info:
Readme:
path: readme.txt
developer-mode:
Readme:
path: readme.txt
developer-options-plugin:
Readme:
path: readme.txt
developer-share-buttons:
Readme:
path: readme.txt
developer-showcase:
Readme:
path: readme.txt
developer-tool:
TranslationFile:
class: BodyPattern
path: languages/dev-tool.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Developer Tool (?<v>\d+\.[\.\d]+)/i'
version: true
developer-toolbar:
Readme:
path: readme.txt
developers-codebox:
Readme:
path: readme.txt
development-environment-notification:
Readme:
path: readme.txt
development-mode-for-jetpack:
Readme:
path: readme.txt
development-notice:
Readme:
path: readme.txt
developry-google-fonts:
Readme:
path: readme.txt
deviant-thumbs:
Readme:
path: readme.txt
deviantart-last-deviation:
Readme:
path: readme.txt
deviantart-muro:
Readme:
path: README.txt
device-aware-content:
Readme:
path: readme.txt
device-detect:
TranslationFile:
class: BodyPattern
path: languages/device-detect-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Device Detect (?<v>\d+\.[\.\d]+)/i'
version: true
device-detector:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
device-mockups:
Readme:
path: readme.txt
device-theme-switcher:
Readme:
path: readme.txt
devllo-events-pmpro:
Readme:
path: readme.txt
devnia-pm-based-on-cartpauj-pm:
Readme:
path: readme.txt
devowelizer:
Readme:
path: readme.txt
devrama-image-lazyload:
QueryParameter:
files:
- app/default/views/js/jquery.devrama.lazyload.min-0.9.3.js
version: true
Readme:
path: readme.txt
devrix-dark-site:
Readme:
path: readme.txt
devto-articles-on-wp:
QueryParameter:
files:
- "/assets/devtowp.css"
version: true
Readme:
path: readme.txt
devvn-image-hotspot:
QueryParameter:
files:
- frontend/css/ihotspot.min.css
- frontend/js/jquery.ihotspot.min.js
version: true
devxwp-atc-text-for-woocommerce:
Readme:
path: readme.txt
dewdrop-custom-scrollbar:
Readme:
path: readme.txt
deweys-open-graph-helper:
Readme:
path: README.txt
deweys-twitter-card-helper:
Readme:
path: README.txt
dewtube-video-player:
Readme:
path: readme.txt
dexatel-for-woocommerce:
Readme:
path: README.txt
dexonline-searchbox:
TranslationFile:
class: BodyPattern
path: languages/dexonline-searchbox-de_DE.po
pattern: !ruby/regexp /Translation of the Dexonline Searchbox (?<v>\d+\.[\.\d]+)/i
version: true
dezo-tools:
TranslationFile:
class: BodyPattern
path: languages/dezo-tools.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ dezo\-tools (?<v>\d+\.[\.\d]+)/i
version: true
df-draggable:
Readme:
path: readme.txt
df-pagination:
TranslationFile:
class: BodyPattern
path: I18n/df-pagination.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ DF\-Pagination (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
dfd-reddcoin-tips:
Readme:
path: readme.txt
dforms:
Readme:
path: readme.txt
dfoxm-mugglepay-for-woocommerce:
Readme:
path: readme.txt
dg-auto-login:
Readme:
path: readme.txt
dg-random-image:
Readme:
path: readme.txt
dge-inlinerss:
Readme:
path: readme.txt
dgxpco:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
dh-admin-themes:
Readme:
path: readme.txt
dh-anti-adblocker:
Readme:
path: readme.txt
dh-dashboard-quick-content-access:
TranslationFile:
class: BodyPattern
path: languages/dh-widget-dashqa-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: dh\-widget\-dashqa (?<v>\d+\.[\.\d]+)/i'
version: true
dh-events-calendar:
Readme:
path: readme.txt
dh-generate-images:
Readme:
path: readme.txt
dh-local-seo:
Readme:
path: readme.txt
dh-new-mark:
TranslationFile:
class: BodyPattern
path: languages/dh-new-mark-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: DH New Mark Ver (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
dh-rename-login-url:
Readme:
path: readme.txt
dharana-online-service:
Readme:
path: README.txt
dhshcu:
Readme:
path: readme.txt
di-blocks:
QueryParameter:
files:
- dist/blocks.style.build.css
- assets/js/animate.min.js
version: true
Readme:
path: readme.txt
di-multipurpose-demo-importer:
Readme:
path: readme.txt
di-themes-demo-site-importer:
Readme:
path: readme.txt
diablo-3-tooltip:
Readme:
path: readme.txt
diagnosis:
Readme:
path: readme.txt
dial-voyants:
Readme:
path: readme.txt
dialog-ez-cash-payment-gateway-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
dialogfeed:
Readme:
path: readme.txt
dialogity-website-chat:
Readme:
path: readme.txt
dialogue-layout:
TranslationFile:
class: BodyPattern
path: language/dialogue-layout.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Dialogue Layout (?<v>\d+\.[\.\d]+)/i
version: true
diamond-image-size-fix:
Readme:
path: readme.txt
diary-availability-calendar:
Readme:
path: readme.txt
dibs-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
diccionario-de-terminos-y-definiciones-terms-and-definitions-dictionary:
Readme:
path: readme.txt
dice-widget:
Readme:
path: readme.txt
dicentis-podcast:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
dictation-speech-recognition:
QueryParameter:
files:
- css/dictation.css
version: true
Readme:
path: README.txt
dictionary:
Readme:
path: readme.txt
did-prestashop-display:
Readme:
path: README.txt
did-you-mean:
Readme:
path: readme.txt
diffen:
Readme:
path: readme.txt
different-menus-in-different-pages:
QueryParameter:
files:
- public/css/different-menus-for-different-page-public.css
- public/js/different-menus-for-different-page-public.js
version: true
digest:
TranslationFile:
class: BodyPattern
path: languages/digest.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Digest Notifications (?<v>\d+\.[\.\d]+)/i
version: true
digest-post:
Readme:
path: readme.txt
digg:
Readme:
path: readme.txt
digg-links:
Readme:
path: readme.txt
digg-this-button:
Readme:
path: readme.txt
digg-this-o-mine:
Readme:
path: README.txt
digg-widget:
Readme:
path: readme.txt
digibyte-pay-for-woocommerce:
Readme:
path: readme.txt
digipass:
QueryParameter:
files:
- public/assets/css/dp-public.css
- public/assets/js/dp-public.js
version: true
digital-art-image-gallery:
Readme:
path: readme.txt
digital-certainty:
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
digital-climate-strike-wp:
QueryParameter:
files:
- public/css/digital-climate-strike-wp-public.css
- public/js/digital-climate-strike-wp-public.js
version: true
digital-edition:
Readme:
path: readme.txt
digital-events-calendar:
Readme:
path: readme.txt
digital-marketing-agency-templates-for-elementor:
Readme:
path: readme.txt
digital-product-support-for-woocommerce:
Readme:
path: readme.txt
digital-raindrops-cms-lite:
Readme:
path: readme.txt
digital-raindrops-page-styles:
Readme:
path: readme.txt
digital-sense-whatsapp-enquiry-for-products:
Readme:
path: readme.txt
digitalpush:
TranslationFile:
class: BodyPattern
path: languages/insert-headers-and-footers.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: DigitalPUSH (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
digitimber-cpanel-integration:
Readme:
path: readme.txt
digitsix-simple-contact-form:
Readme:
path: readme.txt
digressit:
Readme:
path: readme.txt
diigorss:
Readme:
path: readme.txt
diller-app:
Readme:
path: readme.txt
dima-take-action:
QueryParameter:
files:
- public/css/dima-take-action-public.css
- public/js/dima-take-action-public.js
version: true
dimme-calendar:
Readme:
path: readme.txt
dimme-googlemaps:
Readme:
path: readme.txt
dining-dashboard:
Readme:
path:
- readme.txt
- README.md
dippsy:
Readme:
path: readme.txt
direct-checkout:
QueryParameter:
files:
- public/css/direct-checkout-public.css
- public/js/direct-checkout-public.js
version: true
direct-checkout-for-woocommerce:
Readme:
path: readme.txt
direct-download-plugins-and-themes-zip:
Readme:
path: readme.txt
direct-free-downloads-button:
Readme:
path: readme.txt
directa24-for-woocommerce:
Readme:
path: readme.txt
directedit:
Readme:
path: README.txt
direction-map:
Readme:
path: readme.txt
directiq-wp:
Readme:
path: readme.txt
directly-import:
Readme:
path: readme.txt
directo-pago-payments-for-woocommerce:
Readme:
path: readme.txt
directorypress-reassign-authors:
Readme:
path: readme.txt
dirigible-seo:
Readme:
path: readme.txt
dirittopratico:
Readme:
path: readme.txt
dirt-directory-client:
TranslationFile:
class: BodyPattern
path: languages/dirt-directory-client.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ DiRT Directory Client (?<v>\d+\.[\.\d]+)/i
version: true
dirty-suds-export-to-indesign:
Readme:
path: readme.txt
dirtysuds-category-thumbnail:
Readme:
path: readme.txt
dirtysuds-embed-pdf:
Readme:
path: readme.txt
dirtysuds-embed-rss:
Readme:
path: readme.txt
dirtysuds-kill-howdy:
Readme:
path: readme.txt
dirtysuds-postlist:
Readme:
path: readme.txt
disable-admin-notices:
Readme:
path: readme.txt
disable-administration-email-verification-prompt:
Readme:
path: readme.txt
disable-all-updates:
Readme:
path: readme.txt
disable-analytics-for-woocommerce:
Readme:
path: readme.txt
disable-application-passwords:
Readme:
path: readme.txt
disable-author-archive-redirection:
Readme:
path: readme.txt
disable-author-pages:
Readme:
path: readme.txt
disable-auto-tag-suggestion:
Readme:
path: readme.txt
disable-auto-update-email-notifications:
Readme:
path: readme.txt
disable-automatic-p-tags:
Readme:
path: readme.txt
disable-automatic-theme-plugin-updates:
TranslationFile:
class: BodyPattern
path: languages/disable-plugin-theme-auto-updates.pot
pattern: !ruby/regexp /isable Automatic Theme & Plugin Updates (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
disable-automatic-update-for-all-plugins:
Readme:
path: readme.txt
disable-autosave:
Readme:
path: readme.txt
disable-bbpress-profile-override:
Readme:
path: readme.txt
disable-big-image-threshold:
Readme:
path: readme.txt
disable-block-editor-fullscreen-mode:
Readme:
path: README.txt
disable-blog:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
disable-browser-telephone-format-detection:
Readme:
path: readme.txt
disable-check-comment-flood:
Readme:
path: readme.txt
disable-comments:
Readme:
path: readme.txt
disable-comments-by-referer:
Readme:
path:
- readme.txt
- README.md
disable-comments-for-post-types:
Readme:
path: readme.txt
disable-comments-on-post-categories:
Readme:
path: readme.txt
disable-comments-selectively:
Readme:
path: readme.txt
disable-comments-with-google-authorship:
Readme:
path: readme.txt
disable-core-block-patterns:
Readme:
path: readme.txt
disable-core-lazy-loading:
Readme:
path: readme.txt
disable-dashboard-for-woocommerce:
Readme:
path: readme.txt
disable-dashboard-widgets:
Readme:
path: readme.txt
disable-directory-listings:
TranslationFile:
class: BodyPattern
path: disable-directory-listings.pot
pattern: !ruby/regexp '/\-Id\-Version: Disable Directory Listings (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
disable-dns-prefetch:
Readme:
path: readme.txt
disable-editor:
Readme:
path: readme.txt
disable-editor-autofit:
Readme:
path: readme.txt
disable-email-notifications:
Readme:
path: readme.txt
disable-emails:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
disable-embeds:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
disable-emojis:
Readme:
path: readme.txt
disable-featured-image-the-events-calendar:
Readme:
path: readme.txt
disable-feeds:
TranslationFile:
class: BodyPattern
path: languages/disable-feeds.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Disable Feeds (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
disable-flamingo-addressbook:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
disable-fullscreen-mode:
Readme:
path: readme.txt
disable-generate-thumbnails:
Readme:
path: readme.txt
disable-google-fonts:
Readme:
path: readme.txt
disable-google-maps:
Readme:
path: readme.txt
disable-grunion-admin-link:
Readme:
path: readme.txt
disable-gutenberg:
Readme:
path: readme.txt
disable-gutenberg-autosave:
Readme:
path: readme.txt
disable-gutenberg-classic-editor:
Readme:
path: readme.txt
disable-hide-comment-url:
Readme:
path: readme.txt
disable-insecure-features:
Readme:
path: readme.txt
disable-jpeg-image-compression:
Readme:
path: readme.txt
disable-json-api:
Readme:
path: readme.txt
disable-lazy-load:
Readme:
path: readme.md
disable-lazy-loading:
Readme:
path: readme.txt
disable-magpie-rss-cache:
Readme:
path: readme.txt
disable-media-pages:
Readme:
path: readme.txt
disable-media-sizes:
Readme:
path: readme.txt
disable-media-uploader-button:
Readme:
path: readme.txt
disable-native-image-compression:
Readme:
path: readme.txt
disable-next-step-with-enter-in-elementor-forms:
Readme:
path: README.txt
disable-ozhs-admin-dropdown-menu:
Readme:
path: readme.txt
disable-parent-menu-link:
Readme:
path: readme.txt
disable-password-reset:
Readme:
path: readme.txt
disable-password-reset-extended:
Readme:
path: readme.txt
disable-pingbacks:
Readme:
path: readme.txt
disable-plugins:
Readme:
path: readme.txt
disable-plugins-scripts:
Readme:
path: readme.md
disable-pointers:
Readme:
path: readme.txt
disable-post-comments:
Readme:
path: readme.txt
disable-post-fonctionnality:
Readme:
path: readme.txt
disable-post-format-ui:
Readme:
path: readme.txt
disable-post-locking:
Readme:
path: readme.txt
disable-post-password:
Readme:
path: readme.txt
disable-real-mime-check:
Readme:
path: readme.txt
disable-registration-email:
Readme:
path: readme.txt
disable-remove-google-fonts:
Readme:
path: readme.txt
disable-right-click:
Readme:
path: readme.txt
disable-right-click-and-content-copy-protection:
Readme:
path: readme.txt
disable-right-click-for-wp:
Readme:
path: readme.txt
disable-right-click-images:
QueryParameter:
files:
- script.js
version: true
Readme:
path: readme.txt
disable-right-click-powered-by-pixterme:
TranslationFile:
class: BodyPattern
path: languages/pixterme.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Pixter Me (?<v>\d+\.[\.\d]+)/i
version: true
disable-rss:
Readme:
path: readme.txt
disable-search:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
disable-search-slug:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
disable-shipments-when-the-free-one-is-active:
Readme:
path: readme.txt
disable-site:
Readme:
path: README.txt
disable-site-delete:
Readme:
path: readme.txt
disable-site-health:
Readme:
path: readme.txt
disable-sitemap:
Readme:
path: readme.txt
disable-styles-scripts:
Readme:
path: readme.txt
disable-theme-and-plugin-auto-update-emails:
Readme:
path: readme.txt
disable-theme-and-plugin-editor:
Readme:
path: readme.txt
disable-thumbnails-and-threshold:
Readme:
path: readme.txt
disable-title:
TranslationFile:
class: BodyPattern
path: languages/disable_title-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Disable Title v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
disable-toolbar:
Readme:
path: readme.txt
disable-trackbacks:
Readme:
path: readme.txt
disable-twitter-embeds:
Readme:
path: readme.txt
disable-unsplash-cdn:
Readme:
path: readme.txt
disable-unused-features:
Readme:
path: readme.txt
disable-user:
Readme:
path: readme.txt
disable-user-login:
Readme:
path: readme.txt
disable-users:
Readme:
path: readme.txt
disable-visual-editor:
Readme:
path: readme.txt
disable-woo-analytics:
Readme:
path: readme.txt
disable-woocom-logout-confirmation:
Readme:
path: readme.txt
disable-wp-comments:
QueryParameter:
files:
- public/css/disable-wp-comments-public.css
- public/js/disable-wp-comments-public.js
version: true
Readme:
path: README.txt
disable-wp-debug:
Readme:
path: readme.txt
disable-wp-e-commerce-dynamic-style-sheet:
Readme:
path: readme.txt
disable-wp-lazy-load:
Readme:
path: readme.txt
disable-wp-new-user-notification:
Readme:
path: readme.txt
disable-wp-notification:
Readme:
path: README.txt
disable-wp-sitemap:
Readme:
path: readme.txt
disable-wp-sitemaps:
Readme:
path: readme.txt
disable-wpautop:
Readme:
path: readme.txt
disable-xml-rpc:
Readme:
path: readme.txt
disable-xml-rpc-api:
Readme:
path: readme.txt
disable-xml-rpc-fully:
Readme:
path: README.txt
disable-xml-rpc-methods:
Readme:
path: readme.txt
disable-xml-rpc-pingback:
Readme:
path: readme.txt
disable-xml-rpc-unset-x-pingback:
Readme:
path: readme.txt
disableremove-howdy:
Readme:
path: readme.txt
disableremove-login-hints:
Readme:
path: readme.txt
disclosure-picker:
Readme:
path: README.txt
discography:
Readme:
path: readme.txt
discordian-date:
Readme:
path: readme.txt
discordian-date-function:
Readme:
path: readme.txt
discount-and-dynamic-pricing:
Readme:
path: readme.txt
discount-for-woocommerce:
Readme:
path: readme.txt
discount-payment-moona:
Readme:
path: readme.txt
discounts-for-thecartpress:
Readme:
path: readme.txt
discourage-search-engines-dashboard-notification:
Readme:
path: readme.txt
discreet-toolbar:
Readme:
path: readme.txt
discuss-on-twitter:
Readme:
path: readme.txt
disha-pages-wp:
Readme:
path:
- readme.txt
- README.md
dishsoap:
Readme:
path: readme.txt
disk-space-pie-chart:
Readme:
path: readme.txt
disk-space-usage:
Readme:
path: readme.txt
disk-usage:
Readme:
path: readme.txt
diskusijamlv-wordpress-plugin:
Readme:
path: readme.txt
dislike:
Readme:
path: readme.txt
dispatch-countdown:
Readme:
path: readme.txt
dispensary-age-verification:
QueryParameter:
files:
- public/css/dispensary-age-verification-public.css
- public/js/dispensary-age-verification-public.js
version: true
dispensary-coupons:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
dispensary-tinctures:
QueryParameter:
files:
- public/css/wpd-tinctures-public.css
- public/js/wpd-tinctures-public.js
version: true
display-all-image-file-path:
Readme:
path: readme.txt
display-attached-file-size:
Readme:
path: readme.txt
display-authors-widget:
Readme:
path: readme.txt
display-categories-widget:
Readme:
path: readme.txt
display-category-image:
Readme:
path: readme.txt
display-cpg-thumbnails:
Readme:
path: readme.txt
display-custom-fields:
Readme:
path: readme.txt
display-environment-type:
Readme:
path: readme.txt
display-facebook-feed-widget:
Readme:
path: readme.txt
display-featured-image-genesis:
TranslationFile:
class: BodyPattern
path: languages/display-featured-image-genesis.pot
pattern: !ruby/regexp /ion:\ Display Featured Image for Genesis (?<v>\d+\.[\.\d]+)/i
version: true
display-file-sizes:
Readme:
path: readme.txt
display-future-posts:
Readme:
path: readme.txt
display-git-status:
TranslationFile:
class: BodyPattern
path: languages/display-git-status.pot
pattern: !ruby/regexp '/\-Id\-Version: Display Display Git Status (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
display-html-sitemap:
Readme:
path: readme.txt
display-kitchen-sink-by-default-in-visual-editor:
Readme:
path: readme.txt
display-latest-rss-feeds:
Readme:
path: readme.txt
display-links-by-category:
Readme:
path: readme.txt
display-live-visitors-counter:
Readme:
path: readme.txt
display-metadata:
Readme:
path: readme.txt
display-opencart-category:
Readme:
path: readme.txt
display-pages-shortcode:
Readme:
path: readme.txt
display-php-version:
Readme:
path: readme.txt
display-phpbb-forums:
Readme:
path: readme.txt
display-popular-post:
Readme:
path: readme.txt
display-post-meta:
Readme:
path: readme.txt
display-post-number:
Readme:
path: readme.txt
display-post-types:
QueryParameter:
files:
- frontend/css/style.css
- frontend/js/bricklayer.build.js
- frontend/js/flickity.pkgd.min.js
- frontend/js/scripts.build.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/display-post-types.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: display\-post\-types (?<v>\d+\.[\.\d]+)/i'
version: true
display-posts-shortcode:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
Readme:
path:
- readme.txt
- README.md
display-product-variations-dropdown-on-shop-page:
Readme:
path: readme.txt
display-queries:
Readme:
path: readme.txt
display-random-post-as-tweet:
Readme:
path: readme.txt
display-recently-registered-users:
Readme:
path: readme.txt
display-shipping-class-in-cart-woo:
Readme:
path: readme.txt
display-sql-stats:
Readme:
path: readme.txt
display-taxes-on-product-page-woocommerce:
TranslationFile:
class: BodyPattern
path: mlfactory_tax_plugin-de_DE.po
pattern: !ruby/regexp /oject\-Id\-Version:\ MLFactory Tax Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
display-team-members:
Readme:
path: readme.txt
display-template-name:
Readme:
path: readme.txt
display-terms-shortcode:
TranslationFile:
class: BodyPattern
path: languages/display-terms-shortcode.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Display Terms Shortcode (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
display-this-when:
Readme:
path: readme.txt
display-timezone:
Readme:
path: readme.txt
display-title-only:
Readme:
path: readme.txt
display-tweets-php:
Readme:
path: readme.txt
display-url-params:
Readme:
path: readme.txt
display-vbulletin-node:
Readme:
path: readme.txt
display-wordpress-version:
Readme:
path: readme.txt
display-xenforo-node:
Readme:
path: readme.txt
display-your-zenodo-community:
QueryParameter:
files:
- public/css/display-your-zenodo-community-public.css
- public/js/display-your-zenodo-community-public.js
version: true
Readme:
path: README.txt
displayingcountries:
Readme:
path: readme.txt
displayproduct:
Readme:
path: readme.txt
displayrandompost:
Readme:
path: readme.txt
disposable-email-blocker-gravityforms:
Readme:
path: readme.txt
disposable-email-blocker-wpforms:
Readme:
path: readme.txt
disqus-comment-system:
Readme:
path: README.txt
disqus-comments-importer:
Readme:
path: readme.txt
disqus-conditional-js-load:
Readme:
path: readme.txt
disqus-language:
Readme:
path: readme.txt
disqus-notify-content-author:
Readme:
path: readme.txt
disqus-popular-threads-widget:
Readme:
path: readme.txt
disqus-recent-comments-widget:
Readme:
path: readme.txt
disqus-recent-comments-widget-advanced:
Readme:
path: readme.txt
distancefromme:
Readme:
path: readme.txt
distancr:
Readme:
path: readme.txt
distinct-preview:
Readme:
path: readme.txt
distinctive-lightbox:
QueryParameter:
files:
- dist/css/style.css
- dist/js/frontend.js
version: true
distraction-free-writing-mode-themes:
Readme:
path: readme.txt
distroy-ie:
Readme:
path: readme.txt
ditto:
Readme:
path: readme.txt
ditty-news-ticker:
QueryParameter:
files:
- assets/fontastic/styles.css
- assets/css/style.css
- legacy/static/libs/fontastic/styles.css
- legacy/static/js/jquery.touchSwipe.min.js
version: true
Readme:
path: readme.txt
div-shortcode:
Readme:
path: readme.txt
divebook:
Readme:
path: readme.txt
divelogs-widget:
Readme:
path: readme.txt
diviner-blocks:
Readme:
path: readme.txt
divup-content:
Readme:
path: readme.txt
divx-web-player-generator:
Readme:
path: readme.txt
diwali:
Readme:
path: readme.txt
dj-email-publish:
Readme:
path: readme.txt
dj-on-air-widget:
Readme:
path: readme.txt
djd-site-post:
Readme:
path: README.txt
djmetabox:
Readme:
path: readme.txt
djpress:
Readme:
path: readme.txt
dk-new-medias-image-rotator-widget:
Readme:
path: readme.txt
dk-pdf:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
dk-pricr-responsive-pricing-table:
Readme:
path: readme.txt
dka-child-pages-widget:
Readme:
path: readme.txt
dko-openid-delegation:
Readme:
path: README.txt
dkoated-cta-buttons:
QueryParameter:
files:
- css/dkoated-cta-buttons.css
version: true
Readme:
path: readme.txt
dl-admin-bar-bottom-position:
Readme:
path: readme.txt
dl-block:
Readme:
path: readme.txt
dl-block-right-mouse-button:
Readme:
path: readme.txt
dl-imgbanner-widget:
Readme:
path: readme.txt
dl-maintenance-mode:
Readme:
path: readme.txt
dl-robotstxt:
Readme:
path: readme.txt
dl-verification:
Readme:
path: readme.txt
dlmenu:
Readme:
path: readme.txt
dm-confirm-email:
Readme:
path: readme.txt
dm4extensions:
Readme:
path: readme.txt
dma-woo-modal-cart-lite:
Readme:
path: readme.txt
dmaps:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
Readme:
path: readme.txt
dmb-lyrics:
Readme:
path: readme.txt
dms-shortcode-module-for-divi:
Readme:
path: readme.txt
dn-cookie-notice:
Readme:
path: readme.txt
dn-footer-contacts:
Readme:
path: readme.txt
dn-shipping-by-weight:
Readme:
path: readme.txt
dn-shopping-discounts:
TranslationFile:
class: BodyPattern
path: languages/dn_discounts-it_IT.po
pattern: !ruby/regexp '/Project\-Id\-Version: Shopping discounts v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
dn-sitemap-control:
Readme:
path: readme.txt
dn-wp-foldersize:
Readme:
path: readme.txt
dni-woocommerce:
Readme:
path: readme.txt
dns-prefetch:
Readme:
path: readme.txt
dns-woo-auctions:
Readme:
path: readme.txt
dnssec-test:
Readme:
path: readme.txt
dnui-delete-not-used-image-wordpress:
Readme:
path: readme.txt
do-button:
Readme:
path: readme.txt
do-more:
Readme:
path: readme.txt
do-not-iframe-me:
Readme:
path: readme.txt
do-not-load-jquery:
Readme:
path: readme.txt
do-shortcodes-for-all-in-one-seo-pack:
Readme:
path: readme.txt
do-you-read-widget:
Readme:
path: readme.txt
do-you-want-cookies:
Readme:
path: readme.txt
doaj-export:
Readme:
path: readme.txt
doar-paypal-brasil:
Readme:
path: readme.txt
dobsondev-shortcodes:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Tested up to Wordpress [\d\.]+ \((?<v>\d+\.[\.\d]+)\)/i
version: true
dobsondev-weather:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
doc8:
TranslationFile:
class: BodyPattern
path: languages/docu-en_US.pot
pattern: !ruby/regexp /\# Copyright \(C\) 2018 DoC8 (?<v>\d+\.[\.\d]+)/i
version: true
docket-cache:
TranslationFile:
class: BodyPattern
path: languages/docket-cache.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Docket Cache (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
docollipics-faustball-de:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
docs:
Readme:
path: readme.md
docs-auto-tags:
Readme:
path: readme.txt
docs-to-wordpress:
Readme:
path: readme.txt
docs2site:
TranslationFile:
class: BodyPattern
path: languages/docs2site.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Docs2Site (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
docspress:
QueryParameter:
files:
- assets/css/style.css
- assets/js/script.js
version: true
doctorlogic-components:
Readme:
path: readme.txt
docular:
QueryParameter:
files:
- public/css/docular-public.css
- public/js/docular-public.js
version: true
document:
Readme:
path: readme.txt
document-emberdder:
Readme:
path: readme.txt
document-gallery:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/gallery.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: README.txt
document-library:
Readme:
path: readme.txt
document-links-widget:
Readme:
path: readme.txt
document-repository:
Readme:
path: readme.txt
documentation:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
documentcloud:
Readme:
path:
- readme.txt
- README.md
documents-from-git:
Readme:
path: readme.txt
documents-shortcode:
Readme:
path:
- readme.txt
- README.md
dodebug:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/dodebug.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: DoDebug (?<v>\d+\.[\.\d]+)/i'
version: true
dodo:
Readme:
path: readme.txt
dogeapi-donate-widget:
Readme:
path:
- README.txt
- README.md
dogo-content-widget:
Readme:
path: readme.txt
dokan-customizer:
Readme:
path: readme.txt
dokan-invoice:
TranslationFile:
class: BodyPattern
path: languages/dokan-invoice.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Dokan \- PDF Invoice (?<v>\d+\.[\.\d]+)/i
version: true
dokan-lite:
TranslationFile:
class: BodyPattern
path: languages/dokan-lite.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Dokan (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
dokan-menu-hider:
Readme:
path: README.txt
dokan-plus:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
doleads-integrator:
Readme:
path: README.txt
dolibarr-rest-api:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
dologin:
Readme:
path: readme.txt
domain-mapping-system:
Readme:
path: readme.txt
domain-name-autoswitch:
Readme:
path: readme.txt
domain-redirect:
Readme:
path: readme.txt
domain-reminder:
Readme:
path: readme.txt
domain-replace:
Readme:
path: readme.txt
domain-theme:
Readme:
path: readme.txt
domainlabs-whois:
Readme:
path: readme.txt
domaintools-whois-plugin:
Readme:
path: readme.txt
domelhornet-for-sociable-2:
Readme:
path: readme.txt
dominion-domain-checker-wpbakery-addon:
Readme:
path: readme.txt
domisiding-minecraft-serverbanner-namemc:
Readme:
path: readme.txt
domyaccounting:
TranslationFile:
class: BodyPattern
path: languages/rtwdma-domyaccounting.pot
pattern: !ruby/regexp /"Integration\-(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
don8:
Readme:
path: readme.txt
donate-crypto-block:
Readme:
path: readme.txt
donate-extra:
Readme:
path: readme.txt
donate-ribbon:
Readme:
path: readme.txt
donate-visa:
QueryParameter:
files:
- assets/css/donate-visa-dvsmp.css
- assets/js/donate-visa-dvsmp.js
version: true
donation-contest-widget:
Readme:
path: readme.txt
donation-link-manager:
Readme:
path: readme.txt
donations:
Readme:
path: readme.txt
donfn-viva-payments-native-checkout:
Readme:
path: readme.txt
donorcom:
Readme:
path: readme.txt
donostiblogs:
Readme:
path: readme.txt
dont-break-the-code:
Readme:
path: readme.txt
dont-muck-my-markup:
Readme:
path: readme.txt
doofinder:
Readme:
path: readme.txt
doofinder-for-woocommerce:
Readme:
path: readme.txt
doolox-node:
Readme:
path:
- readme.txt
- README.md
dooodl:
Readme:
path: readme.txt
doorhub:
Readme:
path: README.md
doorhub-sameday:
Readme:
path: readme.txt
dop-player:
Readme:
path: readme.txt
dop-shortcodes:
Readme:
path: readme.txt
doppelme-avatars:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
doqrcode:
Readme:
path: readme.txt
doshii:
QueryParameter:
files:
- include/assets/css/doshii-style.css
version: true
Readme:
path: README.txt
dot-monetize-polls-quizzes:
Readme:
path: readme.txt
dotclear2-importer:
Readme:
path: readme.txt
dotepub:
Readme:
path: readme.txt
dotix:
Readme:
path: readme.txt
dotmailer-sign-up-widget:
Readme:
path: readme.txt
dottoro-syntax-highlighter:
Readme:
path: readme.txt
douban-collections:
QueryParameter:
files:
- douban-collections.css
version: true
Readme:
path: readme.txt
douban-say-for-wordpress:
Readme:
path: readme.txt
double-click-dictionary-look-up:
Readme:
path: readme.txt
double-image:
TranslationFile:
class: BodyPattern
path: languages/double-image.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Double Image (?<v>\d+\.[\.\d]+)/i'
version: true
double-opt-in-for-download:
QueryParameter:
files:
- public/assets/css/style.css
version: true
doughnut:
Readme:
path: readme.txt
dovie:
Readme:
path: readme.txt
doviz-bilgileri:
QueryParameter:
files:
- doviz-style.css
version: true
down-as-pdf:
Readme:
path: readme.txt
download-after-email:
QueryParameter:
files:
- css/download.css
- js/media-query.js
- js/download.js
version: true
TranslationFile:
class: BodyPattern
path: languages/dae.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Download After Email v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
download-button-for-elementor:
Readme:
path: readme.txt
download-button-shortcode:
Readme:
path: readme.txt
download-count-for-woocommerce:
Readme:
path: readme.txt
download-from-files:
Readme:
path: readme.txt
download-html-tinymce-button:
Readme:
path: readme.txt
download-manager:
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator"]/@content
pattern: !ruby/regexp /WordPress Download Manager (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
download-media:
Readme:
path: readme.txt
download-media-file:
TranslationFile:
class: BodyPattern
path: languages/download-media-file.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Download Media File (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
download-monitor:
TranslationFile:
class: BodyPattern
path: languages/download-monitor.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Download Monitor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
download-monitor-page-addon-qr-code:
Readme:
path: readme.txt
download-now-for-woocommerce:
Readme:
path: readme.txt
download-panel:
QueryParameter:
files:
- assets/style.css
- assets/script.js
version: true
Readme:
path: readme.txt
download-plugins-dashboard:
TranslationFile:
class: BodyPattern
path: langs/download-plugins-dashboard.pot
pattern: !ruby/regexp /nload Plugins and Themes from Dashboard (?<v>\d+\.[\.\d]+)/i
version: true
download-post-comments:
Readme:
path: readme.txt
download-sender:
Readme:
path: readme.txt
downloadable-gallery:
Readme:
path: readme.txt
downloader-tiktok:
Readme:
path: readme.txt
doyoufeed:
Readme:
path: readme.txt
dozwpsecure:
Readme:
path: readme.txt
dp-debug-menu:
Readme:
path: readme.txt
dp-intro-tours:
Readme:
path: readme.txt
dp-post-views:
Readme:
path:
- readme.txt
- README.md
dp-rdfa-breadcrumb-generator:
Readme:
path: readme.txt
dps-pxpay-for-wp-ecommerce:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
dpsg-stammesauswahl-for-contact-form-7:
Readme:
path: readme.txt
dpurlshortner:
Readme:
path: readme.txt
dpwpsimplecache:
Readme:
path: readme.txt
dq-bandcamp-library:
Readme:
path: readme.txt
dr-flex:
Readme:
path: readme.txt
draft-concluder:
Readme:
path: readme.txt
draft-links:
Readme:
path: readme.txt
draft-notifier:
Readme:
path: readme.txt
drafts-dropdown:
Readme:
path: README.txt
drafts-of-post-revisions:
Readme:
path: readme.txt
drag-and-drop-front-end-design-builder:
Readme:
path: readme.txt
drag-and-drop-multiple-file-upload-for-woocommerce:
Readme:
path: readme.txt
drag-and-sort:
Readme:
path: readme.txt
drag-drop-menu-items:
Readme:
path: readme.txt
drag-to-share:
Readme:
path: readme.txt
dragfy-addons-for-elementor:
Readme:
path: readme.txt
draggable-post-order:
Readme:
path: readme.txt
dragon-calendar-free-version:
Readme:
path: readme.txt
dragon-video:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
dragons-printhint:
Readme:
path: readme.txt
drainware-comments-filter:
Readme:
path: readme.txt
dramatars:
Readme:
path: readme.txt
drastic-table-manager:
TranslationFile:
class: BodyPattern
path: drastic-table-manager.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Drastic Table Manager (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
draugiem-pase:
Readme:
path: readme.txt
draugiemlvlapas-fan-page:
QueryParameter:
files:
- css/draugiem-lapas-sekotaji.css
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "draugiemlvlapas-fan-page")]/@content
version: true
pattern: !ruby/regexp /utm_source=draugiemlvlapas\-fan\-page\-(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
draupnir-ringmanager:
Readme:
path: readme.txt
drawblog:
Readme:
path: readme.txt
dream-broker-embed:
Readme:
path: readme.txt
dreamfox-helpspot-live-lookup:
Readme:
path: readme.txt
dreamgrow-scroll-triggered-box:
Comment:
xpath: //comment()[contains(., "Dreamgrow")]
pattern: !ruby/regexp /Dreamgrow Scroll Triggered Box (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/style.css
- js/script.js
version: true
Readme:
path: readme.txt
dreamhost-affiliates:
Readme:
path: readme.txt
dreamhost-automated-migration:
Readme:
path: readme.txt
dribbble-portfolio:
Readme:
path: readme.txt
drift:
Readme:
path: readme.txt
drim-share:
QueryParameter:
files:
- public/css/drim-share.min.css
version: true
drimify-widget:
Readme:
path: readme.txt
drip:
Readme:
path: readme.txt
drm-protected-video-streaming:
Readme:
path: readme.txt
QueryParameter:
files:
- dist/s3drm.min.css
- dist/s3drm.min.js
version: true
droit-elementor-addons:
Readme:
path: readme.txt
drop-a-deal-fomo-pop-ups:
Readme:
path: readme.txt
drop-cap-shortcode:
Readme:
path: readme.txt
drop-caps:
Readme:
path: readme.txt
drop-down-cities-for-woocommerce:
Readme:
path: README.txt
drop-down-links:
Readme:
path: readme.txt
drop-down-taxonomy:
Readme:
path: readme.txt
drop-in-dropbox:
Readme:
path: readme.txt
drop-in-image-slideshow-gallery:
Readme:
path: readme.txt
dropbox-photo-sideloader:
Readme:
path: readme.txt
dropbox-upload-form:
Readme:
path: readme.txt
dropdown-content:
TranslationFile:
class: BodyPattern
path: languages/dropdowncontent.pot
pattern: !ruby/regexp /Dropdown Content v(?<v>\d+\.[\.\d]+)/i
version: true
dropdown-menu-widget:
Comment:
xpath: //comment()[contains(., "Dropdown Menu")]
pattern: !ruby/regexp /by shailan \(https?:\/\/metinsaylan\.com\) v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
dropdown-menus:
Readme:
path: readme.txt
dropdown-multisite-selector:
Readme:
path: readme.txt
dropdown-navigation-menus:
QueryParameter:
files:
- js/plugins-min.js
version: true
Readme:
path: readme.txt
drophtml:
Readme:
path: readme.txt
dropp-for-woocommerce:
Readme:
path: readme.txt
dropship-me:
Readme:
path: readme.txt
dropship-with-wholesale2b:
Readme:
path: readme.txt
dropshipping-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/dropshipping-woocommerce.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Knawat Dropshipping (?<v>\d+\.[\.\d]+)/i'
version: true
dropshipping-xox:
QueryParameter:
files:
- public/css/dropshipping-xox-public.css
- public/js/dropshipping-xox-public.js
version: true
drozd-addons-for-elementor:
Readme:
path: README.txt
drp-wordpress-user-management:
Readme:
path: readme.txt
drug-search:
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, 'Drug Search')]/@content
version: true
pattern: !ruby/regexp /Drug Search v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
drugsdb-half-life-calculator:
Readme:
path: readme.txt
drupal-to-wp-xml-rpc:
Readme:
path: readme.txt
ds-adrotator:
Readme:
path: readme.txt
ds-email-login:
Readme:
path: readme.txt
ds-gallery:
Readme:
path: readme.txt
ds-media-library-copytoclipboard-button:
Readme:
path: readme.txt
ds-suit:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Divi Sensei Suit (?<v>\d+\.[\.\d]+)/i'
version: true
QueryParameter:
files:
- public/css/public.css
- public/js/public.js
version: true
Readme:
path: README.txt
ds-taxonomy-meta:
Readme:
path: readme.txt
dse-divi-section-enhancer:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/dse-divi-section-enhancer.pot
pattern: !ruby/regexp '/oject\-Id\-Version: DIVI Section Enhancer (?<v>\d+\.[\.\d]+)/i'
version: true
QueryParameter:
files:
- dse-functions/styles/dsefreestyles.css
- dse-functions/styles/jquery.mCustomScrollbar.min.css
- dse-functions/scripts/jquery.mCustomScrollbar.concat.min.js
version: true
dsgnwrks-twitter-importer:
Readme:
path: readme.txt
dsgvo-vimeo:
Readme:
path: readme.txt
dsgvo-youtube:
Readme:
path: readme.txt
dsidxpress:
QueryParameter:
files:
- js/autocomplete.js
version: true
dsubscribers:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/jquery.validate.min.js
- assets/js/frontend.js
version: true
dt-booking-manager:
Readme:
path: readme.txt
dt-directory-lite-addon:
Readme:
path: readme.txt
dt-elementor-iconfont-library:
Readme:
path: readme.txt
dt-lms-lite:
Readme:
path: readme.txt
dtabs:
Readme:
path: readme.txt
dual-rss-feed-key:
Readme:
path: readme.txt
dublin-core-for-wp:
Readme:
path: readme.txt
dublin-core-metadata-generator:
Readme:
path: readme.txt
dudumobile-wp-sms:
Readme:
path: readme.txt
due-north-studios-lorem-ipsum-generator:
Readme:
path: readme.txt
duels-of-champions-tcgbrowser-card-tooltips:
Readme:
path: readme.txt
duggmedia:
Readme:
path: readme.txt
dummy-images:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
dummy-text-generator:
Readme:
path: readme.txt
dummy-text-shortcode:
Readme:
path: readme.txt
duogeek-blocks:
TranslationFile:
class: BodyPattern
path: languages/dggb-blocks.pot
pattern: !ruby/regexp '/ct\-Id\-Version: DuoGeek Gutenberg Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
duoshuo:
Readme:
path: readme.txt
dupeoff:
Readme:
path: readme.txt
duplicate-and-merge-posts:
Readme:
path: readme.txt
duplicate-comment-authors:
Readme:
path: readme.txt
duplicate-content-addon-for-polylang:
Readme:
path: readme.txt
duplicate-me:
Readme:
path: readme.txt
duplicate-menu:
Readme:
path:
- readme.txt
- readme.md
duplicate-page-and-post:
QueryParameter:
files:
- admin/css/duplicate-page-and-post-admin.min.css
version: true
duplicate-page-or-post:
Readme:
path: readme.txt
duplicate-post:
Readme:
path: readme.txt
duplicate-posts-page:
Readme:
path: readme.txt
duplicate-pp:
Readme:
path: readme.txt
duplicate-tec-event:
Readme:
path: readme.txt
duplicate-term:
TranslationFile:
class: BodyPattern
path: languages/duplicate-term.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Duplicate Term (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
duplicate-theme:
Readme:
path: readme.txt
duplicate-user:
Readme:
path: readme.txt
duplicate-variations-for-woocommerce:
Readme:
path: readme.txt
duplicate-widget:
Readme:
path: readme.txt
duplicate-wp-page-post:
Readme:
path: readme.txt
duplicator:
Readme:
path: readme.txt
duracelltomi-google-tag-manager:
QueryParameter:
files:
- js/gtm4wp-form-move-tracker.js
version: true
Readme:
path: readme.txt
dutch-copyright-shortcode-creator-vict:
Readme:
path: readme.txt
dutch-provinces-for-woocommerce:
Readme:
path: readme.txt
dvk-conf:
QueryParameter:
files:
- public/css/dvk-conf-public.css
- public/js/dvk-conf-public.js
- public//js/cookie.js
version: true
dvk-env-dev:
Readme:
path: README.txt
dvk-social-sharing:
QueryParameter:
files:
- assets/css/styles.min.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
dvs-slider:
Readme:
path: readme.txt
dw-halloween:
Readme:
path: readme.txt
dw-popup-card:
Readme:
path: readme.txt
dw-promobar:
Readme:
path: readme.txt
dw-question-answer-embed-question:
Readme:
path: readme.txt
dw-shortcodes-bootstrap:
Readme:
path: readme.txt
dw-social-feed:
Readme:
path: readme.txt
dw2wp:
Readme:
path: readme.txt
dws-gallery:
Readme:
path: readme.txt
dws-testimonials:
Readme:
path: readme.txt
dx-advanced-widgets:
Readme:
path: readme.txt
dx-auto-publish:
Readme:
path: readme.txt
dx-auto-save-images:
Readme:
path: readme.txt
dx-contribute:
Readme:
path: readme.txt
dx-github-badge:
Readme:
path: readme.txt
dx-github-zen:
Readme:
path: readme.txt
dx-grading-system:
Readme:
path: readme.txt
dx-lite-slide:
Readme:
path: readme.txt
dx-login-register:
Readme:
path: readme.txt
dx-out-of-date:
Readme:
path: readme.txt
dx-plugin-base:
Readme:
path: readme.txt
dx-remove-oldies:
Readme:
path: readme.txt
dx-remove-unused-custom-fields:
Readme:
path: readme.txt
dx-share-selection:
Readme:
path: readme.txt
dx-shortcode-freezer:
Readme:
path: readme.txt
dx-template-manager:
Readme:
path: readme.txt
dx-unanswered-comments:
Readme:
path: readme.txt
dx-watermark:
Readme:
path: readme.txt
dyapress-ecommerce:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
dyn-business-panel:
Readme:
path: readme.txt
dynamaker-cad-configurator-integration:
Readme:
path: readme.txt
dynamic-archive:
Readme:
path: readme.txt
dynamic-asset-versioning:
TranslationFile:
class: BodyPattern
path: languages/dynamic-asset-versioning.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Dynamic Asset Versioning (?<v>\d+\.[\.\d]+)/i'
version: true
dynamic-audio-player-basic:
Readme:
path: readme.txt
dynamic-blogname:
Readme:
path: readme.txt
dynamic-calculator:
Readme:
path: readme.txt
dynamic-content-for-elementor:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /#{4} (?<v>\d+\.[\.\d]+) \- [\d\/]+/i
version: true
dynamic-content-for-woocommerce:
QueryParameter:
files:
- public/css/cc-for-woocommerce-public.css
- public/js/cc-for-woocommerce-public.js
version: true
dynamic-content-gallery-plugin:
Comment:
xpath: //comment()[contains(., "Content Gallery")]
pattern: !ruby/regexp /Dynamic Content Gallery plugin version (?<v>\d+\.[\.\d]+)/i
version: true
dynamic-content-widget:
Readme:
path: readme.txt
dynamic-coupons-with-zendesk-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/zndskcoupon-en_US.po
pattern: !ruby/regexp /c\-coupons\-with\-zendesk\-for\-woocommerce\-v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
dynamic-dates:
Readme:
path: readme.txt
dynamic-faqs:
Readme:
path: readme.txt
dynamic-favorites:
Readme:
path: readme.txt
dynamic-featured-image:
Readme:
path: readme.txt
dynamic-home-length:
Readme:
path: readme.txt
dynamic-hostname:
Readme:
path: readme.txt
dynamic-image-resizer:
Readme:
path: readme.txt
dynamic-latest-post-in-nav-menu:
Readme:
path: readme.txt
dynamic-links:
Readme:
path: readme.txt
dynamic-menu-item:
Readme:
path: readme.txt
dynamic-mo-loader:
Readme:
path: readme.txt
dynamic-month-year-into-posts:
Readme:
path: README.txt
dynamic-photo-album:
Readme:
path: readme.txt
dynamic-search-widget:
Readme:
path: readme.txt
dynamic-seo-child-pages:
TranslationFile:
class: BodyPattern
path: lang/dynamic-seo-child-pages.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Dynamic SEO Child Pages (?<v>\d+\.[\.\d]+)/i
version: true
dynamic-template-field-display:
Readme:
path: readme.txt
dynamic-to-top:
Readme:
path: readme.txt
dynamic-widgets:
Readme:
path: readme.txt
dynamic-widgets-sidebar:
Readme:
path: readme.txt
dynamic-youtube-videobar:
Readme:
path: readme.txt
dynamiccategorytagcloud:
Readme:
path: readme.txt
dynamicconditions:
Readme:
path: README.txt
dynamicqrcode:
Readme:
path: readme.txt
dynamictags:
Readme:
path: README.txt
dynamicwp-featured-post:
Readme:
path: readme.txt
dynamicwp-fisheye-menu:
Readme:
path: readme.txt
dynamicwp-image-cube:
Readme:
path: readme.txt
dynamicwp-image-flipper:
Readme:
path: readme.txt
dynamicwp-pop-up-menu:
Readme:
path: readme.txt
dynamicwp-running-rss:
Readme:
path: readme.txt
dynast-admin-panel:
QueryParameter:
files:
- assets/js/admin_contact.js
pattern: !ruby/regexp /ver=v(?<v>\d+\.[\.\d]+)/
version: true
dynauthor:
Readme:
path: readme.txt
dynowidg:
Readme:
path: readme.txt
dynpicwatermark:
Readme:
path: readme.txt
dys-email-subscription:
Readme:
path: readme.txt
dyslexiefont:
Readme:
path: readme.txt
dz-seo-adjustments:
Readme:
path: readme.txt
dzone-widget:
Readme:
path: readme.txt
dzs-custom-wp-query-shortcode:
Readme:
path: readme.txt
e-addons-for-elementor:
Readme:
path: readme.txt
e-commerce-by-salescart:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\*+ V E R \s+ (?<v>\d+\.[\.\d]+)/i
version: true
e-commerce-mailcheck:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
e-commerce-multi-currency-support:
Readme:
path: readme.txt
e-namad-shamed-logo-manager:
Readme:
path: readme.txt
e-prime-grammar-checker-by-metapult:
Readme:
path: readme.txt
e-transactions-wc:
Readme:
path: readme.txt
e-unlocked-student-result:
Readme:
path: readme.txt
e107-importer:
Readme:
path: readme.txt
e2pdf:
QueryParameter:
files:
- js/e2pdf.frontend.js
version: true
each-domain-a-page:
Readme:
path: readme.txt
eagle-eye:
Readme:
path: readme.txt
ean-for-woocommerce:
Readme:
path: readme.txt
earnware-connect:
QueryParameter:
files:
- public/js/earnware-lib.js
- public/js/earnware-tracking.js
- public/js/earnware-merge.js
- public/css/wp-ew-public.css
version: true
Readme:
path: README.txt
earth-day-live-wp:
QueryParameter:
files:
- public/css/earth-day-live-wp-public.css
- public/js/earth-day-live-wp-public.js
version: true
Readme:
path: README.txt
earth-observatory-iotd-widget:
Readme:
path: readme.txt
ease-framework:
Readme:
path: readme.txt
easexport-gravity-forms-scheduled-entries-export:
Readme:
path: readme.txt
easiest-contact-form:
Readme:
path: readme.txt
easiest-imageshack-uploader:
Readme:
path: readme.txt
easiest-newsletter:
Readme:
path: readme.txt
easify-woocommerce-connector:
Readme:
path: readme.txt
easily-change-admin-color:
Readme:
path: readme.txt
easily-generate-rest-api-url:
QueryParameter:
files:
- public/css/generate-rest-api-url-public.css
- public/js/generate-rest-api-url-public.js
version: true
easing-slider:
TranslationFile:
class: BodyPattern
path: languages/easingslider.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Easing Slider (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/public.min.css
- assets/js/public.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
easter-quiz:
Readme:
path: README.txt
easy:
Readme:
path: readme.txt
easy-accordion:
Readme:
path: readme.txt
easy-accordion-for-faq:
QueryParameter:
files:
- eaf-assets/css/eaf-costum.css
- eaf-assets/css/font-awesome.min.css
- eaf-assets/js/eaf-costum.js
- eaf-assets/js/eaf-admin.js
version: true
Readme:
path: readme.txt
easy-acf-connect-for-themer:
Readme:
path: README.md
easy-ad-picker:
TranslationFile:
class: BodyPattern
path: languages/easyadpicker-nl_NL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: millionare (?<v>\d+\.[\.\d]+)/i'
version: true
easy-ad-placement:
Readme:
path: readme.txt
easy-admin-color-schemes:
Readme:
path: readme.txt
easy-admin-menu:
Readme:
path: readme.txt
easy-admin-menu-by-corpsoft-solutions:
Readme:
path: readme.txt
easy-admin-notification:
Readme:
path: readme.txt
easy-admin-training:
QueryParameter:
files:
- css/admin.css
- js/admin.js
version: true
easy-ads-lite:
Readme:
path: readme.txt
easy-adsense-injection:
Readme:
path: readme.txt
easy-adsense-lite:
Comment:
xpath: //comment()[contains(., "AdSense")]
pattern: !ruby/regexp /Easy Plugin for AdSense V(?<v>\d+\.[\.\d]+)/i
version: true
easy-affiliate-products:
Readme:
path: readme.txt
easy-affiliate-store:
Readme:
path: readme.txt
easy-age-verify:
Readme:
path: readme.txt
easy-ajax-mail-subscription:
Readme:
path: readme.txt
easy-analytics-for-google:
Readme:
path: readme.txt
easy-analytics-tracking:
Readme:
path: readme.txt
easy-animated-popup:
Readme:
path: readme.txt
easy-appointments:
Readme:
path: readme.txt
easy-attachments:
Readme:
path: readme.txt
easy-automatic-newsletter:
Readme:
path: readme.txt
easy-backend-wp-flips:
Readme:
path: readme.txt
easy-backstretch:
Readme:
path: readme.txt
easy-banner:
Readme:
path: readme.txt
easy-bet:
Readme:
path: readme.txt
easy-block-selector:
Readme:
path: readme.txt
easy-blog-ideas:
TranslationFile:
class: BodyPattern
path: languages/__pig_.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Easy Blog Ideas (?<v>\d+\.[\.\d]+)/i
version: true
easy-bootstrap-shortcodes:
Readme:
path: README.txt
easy-broken-link-checker:
Readme:
path: readme.txt
easy-call-now-button:
Readme:
path: README.txt
easy-captcha:
Readme:
path: readme.txt
easy-categories-management-widget:
Readme:
path: readme.txt
easy-cc-license:
Readme:
path: readme.txt
easy-chart-builder:
Readme:
path: readme.txt
easy-chitika-lite:
Readme:
path: readme.txt
easy-circle-content:
Readme:
path: readme.txt
easy-classes:
Readme:
path: readme.txt
easy-code-manager:
TranslationFile:
class: BodyPattern
path: locals/languages/css-javascript-toolbox.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Easy Code Manager (?<v>\d+\.[\.\d]+)/i
version: true
easy-collapse-accordion:
QueryParameter:
files:
- js/bootstrap-accordion.min.js
version: true
Readme:
path: README.md
easy-content:
Readme:
path: readme.txt
easy-content-templates:
Readme:
path: readme.txt
easy-cookie-law:
Readme:
path: readme.txt
easy-country-spam-blocker:
QueryParameter:
files:
- public/css/mi-ecsb-public.css
- public/js/mi-ecsb-public.js
version: true
easy-csv-importer:
Readme:
path: readme.txt
easy-custom-auto-excerpt:
QueryParameter:
files:
- assets/style-frontend.css
- buttons/ecae-buttonskin-none.css
version: true
Readme:
path: readme.txt
easy-custom-code:
Readme:
path: README.txt
easy-custom-css:
Readme:
path: readme.txt
easy-custom-error-pages:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-custom-js-and-css:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
easy-custom-sidebars:
Readme:
path: readme.txt
easy-customizer-for-woocommerce-pdf-invoices:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
easy-debug-info:
Readme:
path: readme.txt
easy-digital-download-recurring-labels:
Readme:
path: readme.txt
easy-digital-download-shortcode-menu:
Readme:
path: readme.txt
easy-digital-downloads:
TranslationFile:
class: BodyPattern
path: languages/easy-digital-downloads.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Easy Digital Downloads (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- templates/edd.min.css
- assets/js/edd-ajax.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Easy Digital Downloads v(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
easy-digital-downloads-coinpayments-gateway:
Readme:
path: readme.txt
easy-digital-downloads-free-link:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
easy-digital-downloads-frontend-submissions-product-details-widget:
Readme:
path: readme.txt
easy-digital-downloads-htaccess-editor:
Readme:
path: readme.txt
easy-digital-downloads-internal-notes-for-products:
Readme:
path: readme.txt
easy-digital-downloads-lock-downloads-to-ip:
Readme:
path: readme.txt
easy-digital-downloads-payment-gateway-by-novalnet:
TranslationFile:
class: BodyPattern
path: languages/edd-novalnet.pot
pattern: !ruby/regexp /"Version (?<v>\d+\.[\.\d]+)/i
version: true
easy-digital-downloads-related-downloads:
Readme:
path: readme.txt
easy-digital-downloads-software-specs:
Readme:
path: readme.txt
easy-digital-downloads-store-hours:
Readme:
path: readme.txt
easy-digital-downloads-variable-defaults:
Readme:
path: readme.txt
easy-disable-visual-editor:
Readme:
path: readme.txt
easy-donation:
Readme:
path: readme.txt
easy-download-media-counter:
Readme:
path: readme.txt
easy-e-commerce-reviews-lite:
Readme:
path: readme.txt
easy-embed:
Readme:
path: readme.txt
easy-embed-for-social-media:
QueryParameter:
files:
- public/css/easy-embed-for-Social-Media-public.css
- public/js/easy-embed-for-Social-Media-public.js
version: true
Readme:
path: README.txt
easy-embed-for-youtube-wall:
QueryParameter:
files:
- public/css/eefy-youtube-api-public.css
- public/js/eefy-youtube-api-public.js
- public/css/eefylite-youtube-api-public.css
- public/js/eefylite-youtube-api-public.js
version: true
Readme:
path: README.txt
easy-eu-cookie-law:
Readme:
path: readme.txt
easy-events-manager:
Readme:
path: readme.txt
easy-excerpt:
TranslationFile:
class: BodyPattern
path: languages/easy-excerpt.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Easy Excerpt (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-facebook-likebox:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/css/font-awesome.css
- public/assets/css/animate.css
- public/assets/popup/magnific-popup.css
- public/assets/popup/jquery.magnific-popup.min.js
- public/assets/js/jquery.cookie.js
- public/assets/js/public.js
version: true
Readme:
path: README.txt
easy-fancybox:
Comment:
xpath: //comment()[contains(., "FancyBox")]
pattern: !ruby/regexp /Easy FancyBox (?<v>\d+\.[\.\d]+) using/i
version: true
QueryParameter:
files:
- fancybox/jquery.fancybox-1.3.8.min.css
- fancybox/jquery.fancybox-1.3.8.min.js
version: true
Readme:
path: readme.txt
easy-faq-with-expanding-text:
Readme:
path: readme.txt
easy-faqs:
Readme:
path: readme.txt
easy-featured-content:
Readme:
path: readme.txt
easy-featured-image:
Readme:
path: readme.txt
easy-featured-images:
TranslationFile:
class: BodyPattern
path: lang/easy-featured-images-hu_HU.po
pattern: !ruby/regexp /oject\-Id\-Version:\ Easy Featured Images v(?<v>\d+\.[\.\d]+)/i
version: true
easy-feed-image:
Readme:
path: readme.txt
easy-feedback:
QueryParameter:
files:
- assets/ef-style.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
easy-filter:
Readme:
path: readme.txt
easy-filtering:
Readme:
path: README.txt
easy-flash-embed:
Readme:
path: readme.txt
easy-flashcards:
Readme:
path: readme.txt
easy-flipbook-i-widget:
TranslationFile:
class: BodyPattern
path: languages/easy-flipbook.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: EASY FlipBook (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
easy-floating-video:
QueryParameter:
files:
- public/css/easy-floating-video-public.css
- public/css/plyr.css
- public/js/easy-floating-video-public.js
version: true
easy-font-icons:
Readme:
path: readme.txt
easy-foundation-shortcodes:
Readme:
path: README.txt
easy-ftp-upload:
Readme:
path: readme.txt
easy-full-screen-search-form:
QueryParameter:
files:
- public/css/easy-full-screen-search-public.css
- public/js/easy-full-screen-search-public.js
version: true
Readme:
path:
- README.txt
- README.md
easy-fullscreen-slider:
Readme:
path: readme.txt
easy-gallery:
Readme:
path: readme.txt
easy-gallery-slider:
Readme:
path: readme.txt
easy-gdpr-consent-mailchimp:
QueryParameter:
files:
- css/main.css
- js/main.js
version: true
easy-geo-blocker-and-redirect:
Readme:
path: readme.txt
easy-geo-redirect:
Readme:
path: readme.txt
easy-geocaching-links:
Readme:
path: readme.txt
easy-github-gist-shortcodes:
Readme:
path: readme.txt
easy-google-adsense:
Readme:
path: readme.txt
easy-google-analytics-for-wordpress:
Readme:
path: readme.txt
easy-google-fonts:
JavascriptComment:
class: BodyPattern
path: assets/js/admin.js
pattern: !ruby/regexp /\* @version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-google-syntax-highlighter:
Readme:
path: readme.txt
easy-googles-widget:
Readme:
path: readme.txt
easy-gram:
Readme:
path: readme.txt
easy-gravity-tooltip:
Readme:
path: readme.txt
easy-heads-up-bar:
QueryParameter:
files:
- css/ehu.css
- js/ehu.js
version: true
Readme:
path: readme.txt
easy-hide-login:
Readme:
path: readme.txt
easy-hierarchy:
Readme:
path: readme.txt
easy-highlight-text:
Readme:
path: readme.txt
easy-iban:
QueryParameter:
files:
- public/css/easy-iban-public.css
- public/js/easy-iban-public.js
- public/js/jquery.getParams.js
version: true
easy-icontact:
Readme:
path: readme.txt
easy-image-alternate-text:
Readme:
path: readme.txt
easy-image-collage:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
easy-image-optimizer:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
easy-image-share:
Readme:
path: readme.txt
easy-image-slideshow:
Readme:
path: readme.txt
easy-image-widget:
Readme:
path: readme.txt
easy-integration-image-feed:
Readme:
path: readme.txt
easy-ip-blocker:
Readme:
path: readme.txt
easy-json-shortcode:
Readme:
path: readme.txt
easy-keyboard-shortcut-navigation:
Readme:
path: readme.txt
easy-kickstarter-widget:
Readme:
path: readme.txt
easy-lazy-loader:
QueryParameter:
files:
- js/easy-lazy-loader.min.js
version: true
easy-link-tracker:
Readme:
path: readme.txt
easy-linkpost:
Readme:
path: readme.txt
easy-local-site:
Readme:
path: readme.txt
easy-login-form:
Readme:
path: readme.txt
easy-mailchimp-opt-in:
Readme:
path: readme.txt
easy-maintenance-mode-coming-soon:
Readme:
path: readme.txt
easy-map-creator:
Readme:
path: readme.txt
easy-maps-block:
Readme:
path: readme.txt
easy-marijuana-age-verify:
Readme:
path: readme.txt
easy-media-download:
Readme:
path: readme.txt
easy-menu-manager-wpzest:
QueryParameter:
files:
- css/extra.min.css
version: true
easy-modal:
Readme:
path: readme.txt
easy-multi-step-form:
QueryParameter:
files:
- public/css/multi_step_reg-public.css
version: true
easy-nag-popup:
Readme:
path: readme.txt
easy-navigator:
Readme:
path: readme.txt
easy-newsletter-signups:
QueryParameter:
files:
- "/css/wpens-style.css"
- "/js/wpens-public.js"
version: true
easy-nivo-slider:
QueryParameter:
files:
- css/easy-nivo-slider.css
version: true
Readme:
path: readme.txt
easy-noindex-and-nofollow:
Readme:
path: readme.txt
easy-notification-bar:
Readme:
path: readme.txt
easy-options-add-to-cart-button-text-per-product-wc:
Readme:
path: readme.txt
easy-options-empty-cart-per-product-wc:
Readme:
path: readme.txt
easy-options-hide-shipping-method-per-product-wc:
Readme:
path: readme.txt
easy-options-page:
Readme:
path: readme.txt
easy-options-redirect-to-checkout-per-product-wc:
Readme:
path: readme.txt
easy-page-flip:
Readme:
path: readme.txt
easy-page-templates-info:
Readme:
path: readme.txt
easy-pagination-control:
Readme:
path: README.txt
easy-panorama:
QueryParameter:
files:
- public/css/paver.min.css
- public/js/jquery.paver.min.js
- public/js/jquery.ba-throttle-debounce.min.js
- public/js/jquery.init.js
version: true
easy-paypal-buttons:
Readme:
path: readme.txt
easy-paypal-custom-fields:
Readme:
path: readme.txt
easy-paypal-donation:
Readme:
path: readme.txt
easy-paypal-lte:
Readme:
path: readme.txt
easy-pdf-restaurant-menu-upload:
Readme:
path: readme.txt
easy-photo-album:
QueryParameter:
files:
- css/easy-photo-album-template.css
version: true
Readme:
path: readme.txt
easy-pie-maintenance-mode:
Readme:
path: readme.txt
easy-pinterest:
Readme:
path: readme.txt
easy-pixels-ecommerce-extension-by-jevnet:
Readme:
path: readme.txt
easy-plugin-demo:
TranslationFile:
class: BodyPattern
path: languages/easy-plugin-demo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Easy Plugin Demo (?<v>\d+\.[\.\d]+)/i'
version: true
easy-plugin-stats:
TranslationFile:
class: BodyPattern
path: languages/easy-plugin-stats.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Plugin Stats (?<v>\d+\.[\.\d]+)/i
version: true
easy-popular-posts:
Readme:
path: readme.txt
easy-popup-lightbox-maker:
Readme:
path: readme.txt
easy-post-note:
Readme:
path: readme.txt
easy-post-series:
QueryParameter:
files:
- assets/css/styles.css
- assets/js/scripts.js
version: true
easy-post-taxonomy-builder:
Readme:
path:
- readme.txt
- README.md
easy-post-types:
Readme:
path: readme.txt
easy-post-view-counter:
Readme:
path: readme.txt
easy-postmark-integration:
Readme:
path: readme.txt
easy-prayer:
Readme:
path: readme.txt
easy-pricing-table-manager:
TranslationFile:
class: BodyPattern
path: easy-pricing-table-manager.po
pattern: !ruby/regexp /ion:\ Easy Pricing Table Manager Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-pricing-tables:
Readme:
path: readme.txt
easy-primary-category:
TranslationFile:
class: BodyPattern
path: languages/easy-primary-category.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Easy Primary Category (?<v>\d+\.[\.\d]+)/i
version: true
easy-prism-syntax-highlighter:
Readme:
path:
- README.txt
- README.md
easy-product-catalog:
QueryParameter:
files:
- styles/coreft-catalog-styles.css
- styles/imageviewer.css
- styles/nivo-lightbox.css
- styles/owl-carousel.css
- scripts/imageviewer.min.js
- scripts/nivo-lightbox.min.js
- scripts/owl.carousel.min.js
- scripts/coreft-catalog-main-script.js
version: true
Readme:
path: readme.txt
easy-property-listings:
QueryParameter:
files:
- lib/assets/css/style-structure.css
- lib/assets/css/style.css
- lib/assets/js/epl.js
- lib/assets/js/jquery-front-scripts.js
version: true
TranslationFile:
class: BodyPattern
path: languages/easy-property-listings.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Easy Property Listings (?<v>\d+\.[\.\d]+)/i
version: true
easy-quick-order:
Readme:
path: readme.txt
easy-quiz:
Readme:
path: readme.txt
easy-quiz-player:
Readme:
path: readme.txt
easy-random-quotes:
Readme:
path: readme.txt
easy-reader:
QueryParameter:
files:
- css/reader.css
- js/reader.js
version: true
Readme:
path: readme.txt
easy-reading-mode:
Readme:
path: readme.txt
easy-recent-posts:
TranslationFile:
class: BodyPattern
path: langs/easy-recent-posts-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Recent Posts v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-referral-for-woocommerce:
Readme:
path: readme.txt
easy-related-posts:
QueryParameter:
files:
- front/assets/css/public.min.css
- front/assets/js/public.min.js
- front/assets/js/jquery.caption.min.js
version: true
Readme:
path: readme.txt
easy-remove-item-menu:
Readme:
path: readme.txt
easy-repeatable-input-field:
Readme:
path: README.txt
easy-responsive-shortcodes:
Readme:
path: readme.txt
easy-responsive-tabs:
QueryParameter:
files:
- assets/js/bootstrap-dropdown.js
- assets/js/bootstrap-tab.js
- assets/js/bootstrap-tabdrop.js
- assets/js/ert_js.php
version: true
Readme:
path: README.txt
easy-responsive-test:
Readme:
path: README.txt
easy-retweet:
TranslationFile:
class: BodyPattern
path: languages/easy-retweet.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Retweet (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-review-builder-for-wordpress:
Readme:
path: readme.txt
easy-scheduled-posts:
TranslationFile:
class: BodyPattern
path: langs/easy-recent-posts-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Recent Posts v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-scroll:
QueryParameter:
files:
- css/easyscroll-main.css
- js/easyscroll-main.js
version: true
Readme:
path:
- readme.txt
- README.md
easy-search:
Readme:
path: readme.txt
easy-seo-toolkit:
Readme:
path: readme.txt
easy-set-favicon:
Readme:
path:
- readme.txt
- README.md
easy-shortcode-buttons:
Readme:
path: readme.txt
easy-side-tab-cta:
QueryParameter:
files:
- css/frontend/est-frontend.css
- css/jquery.mCustomScrollbar.css
- js/frontend/est-frontend.js
- js/jquery.mCustomScrollbar.concat.min.js
version: true
easy-sign-up:
Readme:
path: Readme.txt
easy-similar-posts:
TranslationFile:
class: BodyPattern
path: langs/easy-similar-posts-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Random Posts v(?<v>\d+\.[\.\d]+)/i
version: true
easy-slide-show:
Readme:
path: readme.txt
easy-slideshow:
QueryParameter:
files:
- frontend/css/frontend.css
version: true
easy-smart-phone-tablet-desktop-website-thumbnail-preview:
Readme:
path: readme.txt
easy-smooth-scroll-links:
Readme:
path: readme.txt
easy-social-icons:
Readme:
path: readme.txt
easy-social-links:
Readme:
path: readme.txt
easy-social-media:
Readme:
path: readme.txt
easy-social-share:
Readme:
path: readme.txt
easy-social-shares:
Readme:
path: readme.txt
easy-social-sharing:
QueryParameter:
files:
- assets/css/easy-social-sharing.css
- assets/js/frontend/easy-social-sharing.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/easy-social-sharing.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Easy Social Sharing (?<v>\d+\.[\.\d]+)/i
version: true
easy-split-test-tab:
Readme:
path: readme.txt
easy-spoiler:
Readme:
path: readme.txt
easy-static-maps:
TranslationFile:
class: BodyPattern
path: lang/easy-static-maps-it_IT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Easy Static Maps (?<v>\d+\.[\.\d]+)/i'
version: true
easy-sticky-notification-bar:
Readme:
path: readme.txt
easy-sticky-sidebar:
Readme:
path: readme.txt
easy-store-locator:
Readme:
path: readme.txt
easy-store-vacation:
QueryParameter:
files:
- public/css/easy_store_vacation-public.css
- public/js/easy_store_vacation-public.js
version: true
Readme:
path: README.txt
easy-support-videos:
TranslationFile:
class: BodyPattern
path: languages/easy-support-videos.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Easy Support Videos (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
easy-swipebox:
QueryParameter:
files:
- public/css/swipebox.min.css
- public/js/jquery.swipebox.min.js
- public/js/jquery.init.js
version: true
TranslationFile:
class: BodyPattern
path: languages/easy-swipebox.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy SwipeBox (?<v>\d+\.[\.\d]+)/i
version: true
easy-symlinks:
Readme:
path: readme.txt
easy-table-of-contents:
QueryParameter:
files:
- vendor/icomoon/style.min.css
- assets/css/screen.min.css
- assets/js/front.min.js
version: true
Readme:
path: README.txt
easy-taxonomy-support:
TranslationFile:
class: BodyPattern
path: lang/ez-taxonomy-support.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Easy Taxonomy Support (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-testimonial-manager:
Readme:
path: readme.txt
easy-testimonial-rotator:
TranslationFile:
class: BodyPattern
path: languages/easy-testimonial-rotator.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Easy Testimonial Rotator (?<v>\d+\.[\.\d]+)/i
version: true
easy-testimonials:
Readme:
path: readme.txt
easy-text-links:
Readme:
path: readme.txt
easy-theme-and-plugin-upgrades:
Readme:
path: readme.txt
easy-theme-child:
Readme:
path: readme.txt
easy-theme-options:
Readme:
path: readme.txt
easy-theme-switcher:
Readme:
path: readme.txt
easy-tickets:
Readme:
path: readme.txt
easy-tiktok-feed:
Readme:
path: README.txt
easy-timeline:
Readme:
path: readme.txt
easy-timeout-session:
Readme:
path: readme.txt
easy-timer:
TranslationFile:
class: BodyPattern
path: languages/easy-timer-fr_FR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Timer (?<v>\d+\.[\.\d]+)/i
version: true
easy-to-use:
Readme:
path: readme.txt
easy-toolbox:
Comment:
xpath: //comment()[contains(., "easytoolbox")]
pattern: !ruby/regexp /use easytoolbox\.net version (?<v>\d+\.[\.\d]+)/i
version: true
easy-translate:
Readme:
path: readme.txt
easy-translator-lite:
Readme:
path: readme.txt
easy-tweet-embed:
Readme:
path: readme.txt
easy-twitter-button:
Readme:
path: readme.txt
easy-twitter-feed-widget:
Readme:
path: readme.txt
easy-twitter-feeds:
QueryParameter:
files:
- public/js/widget.js
version: true
Readme:
path: readme.txt
easy-tynt:
Readme:
path: readme.txt
easy-under-construction:
Readme:
path: readme.txt
easy-up-sell-for-woocommerce:
QueryParameter:
files:
- public/css/eus-for-woocommerce-public.css
- public/js/eus-for-woocommerce-public.js
version: true
easy-user-data:
Readme:
path: README.md
easy-vbox7:
Readme:
path: readme.txt
easy-verification:
Readme:
path: readme.txt
easy-video-gallery:
Readme:
path: readme.txt
easy-video-gallery-responsive-html5:
Readme:
path: readme.txt
easy-video-player:
Comment:
xpath: //comment()[contains(., "Easy Video Player")]
pattern: !ruby/regexp /the Easy Video Player plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
easy-video-publisher:
Readme:
path: readme.txt
easy-vote:
QueryParameter:
files:
- public/css/easy-vote.css
- public/css/easy-vote.css.map
version: true
Readme:
path: README.txt
easy-watermark:
Readme:
path: readme.txt
easy-waveform-player:
Readme:
path: readme.txt
easy-wc-google-merchant-center-reviews:
Readme:
path: readme.txt
easy-weather-widget:
Readme:
path: readme.txt
easy-whatsapp-contact:
Readme:
path: README.txt
QueryParameter:
files:
- resources/css/wact-style.css
- resources/js/wact-scripts.js
version: true
easy-widget-columns:
QueryParameter:
files:
- public/css/easy-widget-columns-public.css
version: true
easy-woocommerce-discounts:
TranslationFile:
class: BodyPattern
path: languages/easy-woocommerce-discounts.pot
pattern: !ruby/regexp /"Pricing & Discounts (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
easy-woocommerce-tracking-code-free:
QueryParameter:
files:
- public/css/easy-woocommerce-tracking-code-free-public.css
- public/js/easy-woocommerce-tracking-code-free-public.js
version: true
Readme:
path: readme.txt
easy-wordpress-content-locker:
Readme:
path: readme.txt
easy-wordpress-mailchimp-integration:
Readme:
path: readme.txt
easy-wp:
Readme:
path: readme.txt
easy-wp-ecommerce-to-farpost:
Readme:
path: readme.txt
easy-wp-latex-lite:
Readme:
path: readme.txt
easy-wp-members-recaptcha:
Readme:
path: readme.txt
easy-wp-parallax-slider:
Readme:
path: readme.txt
easy-wp-smtp:
Readme:
path: readme.txt
easy-wp-voting-with-payment:
QueryParameter:
files:
- assets/css/style.css
- assets/css/sweetalert.css
- assets/js/script.js
version: true
Readme:
path: readme.txt
easy-wysiwyg-style:
Readme:
path: readme.txt
easy-yandex-metrica:
Readme:
path: readme.txt
easy-youtube-gallery:
QueryParameter:
files:
- assets/lib/magnific-popup/magnific-popup.min.css
- assets/css/eytg.css
- assets/lib/magnific-popup/jquery.magnific-popup.min.js
version: true
easy2sched:
Readme:
path: readme.txt
easyads-for-woocommerce:
Readme:
path: readme.txt
easyappointments:
QueryParameter:
files:
- public/css/easyappointments-public.css
- public/js/easyappointments-public.js
- public/js/easyappointments-iframe.js
version: true
Readme:
path: README.txt
easybackup:
Readme:
path: readme.txt
easycoder:
QueryParameter:
files:
- easycoder-min.js
version: true
Readme:
path: readme.txt
easycommentspaginate:
Readme:
path: readme.txt
easycron:
Readme:
path: readme.txt
easyevent:
QueryParameter:
files:
- public/css/easyevent-public.css
- public/js/easyevent-public.js
version: true
easyfileshop:
Readme:
path: readme.txt
easygeo:
Readme:
path: readme.txt
easygram:
Readme:
path: readme.txt
easygravatars:
Readme:
path: readme.txt
easyjobs:
QueryParameter:
files:
- public/assets/dist/css/easyjobs-public.min.css
version: true
Readme:
path: README.txt
easylogo:
Readme:
path: readme.txt
easymanage:
Readme:
path: readme.txt
easymega:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
easypag-woocommerce:
Readme:
path: readme.txt
easyqr:
Readme:
path: readme.txt
easyreservations:
QueryParameter:
files:
- js/both.js
- assets/css/ui.min.css
- assets/js/both.js
version: true
easyrotator-for-wordpress:
Readme:
path: readme.txt
easyrotator-social-add-on:
Readme:
path: readme.txt
easyshare:
Readme:
path: readme.txt
easyshipper:
Readme:
path: readme.txt
easysnippet:
Readme:
path: readme.txt
easystrings-for-thecartpress-ecommerce:
Readme:
path: readme.txt
easythumbnail-sizes:
Readme:
path: readme.txt
easytimetable-responsive-schedule-management-system:
QueryParameter:
files:
- public/css/easy-timetable-public.css
- public/tooltipster/css/tooltipster.bundle.min.css
- public/tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-borderless.min.css
- public/tooltipster/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-light.min.css
- public/js/easy-timetable-public.js
- public/js/jquery.injectCSS.js
- public/tooltipster/js/tooltipster.bundle.min.js
- public/js/dist/html2canvas.min.js
- public/js/dist/html2canvas.svg.min.js
version: true
easytube:
Readme:
path: readme.txt
easyvideoplayer:
Readme:
path: readme.txt
easyweather-widget:
Readme:
path: readme.txt
easywebsite-custom-welcome-message:
Readme:
path: readme.txt
eatly-widget:
Readme:
path: readme.txt
eazy-ad-unblocker:
TranslationFile:
class: BodyPattern
path: languages/eazy-ad-unblocker-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Eazy Ad Unblocker (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
eazy-cf-catpcha:
Readme:
path: readme.txt
eazy-enable-blogroll:
Readme:
path: readme.txt
eazypay:
Readme:
path: readme.txt
ebay-shop-page:
Readme:
path: readme.txt
ebaylink:
Readme:
path: readme.txt
ebaystore:
Readme:
path: readme.txt
ebecas:
Readme:
path: readme.txt
ebizzsol-photo-search:
Readme:
path: readme.txt
ebook-downloader:
Readme:
path: readme.txt
ebook-store:
Readme:
path: readme.txt
ebook-woohook:
QueryParameter:
files:
- public/css/epubsystems_woo-public.css
- public/js/epubsystems_woo-public.js
version: true
Readme:
path: README.txt
ec-authorizenet:
Readme:
path: readme.txt
ec-stars-rating:
Readme:
path: readme.txt
ecall:
Readme:
path: readme.txt
ecards-lite:
Readme:
path: readme.txt
echbay-admin-security:
Readme:
path: readme.txt
echbay-search-everything:
Readme:
path: readme.txt
echelon-so:
QueryParameter:
files:
- inc/utilities.css
- features/animated-gradients/inc/granim.min.js
- features/animated-gradients/inc/animated-gradients.js
- features/animate/inc/animate.js
- features/tooltip/inc/tooltip.js
- features/sticky/inc/sticky.js
- features/waypoints/inc/waypoints.js
- "/inc/front.js"
- inc/echelon.css
- inc/echelon.js
version: true
Readme:
path: readme.txt
echidna:
Readme:
path: readme.txt
echo-comments-importer:
Readme:
path: readme.txt
echo-date-4-seo:
Readme:
path: readme.txt
echo-show-ids:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
eco-agenda:
Readme:
path: readme.txt
ecommerce-browser-wponlinestore:
Readme:
path: README.txt
ecommerce-dashboard:
Readme:
path: readme.txt
ecommerce-product-carousel-slider-for-elementor:
Readme:
path: readme.txt
ecommerce-social-login-social-sharing-by-miniorange:
Readme:
path: readme.txt
ecommerce-to-activecampaign:
Readme:
path: readme.txt
ecommerce-two-factor-authentication:
Readme:
path: readme.txt
economic-market-news:
QueryParameter:
files:
- assets/stockdio-wp.js
version: true
ecpay-logistics-for-woocommerce:
Readme:
path: readme.txt
ecsstender-take-control-of-your-css:
Readme:
path: readme.txt
ecwid-shopping-cart:
Readme:
path: readme.txt
ecwid-widgets-avalanche:
QueryParameter:
files:
- inc/css/styles.css
- inc/js/scripts.js
version: true
Readme:
path:
- readme.txt
- README.md
ecycler:
Readme:
path: readme.txt
edd-add-to-cart-redirect:
Readme:
path: readme.txt
edd-additional-shortcodes:
Readme:
path: readme.txt
edd-advanced-discounts:
TranslationFile:
class: BodyPattern
path: languages/edd-advanced-discounts.pot
pattern: !ruby/regexp '/ject\-Id\-Version: EDD Advanced Discounts (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
edd-ajax-filters:
QueryParameter:
files:
- assets/css/animate.min.css
- assets/css/edd-ajax-filters.min.css
- assets/js/edd-ajax-filters.min.js
version: true
edd-ajax-search:
QueryParameter:
files:
- assets/css/edd-ajax-search.min.css
- assets/js/edd-ajax-search.min.js
version: true
edd-and-wp-affiliate-integration:
Readme:
path: readme.txt
edd-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
edd-bulk-sale-price:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
edd-card:
TranslationFile:
class: BodyPattern
path: languages/edd-card.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: EDD Card (?<v>\d+\.[\.\d]+)/i'
version: true
edd-changelog:
QueryParameter:
files:
- edd-changelog.min.css
version: true
Readme:
path: readme.txt
edd-checkout-notes:
Readme:
path: readme.txt
edd-coming-soon:
Readme:
path: readme.txt
edd-coupon-counter:
Readme:
path: readme.txt
edd-custom-credit-card-icons:
Readme:
path: README.txt
edd-disable-admin-notices:
Readme:
path: readme.txt
edd-disable-purchase-receipt:
Readme:
path: readme.txt
edd-discounts-by-location:
Readme:
path: README.txt
edd-discounts-by-time:
Readme:
path: readme.txt
edd-download-images:
Readme:
path: readme.txt
edd-download-info:
TranslationFile:
class: BodyPattern
path: languages/edd-download-info.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ EDD Download Info (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
edd-download-pages:
QueryParameter:
files:
- assets/css/edd-download-pages.min.css
version: true
edd-drip:
Readme:
path: readme.txt
edd-enhanced-sales-reports:
Readme:
path: readme.txt
edd-favorites:
Readme:
path: readme.txt
edd-first-time-buyers-gift:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
edd-free-download-text:
Readme:
path: readme.txt
edd-gateway-interkassa:
Readme:
path: readme.txt
edd-infinite-scrolling:
QueryParameter:
files:
- assets/css/animate.min.css
- assets/css/edd-infinite-scrolling.min.css
- assets/js/edd-infinite-scrolling.min.js
version: true
edd-list-file-names:
Readme:
path: readme.txt
edd-mailchimp-subscribe:
Readme:
path: readme.txt
edd-mark-as-add-on:
TranslationFile:
class: BodyPattern
path: languages/edd-mark-as-addon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: EDD Mark as add\-on (?<v>\d+\.[\.\d]+)/i'
version: true
edd-mobile:
Readme:
path: readme.txt
edd-multilingual:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
edd-paypal-payment:
QueryParameter:
files:
- public/css/paypal-edd-public.css
- public/js/paypal-edd-public.js
version: true
edd-paytr-payment-gateway:
Readme:
path: README.txt
edd-payu-latam-gateway:
TranslationFile:
class: BodyPattern
path: languages/wpas-edd-payu-latam-en_US.po
pattern: !ruby/regexp /"Downloads (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
edd-prevent-checkout:
Readme:
path: readme.txt
edd-product-faq:
Readme:
path: Readme.txt
edd-purchase-details:
TranslationFile:
class: BodyPattern
path: languages/edd-purchase-details.pot
pattern: !ruby/regexp /sy Digital Downloads \- Purchase Details (?<v>\d+\.[\.\d]+)/i
version: true
edd-purchase-gravatars:
Readme:
path: readme.txt
edd-purchase-rewards:
Readme:
path: readme.txt
edd-quick-view:
QueryParameter:
files:
- assets/css/edd-quick-view.min.css
- assets/js/edd-quick-view.min.js
version: true
edd-quickpay:
Readme:
path: readme.txt
edd-related-downloads-carousel:
QueryParameter:
files:
- css/relcarouself.css
version: true
edd-related-downloads-carousel-free:
QueryParameter:
files:
- css/relcarouself.css
version: true
edd-robokassa-lite:
Readme:
path: readme.txt
edd-search:
QueryParameter:
files:
- css/style.css
- js/script.js
version: true
Readme:
path: readme.txt
edd-sendpress:
Readme:
path: readme.txt
edd-status-board:
Readme:
path: readme.txt
edd-terms-per-product:
Readme:
path: readme.txt
edd-variable-defaults-update:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
edd-variable-pricing-descriptions:
Readme:
path: readme.txt
edd-vatinfoeu:
Readme:
path: readme.txt
edd-version:
Readme:
path: readme.txt
edd-versions:
Readme:
path: readme.txt
edd-wepay-oauth2:
Readme:
path: readme.txt
edd-yandex-checkout-lite:
Readme:
path: readme.txt
edd-ymlp:
Readme:
path: readme.txt
edge-cache-html-cloudflare-workers:
Readme:
path: README.txt
edgemesh:
Readme:
path: README.txt
edipost-woo:
Readme:
path: readme.txt
edit-author-slug:
TranslationFile:
class: BodyPattern
path: languages/edit-author-slug.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Edit Author Slug (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptComment:
class: BodyPattern
path: js/edit-author-slug.min.js
pattern: !ruby/regexp /edit-author-slug \- v(?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path:
- readme.txt
- README.md
edit-category-slug:
Readme:
path: readme.txt
edit-comments-xt:
Readme:
path: readme.txt
edit-custom-fields:
Readme:
path: readme.txt
edit-howdy:
Readme:
path: readme.txt
edit-lock:
Readme:
path: readme.txt
edit-my-breadcrumb:
Readme:
path: readme.txt
edit-parent-comment-id:
TranslationFile:
class: BodyPattern
path: edit-parent-comment-id-ru_RU.po
pattern: !ruby/regexp /WordPress plugin Edit Parent Comment ID (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
edit-post-expire:
Readme:
path: readme.txt
edit-recent-posts:
TranslationFile:
class: BodyPattern
path: lang/edit-recent-posts.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Edit Recent Posts (?<v>\d+\.[\.\d]+)/i
version: true
edit-tag-slug:
Readme:
path: readme.txt
edit-usernames:
Readme:
path: readme.txt
editable-comments:
Readme:
path: readme.txt
editable-recipe:
Readme:
path: readme.txt
edited-to-pending-review:
Readme:
path: readme.txt
edithtmldom:
Readme:
path: Readme.txt
editionguard-for-woocommerce-ebook-sales-with-drm:
Readme:
path: readme.txt
editor-appearance-access:
QueryParameter:
files:
- public/css/editor-appearance-access-public.css
- public/js/editor-appearance-access-public.js
version: true
Readme:
path: README.txt
editor-block-outline:
Readme:
path: readme.txt
editor-bridge:
TranslationFile:
class: BodyPattern
path: languages/editor-bridge-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Editor Bridge (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
editor-buttons-simplified:
Readme:
path: readme.txt
editor-color-on-word-count:
Readme:
path: readme.txt
editor-extender:
Readme:
path: readme.txt
editor-for-timber:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
editor-lock-by-wisdmlabs:
Readme:
path: Readme.txt
editor-remover:
Readme:
path: readme.txt
editor-rtl:
Readme:
path: readme.txt
editor-syntax-highlighter:
Readme:
path: readme.txt
editor-tabs:
Readme:
path: readme.txt
editor-templates:
Readme:
path: readme.txt
editorial-access-manager:
TranslationFile:
class: BodyPattern
path: languages/editorial-access-manager.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Editorial Access Manager (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
editorial-calendar:
Readme:
path: readme.txt
editorial-guidelines:
Readme:
path: readme.txt
editors-columns:
Readme:
path: readme.txt
editors-note:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
edocr-document-viewer:
Readme:
path: readme.txt
edshelf-widget:
Readme:
path: readme.txt
edu-testimonials:
Readme:
path: readme.txt
edublogify-contact-form:
QueryParameter:
files:
- public/css/mystyle.css
version: true
educator:
QueryParameter:
files:
- assets/public/css/base.css
version: true
eduhack:
Readme:
path: readme.txt
edump:
Readme:
path: readme.txt
edutrac-authentication:
Readme:
path: readme.txt
eelv-redirection:
Readme:
path: readme.txt
eelv-share-post:
Readme:
path: readme.txt
eetheart-functions:
Readme:
path: readme.txt
eewee-admincustom:
Readme:
path: readme.txt
eewee-flattr:
Readme:
path: readme.txt
eewee-pinterest:
Readme:
path: readme.txt
eewee-popup:
Readme:
path: readme.txt
eewee-restaurant-menu:
Readme:
path: readme.txt
eewee-twitter-card:
Readme:
path: readme.txt
eewee-twitter-hovercard:
Readme:
path: readme.txt
efavourite-posts:
TranslationFile:
class: BodyPattern
path: lang/efavourite-posts.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: EFavourite Posts (?<v>\d+\.[\.\d]+)/i'
version: true
efca-ii-plugin:
Readme:
path: readme.txt
effect-maker:
Readme:
path: readme.txt
effective-bio-boxes:
QueryParameter:
files:
- css/style.css
version: true
efficient-related-posts:
Readme:
path: readme.txt
eflyermaker-sign-up-form-builder:
QueryParameter:
files:
- assets/css/animate.css
- public/assets/css/efmfb_public.css
- assets/js/efmfb_globals.js
- assets/js/efmfb_popup_options.js
- public/assets/js/efmfb_public.js
version: true
eg-archives:
Readme:
path: readme.txt
eg-attachments:
QueryParameter:
files:
- css/eg-attachments.css
version: true
Readme:
path: readme.txt
eg-series:
Readme:
path: readme.txt
egypt-dollarprice:
QueryParameter:
files:
- assets/css/plugin.css
- assets/js/plugin.js
version: true
eh-from-mail:
Readme:
path: readme.txt
eh-wordpress-totals:
Readme:
path: readme.txt
eidogo-for-wordpress:
Readme:
path: readme.txt
eight-day-week-print-workflow:
TranslationFile:
class: BodyPattern
path: languages/eight-day-week.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Eight Day Week (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
eight-degree-easy-tags:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
eight-degree-posts-list:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
eighties-bbpress:
TranslationFile:
class: BodyPattern
path: languages/eighties-bbpress-en_US.pot
pattern: !ruby/regexp /t\-Id\-Version:\ Eighties Add\-on \- bbPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
einsatzberichte-oo:
Readme:
path: readme.txt
einsatzverwaltung:
QueryParameter:
files:
- css/style-frontend.css
version: true
einstein-quotes:
Readme:
path: readme.txt
eit-accordion:
Readme:
path: readme.txt
eit-custom-scrollbar:
Readme:
path: readme.txt
eit-scroll-to-top:
Readme:
path: readme.txt
ejls-easy-json-ld-setter:
Readme:
path: readme.txt
ekl-rss-feed-reader:
Readme:
path: readme.txt
el-banners:
Readme:
path: readme.txt
el-club-de-la-noticia:
Readme:
path: readme.txt
el-gallery:
Readme:
path: readme.txt
eladdon:
TranslationFile:
class: BodyPattern
path: languages/elementaddon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Element Addon (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
elander:
Readme:
path: readme.txt
elastic-email-sender:
Readme:
path: readme.txt
elastic-email-subscribe-form:
Readme:
path: readme.txt
elastic-slide:
Readme:
path: readme.txt
elastic-theme-editor:
Readme:
path: readme.txt
elasticpress:
TranslationFile:
class: BodyPattern
path: lang/elasticpress.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ ElasticPress (?<v>\d+\.[\.\d]+)/i
version: true
elastik-error-logging:
Readme:
path: readme.txt
elbuntu-pins:
Readme:
path: readme.txt
ele-term-list:
Readme:
path: readme.txt
elearning-memberships:
QueryParameter:
files:
- assets/css/frontend-style.css
version: true
electric-studio-auto-expire-post:
Readme:
path: readme.txt
electric-studio-client-login:
Readme:
path: readme.txt
electric-studio-cross-linker:
QueryParameter:
files:
- js/highlighter.js
version: true
Readme:
path: readme.txt
electric-studio-download-counter:
Readme:
path: readme.txt
electric-studio-flickr-mosaic:
Readme:
path: readme.txt
electric-studio-logger:
Readme:
path: readme.txt
electric-studio-mailer:
Readme:
path: readme.txt
electrifying-engineering-portfolio:
TranslationFile:
class: BodyPattern
path: languages/electrifying-engineering-portfolio.pot
pattern: !ruby/regexp '/ion: Electrifying Engineering Portfolio (?<v>\d+\.[\.\d]+)/i'
version: true
eleddon:
Readme:
path: readme.txt
elegance-modal-box:
Readme:
path: readme.txt
elegant-blocks:
Readme:
path: readme.txt
elegant-responsive-content-slider:
TranslationFile:
class: BodyPattern
path: languages/ercs.pot
pattern: !ruby/regexp /msgid "Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
elegant-subscription-popup:
Readme:
path: readme.txt
elegant-zazzle-plugin-ezp:
Readme:
path: readme.txt
elegantui-social-media-icons:
QueryParameter:
files:
- public/css/eui-smi-public.css
- public/js/eui-smi-public.js
version: true
elemailer-lite:
Readme:
path: readme.txt
elemenda:
Readme:
path:
- readme.txt
- README.md
element-capability-manager:
TranslationFile:
class: BodyPattern
path: languages/english.po
pattern: !ruby/regexp /\-Id\-Version:\ Element Capability Manager (?<v>\d+\.[\.\d]+)/i
version: true
elemental-calculator:
Readme:
path: readme.txt
elementary:
QueryParameter:
files:
- assets/stylesheet/elementary-frontend.css
version: true
elementinvader:
QueryParameter:
files:
- public/css/elementinvader-public.css
- public/js/elementinvader-public.js
version: true
Readme:
path: README.txt
elementor:
QueryParameter:
files:
- assets/lib/eicons/css/elementor-icons.min.css
- assets/css/animations.min.css
- assets/css/frontend.min.css
- assets/js/frontend.min.js
version: true
JavascriptComment:
class: BodyPattern
path: assets/js/admin-feedback.js
pattern: !ruby/regexp /elementor \- v(?<v>\d+\.[\.\d]+)/i
version: true
StyleComment:
class: BodyPattern
path: assets/css/admin.min.css
pattern: !ruby/regexp /elementor \- v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
elementor-addon-widgets:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
elementor-beta:
Readme:
path: readme.txt
elementor-pro:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\#\#\# (?<v>\d+\.[\.\d]+) \-/i
version: true
elementor-templater:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
elementpress:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
elements-for-lifterlms:
Readme:
path: README.txt
elementskit-lite:
Readme:
path: readme.txt
eletro-widgets:
Readme:
path: readme.txt
elevate-parent-category-template:
Readme:
path: readme.txt
elex-bulk-edit-products-prices-attributes-for-woocommerce-basic:
Readme:
path: readme.txt
elex-product-price-custom-text-before-after-text-and-discount-for-woocommerce:
Readme:
path: readme.txt
elex-request-a-quote:
Readme:
path: readme.txt
elex-woo-flexible-pricing:
Readme:
path: readme.txt
elex-woocommerce-role-based-pricing-plugin-basic:
Readme:
path: readme.txt
elfsight-addons-for-elementor:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
elfsight-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
elgg-bridge:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
eli-for-digital-magazines:
QueryParameter:
files:
- script.js
- jquery.fancybox.min.js
version: true
Readme:
path: readme.txt
eliminate-notify-email:
Readme:
path: readme.txt
elisqlreports:
Readme:
path: readme.txt
elite-accordion:
Readme:
path: readme.txt
eliteprospects-player-link:
Readme:
path: readme.txt
eliteprospects-tooltips:
Readme:
path: readme.txt
elkmipo:
Readme:
path: readme.txt
elkse:
Readme:
path: readme.txt
ellie-code-snippet:
QueryParameter:
files:
- public/css/ellie-code-snippet-public.css
- public/js/ellie-code-snippet-public.js
version: true
Readme:
path: README.txt
ellipsis-adnet-code-snippet-plugin:
Readme:
path: readme.txt
elokenz-most-shared-articles-for-authors:
Readme:
path: readme.txt
elpix-rate-post-in-comment:
Readme:
path: readme.txt
els-ajax-login:
QueryParameter:
files:
- css/els-ajax-login-css.css
- js/els-ajax-login-def.js
version: true
elvanto-login-widget:
Readme:
path: readme.txt
elvez-control-access:
Readme:
path: README.txt
elvez-edit-powered-by:
Readme:
path: README.txt
elvez-manage-contents:
Readme:
path: README.txt
elvez-slim-site-header:
Readme:
path: README.txt
elvez-tap-animation:
Readme:
path: README.txt
elvez-wc-stripe-card-icon:
Readme:
path: README.txt
elvito-bp:
Readme:
path: readme.txt
ely-gallery:
QueryParameter:
files:
- dist/slick.css
- dist/style.build.css
- dist/slick.min.js
- dist/frontend.min.js
version: true
Readme:
path:
- readme.txt
- README.md
elya-sms:
Readme:
path: readme.txt
em-purchase-code-validator:
QueryParameter:
files:
- public/assets/css/em-puchase-code-validator-public.css
- public/assets/js/vue.min.js
- public/assets/js/moment.js
- public/assets/js/moment-timezone.min.js
- public/assets/js/axios.min.js
- public/assets/js/em-puchase-code-validator-public.js
version: true
email:
Readme:
path: readme.txt
email-2-image:
Readme:
path: README.txt
email-2-mailchimp:
Readme:
path: readme.txt
email-404:
Readme:
path: readme.txt
email-address-encoder:
TranslationFile:
class: BodyPattern
path: languages/email-address-encoder.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Email Address Encoder (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
email-alerts:
Readme:
path: readme.txt
email-artillery:
Readme:
path: README.txt
email-as-username-for-wp-members:
Readme:
path: readme.txt
email-author-on-publish:
Readme:
path: readme.txt
email-before-download:
Readme:
path: readme.txt
email-capture-lead-generation:
QueryParameter:
files:
- "/css/eclg-style.css"
- "/js/eclg-public.js"
version: true
Readme:
path: readme.txt
email-chat-contact-button:
Readme:
path: readme.txt
email-checker-for-contact-form-7:
Readme:
path: readme.txt
email-confirmation-for-restrict-content-pro:
Readme:
path: readme.txt
email-customizer:
Readme:
path: readme.txt
email-dns-verification:
Readme:
path: readme.txt
email-domain-checker:
Readme:
path: readme.txt
email-download-link:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
email-encoder-bundle:
Readme:
path: readme.txt
email-encryption:
Readme:
path: readme.txt
email-feed:
Readme:
path: readme.txt
email-form-under-post:
QueryParameter:
files:
- css/bootstrap.css
- css/post-form.css
- js/post-email.js
- js/bootstrap.js
version: true
email-log:
TranslationFile:
class: BodyPattern
path: languages/email-log.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Email Log (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
email-manager:
Readme:
path: readme.txt
email-me:
Readme:
path: readme.txt
email-notification-on-comment-approval:
Readme:
path: readme.txt
email-obfuscate-shortcode:
Readme:
path: readme.txt
email-on-publish:
Readme:
path: readme.txt
email-pick-up:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
email-post-approval:
Readme:
path: readme.txt
email-post-changes:
Readme:
path: readme.txt
email-posts-commentators:
Readme:
path: readme.txt
email-posts-to-subscribers:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
email-protect:
Readme:
path: readme.txt
email-read-notify-track-log:
Readme:
path: readme.txt
email-reminder:
Readme:
path: readme.txt
email-reminders:
Readme:
path: readme.txt
email-shortcode:
QueryParameter:
files:
- public/css/ee-email-shortcode-public.css
- public/js/ee-email-shortcode-public.js
version: true
email-signup-for-link:
Readme:
path: readme.txt
email-subscribe:
TranslationFile:
class: BodyPattern
path: languages/email-subscribe.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ email subscription popup (?<v>\d+\.[\.\d]+)/i
version: true
email-subscriber:
Readme:
path: readme.txt
email-subscribers:
TranslationFile:
class: BodyPattern
path: languages/email-subscribers-pt_BR.po
pattern: !ruby/regexp /ersion:\ Email Subscribers & Newsletters (?<v>\d+\.[\.\d]+)/i
confidence: 20
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\*Version (?<v>\d+\.[\.\d]+)\*/i
version: true
Readme:
path: readme.txt
email-subscribers-advanced-form:
TranslationFile:
class: BodyPattern
path: languages/email-subscribers-advanced-form.pot
pattern: !ruby/regexp /ion:\ Email Subscribers \- Group Selector (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
email-subscription-box-after-post-content:
Readme:
path: readme.txt
email-subscription-with-secure-captcha:
Readme:
path: readme.txt
email-suscripcion:
Readme:
path: readme.txt
email-sync:
TranslationFile:
class: BodyPattern
path: languages/email-sync.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Email Sync v(?<v>\d+\.[\.\d]+)/i
version: true
email-template-customizer-for-woo:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
email-templates:
Readme:
path: README.txt
email-test:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
email-this-page:
Readme:
path: readme.txt
email-tracking-notification-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/tracking_email-pl_PL.po
pattern: !ruby/regexp '/\#: _SVN\/tags\/(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
email-trap:
Readme:
path:
- readme.txt
- README.md
email-verifications:
Readme:
path: readme.txt
emailinvest:
Readme:
path: readme.txt
emailprotect:
Readme:
path: readme.txt
emailshroud:
Readme:
path: readme.txt
emailsystem:
Readme:
path: readme.txt
emarketplaceservices-live-shipping-rate:
Readme:
path: readme.txt
embargo-press-release:
Readme:
path: readme.txt
embe-core:
Readme:
path: readme.txt
embe-demo-import:
Readme:
path: readme.txt
embed-any-document:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: language/embed-any-document.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Embed Any Document (?<v>\d+\.[\.\d]+)/i'
version: true
embed-article:
Readme:
path: readme.txt
embed-audiobakers:
Readme:
path: readme.txt
embed-block-for-tiktok:
Readme:
path: readme.txt
embed-bokun:
Readme:
path: readme.txt
embed-clappr:
QueryParameter:
files:
- clappr.css
version: true
embed-code:
TranslationFile:
class: BodyPattern
path: languages/embed-code.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Embed Code (?<v>\d+\.[\.\d]+)/i
version: true
embed-comment-images:
Readme:
path: readme.txt
embed-documents-shortcode:
Readme:
path: readme.txt
embed-extended:
TranslationFile:
class: BodyPattern
path: languages/embed-extended.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Embed Extended (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
embed-github-gist:
Readme:
path: readme.txt
embed-google-map:
Readme:
path: readme.txt
embed-google-photos-album-easily:
Readme:
path: readme.txt
embed-grooveshark:
Readme:
path: readme.txt
embed-iframe:
Readme:
path: readme.txt
embed-image:
Readme:
path: readme.txt
embed-iphoneipad-app:
Readme:
path: readme.txt
embed-javascript-file-content:
Readme:
path: readme.txt
embed-kindle:
Readme:
path: readme.txt
embed-light-field-photos:
Readme:
path: readme.txt
embed-mixcloud-advanced:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
embed-mobypicture:
Readme:
path: readme.txt
embed-mtv:
Readme:
path: readme.txt
embed-odnoklassniki-video:
Readme:
path: readme.txt
embed-office-viewer:
Readme:
path: readme.txt
embed-panopto:
Readme:
path: README.txt
embed-peertube-playlist:
Readme:
path: readme.txt
embed-piwigo:
TranslationFile:
class: BodyPattern
path: languages/embed-piwigo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Embed Piwigo (?<v>\d+\.[\.\d]+)/i'
version: true
embed-poll-for-all:
Readme:
path: readme.txt
embed-post:
Readme:
path: readme.txt
embed-posts:
Readme:
path: readme.txt
embed-rentle:
Readme:
path: readme.txt
embed-roomshare-japan:
Readme:
path: readme.txt
embed-rss:
Readme:
path: readme.txt
embed-salesvu:
Readme:
path:
- readme.txt
- README.md
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
embed-sched:
Readme:
path: readme.txt
embed-sendy:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
embed-social-media:
Readme:
path: readme.txt
embed-twine:
Readme:
path: readme.txt
embed-videogjirafa:
Readme:
path: readme.txt
embed-vizme:
QueryParameter:
files:
- vizmeEmbedResize.js
version: true
Readme:
path: readme.txt
embed-wave:
Readme:
path: readme.txt
embed-wikimedia:
TranslationFile:
class: BodyPattern
path: languages/embed-wikimedia.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Embed Wikimedia (?<v>\d+\.[\.\d]+)/i'
version: true
embed-wistia-vid:
Readme:
path: readme.txt
embedded-menu-and-online-ordering:
Readme:
path: readme.txt
embedded-slideshow:
Readme:
path: readme.txt
embedded-table-bookings:
Readme:
path: readme.txt
embedding-pdf:
Readme:
path: readme.txt
embeditor:
Readme:
path: readme.txt
embeds-for-proven-expert:
Readme:
path: README.md
embedy-wall:
Readme:
path: readme.txt
embpicasa:
Readme:
path: readme.txt
emc2-alert-boxes:
Readme:
path: readme.txt
emc2-popup-disclaimer:
Readme:
path: readme.txt
emercury-add-on-for-elementor-pro:
Readme:
path: readme.txt
emercury-extension-for-contact-form-7:
Readme:
path: readme.txt
emercury-for-gravity-forms:
Readme:
path: readme.txt
emercury-for-woocommerce:
Readme:
path: readme.txt
emercury-for-wp:
Readme:
path: readme.txt
emi-loan-calculator:
Readme:
path: readme.txt
emma-emarketing-plugin:
Readme:
path: README.txt
emoji-autocomplete-gutenberg:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
emoji-conbini:
Readme:
path: readme.txt
emoji-emoticons:
Readme:
path: README.txt
emoji-guard:
Readme:
path: readme.txt
emoji-keyboard-in-comment-form:
TranslationFile:
class: BodyPattern
path: languages/emojipudding-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP User Manager (?<v>\d+\.[\.\d]+)/i'
version: true
emoji-shortcode:
QueryParameter:
files:
- public/css/emoji-shortcode-public.css
- public/js/emoji-shortcode-public.js
version: true
emojin:
Readme:
path: readme.txt
empathy:
Readme:
path: readme.txt
empire-avenue-badge-widget:
Readme:
path: readme.txt
employee-directory:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Employee Directory v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
employee-spotlight:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Employee Spotlight v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
empty-framework:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /empty framework (?<v>\d+\.[\.\d]+)/i
empty-p-tag:
Readme:
path: readme.txt
empty-paragraph-for-tinymce-editor:
Readme:
path: readme.txt
empty-plugin-template:
Readme:
path: readme.txt
empty-postspages:
Readme:
path: readme.txt
empty-title-category-checker:
Readme:
path: README.txt
empty-widget-area:
Readme:
path: readme.txt
emu2-email-users-2:
Readme:
path: readme.txt
en-gb-localisation:
Readme:
path: readme.txt
enable-automatic-update-for-all-plugins:
Readme:
path: readme.txt
enable-jquery-migrate-helper:
Readme:
path: readme.txt
enable-latex:
Readme:
path: readme.txt
enable-maintenance-page:
Readme:
path: readme.txt
enable-media-replace:
Readme:
path: readme.txt
enable-or-disable-comments:
Readme:
path: readme.txt
enable-raw-html-disable-corruption:
Readme:
path: readme.txt
enable-site-ping-wpmu:
Readme:
path: readme.txt
enable-theme-and-plugin-editor:
Readme:
path: readme.txt
enable-wp-debug-from-admin-dashboard:
Readme:
path: readme.txt
encode-decode-tool:
Readme:
path: readme.txt
encryptcoin:
Readme:
path: readme.txt
encrypted-blog:
Readme:
path: readme.txt
encyclopedia-lexicon-glossary-wiki-dictionary:
Readme:
path: readme.txt
end-content:
Readme:
path: readme.txt
endnotes:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Endnotes (?<v>\d+\.[\.\d]+)(?!.*Endnotes \d+\.[\.\d]+)/mi
version: true
endomondo-summary:
Readme:
path: readme.txt
endomondowp:
Readme:
path: readme.txt
endora:
Readme:
path: readme.txt
endora-lite:
Readme:
path: readme.txt
energ1zer:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
energy-saver:
Readme:
path:
- readme.txt
- README.md
enforce-strong-password:
Readme:
path: readme.txt
engage-by-zubi:
Readme:
path: README.md
engage-forms:
QueryParameter:
files:
- css/engage-form.css
- js/engage.js
version: true
engaging-buttons:
QueryParameter:
files:
- front-end/css/enp-button-plain-styles.min.css
- front-end/js/scripts.min.js
version: true
english-level-test:
Readme:
path: readme.txt
english-premier-league-table:
Readme:
path: readme.txt
english-words-translator-by-vocabla:
Readme:
path: readme.txt
english-wp-admin:
Readme:
path: readme.txt
enhanced-admin-bar-with-codex-search:
Readme:
path: readme.txt
enhanced-admin-links-in-multisite-my-sites-drop-downs:
Readme:
path: readme.txt
enhanced-ajax-add-to-cart-for-woocommerce:
QueryParameter:
files:
- public/js/enhanced-ajax-add-to-cart-wc-public.js
- public/js/enhanced-ajax-add-to-cart-wc.min.js
version: true
enhanced-bibliplug:
Readme:
path: readme.txt
enhanced-buddypress-widgets:
Readme:
path: readme.txt
enhanced-calendar:
Readme:
path: readme.txt
enhanced-catalog-images-for-woocommerce:
QueryParameter:
files:
- assets/frontend/css/main.min.css
- assets/frontend/js/main.min.js
version: true
enhanced-categories:
Readme:
path: readme.txt
enhanced-custom-menu:
Readme:
path: Readme.txt
enhanced-custom-permalinks:
Readme:
path: readme.txt
enhanced-e-commerce-for-woocommerce-store:
JavascriptVar:
xpath: //script[contains(., "tvc_smd=")]
pattern: !ruby/regexp /"tvc_eev":"(?<v>\d+\.[\.\d]+)",/i
version: true
Readme:
path: readme.txt
enhanced-ecommerce-datalayer:
Readme:
path: readme.txt
enhanced-emails:
Readme:
path: readme.txt
enhanced-header-footer-injections:
Readme:
path: readme.txt
enhanced-linking:
Readme:
path: README.txt
enhanced-links:
Comment:
xpath: //comment()[contains(., "Enhanced Links")]
pattern: !ruby/regexp /\A(?:Start|End) Of Script Generated By Enhanced Links/i
Readme:
path: readme.txt
enhanced-media-library:
Readme:
path: readme.txt
enhanced-mediapicker:
Readme:
path: readme.txt
enhanced-menu-editor:
Readme:
path: readme.txt
enhanced-paypal-shortcodes:
Readme:
path: readme.txt
enhanced-publishing:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
enhanced-recent-posts:
Readme:
path: readme.txt
enhanced-search:
Readme:
path: readme.txt
enhanced-search-form:
Readme:
path: readme.txt
enhanced-text-widget:
Readme:
path:
- readme.txt
- README.md
enhanced-woocommerce-convertkit-integration:
TranslationFile:
class: BodyPattern
path: languages/enhanced-woocommerce-convertkit-integration-en_US.po
pattern: !ruby/regexp /nced Woocommerce ConvertKit Integration (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
enhanced-woocommerce-flash-sale:
TranslationFile:
class: BodyPattern
path: languages/enhanced-woocommerce-flash-sale-en_US.po
pattern: !ruby/regexp '/ersion: Enhanced Woocommerce Flash Sale (?<v>\d+\.[\.\d]+)/i'
version: true
enhanced-woocommerce-mautic-integration:
TranslationFile:
class: BodyPattern
path: languages/mautic-woo-en_US.po
pattern: !ruby/regexp '/Version: Mautic WooCommerce Integration (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
enhanced-youtube-shortcode:
Readme:
path: readme.txt
enigma:
Readme:
path: readme.txt
enl-newsletter:
Readme:
path: readme.txt
enlarge-text:
Readme:
path: readme.txt
enlighter:
QueryParameter:
files:
- resources/EnlighterJS.min.css
- resources/mootools-core-yc.js
- resources/EnlighterJS.min.js
version: true
TranslationFile:
class: BodyPattern
path: lang/Enlighter.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Enlighter (?<v>\d+\.[\.\d]+)/i
version: true
enqueue-font-awesome-cdn:
Readme:
path: readme.txt
enquir3-case-studies:
Readme:
path: readme.txt
enquir3-referrals:
Readme:
path: readme.txt
enroll-via-ipn:
Readme:
path: readme.txt
entego-n11:
TranslationFile:
class: BodyPattern
path: languages/entego-n11-tr_TR.po
pattern: !ruby/regexp '/ject\-Id\-Version: Entego N11 Entegrasyon (?<v>\d+\.[\.\d]+)/i'
version: true
entenda-antes-o-mundo-da-construcao:
Readme:
path: readme.txt
enter-title-here-changer:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.MD
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
entregar-shipping-method:
Readme:
path:
- readme.txt
- readme.md
entries-on-page-x:
Readme:
path: readme.txt
entry-views:
TranslationFile:
class: BodyPattern
path: languages/entry-views.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Entry Views (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
entrywizard:
QueryParameter:
files:
- styles/entrywizard.css
- styles/jquery-ui.css
version: true
entuberate:
Readme:
path: readme.txt
enuyguncom-wordpress-tools:
Readme:
path: readme.txt
envato-affiliater:
Readme:
path: readme.txt
envato-elements:
Readme:
path: readme.txt
envato-marketplace-widget:
Readme:
path: readme.txt
envator:
QueryParameter:
files:
- assets/css/envator.css
- assets/css/icons.css
- assets/js/jquery.modalEffects.js
- assets/js/envator.js
- assets/js/modernizr.custom.js
- assets/js/classie.js
- assets/js/cssParser.js
version: true
Readme:
path: readme.txt
envira-gallery-lite:
Readme:
path: readme.txt
envira-tamer:
Readme:
path: readme.txt
environment-info:
Readme:
path: readme.txt
environmental-plugin-manager:
Readme:
path: readme.txt
envite:
Readme:
path: readme.txt
envo-elementor-for-woocommerce:
Readme:
path: readme.txt
envoke-supersized:
Readme:
path: readme.txt
envychimp:
QueryParameter:
files:
- public/css/envy-chimp-font-family.css
- public/css/font-awesome.min.css
- public/css/envy-chimp-public.css
- public/css/envy-chimp-responsive.css
- public/js/envy-chimp-public.js
- public/js/ajaxChimp.min.js
version: true
envynotifs:
QueryParameter:
files:
- public/css/font-awesome.min.css
- public/css/bootstrap.min.css
- public/css/envy-notifs-public.css
- public/js/bootstrap.min.js
- public/js/magnific-popup.min.js
- public/js/parallax.js
- public/js/multi-countdown.js
- public/js/envy-notifs-public.js
version: true
Readme:
path: README.txt
envypopup:
QueryParameter:
files:
- public/css/bootstrap.min.css
- public/css/envy-popup-public.css
- public/js/bootstrap.min.js
- public/js/envy-popup-countdown.js
- public/js/jquery.cookie.js
version: true
Readme:
path: README.txt
envypreloader:
QueryParameter:
files:
- public/css/envy-preloader-public.css
- public/js/jquery.cookie.js
- public/js/envy-preloader-public.js
version: true
enzymes:
Readme:
path: readme.txt
eorzea-time:
QueryParameter:
files:
- css/eorzea.css
- js/eorzea.js
version: true
Readme:
path: readme.txt
ep-admin-messages:
Readme:
path: readme.txt
ep-image-base64-encode:
Readme:
path: readme.txt
ep-pushcrew-now-vwo-engage:
Readme:
path: readme.txt
ep4-more-embeds:
QueryParameter:
files:
- css/more-embeds.css
version: true
epdf-support-elements-pdf-creator-addon-for-elementor-lite:
QueryParameter:
files:
- public/css/ciepdf-elementor-public.css
- public/js/ciepdf-elementor-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/ciepdf-elementor.pot
pattern: !ruby/regexp '/d\-Version: Wordpress Contact Form 7 PDF\-(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ephemeris:
Readme:
path: readme.txt
ephoto-plugin:
Readme:
path: readme.txt
QueryParameter:
files:
- dist/public.css
- dist/public.js
version: true
epic-addons-for-elementor:
Readme:
path: readme.txt
epic-bootstrap-buttons:
Readme:
path: readme.txt
epic-post-type:
Readme:
path: readme.txt
epic-spinners:
QueryParameter:
files:
- public/css/epic-spinners-public.css
- public/js/epic-spinners-public.js
version: true
epic-tap-widgets:
QueryParameter:
files:
- public/css/epic-tap-widgets-public.min.css
version: true
Readme:
path: README.txt
epicpay-woocommerce-payment-gateway:
Readme:
path: readme.txt
epicwin-subscribers:
Readme:
path: readme.txt
epim-api-importer:
Readme:
path: readme.txt
episode-vii-countdown-widget:
Readme:
path: readme.txt
epitome-featured-category:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
epitome-featured-content:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
epitome-gallery:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
epitome-seo:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
epitome-subtitle:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
epoch:
QueryParameter:
files:
- "/assets/js/front/handlebars.js"
- "/assets/js/front/epoch.min.js"
version: true
epos-gateway-for-woocommerce:
Readme:
path: readme.txt
eps-301-redirects:
Readme:
path: readme.txt
epx-ecommerce:
Readme:
path: readme.txt
equal-height-columns:
QueryParameter:
files:
- public/js/equal-height-columns-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/equal-height-columns.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Equal Height Columns (?<v>\d+\.[\.\d]+)/i
version: true
equili:
QueryParameter:
files:
- public/css/equilli-public.css
- public/js/equilli-public.js
version: true
Readme:
path: README.txt
er-sourceforge-stats:
Readme:
path: readme.txt
er-swiffy-insert:
Readme:
path: readme.txt
er-windows-8-meta-addon:
Readme:
path: readme.txt
era-clock:
Readme:
path: readme.txt
ere-colors:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
ere-download-document:
Readme:
path: readme.txt
ere-recently-viewed:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
ere-similar-properties:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
erident-custom-login-and-dashboard:
Readme:
path: readme.txt
erocket:
Readme:
path: readme.txt
erocks-dashboard-lockdown:
Readme:
path: readme.txt
eroom-zoom-meetings-webinar:
QueryParameter:
files:
- "/assets/css/frontend/main.css"
- "/assets/js/frontend/jquery.countdown.js"
- "/assets/js/frontend/main.js"
version: true
Readme:
path: readme.txt
erp:
QueryParameter:
files:
- modules/crm/assets/css/erp-subscription-form.css
- modules/crm/assets/js/erp-subscription-form.js
version: true
TranslationFile:
class: BodyPattern
path: i18n/languages/wp-erp.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP ERP (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
erp-pdf-invoice:
TranslationFile:
class: BodyPattern
path: i18n/languages/wp-erp-pdf.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WP ERP \- PDF Invoice (?<v>\d+\.[\.\d]+)/i'
version: true
error-notification:
Readme:
path: readme.txt
ervan-limit-login:
Readme:
path:
- readme.txt
- readme.md
es-custom-fields-interface:
Readme:
path: readme.txt
esami-di-laboratorio:
Readme:
path: readme.txt
esaudioplayer:
Readme:
path: readme.txt
escalate-network-affiliate-plugin:
Readme:
path: readme.txt
escape-html:
Readme:
path: Readme.txt
escape-html-for-prism-syntax-highlighter:
Readme:
path: Readme.txt
escape-to-edit-for-divi:
Readme:
path: readme.txt
eseely:
Readme:
path: readme.txt
esell:
Readme:
path: readme.txt
esewa:
Readme:
path: readme.txt
eshop-csv-export:
Readme:
path: readme.txt
eshop-invoice:
Readme:
path: readme.txt
eshop-languages:
Readme:
path: readme.txt
eshop-shipping-extension:
QueryParameter:
files:
- includes/eshop_shipping_extension.js
version: true
espn-headlines-widget:
Readme:
path: README.txt
esponce-qr-code-generator:
Readme:
path: readme.txt
espresso-diagnostics:
TranslationFile:
class: BodyPattern
path: languages/espresso-diagnostics.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Espresso Diagnostics (?<v>\d+\.[\.\d]+)/i'
version: true
essential:
Readme:
path: readme.txt
essential-addons-for-elementor-lite:
QueryParameter:
files:
- assets/front-end/css/eael.min.css
- assets/front-end/js/eael.min.js
version: true
Readme:
path: readme.txt
essential-content-types:
Readme:
path: README.txt
essential-grid:
Readme:
path: readme.txt
essential-hover-effects:
TranslationFile:
class: BodyPattern
path: admin/framework/languages/zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
essential-performance:
Readme:
path: readme.txt
essential-real-estate:
QueryParameter:
files:
- public/assets/css/main.css
- public/assets/js/ere-main.js
- public/assets/js/property/ere-compare.js
- public/assets/js/ere-carousel.js
- public/assets/js/account/ere-login.js
- public/assets/js/account/ere-register.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
essential-widgets:
QueryParameter:
files:
- public/css/essential-widgets-public.css
- public/js/essential-widgets-public.js
version: true
esta-kit:
Readme:
path: readme.txt
estimate-delivery-per-product-for-woocommerce:
Readme:
path: readme.txt
estimated-delivery-for-woocommerce:
Readme:
path: README.md
estoyleyendo:
Readme:
path: readme.txt
esv-bible-shortcode-for-wordpress:
Readme:
path: readme.txt
etalia:
Readme:
path: readme.txt
etc-mods-bundle:
Readme:
path: readme.txt
etemplates:
Readme:
path: readme.txt
etevents:
Readme:
path: readme.txt
ether-and-erc20-tokens-woocommerce-payment-gateway:
Readme:
path: readme.txt
ethereum-wallet:
Readme:
path: readme.txt
ethereumico:
QueryParameter:
files:
- ethereum-ico.css
- ethereum-ico.js
version: true
Readme:
path: readme.txt
ethiopian-calendar:
QueryParameter:
files:
- public/css/ethiopian-calendar-public.css
- public/js/ethiopian-calendar-public.js
version: true
Readme:
path: README.txt
etruel-stock-in-list-for-eshop:
Readme:
path: readme.txt
etsy-importer:
Readme:
path: readme.txt
etsy-mini:
Readme:
path: readme.txt
etsy-shop:
QueryParameter:
files:
- etsy-shop.css
version: true
etsy-widget:
Readme:
path: readme.txt
eu-cookie-law:
Readme:
path: readme.txt
eu-cookie-law-consent:
Readme:
path: readme.txt
eu-cookie-law-notification:
Readme:
path: readme.txt
eu-cookie-law-wp-cookie-law:
Readme:
path: readme.txt
eu-cookies-bar:
QueryParameter:
files:
- css/eu-cookies-bar-icons.css
- css/eu-cookies-bar.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
eu-opt-in-compliance-for-mailchimp:
TranslationFile:
class: BodyPattern
path: languages/eu-opt-in-compliance-for-mailchimp.pot
pattern: !ruby/regexp /ion:\ eu\-opt\-in\-compliance\-for\-mailchimp (?<v>\d+\.[\.\d]+)/i
version: true
eu-vat-redirect:
Readme:
path: readme.txt
euleo-ubersetzungsburo:
Readme:
path: readme.txt
euro-2012-predictor:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ev-ead:
Readme:
path: readme.txt
ev-visual-search:
Readme:
path: readme.txt
ev-widget-post:
Readme:
path: readme.txt
evadav:
Readme:
path: readme.txt
evalphp:
Readme:
path: readme.txt
evaluate:
Readme:
path: readme.txt
evanesco:
Readme:
path: readme.txt
event-agent:
Readme:
path: README.txt
event-calendar-by-hg:
QueryParameter:
files:
- assets/css/front.min.css
- assets/js/front.min.js
version: true
pattern: !ruby/regexp /v\=(?<v>\d+\.[\.\d]+)/
event-calendar-wd:
QueryParameter:
files:
- css/ecwd_popup.css
- css/font-awesome/font-awesome.css
- css/style.css
- js/ecwd_popup.js
- js/scripts.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
event-codes:
QueryParameter:
files:
- public/css/style-normal.css
- public/custom.js
version: true
event-countdown-timer:
Readme:
path: readme.txt
event-creator:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
event-espresso-decaf:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Event Espresso Version (?<v>[\d\.]+\.decaf)/i
QueryParameter:
files:
- core/templates/global_assets/css/espresso_default.css
pattern: !ruby/regexp /(?:v|ver)\=(?<v>[\d\.]+\.decaf)/i
version: true
event-espresso-es:
Readme:
path: readme.txt
event-espresso-free:
QueryParameter:
files:
- templates/event_espresso_style.css
- scripts/jquery.pajinate.min.js
- scripts/pagination.js
pattern: !ruby/regexp /(?:v|ver)\=(?<v>[\d\.]+\.L)/i
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Event Espresso Version (?<v>[\d\.a-z]+\.L)/i
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+\.L)/
version: true
event-espresso-requirements-check:
Readme:
path: readme.txt
event-feed-for-eventim:
Readme:
path: readme.txt
event-geek:
Readme:
path: readme.txt
event-importer-for-meetup-and-the-events-calendar:
TranslationFile:
class: BodyPattern
path: languages/event-importer-for-meetup-and-the-events-calendar-old.pot
pattern: !ruby/regexp /rter for Meetup and The Events Calendar (?<v>\d+\.[\.\d]+)/i
version: true
event-manager-theme-functionality:
Readme:
path: readme.txt
event-master:
QueryParameter:
files:
- js/fullcalendar.js
version: true
event-organiser:
Readme:
path: readme.txt
event-organiser-csv:
TranslationFile:
class: BodyPattern
path: languages/event-organiser-csv.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ event\-organiser\-csv (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
event-organiser-google-checkout:
Readme:
path: readme.txt
event-organiser-posterboard:
TranslationFile:
class: BodyPattern
path: languages/event-organiser-posterboard.pot
pattern: !ruby/regexp /Id\-Version:\ event\-organiser\-posterboard (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
event-organiser-vat:
TranslationFile:
class: BodyPattern
path: languages/event-organiser-vat.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ event\-organiser\-vat (?<v>\d+\.[\.\d]+)/i
version: true
event-page:
Readme:
path: readme.txt
event-post-type:
Readme:
path: readme.txt
event-registration-pro-calendar:
QueryParameter:
files:
- includes/css/font-awesome.min.css
- public/css/event-registration-pro-public.css
- public/css/fullcalendar.min.css
- public/css/common.css
- public/css/bootstrap.min.css
- public/js/event-registration-pro-public.js
- public/js/moment.min.js
- public/js/fullcalendar.min.js
- public/js/state.js
- public/js/bootstrap.min.js
version: true
event-tickets:
TranslationFile:
class: BodyPattern
path: lang/event-tickets-cs_CZ.po
pattern: !ruby/regexp /\#\-\#\-\# event\-tickets\.pot \(Event Tickets (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
event-volunteer:
Readme:
path: readme.txt
eventbrite:
Readme:
path: readme.txt
eventbrite-attendees-shortcode:
Readme:
path: readme.txt
eventbrite-services:
Readme:
path: readme.txt
eventify:
Readme:
path: readme.txt
eventilla-events:
QueryParameter:
files:
- public/css/eventilla-wp-public.css
- public/js/eventilla-wp-public.js
version: true
Readme:
path: README.txt
eventissimo:
Readme:
path: README.txt
eventmatches-calendar:
Readme:
path: readme.txt
evento:
Readme:
path: readme.txt
eventpress:
TranslationFile:
class: BodyPattern
path: eventpress.pot
pattern: !ruby/regexp /tion of the WordPress plugin EventPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
events-addon-for-elementor:
Readme:
path: readme.txt
events-as-posts:
TranslationFile:
class: BodyPattern
path: languages/events-as-posts.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Events as Posts (?<v>\d+\.[\.\d]+)/i'
version: true
events-calendar:
Comment:
xpath: //comment()[contains(., "Events-Calendar")]
pattern: !ruby/regexp '/Generated By Events-Calendar - Version: (?<v>\d+\.[\.\d]+)/i'
version: true
events-made-easy:
QueryParameter:
files:
- js/jquery-select2/select2-4.0.4/dist/js/select2.min.js
- js/eme.js
version: true
events-maker:
Readme:
path: readme.txt
events-manager:
Readme:
path: readme.txt
events-manager-add-on-multisite-mail-settings:
TranslationFile:
class: BodyPattern
path: languages/stonehenge-ms-mailer-nl_NL.po
pattern: !ruby/regexp /2013 MultiSite Email Settings \(Add\-on\) v(?<v>\d+\.[\.\d]+)/i
version: true
events-manager-customization:
Readme:
path: readme.txt
events-manager-osm:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
events-manager-rich-snippets:
Readme:
path: readme.txt
events-manager-zoom:
Readme:
path: readme.txt
events-notification-bar-addon:
Readme:
path: readme.txt
events-planner:
Readme:
path: readme.txt
events-tracker-for-elementor:
Readme:
path: readme.txt
events-widgets-for-elementor-and-the-events-calendar:
Readme:
path: readme.txt
eventsbymike:
Readme:
path: readme.txt
eventscout:
QueryParameter:
files:
- public/css/event-scout-public.css
- public/js/event-scout-public.js
version: true
eventsframe-connector:
Readme:
path: readme.txt
ever-blocks:
TranslationFile:
class: BodyPattern
path: languages/ever-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ever Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
everest-chat-buttons-lite:
QueryParameter:
files:
- css/frontend.css
- css/genericons.css
- js/jquery.mCustomScrollbar.concat.min.js
- js/frontend.js
version: true
Readme:
path: readme.txt
everest-comment-rating-lite:
QueryParameter:
files:
- css/ecr-frontend.css
- js/ecr-frontend.js
version: true
everest-faq-manager-lite:
QueryParameter:
files:
- css/font-awesome/font-awesome.min.css
- css/ecfaq-frontend.css
- js/efaq-frontend.js
version: true
everest-forms:
TranslationFile:
class: BodyPattern
path: languages/everest-forms.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: EverestForms (?<v>\d+\.[\.\d]+)/i'
version: true
QueryParameter:
files:
- assets/css/jquery-ui-datepicker/jquery-ui-datepicker.css
- assets/css/everest-forms.css
- assets/js/frontend/everest-forms.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "Everest")]/@content
version: true
pattern: !ruby/regexp /Everest Forms (?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
everest-gallery-lite:
QueryParameter:
files:
- css/font-awesome.min.css
- css/eg-frontend.css
- css/prettyPhoto.css
- js/imagesloaded.min.js
- js/jquery.prettyPhoto.js
- js/isotope.js
- js/eg-frontend.js
version: true
everest-google-places-reviews-lite:
QueryParameter:
files:
- assets/frontend/css/egpr-style.css
- assets/backend/css/font-awesome/font-awesome.min.css
- assets/frontend/js/egpr-frontend-script.js
version: true
everest-review-lite:
QueryParameter:
files:
- css/front-end.css
- css/jquery.rateyo.min.css
- css/percircle.css
- js/frontend.js
- js/jquery.rateyo.js
- js/simple-skillbar.js
- js/percircle.js
version: true
everest-timeline-lite:
QueryParameter:
files:
- css/font-awesome.min.css
- css/etlak-frontend.css
- css/etlak-responsive.css
version: true
everest-toolkit:
QueryParameter:
files:
- public/css/everest-toolkit-public.css
- public/js/everest-toolkit-public.js
version: true
evergage:
Readme:
path: readme.txt
evergreen-post-tweeter:
Readme:
path: readme.txt
everkinetic:
QueryParameter:
files:
- css/front.css
version: true
Readme:
path: readme.txt
everlightbox:
QueryParameter:
files:
- public/css/everlightbox.css
- public/js/everlightbox.js
version: true
everpress:
Readme:
path: readme.txt
everquest-next-raid-planner:
Readme:
path: readme.txt
everse-starter-sites:
Readme:
path: readme.txt
every-calendar-1:
Readme:
path: readme.txt
everything-accordion:
QueryParameter:
files:
- js/script.js
version: true
everything-tab:
QueryParameter:
files:
- js/script.js
version: true
evgeny-muravjev-typograph:
Readme:
path: readme.txt
evidence:
Readme:
path: readme.txt
evm-portfolio:
Readme:
path: readme.txt
evolution-footer-scripts:
Readme:
path: readme.txt
evolution-google-analytics-code:
Readme:
path: readme.txt
evolution-no-version-number:
Readme:
path: readme.txt
evolution-sidebar-box:
Readme:
path: readme.txt
evolution-twitter-timeline:
Readme:
path: readme.txt
eway-crm-extension-for-contact-form-7:
Readme:
path: readme.txt
eway-payment-gateway:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
ewsel-lightbox-for-galleries:
Comment:
xpath: //comment()[contains(., "Ewsel Lightbox")]
pattern: !ruby/regexp /Ewsel Lightbox For Galleries v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ewww-image-optimizer:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ewww-image-optimizer-cloud:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
exact-match-disallowed-comment-contact-forms:
Readme:
path: readme.txt
exactly-gdpr-google-maps:
Readme:
path: readme.txt
exam-matrix:
Readme:
path: readme.txt
excalibur-paywall:
QueryParameter:
files:
- public/css/excalibur-pay-wall-public.css
- public/js/excalibur-pay-wall-public.js
version: true
excellent-transition-gallery:
Readme:
path: readme.txt
exceltheme-addon:
QueryParameter:
files:
- public/css/excel-addon-public.css
- public/js/excel-addon-public.js
version: true
excerpt-by-characters:
Readme:
path: readme.txt
excerpt-character-limiter:
Readme:
path: readme.txt
excerpt-editor:
Readme:
path: readme.txt
excerpt-editor-for-beaver-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
excerpt-length:
Readme:
path: readme.txt
excerpt-tools:
Readme:
path: readme.txt
excerpts-for-pages:
Readme:
path: readme.txt
exchange-addon-custom-loop:
Readme:
path: readme.txt
exchange-membership-addon-for-wp-courseware:
Readme:
path: readme.txt
exchange-paypal-to-satoshi:
Readme:
path: readme.txt
exchange-rate-belarusbank-by-atlas:
Readme:
path: readme.txt
exchange-rates-adce:
QueryParameter:
files:
- css/style.css
version: true
excitel-click-to-call:
TranslationFile:
class: BodyPattern
path: languages/excitel-click-to-call-de_DE.po
pattern: !ruby/regexp /ect\-Id\-Version:\ Excitel \- Click to call (?<v>\d+\.[\.\d]+)/i
version: true
exclude-pages:
Readme:
path: readme.txt
exclude-pages-from-search:
Readme:
path: readme.txt
exclude-pages-from-search-results:
Readme:
path: readme.txt
exclusive-content-password-protect:
Readme:
path: readme.txt
execute-after-login:
Readme:
path: readme.txt
exhibit-to-wp-gallery:
Readme:
path: readme.txt
exif-columns:
Readme:
path: readme.txt
exif-details:
Readme:
path: readme.txt
exif-remove:
Readme:
path: readme.txt
exifize-my-dates:
Readme:
path: readme.txt
exit-monitor:
Readme:
path: readme.txt
exit-notifier:
QueryParameter:
files:
- assets/css/frontend.css
- assets/css/jAlert-v3.css
- assets/js/frontend.js
- assets/js/jAlert-v3.js
- assets/css/jAlert.min.css
- assets/js/jAlert.min.js
version: true
exit-popup:
Readme:
path: readme.txt
exit-popup-free:
QueryParameter:
files:
- assets/js/script.js
version: true
Readme:
path: README.txt
exodox:
TranslationFile:
class: BodyPattern
path: languages/exodox.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Exodox (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
exopin-blogging-for-money:
MetaTag:
class: Xpath
xpath: //meta[@name="exopin"]/@content
version: true
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+);\d+/i
Readme:
path: readme.txt
expand-category-sakai:
Readme:
path: readme.txt
expand-divi:
Readme:
path: readme.txt
expandable-faq:
Readme:
path: readme.txt
expandable-menus:
Readme:
path: readme.txt
expandable-paywall:
QueryParameter:
files:
- public/css/expandable-paywall-public.css
- public/js/expandable-paywall-public.js
version: true
Readme:
path: README.txt
expandcollapse-funk:
Readme:
path: readme.txt
expanded-admin-menus:
Readme:
path: readme.txt
expanding-widgets:
Readme:
path: readme.txt
expandoo:
Readme:
path: readme.txt
experts-exchange-eeple-badge:
Readme:
path: readme.txt
expire-comment-links:
Readme:
path: readme.txt
expire-sticky-posts:
Readme:
path: readme.txt
expirepassword:
Readme:
path: readme.txt
expivi:
TranslationFile:
class: BodyPattern
path: languages/expivi.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Expivi (?<v>\d+\.[\.\d]+)/i'
version: true
explanatory-dictionary:
QueryParameter:
files:
- public/assets/css/public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/explanatory-dictionary.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Explanatory Dictionary (?<v>\d+\.[\.\d]+)/i
version: true
exploded-view-filter:
Readme:
path: readme.txt
exploit-scanner:
Readme:
path: readme.txt
export-2-excel:
Readme:
path: readme.txt
export-2-multisite:
Readme:
path: readme.txt
export-comments:
Readme:
path: readme.txt
export-custom-pages:
Readme:
path: readme.txt
export-customers-data:
Readme:
path: readme.txt
export-emails:
Readme:
path: readme.txt
export-featured-images:
Readme:
path: readme.txt
export-import-for-woocommerce:
Readme:
path: readme.txt
export-import-menus:
Readme:
path: readme.txt
export-media-library:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
export-media-urls:
Readme:
path: readme.txt
export-plugin-details:
Readme:
path: readme.txt
export-plus:
TranslationFile:
class: BodyPattern
path: lang/export-plus.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Export Plus (?<v>\d+\.[\.\d]+)/i
version: true
export-to-blogger:
Readme:
path: readme.txt
export-to-text:
Readme:
path: readme.txt
export-user-data:
Readme:
path:
- readme.txt
- readme.md
export-users:
Readme:
path: readme.txt
export-users-csv-records:
Readme:
path: readme.txt
export-users-data-csv:
Readme:
path: readme.txt
export-users-data-to-csv:
Readme:
path: readme.txt
export-variable-products:
Readme:
path: readme.txt
export-vers-prepafacile-pour-woocommerce:
Readme:
path: readme.txt
export-woocommerce:
TranslationFile:
class: BodyPattern
path: langs/export-woocommerce.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Export WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
export-woocommerce-customer-list:
QueryParameter:
files:
- public/css/pisol-ewcl-public.css
- public/js/pisol-ewcl-public.js
version: true
export-wp-users-xml-csv:
Readme:
path: readme.txt
expose-it:
Readme:
path: readme.txt
express-checkout:
Readme:
path: README.txt
express-pay-erip:
Readme:
path: readme.txt
express-posts:
Readme:
path: readme.txt
express-twitter-feed:
QueryParameter:
files:
- front/css/style.min.css
- front/js/front.min.js
version: true
expressdb-shortcode:
Readme:
path: readme.txt
expresspigeon-webform-widget:
Readme:
path: readme.txt
exs-widgets:
QueryParameter:
files:
- assets/css/exs-widgets.css
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
extend-acf-acf-json-directory:
Readme:
path:
- readme.txt
- README.md
extend-filter-products-by-price-widget:
QueryParameter:
files:
- public/css/wc-change-filter-by-price-display-public.css
- public/js/wc-change-filter-by-price-display-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wc-change-filter-by-price-display.pot
pattern: !ruby/regexp /Filter By Price Display for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
extend-kses:
Readme:
path: readme.txt
extend-theme-cusotomizer:
Readme:
path: readme.txt
extend-upload:
Readme:
path: readme.txt
extended-admin-post-filter:
Readme:
path: readme.txt
extended-adrotate-ad-placements:
Readme:
path: readme.txt
extended-blogroll:
Readme:
path: readme.txt
extended-categories-widget:
Readme:
path: readme.txt
extended-featured-content-widget:
Readme:
path: readme.txt
extended-gravatar:
Readme:
path: readme.txt
extended-image-info-for-nextgen-gallery:
Readme:
path: readme.txt
extended-page-lists:
Readme:
path: readme.txt
extended-random-number-generator:
Readme:
path: readme.txt
extended-recent-comments:
Readme:
path: readme.txt
extended-search-plugin:
Readme:
path: readme.txt
extended-user-info:
Readme:
path: readme.txt
extended-warranty:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
extended-widgets-addon-kit-for-elementor:
Readme:
path: readme.txt
extensible-widgets:
Readme:
path: readme.txt
extension-bbcode:
Readme:
path: Readme.txt
extension-manager:
Readme:
path: readme.txt
extensions-for-all-in-one-seo-pack:
Readme:
path: readme.txt
extensions-for-elementor:
Readme:
path: readme.txt
extensions-for-elementor-form:
Readme:
path: readme.txt
extensions-for-pressbooks:
Readme:
path: readme.txt
extensions-for-two-factor:
QueryParameter:
files:
- public/css/two-factor-extensions-public.css
- public/js/two-factor-extensions-public.js
version: true
extensive-vc-addon:
TranslationFile:
class: BodyPattern
path: languages/extensive-vc.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Extensive VC (?<v>\d+\.[\.\d]+)/i
version: true
external-css:
Readme:
path: readme.txt
external-db-auth-reloaded:
Readme:
path: readme.txt
external-files:
Readme:
path: readme.txt
external-files-optimizer:
Readme:
path: readme.txt
external-group-blogs:
Readme:
path: readme.txt
external-group-rss-tab-extension:
Readme:
path: readme.txt
external-linker:
Readme:
path: readme.txt
external-links-advertisement-note:
QueryParameter:
files:
- public/css/bfelan-public.css
- public/js/bfelan-public.js
version: true
Readme:
path: README.txt
external-notification:
TranslationFile:
class: BodyPattern
path: languages/external-notification-ja.po
pattern: !ruby/regexp '/\-Id\-Version: WP10 External Notification (?<v>\d+\.[\.\d]+)/i'
version: true
external-permalinks:
Readme:
path: readme.txt
external-products-for-ithemes-exchange:
Readme:
path: readme.txt
external-related-posts:
Readme:
path: readme.txt
external-rss-reader:
Readme:
path: readme.txt
external-videos:
Readme:
path:
- readme.txt
- readme.md
extra-amount-on-checkout:
Readme:
path: readme.txt
extra-authors-redirect:
Readme:
path: readme.txt
extra-blocks:
TranslationFile:
class: BodyPattern
path: languages/extra-blocks.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Extra Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
extra-checkout-fee-woo:
Readme:
path: README.txt
extra-classes:
Readme:
path: readme.txt
extra-feed-links:
Readme:
path: readme.txt
extra-image-tags:
Readme:
path: readme.txt
extra-menu-options-for-jetpack:
Readme:
path: readme.txt
extra-options-for-twenty-twenty:
Readme:
path: readme.txt
extra-post-images:
Readme:
path: readme.txt
extra-posts-pages-menu:
Readme:
path: readme.txt
extra-privacy-for-elementor:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
extra-sentence-space:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
extra-settings-for-rocketchat:
Readme:
path: README.txt
extra-settings-for-woocommerce:
Readme:
path: readme.txt
extra-shortcodes:
Readme:
path: readme.txt
extra-styling-for-memberpress:
Readme:
path:
- readme.txt
- README.md
extra-user-details:
Readme:
path: readme.txt
extra-widget-properties-set:
Readme:
path: README.txt
extra-widgets:
Readme:
path: readme.txt
extract-blockquote-info:
Readme:
path: readme.txt
extraordinary-comments:
QueryParameter:
files:
- css/exc-style.css
version: true
extrashield:
Readme:
path: readme.txt
extrawatch:
Readme:
path: readme.txt
exxica-social-marketing:
QueryParameter:
files:
- public/css/exxica-social-marketing-public.css
- public/js/exxica-social-marketing-public.js
version: true
Readme:
path: README.txt
exxmlrpc:
Readme:
path: Readme.txt
exxp-wp:
QueryParameter:
files:
- public/css/exxp_wp-public.css
- public/js/exxp_wp-public.js
version: true
eyes-only-user-access-shortcode:
Readme:
path: readme.txt
ez-country-block:
Readme:
path: readme.txt
ez-emails:
Readme:
path: readme.txt
ez-form-calculator:
Readme:
path: readme.txt
ez-gallery:
Readme:
path: readme.txt
ez-google-analytics:
Readme:
path: readme.txt
ez-overlay:
Readme:
path: readme.txt
ez-popup-manager:
Readme:
path: readme.txt
ez-quote:
Readme:
path: readme.txt
ez-reader-widget:
Readme:
path: readme.txt
ez-slider:
Readme:
path: readme.txt
ez-staff-list:
Readme:
path: readme.txt
ez-zenback:
Readme:
path: readme.txt
ezdate:
Readme:
path: readme.txt
ezdeebee-wp-connector:
Readme:
path: readme.txt
ezdefi-easy-digital-download:
Readme:
path: readme.txt
ezdefi-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-gateway-ezdefi.pot
pattern: !ruby/regexp '/ion: WooCommerce Ezdefi Payment Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ezee-cpyright-protector:
Readme:
path: readme.txt
ezinearticles-plugin:
Readme:
path: readme.txt
ezmigrate:
Readme:
path: readme.txt
ezoic-cdn-manager:
Readme:
path: README.md
ezphp:
Readme:
path: readme.txt
ezpz-sp:
Readme:
path: readme.txt
ezusy-image-swatches-for-variable-product:
QueryParameter:
files:
- public/css/ezusy-public.css
- public/js/ezusy-public.js
version: true
Readme:
path: readme.txt
ezy-nav-menu:
Readme:
path: readme.txt
ezycookie:
QueryParameter:
files:
- public/css/ezycookie-public.css
- public/js/ezycookie-public.js
version: true
ezycount-accounting:
Readme:
path: Readme.txt
f1-minute-player:
Readme:
path: readme.txt
f12-cookie:
Readme:
path: Readme.txt
f1press:
QueryParameter:
files:
- style.css
version: true
f2-tag-cloud-widget:
Readme:
path: readme.txt
f4-improvements:
Readme:
path: readme.txt
f4-simple-whitelabel:
Readme:
path: readme.txt
f4-total-stock-value-for-woocommerce:
Readme:
path: readme.txt
f4w-our-team:
Readme:
path: readme.txt
f6s:
Readme:
path: readme.txt
f70-simple-table-of-contents:
TranslationFile:
class: BodyPattern
path: languages/f70-simple-table-of-contents-ja.po
pattern: !ruby/regexp '/d\-Version: F70 Simple Table of Contents (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
fa-comment-rating:
QueryParameter:
files:
- includes/css/font-awesome.min.css
- includes/css/style.css
- includes/js/script.js
version: true
fa-icons-picker:
Readme:
path: readme.txt
fa-video-popup:
QueryParameter:
files:
- assets/css/public.min.css
- assets/js/public.min.js
version: true
fa-wp-admin-menu-icons:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[v(?<v>\d+\.[\.\d]+)\]/i
version: true
fab-projects:
Readme:
path: readme.txt
fabrix-random-images:
Readme:
path: readme.txt
fabulous-form-maker:
Readme:
path: readme.txt
facadex:
Readme:
path: readme.txt
face-authentication-login:
Readme:
path: readme.txt
face-live-chat:
QueryParameter:
files:
- js/main.js
- js/style1.js
version: true
face-recognition-wp:
Readme:
path: readme.txt
facebadge-master-wp:
Readme:
path: readme.txt
facebar:
Readme:
path: readme.txt
facebook-auto-publish:
Readme:
path: readme.txt
facebook-awd:
QueryParameter:
files:
- assets/js/facebook_awd.js
version: true
facebook-button-plugin:
Readme:
path: readme.txt
facebook-by-weblizar:
Readme:
path: readme.txt
facebook-Comment:
Comment:
xpath: //comment()[contains(., "Facebook Comments")]
pattern: !ruby/regexp /Facebook Comments Plugin for WordPress/i
facebook-conversion-pixel:
QueryParameter:
files:
- pixel-cat.min.js
version: true
Readme:
path: readme.txt
facebook-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
facebook-like-box-lightbox:
QueryParameter:
files:
- css/fblike-style.css
version: true
facebook-like-box-widget:
Readme:
path: readme.txt
facebook-like-page-locker-lite:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
facebook-like-thumbnail:
Comment:
xpath: //comment()[contains(., "Facebook Like")]
pattern: !ruby/regexp /Facebook Like Thumbnail \(v(?<v>\d+\.[\.\d]+)\)/i
version: true
facebook-like-toolbar:
QueryParameter:
files:
- js/ps_facebook_toolbar.jquery.js
version: true
facebook-messenger-customer-chat:
Readme:
path: readme.txt
facebook-ogg-meta-tags:
Comment:
xpath: //comment()[contains(., "facebook-ogg-meta-tags")]
pattern: !ruby/regexp /social\-meta\-tags \| (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
facebook-page-feed-graph-api:
Readme:
path:
- readme.txt
- readme.md
facebook-pagelike-widget:
Readme:
path: readme.txt
facebook-photo-fetcher:
QueryParameter:
files:
- style.css
version: true
facebook-social-stream:
QueryParameter:
files:
- templates/default/css/style.min.css
- js/wp-fb-social-stream.min.js
version: true
facebook-thumb-fixer:
Readme:
path: readme.txt
facelift-image-replacement:
Readme:
path: readme.txt
facepress-ii:
Readme:
path: readme.txt
faces-against-acta:
Readme:
path: readme.txt
faceted-search:
Readme:
path: readme.txt
faceted-search-widget:
Readme:
path: readme.txt
factlink:
Readme:
path: readme.txt
factolex-glossary:
Readme:
path: readme.txt
factory-featured:
Readme:
path: readme.txt
facts:
Readme:
path: readme.txt
factura-electronica-cr:
Readme:
path: readme.txt
facturis-online-sync:
Readme:
path: readme.txt
factuursturen-integration:
Readme:
path: readme.txt
faculty-and-staff-directory:
Readme:
path: readme.txt
fade-in-fade-out-post-title:
Readme:
path: readme.txt
fade-in-fade-out-xml-rss-feed:
Readme:
path: readme.txt
fade-in-like-google:
Readme:
path: readme.txt
faded-borders-for-images:
Readme:
path: readme.txt
fadeout-thumbshots:
Readme:
path: readme.txt
faf:
Readme:
path: readme.txt
fahad-hsbc-integration-for-woocommerce:
Readme:
path: readme.txt
fahipay-payment-gateway-for-wc:
Readme:
path: readme.txt
failed-login-firewall:
Readme:
path: readme.txt
fake-file-generator:
Readme:
path: readme.txt
fake-screen:
Readme:
path: readme.txt
fake-traffic-blaster:
Readme:
path: readme.txt
fakeblock:
QueryParameter:
files:
- assets/css/fkblk.min.css
- assets/js/fkblk.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
fakerpress:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
falang:
QueryParameter:
files:
- public/css/falang-public.css
- public/js/falang-public.js
version: true
Readme:
path: README.txt
falang-for-divi-lite:
Readme:
path: README.txt
falang-for-elementor-lite:
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
falang-q-importer:
Readme:
path: README.txt
falconiform-youtube-widget:
QueryParameter:
files:
- css/youtube.css
version: true
fallback:
Readme:
path: readme.txt
falling-things:
Readme:
path: readme.txt
famethemes-demo-importer:
Readme:
path: readme.txt
family-law-express-news-widget:
TranslationFile:
class: BodyPattern
path: lang/family-law-express-headlines.po
pattern: !ruby/regexp /t\-Id\-Version:\ Family Law Express News\\\\ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
fanbridge-signup:
QueryParameter:
files:
- js/jquery.validate.min.js
- js/css_browser_selector.js
version: true
fanbridge-toolbox:
QueryParameter:
files:
- js/jquery.validate.min.js
- js/css_browser_selector.js
version: true
Readme:
path: readme.txt
fancier-author-box:
QueryParameter:
files:
- css/ts-fab.min.css
- js/ts-fab.min.js
version: true
Readme:
path: readme.txt
fancify-core:
QueryParameter:
files:
- views/assets/css/agancy.css
- views/assets/admin/css/featherlight.min.css
- views/assets/admin/js/featherlight.min.js
- views/assets/js/plugins/jquery.lazy.min.js
- views/assets/js/fancify-core.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/Fancify_Core.pot
pattern: !ruby/regexp /msgid "v (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
fancy:
Readme:
path: readme.txt
fancy-admin-ui:
Readme:
path: readme.txt
fancy-clock:
Readme:
path: readme.txt
fancy-date-stamp:
Readme:
path: readme.txt
fancy-e-newsletter-wpmudev:
Readme:
path: readme.txt
fancy-events:
Readme:
path: readme.txt
fancy-fields-for-wpforms:
TranslationFile:
class: BodyPattern
path: languages/fancy-fields-for-wpforms.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Fancy Fields For WPForms (?<v>\d+\.[\.\d]+)/i'
version: true
fancy-gallery:
QueryParameter:
files:
- assets/js/gallery-manager.js
version: true
Readme:
path: readme.txt
fancy-heaer-slider:
Readme:
path: readme.txt
fancy-image-show:
Readme:
path: readme.txt
fancy-links:
Readme:
path: readme.txt
fancy-plugin:
Readme:
path: readme.txt
fancy-product-for-elementor:
Readme:
path: readme.txt
fancy-quotes:
Readme:
path: readme.txt
fancy-sitemap:
Readme:
path: readme.txt
fancy-slider:
Readme:
path: readme.txt
fancy-top-bar-countdown:
QueryParameter:
files:
- assets/js/plugins.min.js
- assets/js/jquery.plugin.js
- assets/js/jquery.countdown.js
- assets/js/slick.min.js
- assets/js/app.js
- assets/js/jquery.mb.YTPlayer.js
version: true
fancy-transitions-featured-gallery:
Readme:
path: readme.txt
fancy-xiami:
QueryParameter:
files:
- static/css/style.css
- static/js/fx.js
version: true
Readme:
path: readme.txt
fancybox-for-wordpress:
Comment:
pattern: !ruby/regexp /Fancybox for WordPress v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
fancybox-gallery:
Readme:
path: readme.txt
fancybox-plus:
Comment:
xpath: //comment()[contains(., "Fancybox Plus")]
pattern: !ruby/regexp /Fancybox Plus Plugin (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- fancybox/jquery.fancybox-1.3.4.css
- css/style.css
- js/jquery.metadata.pack.js
- fancybox/jquery.easing-1.3.pack.js
- fancybox/jquery.mousewheel-3.0.4.pack.js
- fancybox/jquery.fancybox-1.3.4.pack.js
version: true
Readme:
path: readme.txt
fancyboxify:
Readme:
path: readme.txt
fancynav-elementor:
Readme:
path: readme.txt
fancytabs:
Readme:
path: readme.txt
fanfouportable:
Readme:
path: readme.txt
fanimani-pl:
TranslationFile:
class: BodyPattern
path: languages/fanimani-pl_PL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: FaniMani\.pl v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
fantasktic:
Readme:
path: readme.txt
fantastic-content-protector-free:
Readme:
path: readme.txt
fantastic-copyright-free:
Readme:
path: readme.txt
fantastic-elasticsearch:
Readme:
path: README.txt
faq-accordion:
QueryParameter:
files:
- style.css
- slide.js
version: true
faq-accordion-block:
QueryParameter:
files:
- build/block.css
- build/slide-toggle.min.js
version: true
faq-cooper:
QueryParameter:
files:
- public/css/faq-public.css
- public/js/faq-public.js
version: true
Readme:
path: README.txt
faq-elementor:
Readme:
path: readme.txt
faq-manager-with-structured-data:
Readme:
path: readme.txt
faq-module-for-divi:
Readme:
path: readme.txt
faq-schema-block-to-accordion:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/YSFA-JS.min.js
version: true
Readme:
path: readme.txt
faq-schema-for-elementor:
Readme:
path: readme.txt
faq-schema-for-pages-and-posts:
QueryParameter:
files:
- "/css/jquery-ui.css"
- "/js/frontend.js"
version: true
TranslationFile:
class: BodyPattern
path: languages/faq-schema-for-pages-and-posts.pot
pattern: !ruby/regexp '/Version: FAQ Schema For Pages And Posts (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
faq-schema-markup-faq-structured-data:
Readme:
path: readme.txt
faq-shortcode:
Readme:
path: readme.txt
faq-wd:
QueryParameter:
files:
- css/front_end_style.css
- css/default.css
- js/vote.js
- js/faq_wd_front_end.js
version: true
faqz:
Readme:
path: readme.txt
far-future-expiry-header:
Readme:
path: readme.txt
farazsms-club:
Readme:
path: readme.txt
farazsms-for-mihanpanel:
Readme:
path:
- readme.txt
- README.md
fare-calculator:
Readme:
path: readme.txt
farm-calculators:
Readme:
path:
- readme.txt
- readme.md
farsi-font-for-elementor:
Readme:
path: readme.txt
fashion-slider:
Readme:
path: readme.txt
fast-activecampaign:
Readme:
path: readme.txt
fast-beavercontrol:
Readme:
path: readme.txt
fast-blockcontrol:
Readme:
path: readme.txt
fast-category-cloud-wordpress-plugin:
Readme:
path: readme.txt
fast-chat-button:
Readme:
path: readme.txt
fast-flickr-widget:
Readme:
path: readme.txt
fast-flow-dashboard:
Readme:
path: readme.txt
fast-forward:
Readme:
path: readme.txt
fast-indexing-api:
Readme:
path: readme.txt
fast-link-shorten:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
fast-select-woo-attributes:
Readme:
path: readme.txt
fast-sendy:
Readme:
path: readme.txt
fast-tagcredit:
Readme:
path: readme.txt
fast-toc:
Readme:
path: readme.txt
fast-tube:
Readme:
path: readme.txt
fast-user-switching:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
fast-velocity-minify:
Readme:
path: readme.txt
fast-wordpress-search:
Readme:
path: readme.txt
fast404:
Readme:
path: readme.txt
fastbook-responsive-appointment-booking-and-scheduling-system:
Readme:
path: readme.txt
fastcomments:
Readme:
path: README.txt
fastconnect-woocommerce:
Readme:
path: readme.txt
fastdev:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
fastdup:
Readme:
path: readme.txt
faster-appearance-menus:
Readme:
path: readme.txt
faster-image-insert:
Readme:
path: readme.txt
faster-pagination:
Readme:
path: readme.txt
faster-smilies:
Readme:
path: readme.txt
fastershare:
Readme:
path: readme.txt
fastest-share-buttons:
Readme:
path: readme.txt
fat-live-fixed:
QueryParameter:
files:
- live.js
version: true
fathom-analytics:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
fatora-payment-getway:
Readme:
path: readme.txt
fatso:
Readme:
path: readme.txt
favhero-favicon-generator:
Readme:
path: readme.txt
favicon-by-realfavicongenerator:
Readme:
path: README.txt
favicon-extender:
Readme:
path: readme.txt
favicon-generator:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Think\-Press Favicon Generator v(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
favicon-my-blog:
Readme:
path: readme.txt
favicon-rotator:
Readme:
path: readme.txt
favicon-switcher:
Readme:
path: readme.txt
faviroll:
Readme:
path: readme.txt
favorite-plugins-widget:
Readme:
path: readme.txt
favorite-post:
Readme:
path: readme.txt
favorites:
QueryParameter:
files:
- assets/css/favorites.css
- assets/js/favorites.min.js
version: true
favorites-menu-manager:
Readme:
path: readme.txt
favorites-posts:
QueryParameter:
files:
- favposts.css
version: true
Readme:
path: readme.txt
favparser:
Readme:
path: readme.txt
faxy-card-vcard:
Readme:
path: readme.txt
fb-account-kit:
TranslationFile:
class: BodyPattern
path: languages/facebook-account-kit.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Facebook Account Kit (?<v>\d+\.[\.\d]+)/i'
version: true
fb-analytics:
Comment:
xpath: //comment()[contains(., "fba")]
pattern: !ruby/regexp /Facebook Analytics \- fba plugin\- v(?<v>\d+\.[\.\d]+)
\-/i
version: true
fb-autocomplete-with-post-image:
Readme:
path: readme.txt
fb-instant-articles:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
fb-like-notification-for-buddypress:
Readme:
path: readme.txt
fb-linkedin-resume:
Readme:
path: readme.txt
fb-photo-sync:
QueryParameter:
files:
- css/styles.css
- light-gallery/css/lightGallery.css
- light-gallery/js/lightGallery.min.js
- js/jquery.lazyload.min.js
version: true
fb-social-reader:
QueryParameter:
files:
- js/lib/require.js
- js/sr.min.js
version: true
JavascriptVar:
pattern: !ruby/regexp /window\._sr\s*=\s*{(?<json>.+?(?=};))};/mi
version_key: site:plugin_version
version: true
fb-viral-downloader:
Readme:
path: readme.txt
fb2wp-integration-tools:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /FB2WP \- (?<v>\d+\.[\.\d]+) Powered by Mxp\.TW/i
fbar-social:
Readme:
path: readme.txt
fbook-page-widget-ex-like-box:
Readme:
path: readme.txt
fcchat:
Readme:
path: readme.txt
fcm-push-notification-from-wp:
Readme:
path: readme.txt
fd-beaver-charts:
Readme:
path: readme.txt
fd-buttons-gutenberg:
Readme:
path: readme.txt
fd-elementor-imagebox:
Readme:
path: readme.txt
fd-footnotes:
Readme:
path: readme.txt
fdsphotofeed-v100:
Readme:
path: readme.txt
feather:
Readme:
path: readme.txt
feather-by-katalysis:
Readme:
path: readme.txt
feather-login-page:
Readme:
path: readme.txt
feature-box-addon-for-wpbakery-page-builder:
Readme:
path: readme.txt
feature-comments:
Readme:
path: readme.txt
feature-me:
Readme:
path: readme.txt
feature-on-homepage:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
featured-area-post:
Readme:
path: readme.txt
featured-background:
Readme:
path: readme.txt
featured-blog-author:
Readme:
path: readme.txt
featured-categories:
Readme:
path: readme.txt
featured-category:
Readme:
path: readme.txt
featured-comment-widget:
Readme:
path: readme.txt
featured-content-gallery:
Readme:
path: README.txt
featured-content-showcase:
Readme:
path: readme.txt
featured-gallery-widget:
Readme:
path: readme.txt
featured-image:
Readme:
path: readme.txt
featured-image-admin-thumb-fiat:
Readme:
path: README.txt
featured-image-column:
Readme:
path: readme.txt
featured-image-for-pressbooks:
Readme:
path: readme.txt
featured-image-from-external-sources:
Readme:
path: readme.txt
featured-image-from-url:
Readme:
path: readme.txt
featured-image-in-rss-feed:
Readme:
path: readme.txt
featured-image-on-editphp:
Readme:
path: readme.txt
featured-image-on-top:
Readme:
path: readme.txt
featured-image-plus:
Readme:
path: readme.txt
featured-image-reminder:
Readme:
path: readme.txt
featured-image-resize:
Readme:
path: readme.txt
featured-image-sharpen-up:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
featured-image-toolkit:
QueryParameter:
files:
- public/css/fisr-public.css
- public/js/fisr-public.js
version: true
featured-image-via-url:
Readme:
path:
- readme.txt
- README.md
featured-image-widget:
Readme:
path: readme.txt
featured-image-widget-slider:
Readme:
path: readme.txt
featured-images-for-rss-feeds:
Readme:
path: readme.txt
featured-images-for-shopp:
Readme:
path: readme.txt
featured-item-metabox:
Readme:
path: readme.txt
featured-item-slider:
Readme:
path: readme.txt
featured-link-image:
Readme:
path: readme.txt
featured-page-widget:
Readme:
path: readme.txt
featured-podcast-widget:
Readme:
path: readme.txt
featured-post:
Readme:
path: readme.txt
featured-post-creative:
QueryParameter:
files:
- assets/css/wpfp-public.css
version: true
Readme:
path: readme.txt
featured-post-manager:
Readme:
path: readme.txt
featured-post-type-widget:
Readme:
path: readme.txt
featured-post-widget-link-to-category:
Readme:
path: readme.txt
featured-post-with-thumbnail:
Readme:
path: readme.txt
featured-posts:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Changed from [\d\.]+ to (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
featured-posts-and-custom-posts:
Readme:
path: readme.txt
featured-posts-grid:
Readme:
path: readme.txt
featured-posts-scroll:
Readme:
path: readme.txt
featured-posts-slideshow:
Readme:
path: readme.txt
featured-posts-widget:
QueryParameter:
files:
- css/featured-posts-widget.css
version: true
Readme:
path: readme.txt
featured-property-widget:
Readme:
path: readme.txt
featured-sticky-products:
Readme:
path: readme.txt
featured-video:
Readme:
path: readme.txt
featured-video-plus:
QueryParameter:
files:
- styles/frontend.css
- js/frontend.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
features:
Readme:
path: readme.txt
features-by-woothemes:
Readme:
path: readme.txt
features-for-woocommerce:
Readme:
path: readme.txt
featuring-countcomments:
MetaTag:
class: Xpath
xpath: //meta[@name="Featuring CountComments"]/@content
version: true
Readme:
path: readme.txt
feecompass-rankings:
TranslationFile:
class: BodyPattern
path: languages/feecompass-rankings.pot
pattern: !ruby/regexp '/Project\-Id\-Version: feeCOMPASS rankings (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
feed-anonymizer:
Readme:
path: readme.txt
feed-back:
Readme:
path: readme.txt
feed-delay:
Readme:
path: readme.txt
feed-for-pending-comments:
Readme:
path: readme.txt
feed-geomashup:
Readme:
path: readme.txt
feed-globedia:
Readme:
path: readme.txt
feed-json:
Readme:
path: readme.txt
feed-key-generator:
Readme:
path: readme.txt
feed-nu:
Readme:
path: readme.txt
feed-random:
Readme:
path: readme.txt
feed-reading-blogroll:
QueryParameter:
files:
- css/feedreading_blogroll.css
version: true
Readme:
path: readme.txt
feed-subscriber-stats:
Readme:
path: readme.txt
feed-template-customize:
Readme:
path: readme.txt
feed-them-social:
QueryParameter:
files:
- feeds/css/styles.css
- feeds/js/powered-by.js
- feeds/js/fts-global.js
version: true
Readme:
path: readme.txt
feed-wrangler:
Readme:
path: readme.txt
feedaggregator:
Readme:
path: readme.txt
feedback-champuru:
Readme:
path: readme.txt
feedback-extended:
Readme:
path: readme.txt
feedback-fish:
Readme:
path: readme.txt
feedback-modal-for-website:
QueryParameter:
files:
- assets/css/fm-public.css
- assets/js/fm-public.js
version: true
Readme:
path: readme.txt
feedback-pivotal:
QueryParameter:
files:
- public/css/pivotal-feedback-form-public.css
- public/js/pivotal-feedback-form-public.js
version: true
feedback-side-tab:
Readme:
path: readme.txt
feedback-tab:
Readme:
path: readme.txt
feedblitz-feedsmart:
Readme:
path: readme.txt
feedblitz-membermail:
Readme:
path: readme.txt
feedburner-converter:
Readme:
path: readme.txt
feedburner-optin-form:
Readme:
path: readme.txt
feedburner-stats-by-devmdcom:
Readme:
path: readme.txt
feedburnercount:
Readme:
path: readme.txt
feedcache:
Readme:
path: readme.txt
feedcache-pipes:
Readme:
path: readme.txt
feeder-ninja-feed:
Readme:
path: readme.txt
feedforward-recommendation-network:
Readme:
path: readme.txt
feedjit-widget:
Readme:
path: readme.txt
feedonly:
Readme:
path: readme.txt
feedproxy-resolver:
Readme:
path: readme.txt
feeds-in-theme:
Readme:
path: readme.txt
feeds-of-twitter:
QueryParameter:
files:
- assets/css/gstw_vendors.min.css
- assets/css/gs-twitter-custom.css
version: true
feedsnap:
Readme:
path: readme.txt
feedstats-de:
Readme:
path: readme.txt
feedtube:
Readme:
path: readme.txt
feedweber:
QueryParameter:
files:
- feedweber.js
version: true
feedwordpress:
Readme:
path: readme.txt
feedwordpress-duplicate-post-filter:
Readme:
path: readme.txt
feedzilla-news:
Readme:
path: readme.txt
feedzy-rss-feeds:
QueryParameter:
files:
- css/feedzy-rss-feeds.css
version: true
feename:
QueryParameter:
files:
- public/css/fee-management-public.css
- public/js/fee-management-public.js
version: true
ferank-fr:
Readme:
path: readme.txt
fest-widget:
Readme:
path: readme.txt
festat-e-kosoves:
Readme:
path: readme.txt
festat-e-shqiperise:
Readme:
path: readme.txt
festat-islame:
Readme:
path: readme.txt
fetch-feed:
Readme:
path: readme.txt
fetch-feed-shortcode-pageable:
Readme:
path: readme.txt
fetch-tweets-hashtag-cloud:
Readme:
path: readme.txt
fetch-tweets-rotator-template:
Readme:
path: readme.txt
fetch-twitter-count-for-wordpress:
Readme:
path: readme.txt
fetenweb-image-src-metatag:
Readme:
path: readme.txt
fetlife:
Readme:
path: readme.txt
ff-tab-widget:
Readme:
path: readme.txt
ffdirect:
Readme:
path: readme.txt
fff-cron-manager:
Readme:
path:
- README.txt
- README.md
fff-hut-khach:
Readme:
path: readme.txt
ffl-api:
Readme:
path: README.txt
fibo-golden-ratio:
Readme:
path: readme.txt
fibotalk-live-chat:
QueryParameter:
files:
- public/css/fibotalk-live-chat-public.css
- public/js/fibotalk-live-chat-public.js
version: true
fidgetr:
Readme:
path: readme.txt
field-helper-for-gravity-forms:
Readme:
path: readme.txt
fields-framework:
Readme:
path: readme.txt
fifo-testimonials:
Readme:
path: readme.txt
fighting-the-lyrics:
Readme:
path: readme.txt
fikraticker:
Readme:
path: readme.txt
fil-dariadna:
TranslationFile:
class: BodyPattern
path: lang/fildariadna-en.po
pattern: !ruby/regexp '/"Project\-Id\-Version: fildariadna (?<v>\d+\.[\.\d]+)/i'
version: true
fil-dariane-pour-menu:
Readme:
path: readme.txt
file-away:
QueryParameter:
files:
- lib/js/management.js
- lib/js/stats.js
version: true
file-commerce-pro:
Readme:
path: readme.txt
file-groups:
Readme:
path: readme.txt
file-icons:
Readme:
path: readme.txt
file-inliner:
Readme:
path: readme.txt
file-inspection:
Readme:
path: readme.txt
file-manager:
Readme:
path: readme.txt
file-manager-advanced:
Readme:
path: readme.txt
file-media-renamer:
Readme:
path: readme.txt
file-relative-path:
Readme:
path: readme.txt
file-select-control-for-elementor:
Readme:
path: readme.txt
file-un-attach:
Readme:
path: readme.txt
file-upload-types:
TranslationFile:
class: BodyPattern
path: languages/file-upload-types.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: File Upload Types (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
file-uploader-tektonic-solutions:
QueryParameter:
files:
- css/tektonic-file-upload.css
- css/tektonic-file-upload-circle.css
version: true
Readme:
path: readme.txt
filebird:
Readme:
path: readme.txt
filechecker:
Readme:
path: readme.txt
filepicker-media-uploader:
Readme:
path: readme.txt
filerobot-digital-asset-management-and-acceleration:
Readme:
path: README.txt
files-mash-optimizer:
Readme:
path: readme.txt
filesfm-gallery:
Readme:
path: readme.txt
filester:
Readme:
path: readme.txt
filetype-icons:
Readme:
path: readme.txt
fileviewer:
Readme:
path: readme.txt
filosofo-comments-preview:
Readme:
path: readme.txt
filosofo-gravatars:
Readme:
path: readme.txt
filr-protection:
Readme:
path: readme.txt
filter-addon-for-elementor:
Readme:
path: README.txt
filter-admin-published-default:
Readme:
path: readme.txt
filter-by-comments:
Readme:
path: readme.txt
filter-custom-fields-taxonomies-light:
Readme:
path: readme.txt
filter-email-notifications:
Readme:
path: readme.txt
filter-for-divi:
QueryParameter:
files:
- df-style.css
- df-script.js
version: true
filter-main-query:
Readme:
path: readme.txt
filter-pages-by-parent-in-admin:
Readme:
path: readme.txt
filter-plugins:
Readme:
path: readme.txt
filter-rss-feed:
Readme:
path: readme.txt
filter-search-page:
Readme:
path: readme.txt
filter-sorter:
QueryParameter:
files:
- public/css/filter_sorter-public.css
- public/js/filter_sorter-public.js
version: true
filterable-photo-gallery-beaver-builder-elementor:
Readme:
path: readme.txt
filterable-portfolio:
QueryParameter:
files:
- assets/css/style.css
version: true
filtered-html-for-editors:
Readme:
path: readme.txt
filterize-gallery:
QueryParameter:
files:
- css/index.css
- css/visuallightbox.css
- css/vlightbox3.css
- css/bootstrap.css
- js/controls.js
- js/jquery.filterizr.js
- js/visuallightbox.min.js
- js/vlbdata3.js
version: true
filters:
Readme:
path: readme.txt
filtration:
Readme:
path: readme.txt
final-tiles-grid-gallery-lite:
QueryParameter:
files:
- scripts/ftg.css
- scripts/jquery.finalTilesGallery.js
version: true
finale-woocommerce-sales-countdown-timer-discount:
JavascriptVar:
xpath: //script[contains(., "wcct_data =")]
pattern: !ruby/regexp /"wcct_version":"(?<v>\d+\.[\.\d]+)",/i
version: true
finance-calculator-with-application-form:
Readme:
path: readme.txt
financial-reporter:
TranslationFile:
class: BodyPattern
path: languages/financialreporter.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Financial Reporter (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
financial-toolbox:
Readme:
path: readme.txt
finanz-nachrichten:
Readme:
path: readme.txt
find-a-covid-testing-center:
Readme:
path: readme.txt
find-and-replace-one-language-wpml:
Readme:
path: readme.txt
find-duplicates:
Readme:
path: readme.txt
find-me-on:
Readme:
path: readme.txt
find-my-agent-user-and-switch-my-theme:
Readme:
path: readme.txt
find-my-blocks:
Readme:
path: readme.txt
find-my-custom-post-types:
Readme:
path: readme.txt
find-my-library-widget:
Readme:
path: readme.txt
find-your-reps:
Readme:
path: README.txt
findusat:
QueryParameter:
files:
- assets/js/findusat.js
version: true
findyourmp:
Readme:
path: readme.txt
finnebok:
Readme:
path: README.txt
finnish-internet-black-day:
Readme:
path: readme.txt
finpose:
Readme:
path: readme.txt
fintecture-payment-gateway:
TranslationFile:
class: BodyPattern
path: languages/fintecture-gateway-fr_FR.po
pattern: !ruby/regexp '/\-Id\-Version: Fintecture Payment Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
fireauth:
Readme:
path: readme.txt
firebase-authentication:
Readme:
path: README.txt
firebug-lite:
Readme:
path: readme.txt
firecoin-wordpress:
Readme:
path: readme.txt
firedrum-email-marketing:
QueryParameter:
files:
- public/js/scrollTo.js
- public/js/firedrum.js
version: true
fireems-stats:
QueryParameter:
files:
- public/css/fireems-stats-public.css
version: true
firefly-effect-jquery:
Readme:
path: readme.txt
firefox-os-bookmark:
Readme:
path: readme.txt
firephp-firebug-php:
Readme:
path: readme.txt
fireplug-in:
Readme:
path: README.txt
firesoft:
Readme:
path: readme.txt
firestudio:
Readme:
path: readme.txt
firmao-callback:
Readme:
path: readme.txt
firmasite-members-menu:
TranslationFile:
class: BodyPattern
path: languages/firmasite-members-menu-tr_TR.po
pattern: !ruby/regexp '/ect\-Id\-Version: FirmaSite Members Menu v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
firmasite-options:
TranslationFile:
class: BodyPattern
path: languages/firmasite-options-tr_TR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: FirmaSite Options v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
firmasite-theme-enhancer:
Readme:
path: readme.txt
first-comment-redirect:
Readme:
path: readme.txt
first-google-map:
Readme:
path: readme.txt
first-name-and-last-name-on-registration-page:
Readme:
path: readme.txt
first-order-discount-woocommerce:
Readme:
path: readme.txt
first-post-link:
Readme:
path: readme.txt
first-purchase-discount-for-woocommerce:
Readme:
path: readme.txt
first-slider:
Readme:
path: readme.txt
first-visitor-message:
Readme:
path: readme.txt
firstform:
TranslationFile:
class: BodyPattern
path: languages/firstform-ja.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ FirstForm (?<v>\d+\.[\.\d]+)/i
version: true
fishmixx-fish-around-the-clock:
Readme:
path: readme.txt
fitcash:
Readme:
path: readme.txt
fitvidsjs-fittextjs-and-letteringjs-3-in-1:
Readme:
path: readme.txt
fitweb-bizappay-for-woocommerce:
Readme:
path: readme.txt
five-minute-webshop:
TranslationFile:
class: BodyPattern
path: languages/wp-stripe-bancontact-nl_BE.po
pattern: !ruby/regexp '/t\-Id\-Version: WP Stripe Bancontact Pot v(?<v>\d+\.[\.\d]+)/i'
version: true
five-star-ratings-shortcode:
Readme:
path:
- readme.txt
- readme.md
TranslationFile:
class: BodyPattern
path: lang/five-star-ratings-shortcode.pot
pattern: !ruby/regexp '/Id\-Version: Five\-Star Ratings Shortcode (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
five-things:
Readme:
path: readme.txt
fiverr-official-search-box:
Readme:
path: readme.txt
fix-admin-contrast:
Readme:
path: readme.txt
fix-contact-form-7-blank-fields:
Readme:
path: readme.txt
fix-duplicates:
Readme:
path: readme.txt
fix-email-return-path:
Readme:
path: readme.txt
fix-gutenberg-style:
Readme:
path: readme.txt
fix-multiple-redirects:
Readme:
path: readme.txt
fix-my-feed-rss-repair:
Readme:
path: readme.txt
fix-nofollow:
Readme:
path: readme.txt
fix-paging:
Readme:
path: readme.txt
fix-reversed-comments-pagination:
Readme:
path: readme.txt
fix-rss-feed:
Readme:
path: readme.txt
fix-update-in-process:
Readme:
path: readme.txt
fixed-adjacent-post:
Readme:
path: readme.txt
fixed-admin-sidebar:
Readme:
path: readme.txt
fixed-bottom-menu:
QueryParameter:
files:
- css/fixedbottommenu.css
version: true
Readme:
path: readme.txt
fixed-chat-icons:
QueryParameter:
files:
- public/css/fixed-chat-icons-public.css
- public/js/fixed-chat-icons-public.js
version: true
fixed-circular-navigation-menu:
QueryParameter:
files:
- public/assets/css/circular-nav.css
- public/assets/css/cn-options.css
- public/assets/js/circular-nav.js
version: true
Readme:
path: README.txt
fixed-footer:
Readme:
path: README.txt
fixed-future-posts:
Readme:
path: readme.txt
fixed-social-icons:
Readme:
path: readme.txt
fixed-width-admin:
Readme:
path: readme.txt
fixpress:
Comment:
xpath: //comment()[contains(., "FixPress")]
pattern: !ruby/regexp /Using FixPress v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
fizfy:
Readme:
path: readme.txt
fla-image-caption:
Readme:
path: readme.txt
flags-widget:
Readme:
path: readme.txt
flagtag:
Readme:
path: readme.txt
flakpress:
Readme:
path: readme.txt
flamingo:
Readme:
path: readme.txt
flamingo-shortcode:
Readme:
path: readme.txt
flamingtext-logo:
Comment:
xpath: //comment()[contains(., "FlamingText")]
pattern: !ruby/regexp /FlamingText plugin v(?<v>\d+\.[\.\d]+)/i
version: true
flanimator-reader-german-language:
Readme:
path: readme.txt
flare:
QueryParameter:
files:
- css/flare.css
- js/flare.dev.js
version: true
Readme:
path: readme.txt
flash-album-gallery:
Comment:
xpath: //comment()[contains(., "Flagallery")]
pattern: !ruby/regexp /<meta name='Grand Flagallery' content='(?<v>\d+\.[\.\d]+)'/i
version: true
QueryParameter:
files:
- assets/flagallery.css
- assets/script.js
version: true
Readme:
path: readme.txt
flash-api:
Readme:
path: readme.txt
flash-cortex:
Readme:
path: readme.txt
flash-countdown-plugin:
Readme:
path: readme.txt
flash-demo-import:
Readme:
path: readme.txt
flash-feed-scroll-reader:
Readme:
path: readme.txt
flash-gallery:
Readme:
path: readme.txt
flash-games-page:
Readme:
path: README.txt
flash-gordon-for-every-one-of-us:
Readme:
path: readme.txt
flash-image-carousel:
Readme:
path: readme.txt
flash-image-widget:
Readme:
path: readme.txt
flash-media-playback:
Readme:
path: readme.txt
flash-oyunlar-ekle:
Readme:
path: readme.txt
flash-rotator-gallery:
Readme:
path: readme.txt
flash-sale-countdown-for-woocommerce:
Readme:
path: readme.txt
flash-show-and-hide-box:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
Readme:
path:
- readme.txt
- README.md
flash-social-share:
Readme:
path: readme.txt
flash-swfobject:
Readme:
path: readme.txt
flash-toolkit:
TranslationFile:
class: BodyPattern
path: i18n/languages/flash-toolkit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Flash Toolkit (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
flash-video-player:
Readme:
path: readme.txt
flash-video-resizer:
Readme:
path: readme.txt
flash-world-clock:
Readme:
path: readme.txt
flashcard:
Readme:
path: readme.txt
flashfader:
Readme:
path: readme.txt
flashfreeze:
Readme:
path: readme.txt
flashproxy:
Readme:
path: readme.txt
flashtml5-video:
Readme:
path: readme.txt
flat-preloader:
QueryParameter:
files:
- assets/css/flat-preloader-public.css
- assets/js/flat-preloader.js
version: true
flat-twitter:
QueryParameter:
files:
- css/lmb-flat-twitter.css
- js/lmb-flat-twitter.js
version: true
TranslationFile:
class: BodyPattern
path: lang/flat-twitter-en_EN.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Flat Twitter (?<v>\d+\.[\.\d]+)/i
version: true
flat-ui-button:
Readme:
path: readme.txt
flatfolio-flat-cool-wp-portfolio:
Readme:
path: readme.txt
flatsite-serverless-forms:
Readme:
path: readme.txt
flatsite-serverless-search:
Readme:
path: readme.txt
flattr:
Readme:
path: readme.txt
flattr-widget:
Readme:
path: readme.txt
flattrbutton-standalone:
Readme:
path: readme.txt
flattrcomments:
Readme:
path: readme.txt
flattrss:
Readme:
path: readme.txt
flattrwidget:
Readme:
path: readme.txt
flaunt-your-clients-free:
Readme:
path: readme.txt
flaver-cbd-calculator:
Readme:
path: readme.txt
flaver-nicotine-shot-calculator:
Readme:
path: readme.txt
flawless-themes-demo-importer:
Readme:
path: README.txt
flc-forma-lms-connector:
TranslationFile:
class: BodyPattern
path: languages/flc-forma-lms-connector-it_IT.po
pattern: !ruby/regexp '/ect\-Id\-Version: FLC forma\.lms connector (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
fleapaycom:
Readme:
path: readme.txt
flex-posts:
QueryParameter:
files:
- public/css/flex-posts.css
version: true
TranslationFile:
class: BodyPattern
path: languages/flex-posts.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Flex Posts (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
flexbillet-events:
Readme:
path: readme.txt
flexi:
QueryParameter:
files:
- public/css/flexi-public.css
- public/css/jquery.fancybox.min.css
- public/js/flexi-public.js
- public/js/jquery.fancybox.min.js
- public/js/flexi_load_more_scroll.js
- public/css/purecss/base-min.css
- public/css/purecss/grids-min.css
- public/css/purecss/grids-responsive-min.css
- public/js/jquery.tagsinput.js
- public/js/filter-tags.js
- public/js/flexi_ajax_post.js
- public/js/flexi_ajax_delete.js
version: true
Readme:
path: README.txt
flexi-instagram-feed-lite-instagram-gallery:
QueryParameter:
files:
- client/flexi-social/skins/assets/css/base.css
- client/flexi-social/flexy.social.min.js
version: true
flexi-pages-widget:
Readme:
path: readme.txt
flexia-core:
QueryParameter:
files:
- public/css/flexia-core-public.css
- public/js/flexia-core-public.js
version: true
flexiaddons:
Readme:
path: readme.txt
flexible-ab-results:
Readme:
path: readme.txt
flexible-blogtitle:
Readme:
path: readme.txt
flexible-checkout-fields:
Readme:
path: readme.txt
flexible-coupons:
Readme:
path: readme.txt
flexible-faq:
Readme:
path: readme.txt
flexible-faqs:
Readme:
path: readme.txt
flexible-frontend-login:
Readme:
path: readme.txt
flexible-hreview:
Readme:
path: readme.txt
flexible-invoices-gtu:
Readme:
path: readme.txt
flexible-modals:
Readme:
path: readme.txt
flexible-post-filter:
Readme:
path: readme.txt
flexible-posts-widget:
Readme:
path:
- readme.txt
- readme.md
flexible-recent-posts:
Readme:
path: readme.txt
flexible-shipping:
Readme:
path: readme.txt
flexible-shipping-dhl-express:
Readme:
path: readme.txt
flexible-shipping-fedex:
Readme:
path: readme.txt
flexible-slide-to-top-accordion:
Readme:
path: readme.txt
flexible-slider:
Readme:
path: readme.txt
flexible-widget-title:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
flexicache:
Readme:
path: readme.txt
flexidx-home-search:
Readme:
path: readme.txt
flexmls-idx:
QueryParameter:
files:
- assets/minified/connect.min.js
- assets/minified/portal.min.js
version: true
flexo-archives-widget:
Readme:
path: readme.txt
flexo-countdown:
Readme:
path: readme.txt
flexo-language:
Readme:
path: readme.txt
flexo-posts-manager:
Readme:
path: readme.txt
flexo-slider:
Readme:
path: readme.txt
flexo-social-gallery:
Readme:
path: readme.txt
flexoslider:
Readme:
path: readme.txt
flexslider-manager:
Readme:
path: readme.txt
flexstyle:
Readme:
path: readme.txt
QueryParameter:
files:
- functions/styles/main.css
- functions/scripts/main.js
version: true
flexy-breadcrumb:
QueryParameter:
files:
- public/css/flexy-breadcrumb-public.css
- public/js/flexy-breadcrumb-public.js
version: true
fley-decisions:
Readme:
path: readme.txt
fley-sponsored-posts:
Readme:
path: readme.txt
flicknpress:
Readme:
path: readme.txt
flickpress:
Readme:
path: readme.txt
flickr-api:
Readme:
path: readme.txt
flickr-auto-poster:
Readme:
path: readme.txt
flickr-badge:
Readme:
path: readme.txt
flickr-digest:
Readme:
path: readme.txt
flickr-exif:
Readme:
path: readme.txt
flickr-feed-gallery:
Readme:
path: readme.txt
flickr-flash-slideshow:
Readme:
path: readme.txt
flickr-foto-info:
Readme:
path: readme.txt
flickr-header:
Readme:
path: readme.txt
flickr-me:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Flickr Me (?<v>\d+\.[\.\d]+)(?!.*Flickr Me \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
flickr-media-scanner:
Readme:
path: readme.txt
flickr-over-gfw:
Readme:
path: readme.txt
flickr-photo-post:
Readme:
path: readme.txt
flickr-pick-a-picture:
Readme:
path: readme.txt
flickr-press:
Readme:
path: readme.txt
flickr-set-slideshows:
Readme:
path: readme.txt
flickr-shortcode-importer:
TranslationFile:
class: BodyPattern
path: languages/flickr-shortcode-importer.pot
pattern: !ruby/regexp /t\-Id\-Version:\ Flickr Shortcode Importer (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
flickr-slideshow-plugin:
Readme:
path: readme.txt
flickr-slideshow-wrapper:
Readme:
path: readme.txt
flickr-stream:
QueryParameter:
files:
- css/frontend.min.css
- js/frontend.min.js
version: true
Readme:
path: readme.txt
flickr-thumbnails-widget:
Readme:
path: readme.txt
flickr-viewer:
QueryParameter:
files:
- public/css/cws-flickr-gallery-pro-public.css
- public/css/lightbox/lightbox.css
- public/css/default.css
- public/css/component.css
- public/js/cws-flickr-gallery-pro-public.js
version: true
flickr-zoom-badge:
TranslationFile:
class: BodyPattern
path: flickr-zoom-badge-da_DK.po
pattern: !ruby/regexp '/"Project\-Id\-Version: flickr\-zoom\-badge (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
flickrapi:
Readme:
path: readme.txt
flickrcube-widget:
Readme:
path: readme.txt
flickree:
Readme:
path: readme.txt
flickrelink:
Readme:
path: readme.txt
flickrflow:
Readme:
path: readme.txt
flickrimg:
Readme:
path: readme.txt
flickrphotogallery:
Readme:
path: readme.txt
flickrstream:
Readme:
path: readme.txt
flickrtips:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
flickspire:
Readme:
path: readme.txt
flickzee-where-to-watch-widget:
Readme:
path: Readme.txt
flies:
QueryParameter:
files:
- scripts.js
version: true
flight-radar:
Readme:
path: readme.txt
flight-search-widget-blocks:
TranslationFile:
class: BodyPattern
path: languages/fswb.pot
pattern: !ruby/regexp '/Id\-Version: Flight Search Widget Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
flip-box-carousel:
QueryParameter:
files:
- css/flipbox.carousel.css
- js/flipbox.carousel.min.js
version: true
flip-cards-module-divi:
Readme:
path: readme.txt
flip-pong-v:
Readme:
path: readme.txt
flipboard-magazine-widget:
Readme:
path: readme.txt
flipbook-catalog-with-woocommerce-link:
Readme:
path: Readme.txt
flipbox:
Readme:
path: readme.txt
flipit-coupon-creator:
Readme:
path: readme.txt
flippa-estimate-your-business:
Readme:
path: readme.txt
flipping-cards:
Readme:
path: readme.txt
fliqz-integration:
Readme:
path: readme.txt
flixy-review-product-boxes-for-affiliate-pages:
QueryParameter:
files:
- assets/lib/font-awesome/css/font-awesome.min.css
- assets/lib/font-awesome/css/all.min.css
- templates/fab-template-1/css/fab-template-1-style.css
- templates/fab-template-2/css/fab-template-2-style.css
- templates/fab-template-3/css/fab-template-3-style.css
- templates/fab-template-4/css/fab-template-4-style.css
version: true
Readme:
path: readme.txt
float-ads-fixed-position:
Readme:
path: readme.txt
float-left-right-advertising:
Readme:
path: readme.txt
float-right-advertisment:
Readme:
path: readme.txt
float-to-top-button:
Comment:
xpath: //comment()[contains(., "Float to Top")]
pattern: !ruby/regexp /Float to Top Button v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/float-to-top-button.min.css
- js/jquery.scrollUp.min.js
- js/float-to-top-button.min.js
version: true
floatbox-plus:
Comment:
xpath: //comment()[contains(., "Floatbox")]
pattern: !ruby/regexp /Floatbox Plus Plugin (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- floatbox/floatbox.css
- floatbox-play.css
- floatbox/floatbox.js
- floatbox/options.js
version: true
Readme:
path: readme.txt
floating-action-button:
Readme:
path: readme.txt
floating-adsense-bar:
Readme:
path: readme.txt
floating-click-to-chat:
QueryParameter:
files:
- assets/floating-click-to-chat.css
- assets/floating-click-to-chat.js
version: true
floating-contact:
TranslationFile:
class: BodyPattern
path: languages/floating-contact-de_DE.po
pattern: !ruby/regexp '/ect\-Id\-Version: Floating Contact Button (?<v>\d+\.[\.\d]+)/i'
version: true
floating-facebook-sidebar-by-algohex:
Readme:
path: readme.txt
floating-form-button:
Readme:
path: readme.txt
floating-login:
Readme:
path: readme.txt
floating-menu:
Readme:
path: readme.txt
floating-menu-button-links:
QueryParameter:
files:
- assets/css/font-awesome.min.css
version: true
floating-nextprev:
TranslationFile:
class: BodyPattern
path: languages/floating-nextprev.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Floating NextPrev (?<v>\d+\.[\.\d]+)/i
version: true
floating-player:
Readme:
path: readme.txt
floating-publish-button:
Readme:
path: readme.txt
floating-related-posts:
Readme:
path: README.txt
floating-social-bar:
Readme:
path: readme.txt
floating-social-buttons:
Readme:
path: readme.txt
floating-social-media-icon:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
floating-social-media-links:
Readme:
path: readme.txt
floating-top-link:
QueryParameter:
files:
- css/floating-top-link.css
- js/floating-top-link.js
version: true
floating-widgets:
Readme:
path: readme.txt
floating-window-music-player:
QueryParameter:
files:
- inc/player.css
- js/load.js
version: true
floating-wishlist-for-woo:
QueryParameter:
files:
- public/css/woo-floating-wishlist-public.css
- public/js/skinny.cookies.js
- public/js/woo-floating-wishlist-public.js
version: true
Readme:
path: README.txt
floatingsocialmediapopout:
Readme:
path: readme.txt
flodjicontacts-lite:
Readme:
path: readme.txt
flogger:
Readme:
path: readme.txt
floodwarningsapi:
Readme:
path: readme.txt
flooows-form-leads-store:
Readme:
path: readme.txt
floorplans:
Readme:
path: readme.txt
flopictime:
QueryParameter:
files:
- public/css/pictimewp-public.css
- admin/assets/icons-fonts/style.css
- public/js/pictimewp-public.min.js
version: true
Readme:
path: README.txt
flow-flow-social-streams:
QueryParameter:
files:
- js/require-utils.js
version: true
JavascriptVar:
pattern: !ruby/regexp /var FlowFlowOpts\s*=\s*{(?<json>.+?(?=};))};/i
version_key: plugin_ver
version: true
flower:
Readme:
path: readme.txt
flower-delivery-by-florist-one:
Comment:
xpath: //comment()[contains(., "flower-delivery-by-florist-one")]
pattern: !ruby/regexp /\/florist\-one\-flower\-delivery\-public\-old\-browser\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/slicknav.css
- public/css/florist-one-flower-delivery-public.css
- public/js/jquery.validate.js
- public/js/jquery.slicknav.min.js
- public/js/jquery.history.js
- public/js/resizeSensor.js
- public/js/elementQueries.js
- public/js/florist-one-flower-delivery-public.js
- public/css/florist-one-flower-delivery-public.min.css
- public/js/florist-one-flower-delivery-public.min.js
version: true
Readme:
path: README.txt
flowpaper-lite-pdf-flipbook:
Readme:
path: readme.txt
flowplayer-playlist:
Readme:
path: readme.txt
flowplayer-wrapper:
Readme:
path: readme.txt
flowtown-webhook:
Readme:
path: readme.txt
flshow-manager:
Readme:
path: readme.txt
fluency-admin:
Readme:
path: readme.txt
fluent-crm:
Readme:
path: readme.txt
fluent-forms-connector-for-mailpoet:
Readme:
path: readme.txt
fluentform:
JavascriptComment:
class: BodyPattern
path: public/libs/jquery-datetimepicker/jquery.datetimepicker.full.js
pattern: !ruby/regexp /\* @version (?<v>\d+\.[\.\d]+)/i
version: true
GlueFile:
class: ConfigParser
path: glue.json
key: plugin_version
version: true
fluentforms-pdf:
Readme:
path: readme.txt
fluid:
TranslationFile:
class: BodyPattern
path: languages/fluid.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Fluid (?<v>\d+\.[\.\d]+)/i'
version: true
fluid-notification-bar:
Readme:
path: readme.txt
fluid-responsive-slideshow:
QueryParameter:
files:
- css/frs.css
- css/frs-position.css
- js/frs.js
- js/imagesloaded.min.js
version: true
fluidvids:
Readme:
path: readme.txt
flush-cache-login:
Readme:
path: readme.txt
flush-opcache:
TranslationFile:
class: BodyPattern
path: languages/flush-opcache.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP OPcache (?<v>\d+\.[\.\d]+)/i
version: true
flussonic-media:
Readme:
path: readme.txt
flux:
Readme:
path: readme.txt
fluxlive:
Readme:
path: readme.txt
flv-embed:
Readme:
path: readme.txt
fly-twitter-on-blog:
Readme:
path: readme.txt
flygoal-soccer-widgets:
Readme:
path: readme.txt
flying-analytics:
Readme:
path: readme.txt
flying-pages:
QueryParameter:
files:
- flying-pages.min.js
version: true
Readme:
path: readme.txt
flying-scripts:
Readme:
path: readme.txt
flying-twitter-birds:
Readme:
path: readme.txt
flynsarmy-iframe-shortcode:
Readme:
path: readme.txt
flytedesk-digital:
QueryParameter:
files:
- public/css/flytedesk-digital-public.css
- public/js/flytedesk-digital-public.js
pattern: !ruby/regexp /ver=(?<v>[\d]+)/i
version: true
flywheel-migrations:
Readme:
path: readme.txt
fm-adv:
Readme:
path: readme.txt
fm-covid-19:
Readme:
path: readme.txt
fm-webcam:
Readme:
path: readme.txt
fmf-donation-wall:
Readme:
path: readme.txt
fmtuner:
Readme:
path: readme.txt
fnffm-radio:
Readme:
path: readme.txt
fobi-chatbot:
QueryParameter:
files:
- public/js/embed.min.js
version: true
focus-on-reviews-for-woocommerce:
QueryParameter:
files:
- public/css/forfwc-public.css
- public/js/forfwc-public.js
version: true
focus-sitecall-lite:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
folder-gallery:
Readme:
path: readme.txt
folder-slider:
Readme:
path: readme.txt
folder-to-category-link:
Readme:
path: readme.txt
folding-archives:
Readme:
path: readme.txt
folding-at-home-stats:
Readme:
path: readme.txt
folding-category-widget:
Readme:
path: readme.txt
folding-stats-plus:
TranslationFile:
class: BodyPattern
path: lang/de_DE.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Folding\-Stats\-Plus v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.TXT
foliamaptool:
Readme:
path: readme.txt
foliodock-api:
Readme:
path: readme.txt
folksy-product-listing-widget-and-shortcode:
Readme:
path: readme.txt
follow-bbpress:
QueryParameter:
files:
- js/script.js
version: true
Readme:
path: readme.txt
follow-category-feeds:
Readme:
path: readme.txt
follow-hook:
Readme:
path: readme.txt
follow-me:
Readme:
path: README.txt
follow-me-sidebar:
Readme:
path: readme.txt
follow-my-links:
Readme:
path: readme.txt
follow-self-pings:
Readme:
path: readme.txt
follow-subscribe:
QueryParameter:
files:
- css/lafs_style.css
version: true
Readme:
path: readme.txt
follow-tags:
QueryParameter:
files:
- assets/css/nfc_style.css
- assets/js/nfc_scripts.js
version: true
Readme:
path: readme.txt
follow-us-box:
Readme:
path: readme.txt
follow-us-on-social-media:
Readme:
path: readme.txt
follow-us-on-widget:
Readme:
path: readme.txt
followpagerank:
Readme:
path: readme.txt
foma-news:
Readme:
path: readme.txt
fonebug-supply-list:
Readme:
path: readme.txt
fonetic-web-callback:
Readme:
path: readme.txt
fonk-slack-notifications:
QueryParameter:
files:
- public/css/fonk-slack-notification-public.css
- public/js/fonk-slack-notification-public.js
version: true
Readme:
path: README.txt
font:
QueryParameter:
pattern: !ruby/regexp /pver=(?<v>\d+\.[\.\d]+)/i
files:
- css/fontsforwebstyle.css
- js/jquery.fontPlugin.js
- js/pluginscripts.js
version: true
JavascriptVar:
pattern: !ruby/regexp /var fontPluginVersion = '(?<v>\d+\.[\.\d]+)';/i
version: true
Readme:
path: readme.txt
font-awesome:
Comment:
xpath: //comment()[contains(., "font-awesome")]
pattern: !ruby/regexp /\/font\-awesome\/assets\/css\/font\-awesome\-ie7\.min\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/font-awesome.min.css
version: true
font-awesome-4-menus:
QueryParameter:
files:
- css/font-awesome.min.css
version: true
StyleComment:
class: BodyPattern
path: css/font-awesome.css
pattern: !ruby/regexp /Font Awesome (?<v>\d+\.[\.\d]+) by @davegandy/i
version: true
Readme:
path: readme.txt
font-awesome-field:
Readme:
path: readme.txt
font-awesome-menus:
Readme:
path: readme.txt
font-awesome-shortcodes:
Readme:
path:
- readme.txt
- README.md
font-awesome-the-easy-way:
Readme:
path: readme.txt
font-awesome-wp:
Readme:
path: readme.txt
font-resizer:
Readme:
path: readme.txt
font-size:
Readme:
path: readme.txt
font-squirrel:
Readme:
path: readme.txt
fontawesome-anywhere:
QueryParameter:
files:
- css/font-awesome.min.css
version: true
fontsampler:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
fontsy:
Readme:
path:
- README.txt
- README.md
foobar-notifications-lite:
QueryParameter:
files:
- css/jquery.foobar.lite.css
- js/jquery.foobar.lite.min.js
version: true
Readme:
path: readme.txt
foobox-image-lightbox:
QueryParameter:
files:
- free/css/foobox.free.min.css
- free/js/foobox.free.min.js
version: true
CommentInJavascript:
class: Xpath
xpath: //script[@type="text/foobox"]
pattern: !ruby/regexp /Run FooBox FREE \(v(?<v>\d+\.[\.\d]+)\)/i
version: true
Readme:
path: readme.txt
food-and-drink-menu:
TranslationFile:
class: BodyPattern
path: languages/food-and-drink-menu.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Food and Drink Menu (?<v>\d+\.[\.\d]+)/i
version: true
food-recipes:
Readme:
path: readme.txt
food-store:
Readme:
path: readme.txt
food-to-prep:
QueryParameter:
files:
- assets/css/style.min.css
- assets/css/simplePagination.css
- assets/js/grid-gallery.min.js
- assets/js/add-to-cart.min.js
- assets/js/jquery.simplePagination.js
version: true
Readme:
path:
- readme.txt
- README.md
food-truck:
QueryParameter:
files:
- assets/dist/css/main.css
- assets/dist/js/main.js
- assets/src/js/main.js
version: true
Readme:
path: readme.txt
foodbook-light-online-food-ordering-system:
Readme:
path: readme.txt
foodlist:
Readme:
path: readme.txt
foodspace-recipe:
Readme:
path: README.txt
foodstorm-sidebar-widget-for-wordpress:
Readme:
path: readme.txt
foogallery:
Readme:
path: README.txt
foogallery-owl-carousel-template:
Readme:
path: readme.txt
foogallery-zoom-template:
Readme:
path: readme.txt
footable:
QueryParameter:
files:
- css/footable.core.min.css
- js/footable.min.js
- js/footable.sort.min.js
- js/footable.filter.min.js
- js/footable.paginate.min.js
version: true
Readme:
path:
- readme.txt
- README.md
football-leagues:
Readme:
path: readme.txt
football-leagues-by-anwppro:
QueryParameter:
files:
- public/css/styles.css
- vendor/world-flags-sprite/stylesheets/flags32.css
- vendor/world-flags-sprite/stylesheets/flags16.css
- public/js/anwpfl-public.min.js
- public/css/styles-compatible.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
football-match-tracker:
QueryParameter:
files:
- assets/css/jquery.custom-scrollbar.css
- assets/css/addweb-style.css
- assets/font-awesome/css/font-awesome.min.css
- assets/js/jquery.custom-scrollbar.js
- assets/js/addweb-js.js
- assets/js/ref-js.js
version: true
football-pool:
QueryParameter:
files:
- assets/pool.css
- assets/colorbox/colorbox.css
- assets/pool.min.js
- assets/colorbox/jquery.colorbox-min.js
- assets/libs/colorbox/colorbox.css
- assets/libs/colorbox/jquery.colorbox-min.js
version: true
football-predictor:
Comment:
xpath: //comment()[contains(., "Football Cup Predictor")]
pattern: !ruby/regexp /Added Football Cup Predictor Plugin (?<v>\d+\.[\.\d]+)/i
version: true
football-standings:
Readme:
path: readme.txt
footer-adder:
Readme:
path: readme.txt
footer-design-for-elementor:
Readme:
path: readme.txt
footer-design-for-wpbakery-page-builder:
Readme:
path: readme.txt
footer-mega-grid-columns:
QueryParameter:
files:
- css/fmgc-css.css
version: true
footer-on-homepage:
Readme:
path: readme.txt
footer-putter:
QueryParameter:
files:
- styles/footer-credits.css
version: true
Readme:
path: readme.txt
footer-shortcodes:
Readme:
path: README.txt
footer-sitemap:
Readme:
path: readme.txt
footer-widget-bundle:
Readme:
path: readme.txt
foothumbnails-for-galleries:
Readme:
path: readme.txt
footnotes-for-wordpress:
QueryParameter:
files:
- footnote-voodoo.css
- footnote-voodoo.js
version: true
Readme:
path: readme.txt
footystats-widgets:
Readme:
path: readme.txt
foqus-engine:
Readme:
path: readme.txt
for-the-visually-impaired:
JavascriptComment:
class: BodyPattern
path: js/js.for.the.visually.impaired.js
pattern: !ruby/regexp /For the visually impaired v (?<v>\d+\.[\.\d]+)/i
version: true
foragr-activity-stream:
Readme:
path: readme.txt
forameal-mail-riddleer:
Readme:
path: readme.txt
force-collapse-admin-menu:
Readme:
path: readme.txt
force-email-login:
Readme:
path: readme.txt
force-featured-image:
Readme:
path:
- readme.txt
- readme.md
force-frame:
Readme:
path: readme.txt
force-gzip:
Readme:
path: readme.txt
force-html-edition:
Readme:
path: readme.txt
force-image-download:
Readme:
path: readme.txt
force-jpeg-quality:
Readme:
path: readme.txt
force-lowercase-urls:
Readme:
path:
- readme.txt
- README.md
force-non-ssl:
Readme:
path: readme.txt
force-password-change:
Readme:
path: readme.txt
force-ping-display-with-disqus:
Readme:
path: readme.txt
force-plugin-updates-check:
Readme:
path: readme.txt
force-post-category-selection:
Readme:
path: readme.txt
force-post-content:
Readme:
path: readme.txt
force-post-seo-content-checklist:
Readme:
path: readme.txt
force-post-title:
Readme:
path: readme.txt
force-publish-schedule:
Readme:
path: readme.txt
force-reauthentication:
Readme:
path: readme.txt
force-refresh:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
force-regenerate-thumbnails:
Readme:
path: readme.txt
force-registration-field:
Readme:
path: readme.txt
force-secure-site:
Readme:
path: readme.txt
force-ssl-everywhere:
Readme:
path: readme.txt
force-update-translations:
Readme:
path: readme.txt
force-user-login-multisite:
Readme:
path: readme.txt
force-wave-dash:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: lang/force_wave_dash-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
force24-tracking:
Readme:
path: README.txt
forceprivate:
Readme:
path: readme.txt
foreign-keys-pro:
Readme:
path: readme.txt
forensiq-shortcode:
Readme:
path: readme.txt
foreup-forms:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
forge:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
forget-about-shortcode-buttons:
QueryParameter:
files:
- public/css/button-styles.css
version: true
Readme:
path: readme.txt
forget-spam-comment:
QueryParameter:
files:
- public/css/forget-spam-comment-public.css
- public/js/forget-spam-comment-public.js
version: true
Readme:
path: README.txt
forget-user-info:
Readme:
path: readme.txt
forget-username-ajax:
Readme:
path: readme.txt
forgot-the-category:
Readme:
path: readme.txt
form-analytics:
QueryParameter:
files:
- public/css/form-analytics-public.css
- public/js/form-analytics-public.js
version: true
form-data-collector:
QueryParameter:
files:
- scripts/fdc-front.min.js
version: true
form-data-manager:
Readme:
path: readme.txt
form-generation:
QueryParameter:
files:
- assets/vendors/fontawesome/css/fontawesome-all.min.css
version: true
form-generator-powered-by-jotform:
Readme:
path: readme.txt
form-maker:
QueryParameter:
files:
- css/jquery-ui.custom.css
- css/form_maker_frontend.css
- css/fm-animate.css
- js/main_div_front_end.js
version: true
Readme:
path: readme.txt
form-masks-for-elementor:
Readme:
path: readme.txt
form-print-pay:
QueryParameter:
files:
- assets/css/frontend-form-print-pay.css
- assets/js/form-pay.js
version: true
form-to-json:
Readme:
path: readme.txt
form-to-pdf:
Readme:
path: readme.txt
form-to-post:
Readme:
path: readme.txt
form-to-sheet:
QueryParameter:
files:
- public/css/form-to-sheet-public.css
- public/js/form-to-sheet-public.js
version: true
form-verification-verifybee:
QueryParameter:
files:
- public/css/cn-verifying-email-public.css
- public/js/cn-verifying-email-public.js
version: true
Readme:
path: README.txt
formality:
Readme:
path: readme.txt
formaloo-form-builder:
Readme:
path: readme.txt
formarketer:
QueryParameter:
files:
- public/css/formarketer-public.css
- public/js/formarketer-public.js
version: true
Readme:
path: readme.txt
formataway:
Readme:
path: readme.txt
formategory:
Readme:
path: readme.txt
formbuilder:
Readme:
path: readme.txt
formcraft-form-builder:
QueryParameter:
files:
- assets/css/form.main.css
- assets/css/common-elements.css
- assets/fontello/css/fcb.css
- assets/fontello/css/animation.css
version: true
Readme:
path: readme.txt
formcraft-recaptcha:
Readme:
path: readme.txt
formdesigner:
Readme:
path: readme.txt
formdesk-shortcode:
Readme:
path: readme.txt
formgimp:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
Readme:
path: README.txt
formidable:
QueryParameter:
files:
- css/formidableforms.css
version: true
TranslationFile:
class: BodyPattern
path: languages/formidable.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Formidable Forms (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
formidable-anti-spam:
Readme:
path: readme.txt
formidable-customizations:
Readme:
path: readme.txt
formidable-email-shortcodes:
Readme:
path: readme.txt
formidable-honeypot:
Readme:
path: readme.txt
formidable-kinetic:
Readme:
path: readme.txt
forminator:
TranslationFile:
class: BodyPattern
path: languages/forminator.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Forminator (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
formito:
Readme:
path: readme.txt
formlift:
QueryParameter:
files:
- css/responsive-grid-framework.css
- css/style.css
- js/lib/jstz.js
- js/src/flp-submit.js
- js/src/flp-stats.js
- js/lib/intl-tel-input-master/css/intlTelInput.css
- js/lib/intl-tel-input-master/js/intlTelInput.min.js
version: true
formmemory:
Readme:
path: readme.txt
forms-3rdparty-migrate:
Readme:
path: readme.txt
forms-actions:
Readme:
path: readme.txt
forms-to-webmerge:
QueryParameter:
files:
- public/css/forms-to-webmerge-public.css
- public/js/forms-to-webmerge-public.js
version: true
formscontact:
Readme:
path: readme.txt
formsite:
Readme:
path: readme.txt
formspringme-updates:
Readme:
path: readme.txt
formspringme-widget:
Readme:
path: readme.txt
formsuite:
Readme:
path: readme.txt
formula04-site-lock:
Readme:
path: readme.txt
formulario-de-logueo:
Readme:
path: readme.txt
formularios-de-contacto-salesup:
QueryParameter:
files:
- helpers/izitoast/css/iziToast.min.css
- helpers/jquery-ui-1.12.1/jquery-ui.min.css
- helpers/izitoast/js/iziToast.min.js
- helpers/underscore/underscore.js
- admin/js/su-funciones.js
- admin/js/su-form-builder.js
- public/js/su-public.js
version: true
formulas:
Readme:
path: readme.txt
forrasfigyelo:
Readme:
path: readme.txt
fortunekookie:
Readme:
path: readme.txt
fortysix-mobile:
Readme:
path: readme.txt
fortytwo-two-factor-authentication:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
forum-badges:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
forum-restrict:
Readme:
path: readme.txt
forumconverter:
Readme:
path: readme.txt
fossin-badge:
Readme:
path: readme.txt
fotepo:
Readme:
path: readme.txt
fotherplot:
Readme:
path: readme.txt
fotocash:
Readme:
path: readme.txt
fotorama:
Readme:
path: readme.txt
foundation-columns:
Readme:
path: readme.txt
foundation-live-shortcodes:
Readme:
path: readme.txt
foundation-verify-install:
Readme:
path: readme.txt
foundationtables:
Readme:
path: readme.txt
fourbis-chart-navigator:
Readme:
path: readme.txt
fourbis-woocommerce-email-rapport:
Readme:
path: readme.txt
foursquare-latest-checkins:
Readme:
path: readme.txt
foursquare-map:
Readme:
path: readme.txt
foursquare-venue:
Readme:
path: readme.txt
fourteen-colors:
Readme:
path: readme.txt
foxdell-folio-bec-disable-core-blocks:
Readme:
path: readme.txt
foxdell-folio-bec-theme-rain-forest:
Readme:
path: readme.txt
foxdell-folio-bec-vs-light-theme:
Readme:
path: readme.txt
foxload-firefox-download:
Readme:
path: readme.txt
foxy-board:
Readme:
path: readme.txt
foxy-elements:
Readme:
path: readme.txt
foxyshop:
QueryParameter:
files:
- css/foxyshop.css
version: true
fp-foundation-assistant:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\s+[\d\.]{8,} \- Version (?<v>\d+\.[\.\d]+)(?!.*[\d\.]{8,}
\- Version \d+\.[\.\d]+)/mi
version: true
fp-linkedin-company-profile:
Readme:
path: readme.txt
fp-linkedin-profile:
Readme:
path: readme.txt
fp-news-scroller:
Readme:
path: readme.txt
fp-news-ticker:
Readme:
path: readme.txt
fp-responsive-slider:
Readme:
path: readme.txt
fp-rss-category-excluder:
Readme:
path: readme.txt
fp-testimonials:
Readme:
path: readme.txt
fpp-pano:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
fpw-post-thumbnails:
TranslationFile:
class: BodyPattern
path: languages/fpw-fpt-pl_PL.po
pattern: !ruby/regexp '/roject\-Id\-Version: FPW Post Thumbnails v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
fragmentions:
QueryParameter:
files:
- styles/fragmentions.css
- scripts/fragmention.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/fragmentions.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Fragmentions (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
frame-breaker-removes-digg-bar-owly-bar-facebook-bar-etc:
Readme:
path: readme.txt
framed-slideshow-gallery:
Readme:
path: readme.txt
framework-mobilede:
Readme:
path: readme.txt
frankencookie:
Readme:
path: readme.txt
fraud-gmail-filter:
Readme:
path: readme.txt
fraudlogix:
Readme:
path: readme.TXT
frazrmessage:
Readme:
path: readme.txt
fred-at-a-glance:
Readme:
path: readme.txt
free-books-section:
Readme:
path: readme.txt
free-canvas:
Readme:
path: readme.txt
free-cdn:
Readme:
path: readme.txt
free-counter:
Readme:
path: readme.txt
free-dictionary:
Readme:
path: readme.txt
free-facebook-reviews-and-recommendations-widgets:
Readme:
path: readme.txt
free-feedback-form-plugin:
Readme:
path: readme.txt
free-guest-post:
Readme:
path: readme.txt
free-icon-finder:
Readme:
path: readme.txt
free-kareem:
Readme:
path: readme.txt
free-mubjib-borsho:
Readme:
path: readme.txt
free-product-table-for-woocommerce:
Readme:
path: readme.txt
free-qr-code-generator-with-logo:
Readme:
path: readme.txt
free-quotation:
Readme:
path: readme.txt
free-shipping-coupons-behavior-for-woocommerce:
Readme:
path: readme.txt
free-shipping-hide-other-methods-woo:
Readme:
path: readme.txt
free-shipping-label:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: languages/free-shipping-label.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Free Shipping Label (?<v>\d+\.[\.\d]+)/i'
version: true
free-sms-verification-for-gravity-forms:
Readme:
path: readme.txt
free-stock-images-add-images-to-blog-posts:
Readme:
path: readme.txt
free-stock-photos-by-mystockphotocom:
Readme:
path: readme.txt
free-stock-photos-foter:
Readme:
path: readme.txt
free-website-monitoring:
Readme:
path: readme.txt
free-woo-shipping-bar:
Readme:
path: readme.txt
free-wp-booster-by-ads-pro:
Readme:
path: readme.txt
freecontactformdotcom:
Readme:
path: readme.txt
freedam-web-notices:
QueryParameter:
files:
- public/css/freedam-web-notices-public.css
- public/js/freedam-web-notices-moment.js
- public/js/freedam-web-notices-public.js
version: true
Readme:
path: README.txt
freedom-of-information:
Readme:
path: readme.txt
freeflow:
QueryParameter:
files:
- "/css/style.css"
- "/js/getdeviceid.min.js"
version: true
Readme:
path: readme.txt
freefolio:
Readme:
path: README.txt
freeinvoice-api:
Readme:
path: README.txt
freelance-admin-hider:
Readme:
path: readme.txt
freelance-status:
Readme:
path: readme.txt
freelancer:
Readme:
path: readme.txt
freelancer-sharing-icons:
QueryParameter:
files:
- public/css/freelancer_share_icons-public.css
version: true
freemind-wp-browser:
Readme:
path: readme.txt
freesoul-responsive-check:
Readme:
path: readme.txt
freespee-call-tracking:
Readme:
path: readme.txt
freezewp:
Readme:
path: readme.txt
french-creative-commons-license-widget:
Readme:
path: readme.txt
french-ecommerce-for-thecartpress:
Readme:
path: readme.txt
french-slugs:
Readme:
path: readme.txt
frequency:
QueryParameter:
files:
- public/css/frequency-public.css
- public/js/frequency-public.js
version: true
frequently-asked-questions:
Readme:
path: readme.txt
fresh-connect:
Readme:
path: readme.txt
fresh-cookie-bar:
Readme:
path: README.txt
fresh-forms-for-gravity:
Readme:
path: readme.txt
fresh-plugins:
Readme:
path: readme.txt
fresh-podcaster:
QueryParameter:
files:
- public/css/fresh-podcaster-public.css
- public/js/fresh-podcaster-public.js
version: true
Readme:
path: README.txt
freshbooks-wordpress-widget:
Readme:
path: readme.txt
freshing:
Readme:
path: readme.txt
freshmail-integration:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
freteclick:
Readme:
path: README.txt
friendconnect-login:
Readme:
path: readme.txt
friendfeed-activity-widget:
Readme:
path: readme.txt
friendfeed-api-core:
Readme:
path: readme.txt
friendfeed-comments:
Readme:
path: README.txt
friendly-analytics:
Readme:
path: readme.txt
friendly-responsiveslides-slider:
Readme:
path: readme.txt
friendlycase:
Readme:
path: readme.txt
friends-hot:
Readme:
path: readme.txt
friends-link-widget:
Readme:
path: readme.txt
friendship-meter:
Readme:
path: readme.txt
frm-qpaypro:
Readme:
path: readme.txt
frndzk-easy-mobile-theme-switcher-with-theme-pack:
Readme:
path: readme.txt
frndzk-expandable-bottom-bar:
Readme:
path: readme.txt
frndzk-photo-lightbox-gallery:
Readme:
path: readme.txt
frndzk-post-from-any-mobile:
Readme:
path: readme.txt
froged:
Readme:
path: readme.txt
from-kart-to-basket:
Readme:
path: readme.txt
front-connector:
Readme:
path: readme.txt
front-editor-for-woocommerce:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
front-end-categories:
Readme:
path: readme.txt
front-end-category-management:
Readme:
path: readme.txt
front-end-editor:
Readme:
path: readme.txt
front-end-login-and-register:
Readme:
path: readme.txt
front-end-managed-files-block:
Readme:
path: README.txt
front-end-pm:
TranslationFile:
class: BodyPattern
path: languages/front-end-pm.pot
pattern: !ruby/regexp /"Front End PM (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/style.css
- assets/css/common-style.css
version: true
front-end-post-edit:
Readme:
path:
- README.txt
- README.md
front-end-product-edit-for-woocommerce:
Readme:
path: readme.txt
front-page-excluded-categories:
Readme:
path: readme.txt
front-page-scheduler:
Readme:
path: readme.txt
frontend-admin:
Readme:
path: readme.txt
frontend-analytics:
TranslationFile:
class: BodyPattern
path: languages/frontend-analytics-en_US.po
pattern: !ruby/regexp '/t\-Id\-Version: Frontend Google Analytics (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
frontend-cookie-sso:
Readme:
path: readme.txt
frontend-dashboard:
QueryParameter:
files:
- common/assets/css/bootstrap.css
- common/assets/css/font-awesome.css
- common/assets/css/sweetalert2.css
- common/assets/css/animate.css
- common/assets/css/flatpickr.css
- common/assets/css/common-style.css
- admin/assets/fed_global_admin_style.css
version: true
TranslationFile:
class: BodyPattern
path: languages/frontend-dashboard.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Frontend Dashboard (?<v>\d+\.[\.\d]+)/i
version: true
frontend-dashboard-captcha:
TranslationFile:
class: BodyPattern
path: languages/frontend-dashboard-captcha.pot
pattern: !ruby/regexp /\-Id\-Version:\ Frontend Dashboard Captcha (?<v>\d+\.[\.\d]+)/i
version: true
frontend-dashboard-notification:
Readme:
path: readme.txt
frontend-dashboard-social-chat:
Readme:
path: readme.txt
frontend-dashboard-templates:
TranslationFile:
class: BodyPattern
path: languages/frontend-dashboard-templates.pot
pattern: !ruby/regexp /d\-Version:\ Frontend Dashboard Templates (?<v>\d+\.[\.\d]+)/i
version: true
frontend-dialog:
QueryParameter:
files:
- assets/css/colorbox.css
- assets/js/colorbox/jquery.colorbox.js
- assets/js/frontend/frontend.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
frontend-post-submission-manager-lite:
Readme:
path: readme.txt
frontend-posts:
QueryParameter:
files:
- public/css/frontend_posts-public.css
- public/js/frontend_posts-public.js
- public/js/jQuery.Validate.min.js
version: true
frontend-publisher-for-user-profiles-made-easy:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
frontend-reset-password:
Readme:
path: readme.txt
frontend-signup-site-clone:
Readme:
path: readme.txt
frontier-post:
QueryParameter:
files:
- frontier-post.css
version: true
frontpage-category-filter:
Readme:
path: readme.txt
frontpage-manager:
Readme:
path: readme.txt
frontpage-to-category:
Readme:
path: readme.txt
frontrom:
Readme:
path: readme.txt
fs-link-posts:
Readme:
path: README.txt
fs-pax-pirep:
Readme:
path: readme.txt
fs-product-inquiry:
Readme:
path: readme.txt
fs-real-estate-plugin:
Readme:
path: readme.txt
fs-revenue-mazimizer:
Readme:
path: readme.txt
fsales-gforms-crm:
Readme:
path: readme.txt
fshare:
Readme:
path: readme.txt
fslider:
Readme:
path: readme.txt
fsthickboxannouncement:
Readme:
path: readme.txt
ft-password-protect-children-pages:
Readme:
path: readme.txt
ft-remove-private-from-post-titles:
Readme:
path: readme.txt
ft-rockpress:
Readme:
path: readme.txt
ft-signature-manager:
Readme:
path: readme.txt
ft-trioutnc:
Readme:
path: readme.txt
ftp-access:
Readme:
path: readme.txt
ftp-free-theme-file-creator:
Readme:
path: readme.txt
ftp-sync:
Readme:
path: readme.txt
ftp-to-zip:
Readme:
path: readme.txt
ftp-upgrade-fix:
Readme:
path: readme.txt
fu4nys-blogroll-widget:
Readme:
path: readme.txt
fuel-bitcentral:
Readme:
path: readme.txt
fukudonkenjin:
Readme:
path: readme.txt
fulino-paydirekt:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
full-breadcrumb:
Readme:
path: readme.txt
full-calendar-js:
Readme:
path: readme.txt
full-circle:
Readme:
path: readme.txt
full-comments-on-dashboard:
Readme:
path: readme.txt
full-page-blog-designer:
Readme:
path: README.txt
full-page-load:
Readme:
path: README.txt
full-picture-analytics-cookie-notice:
Readme:
path: README.txt
full-screen-ad:
Readme:
path: readme.txt
full-screen-background-css-jquery:
Readme:
path: readme.txt
full-screen-page-background-image-slideshow:
Readme:
path: readme.txt
full-site-title:
Readme:
path: readme.txt
full-text-feed:
Readme:
path: readme.txt
full-utf-8:
Readme:
path: readme.txt
full-width-responsive-portfolio:
Readme:
path: readme.txt
full-width-responsive-slider-wp:
TranslationFile:
class: BodyPattern
path: languages/full-width-responsive-slider-wp.pot
pattern: !ruby/regexp '/ersion: Full Width Responsive Slider Wp (?<v>\d+\.[\.\d]+)/i'
version: true
fullscreen-10-for-wp-super-edit:
Readme:
path: readme.txt
fullscreen-ajax-loader:
QueryParameter:
files:
- assets/css/fs-ajax-loader.css
version: true
Readme:
path: readme.txt
fullscreen-galleria:
QueryParameter:
files:
- galleria-fs-b.css
- galleria-fs.js
- galleria-fs-theme.js
version: true
fullscreen-gallery:
Readme:
path: readme.txt
fullscreen-slider:
QueryParameter:
files:
- css/fs_slider.css
version: true
Readme:
path: readme.txt
fullscreen-slides:
QueryParameter:
files:
- templates/abcf-slides-02-min.css
version: true
Readme:
path: readme.txt
fullscreenwidth:
Readme:
path: readme.txt
fullwidth-templates:
Readme:
path: readme.txt
fullworks-anti-spam:
QueryParameter:
files:
- frontend/js/frontend.js
version: true
Readme:
path: readme.txt
fullworks-directory:
QueryParameter:
files:
- frontend/css/frontend.css
version: true
fumen:
Readme:
path: readme.txt
fun-facts:
Readme:
path: readme.txt
functionscapacitor:
Readme:
path: readme.txt
fundpress:
QueryParameter:
files:
- assets/js/frontend/site.min.js
- inc/libraries/magnific-popup/jquery.magnific-popup.min.js
- inc/gateways/stripe/jquery.payment.min.js
version: true
fundraising-thermometer-by-couponbirds:
Readme:
path: readme.txt
fundraising-thermometer-plugin-for-wordpress:
Readme:
path: readme.txt
funnel:
Readme:
path: readme.txt
funnel-optimizer:
Readme:
path: readme.txt
funnelflare:
Readme:
path: readme.txt
funny-branding:
Readme:
path: readme.txt
funny-demotivators:
Readme:
path: readme.txt
funny-equations:
Readme:
path: README.txt
funny-photos:
Readme:
path: readme.txt
funny-video-online:
Readme:
path: readme.txt
funny4you-wordpress-shortcode-plugin:
Readme:
path: readme.txt
fupanet-widget-includer:
Readme:
path: readme.txt
furikake:
Readme:
path: readme.txt
furnishedcom:
Readme:
path: readme.txt
fury-core:
Readme:
path: readme.txt
fuse-social-floating-sidebar:
Readme:
path: readme.txt
fusion:
QueryParameter:
files:
- includes/css/fusion-bootstrap.css
- includes/css/fusion-core.css
- includes/js/fusion-core.js
version: true
fusion-retailers:
Readme:
path: readme.txt
fusion-web-app:
Readme:
path: readme.txt
fusionspan-impexium-single-sign-on:
Readme:
path: readme.txt
fussballde-widget-includer:
Readme:
path: README.txt
futurama-quote-generator:
Readme:
path: readme.txt
future:
Readme:
path: readme.txt
future-aim-social-comment-system:
Readme:
path: readme.txt
future-dater:
Readme:
path: readme.txt
future-gallery:
Readme:
path: readme.txt
future-monitor:
Readme:
path: readme.txt
future-posts-calendar:
Readme:
path: readme.txt
futurio-extra:
QueryParameter:
files:
- css/style.css
- js/futurio-extra.js
version: true
futy-widget:
Readme:
path: readme.txt
fv-testimonials:
Readme:
path: readme.txt
fv-top-level-cats:
Readme:
path: readme.txt
fv-wordpress-flowplayer:
Readme:
path: readme.txt
fvote:
Readme:
path: readme.txt
fw-fussnoten:
Readme:
path: readme.txt
fw-minifeld:
Readme:
path: readme.txt
fw-public-profil:
Readme:
path: readme.txt
fws-ajax-contact-form:
Readme:
path: readme.txt
fx-gallery-widget:
Readme:
path: readme.txt
fx-hey-counter:
Readme:
path: readme.txt
fytch-comments:
Readme:
path: readme.txt
g-auto-hyperlink:
Readme:
path: readme.txt
g-business-reviews-rating:
Readme:
path: readme.txt
g-buzz-button:
Readme:
path: readme.txt
g-core-labs-cdn:
Readme:
path: readme.txt
g-debugger:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
g-obligatory-featured-image:
Readme:
path: readme.txt
g-social-icons:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
Readme:
path: README.txt
g-structured-data:
Readme:
path: readme.txt
g3client:
Readme:
path: readme.txt
g4b-photo-gallery:
Readme:
path: readme.txt
ga-authors:
Readme:
path: readme.txt
ga-backend-tracking:
Readme:
path: readme.txt
ga-germanized:
QueryParameter:
files:
- assets/js/gag-tracker.js
- assets/js/gaoptout.js
version: true
ga-google-analytics:
Readme:
path: readme.txt
ga-link-tracker:
Readme:
path: readme.txt
ga-made-simple:
Readme:
path: readme.txt
ga-nav-menus-tracking:
Readme:
path: readme.txt
ga-pvcounter:
Readme:
path: readme.txt
ga-tracking-code:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
ga-universal:
Readme:
path: readme.txt
gab-captcha-2:
Readme:
path: readme.txt
gabfire-media-module:
Readme:
path: readme.txt
gabfire-twitter-feed:
Readme:
path: readme.txt
gabfire-widget-pack:
Readme:
path: readme.txt
gabriel-auto-login:
Readme:
path: readme.txt
gabriel-gateway-redirect-urls:
Readme:
path: readme.txt
gaf-text-link:
Readme:
path: readme.txt
gagambar:
Readme:
path: readme.txt
gaias-freetile-blog:
Readme:
path: readme.txt
galaxius-custom-sidebars:
Readme:
path: readme.txt
galaxy-zoo:
Readme:
path: readme.txt
gallandbe-wp-tools:
Readme:
path: readme.txt
galleria:
QueryParameter:
files:
- galleria/themes/amw-classic-light/galleria.amw-classic-light.css
- galleria/themes/amw-classic-light/galleria.amw-classic-light.js
version: true
Readme:
path: readme.txt
galleria-display:
Readme:
path:
- readme.txt
- README.txt
galleria-galleria:
Readme:
path: readme.txt
galleria-javascript-gallery3-slideshow:
Readme:
path: readme.txt
galleriapress:
QueryParameter:
files:
- css/galleriapress.css
version: true
Readme:
path: readme.txt
galleries-markers:
Readme:
path: readme.txt
gallerio:
Readme:
path: readme.txt
gallery-and-lightbox:
QueryParameter:
files:
- includes/fancybox/jquery.fancybox.min.css
- includes/css/style.css
- includes/fancybox/jquery.fancybox.en.min.js
version: true
Readme:
path: readme.txt
gallery-by-supsystic:
Readme:
path: readme.txt
gallery-columns:
Readme:
path: readme.txt
gallery-creator:
Readme:
path: readme.txt
gallery-excerpt:
Readme:
path: readme.txt
gallery-from-files:
Readme:
path: readme.txt
gallery-just-better:
Readme:
path: readme.txt
gallery-lightbox-slider:
QueryParameter:
files:
- css/photobox/photobox.css
- js/jquery/photobox/jquery.photobox.js
version: true
gallery-linknone:
Readme:
path: readme.txt
gallery-made-easy:
QueryParameter:
files:
- js/light-gallery/css/lightgallery.min.css
- template/style.css
- js/imagesloaded.pkgd.min.js
- js/jquery.mousewheel.min.js
- js/light-gallery/js/lightgallery.min.js
- js/light-gallery/js/lg-thumbnail.min.js
- js/light-gallery/js/lg-fullscreen.min.js
- js/isotope.pkgd.min.js
- template/masonry.js
- template/main.js
version: true
gallery-magic-lite:
Readme:
path: readme.txt
gallery-metabox:
Readme:
path: readme.txt
gallery-navigation-plugin:
Readme:
path: readme.txt
gallery-overview:
TranslationFile:
class: BodyPattern
path: languages/gallery_overview-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Gallery Overview v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
gallery-photo-video:
Readme:
path: readme.txt
gallery-plugin:
Readme:
path: readme.txt
gallery-plugin-xmlrpc-interface:
Readme:
path: readme.txt
gallery-plus:
Readme:
path: readme.txt
gallery-shortcode-style-to-head:
Readme:
path: readme.txt
gallery-showcase:
Readme:
path: readme.txt
gallery-slice:
Readme:
path: readme.txt
gallery-slideshow:
Readme:
path: readme.txt
gallery-stacked-slideshow:
Readme:
path: readme.txt
gallery-theme:
Readme:
path: readme.txt
gallery-widget:
Readme:
path: readme.txt
gallery-widget-pro:
Readme:
path: readme.txt
gallery-with-bootstrap-for-elementor:
Readme:
path: readme.txt
gallery-without-the-fluff:
Readme:
path: readme.txt
gallery2-importer:
Readme:
path: readme.txt
gallerya:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
gallerygrid:
Readme:
path: readme.txt
gallifrey:
Readme:
path: readme.txt
gambit-cache-menus:
Readme:
path: readme.txt
game-dev-quotes:
Readme:
path: readme.txt
game-of-the-day:
Readme:
path: readme.txt
game-server-tracker:
Readme:
path: readme.txt
game-showcase:
QueryParameter:
files:
- public/css/game-showcase-public.css
- public/js/game-showcase-public.js
version: true
game-users-share-buttons:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
gameball:
Readme:
path: readme.txt
gamebattles-roster:
Readme:
path: readme.txt
gameplorers-wpcolorbox:
Readme:
path: readme.txt
gameriso-box:
Readme:
path: readme.txt
games:
Readme:
path: readme.txt
gamification-email-collector-mikehit:
QueryParameter:
files:
- public/css/mikehit-plugin-public.css
- public/js/mikehit-plugin-public.js
version: true
gaming-delivery-network:
QueryParameter:
files:
- gdninit.js
version: true
Readme:
path: readme.txt
gamipress:
QueryParameter:
files:
- assets/css/gamipress.min.css
- assets/js/gamipress.min.js
- assets/js/gamipress-events.min.js
version: true
gamipress-badgeos-importer:
Readme:
path: readme.txt
gamipress-buddyboss-integration:
Readme:
path: readme.txt
gamipress-buddypress-integration:
Readme:
path: readme.txt
gamipress-button:
Readme:
path: readme.txt
gamipress-edd-points-per-purchase-total:
Readme:
path: readme.txt
gamipress-elementor-forms-integration:
Readme:
path: readme.txt
gamipress-fluentcrm-integration:
Readme:
path: readme.txt
gamipress-fluentform-integration:
Readme:
path: readme.txt
gamipress-groundhogg-integration:
Readme:
path: readme.txt
gamipress-happyforms-integration:
Readme:
path: readme.txt
gamipress-learndash-points-importer:
Readme:
path: readme.txt
gamipress-lifterlms-group-leaderboard:
Readme:
path: readme.txt
gamipress-masterstudy-lms-integration:
Readme:
path: readme.txt
gamipress-memberpress-integration:
Readme:
path: readme.txt
gamipress-paid-memberships-pro-integration:
Readme:
path: readme.txt
gamipress-restrict-content-pro-integration:
Readme:
path: readme.txt
gamipress-the-events-calendar-integration:
Readme:
path: readme.txt
gamipress-transfers-notes:
Readme:
path: readme.txt
gamipress-upsell-plugin-integration:
Readme:
path: readme.txt
gamipress-wc-points-per-purchase-total:
Readme:
path: readme.txt
gamipress-wishlist-member-integration:
Readme:
path: readme.txt
gamipress-wp-simple-pay-integration:
Readme:
path: readme.txt
gamipress-wpadverts-integration:
Readme:
path: readme.txt
gamipress-wpdiscuz-integration:
Readme:
path: readme.txt
ganalytics-lite:
Readme:
path: readme.txt
ganbatte:
Readme:
path: readme.txt
gangesh-photos:
Readme:
path: readme.txt
gantry-export-import-options:
Readme:
path: readme.txt
gap-hub-enquiryform:
Readme:
path: readme.txt
gaphub-wp-directory:
Readme:
path: readme.txt
gAppointments:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d\.[\d\.]+) \([^\(]+\)/i
version: true
garagesale:
Readme:
path: readme.txt
garmin-connect:
Readme:
path: readme.txt
garrett-county-planning-tool-gcpt:
Readme:
path: readme.txt
gas-injector:
Readme:
path: readme.txt
gatekeeper:
Readme:
path: readme.txt
gateway-for-quickpay-give:
Readme:
path:
- readme.txt
- README.md
gateway-for-wallet-one-and-easy-digital-downloads:
Readme:
path: readme.txt
gateway-payougo-checkout:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
TranslationFile:
class: BodyPattern
path: languages/gateway-payougo-checkout.pot
pattern: !ruby/regexp /ay PaYouGo Checkout requires OpenSSL >= (?<v>\d+\.[\.\d]+)/i
version: true
gather-lead-button:
Readme:
path: readme.txt
gauge-meter-slider-jquery:
Readme:
path: readme.txt
gauges:
Readme:
path: readme.txt
gauntlet-security:
Readme:
path: README.txt
gavii-gallery:
Readme:
path: readme.txt
gaxx-keywords:
Readme:
path: readme.txt
gazchaps-woocommerce-getaddress-io:
QueryParameter:
files:
- gazchaps-getaddress-io.min.js
version: true
Readme:
path: readme.txt
gazchaps-woocommerce-purchase-order-payment-gateway:
Readme:
path: readme.txt
gazeta-news:
Readme:
path: readme.txt
gb-gallery-slideshow:
Readme:
path: readme.txt
gboost:
QueryParameter:
files:
- assets/css/main-style.css
version: true
Readme:
path: README.txt
gbs-ad-shopping:
Readme:
path: readme.txt
gc-social-wall:
Readme:
path: readme.txt
gc-testimonials:
Readme:
path: readme.txt
gc-testimonials-to-testimonials:
TranslationFile:
class: BodyPattern
path: languages/gc-testimonials-to-testimonials.pot
pattern: !ruby/regexp /als Widget [^\s]+ GC Testimonials Migrator (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
gc-testimonials-with-recaptcha:
Readme:
path: readme.txt
gcal-days:
Readme:
path: readme.txt
gcal-events-list:
Readme:
path: readme.txt
gcstats:
Readme:
path: readme.txt
gd-forum-manager-for-bbpress:
Readme:
path: readme.txt
gd-linkedin-badge:
Readme:
path: readme.txt
gd-members-directory-for-bbpress:
Readme:
path: readme.txt
gdata-importer:
Readme:
path: readme.txt
gdd-adwords-wordpress-plugin:
Readme:
path: readme.txt
gdgt-databox:
Readme:
path: readme.txt
gdgt-gadget-list-widget:
Readme:
path: readme.txt
gdpr:
QueryParameter:
files:
- public/css/gdpr-public.css
- public/js/gdpr-public.js
- includes/js/gdpr-common.js
- assets/css/gdpr-public.css
- assets/js/gdpr-public.js
version: true
Readme:
path: README.txt
gdpr-compliance:
QueryParameter:
files:
- public/css/gdpr-compliance-public.css
- public/js/gdpr-compliance-public.js
version: true
gdpr-compliance-by-supsystic:
QueryParameter:
files:
- modules/gdpr/css/frontend.gdpr.css
- modules/gdpr/js/frontend.gdpr.js
version: true
Readme:
path: readme.txt
gdpr-compliance-tool:
Readme:
path: readme.txt
gdpr-consent-lite:
Readme:
path: readme.txt
gdpr-cookie-banner:
QueryParameter:
files:
- public/css/gdpr-cookie-banner-public.css
- public/js/gdpr-cookie-banner-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/gdpr-cookie-banner.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: GDPR Cookie Banner (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
gdpr-cookie-compliance:
QueryParameter:
files:
- dist/scripts/main.js
- dist/styles/gdpr-main.css
version: true
Readme:
path: readme.txt
gdpr-cookie-consent:
QueryParameter:
files:
- public/css/gdpr-cookie-consent-public.css
- public/js/gdpr-cookie-consent-public.js
version: true
Readme:
path: README.txt
gdpr-cookie-notice:
QueryParameter:
files:
- assets/frontend.css
- assets/frontend.js
version: true
Readme:
path: readme.txt
gdpr-cookies-pro:
QueryParameter:
files:
- resources/js/gdpr-cookies-pro.js
version: true
Readme:
path: README.txt
gdpr-for-ninja-forms:
Readme:
path: readme.txt
gdpr-formidable-forms:
QueryParameter:
files:
- assets/public/css/formidable-gdpr-public.css
- assets/public/js/formidable-gdpr-public.js
version: true
gdpr-framework:
Readme:
path: readme.txt
gdpr-personal-data-reports:
QueryParameter:
files:
- public/css/gdpr-personal-data-reports-public.css
- public/js/gdpr-personal-data-reports-public.js
version: true
gdpr-request-form:
QueryParameter:
files:
- public/css/gdpr-request-form-public.css
- public/js/gdpr-request-form-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/gdpr-request-form.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: GDPR Request Form (?<v>\d+\.[\.\d]+)/i'
version: true
gdpr-settings-for-wc:
QueryParameter:
files:
- css/styles.css
version: true
Readme:
path: README.txt
gdpr-tools:
QueryParameter:
files:
- public/css/gdpr-tools-public.css
- public/js/gdpr-tools-public.js
version: true
gdx-lightbox-tooltip:
Readme:
path: readme.txt
gdx-responsive-tables:
Readme:
path: readme.txt
gear5:
Readme:
path: readme.txt
geargag-advanced-shipping-for-woocommerce:
Readme:
path: readme.txt
gecka-bgstretcher:
Readme:
path: readme.txt
gecka-ie-warning:
Readme:
path: readme.txt
gecka-submenu:
Readme:
path: readme.txt
gecka-terms-thumbnails:
Readme:
path: readme.txt
gecko-blocks:
Readme:
path: readme.txt
gecko-theme-parts:
Readme:
path: README.txt
gedshow:
Readme:
path: readme.txt
geekshed-embed:
Readme:
path: readme.txt
gemius-plugin:
Readme:
path: readme.txt
genealogical-tree:
QueryParameter:
files:
- public/css/genealogical-tree-public.min.css
- public/js/genealogical-tree-public.min.js
version: true
Readme:
path: README.txt
genealogy:
Readme:
path: readme.txt
geneanet-embedded-individual:
QueryParameter:
files:
- public/css/geneanet-embedded-individual-public.css
- public/js/geneanet-embedded-individual-public.js
version: true
general-contact-form:
Readme:
path: README.txt
generalstats:
MetaTag:
class: Xpath
xpath: //meta[@name="GeneralStats"]/@content
version: true
Readme:
path: readme.txt
generate-amazon-contacts:
Readme:
path: readme.txt
generate-cache:
Readme:
path: readme.txt
generate-disable-mobile:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
generate-legacy-mobile-menu:
QueryParameter:
files:
- js/navigation-legacy.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
generate-pdf-using-contact-form-7:
Readme:
path: readme.txt
generate-post-thumbnails:
Readme:
path: readme.txt
generate-thumbnail:
QueryParameter:
files:
- public/css/generate-thumbnail-public.css
- public/js/generate-thumbnail-public.js
version: true
generate-wordpress-entities:
Readme:
path: readme.txt
generateblocks:
Readme:
path: readme.txt
generatore-pagine-seo:
Readme:
path: readme.txt
generic-openid-connect:
Readme:
path: readme.txt
generic-parent-child-custom-post-types:
Readme:
path: readme.txt
generic-stats:
Readme:
path: readme.txt
generous:
Readme:
path: readme.txt
generous-world:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
genesis-accessible-dropdown-menu:
Readme:
path: readme.txt
genesis-admin-bar-addition:
Readme:
path: readme.txt
genesis-admin-bar-plus:
Readme:
path: readme.txt
genesis-blocks:
TranslationFile:
class: BodyPattern
path: languages/genesis-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Genesis Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
genesis-co-authors-plus:
Readme:
path: readme.txt
genesis-columns-advanced:
Readme:
path: readme.txt
genesis-connect-woocommerce:
Readme:
path: readme.txt
genesis-custom-blocks:
Readme:
path: readme.txt
genesis-easy-columns:
Readme:
path: readme.txt
genesis-enews-extended:
Readme:
path: readme.txt
genesis-featured-page-extended:
Readme:
path: readme.txt
genesis-featured-widget-amplified:
Readme:
path: readme.txt
genesis-inline:
Readme:
path: readme.txt
genesis-js-no-js:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
genesis-post-info-meta:
TranslationFile:
class: BodyPattern
path: languages/genesis-post-info-meta.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Genesis Post Info & Meta (?<v>\d+\.[\.\d]+)/i
version: true
genesis-promotion-box:
Readme:
path: readme.txt
genesis-responsive-slider:
ComposerFile:
class: ConfigParser
path: package.json
key: plugin:version
version: true
TranslationFile:
class: BodyPattern
path: languages/genesis-responsive-slider.pot
pattern: !ruby/regexp '/t\-Id\-Version: Genesis Responsive Slider (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
genesis-shortcode-generator:
Readme:
path: readme.txt
genesis-simple-edits:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: plugin:version
version: true
genesis-simple-faq:
TranslationFile:
class: BodyPattern
path: languages/genesis-simple-faq.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Genesis Simple FAQ (?<v>\d+\.[\.\d]+)/i
version: true
genesis-simple-headers:
Readme:
path: readme.txt
genesis-simple-hero-image:
Readme:
path: readme.txt
genesis-simple-hooks:
ComposerFile:
class: ConfigParser
path: package.json
key: plugin:version
version: true
Readme:
path: readme.txt
genesis-simple-share:
Readme:
path: readme.txt
genesis-simple-sidebars:
Readme:
path: readme.txt
genesis-staff-bio-grid:
Readme:
path: readme.txt
genesis-stage-switcher:
Readme:
path: readme.txt
genesis-style-select:
Readme:
path: readme.txt
genesis-style-shortcodes:
Readme:
path: readme.txt
genesis-style-trump:
Readme:
path: README.txt
genesis-subpage-sidebar:
Readme:
path: readme.txt
genesis-subtitles:
Readme:
path: readme.txt
genesis-variable-footer-widgets:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
genie-wp-matrimony:
TranslationFile:
class: BodyPattern
path: languages/genie-wp-matrimony.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Genie WP Matrimony (?<v>\d+\.[\.\d]+)/i
version: true
geniewords:
Readme:
path: readme.txt
genium-gdpr-consent-popup:
QueryParameter:
files:
- assets/js/genium-gdpr-consent-popup.js
version: true
TranslationFile:
class: BodyPattern
path: languages/genium-gdpr-consent-popup.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Cookie Consent (?<v>\d+\.[\.\d]+)/i'
version: true
genius-marketo-form-prefill:
Readme:
path: readme.txt
genki-announcement:
Readme:
path: readme.txt
genki-pre-publish-reminder:
Readme:
path: readme.txt
gentlesource-short-url:
Readme:
path: readme.txt
genuine-product-checker:
Readme:
path: readme.txt
geo-blogroll:
Readme:
path: readme.txt
geo-captcha-geo-blacklist:
Readme:
path: readme.txt
geo-data-store:
Readme:
path: readme.txt
geo-hcard-map:
QueryParameter:
files:
- leaflet/leaflet.css
- css/style.css
- leaflet/leaflet.js
- js/map.js
version: true
geo-lightbox:
Readme:
path: readme.txt
geo-location-comments:
Readme:
path: readme.txt
geo-mark:
Readme:
path: readme.txt
geo-mashup:
TranslationFile:
class: BodyPattern
path: lang/GeoMashup.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Geo Mashup (?<v>\d+\.[\.\d]+)/i
version: true
geo-my-wp:
QueryParameter:
files:
- assets/css/style.css
- assets/css/gmw-cl-style-dep.css
- assets/js/gmw.min.js
version: true
geo-my-wp-current-location-forms:
Readme:
path: readme.txt
geo-security-suit:
Readme:
path: readme.txt
geo-targeted-posts:
Readme:
path: readme.txt
geo2wp:
TranslationFile:
class: BodyPattern
path: languages/geo2wp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: geo2wp (?<v>\d+\.[\.\d]+)/i'
version: true
geocache-stat-bar-widget:
Readme:
path: readme.txt
geocoder-wordpress-plugin-google-maps-geolocator-workshop:
Readme:
path: readme.txt
Comment:
xpath: //comment()[contains(., "GOOGLE MAPS GEOCODER TOOL")]
pattern: !ruby/regexp '/Version: (?<v>\d+\.[\.\d]+)/i'
version: true
geodeals-for-geodirectory:
QueryParameter:
files:
- css/font-awesome.min.css
- css/jquery.qtip.min.css
- css/jquery.qtip.css
- css/geodeals.css
- js/tsl_geodir_manager_scripts.js
- js/moment.js
- js/jquery.qtip.min.js
version: true
Readme:
path: readme.txt
geodirectory:
QueryParameter:
files:
- geodirectory-assets/css/gd_core_frontend.css
- geodirectory-assets/js/geodirectory.min.js
- geodirectory-assets/jawj/oms.min.js
- geodirectory-assets/js/chosen.jquery.min.js
- geodirectory-assets/js/ajax-chosen.min.js
- geodirectory-assets/js/jquery.lightbox-0.5.min.js
- geodirectory-assets/js/goMap.min.js
- geodirectory-assets/js/jRating.jquery.min.js
- geodirectory-assets/js/on_document_load.min.js
- geodirectory-assets/js/geometa.min.js
version: true
TranslationFile:
class: BodyPattern
path: geodirectory-languages/geodirectory-en_US.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ GeoDirectory (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
geodirectory-genesis-compatibility-pack:
Readme:
path: readme.txt
geodirectory-x-theme-compatibility-pack:
Readme:
path: readme.txt
geographical-redirect:
Readme:
path: readme.txt
geoip-detect:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
geolocaladmin:
QueryParameter:
files:
- geolocaladmin.css
version: true
Readme:
path: readme.txt
geolocate-my-posts:
Readme:
path: readme.txt
geolocation-history:
Readme:
path: readme.txt
geolocation-levels-for-paid-membership-pro:
Readme:
path: readme.txt
geolocation-plus:
Readme:
path: readme.txt
geoplatform-maps:
QueryParameter:
files:
- public/assets/leaflet_1.3.1.css
- public/assets/MarkerCluster_1.3.0.css
- public/assets/MarkerCluster.Default_1.3.0.css
- public/assets/leaflet.timedimension.control_1.1.0.css
- public/assets/fontawesome-all_5.0.10.css
- public/css/geoplatform-maps-public.css
- public/assets/leaflet-src_1.3.1.js
- public/assets/q_2.0.3.js
- public/assets/iso8601_0.2.js
- public/assets/leaflet.markercluster-src_1.3.0.js
- public/assets/esri-leaflet_2.1.3.js
- public/assets/leaflet.timedimension.src_1.1.0.js
- public/assets/geoplatform.js
- public/assets/geoplatform.client.js
- public/assets/geoplatform.mapcore.js
- public/js/geoplatform-maps-public.js
version: true
geoplugin-currency-shortcode:
Readme:
path: readme.txt
geoportail-shortcode:
Readme:
path: readme.txt
geopost:
Readme:
path: readme.txt
geopress:
Comment:
xpath: //comment()[contains(., "GeoPress")]
pattern: !ruby/regexp /Location provided by GeoPress v(?<v>\d+\.[\.\d]+)/i
version: true
georeg-lite:
Readme:
path: readme.txt
george-page-name-id-retrieval:
Readme:
path:
- readme.txt
- README.md
geosm2:
Readme:
path: readme.txt
geotagmapper:
Readme:
path: readme.txt
geotagphoto:
Readme:
path: readme.txt
geotargeting:
QueryParameter:
files:
- public/css/geotarget-public.css
- public/js/geotarget-public.js
- public/js/ddslick.js
version: true
geouri:
Readme:
path: readme.txt
german-ecommerce-for-thecartpress:
Readme:
path: readme.txt
gesundheitsdatenbefreier:
Readme:
path: README.txt
get-a-quote-button-for-woocommerce:
QueryParameter:
files:
- assets/css/sweetalert2.min.css
- assets/css/frontend.css
- assets/js/sweetalert2.all.min.js
- assets/js/frontend.js
version: true
Readme:
path: readme.txt
get-affiliate-link:
QueryParameter:
files:
- css/frontend.css
- js/price-display-helpers.js
- js/main.gal.js
version: true
get-and-modify-template-files:
Readme:
path: README.md
get-authors-comments:
Readme:
path: readme.txt
get-background-from-library:
Readme:
path: readme.txt
get-better-excerpt:
Readme:
path: readme.txt
get-custom-content:
Readme:
path: readme.txt
get-custom-field-values:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
get-different-front-page:
Readme:
path: readme.txt
get-different-menus:
Readme:
path: readme.txt
get-directions:
QueryParameter:
files:
- frontend/css/frontend.css
version: true
get-flickr-thumbnails:
Readme:
path: readme.txt
get-free-web-designs-widget:
Readme:
path: readme.txt
get-gist:
Readme:
path: readme.txt
get-github-code:
Readme:
path: readme.txt
get-image:
Readme:
path: readme.txt
get-image-from-post:
Readme:
path: readme.txt
get-itunes-info:
Readme:
path: readme.txt
get-json-api:
Readme:
path: README.txt
get-latest-post:
Readme:
path: readme.txt
get-latest-tweets:
Readme:
path: readme.txt
get-link-meta:
Readme:
path: readme.txt
get-log-in:
Readme:
path: readme.txt
get-my-tweets:
Readme:
path: readme.txt
get-my-tweets-uk:
QueryParameter:
files:
- script.js
version: true
get-noticed-our-blog:
Readme:
path: readme.txt
get-page-ids:
Readme:
path: readme.txt
get-pinterest-feed:
Readme:
path: readme.txt
get-post:
Readme:
path: readme.txt
get-post-content-shortcode:
Readme:
path: readme.txt
get-post-image:
Readme:
path: readme.txt
get-post-list-with-thumbnails:
Readme:
path: readme.txt
get-price-comparison:
QueryParameter:
files:
- css/frontend.css
- js/price-display-helpers.js
- js/main.gpc.js
version: true
get-recent-comments:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
get-remote-url-info:
Readme:
path: readme.txt
get-snarky:
Readme:
path: readme.txt
get-terms-name-like:
Readme:
path: readme.txt
get-the-image:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path:
- readme.txt
- readme.md
get-url-cron:
Readme:
path: readme.txt
get-user-info:
Readme:
path: readme.txt
get-user-role:
Readme:
path: readme.txt
get-your-number:
Readme:
path: readme.txt
get-your-plurk:
Readme:
path: readme.txt
get-your-quote:
QueryParameter:
files:
- public/css/services-public.css
- public/js/swiper.js
- public/js/services-public.js
version: true
get-youtube-subs:
Readme:
path: readme.txt
getback-optimize-web-push-notifications:
Readme:
path: readme.txt
getdeals:
QueryParameter:
files:
- public/js/unserialize.js
- public/js/getdeals.js
version: true
getgit:
Readme:
path: readme.txt
getlocations-lite:
QueryParameter:
files:
- public/css/getlocations-lite-public.min.css
- public/js/getlocations-lite-geo.min.js
- public/js/getlocations-lite-public.min.js
version: true
getmecooking-recipe-template:
QueryParameter:
files:
- css/recipe-template.css
- js/recipe-template.js
version: true
getmovingjquery:
Readme:
path: readme.txt
getpocket:
Readme:
path: readme.txt
getresponse:
QueryParameter:
files:
- assets/pagecount.min.js
version: true
getshop-ecommerce:
Readme:
path: readme.txt
getsocial:
Readme:
path: readme.txt
getwid:
QueryParameter:
files:
- assets/css/blocks.style.css
- assets/js/frontend.blocks.js
version: true
Readme:
path: readme.txt
getwid-megamenu:
QueryParameter:
files:
- build/style-index.css
- build/frontend.js
version: true
Readme:
path: readme.txt
gf-ach-field:
Readme:
path: readme.txt
gf-confirmation-page-list:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
gf-constant-contact:
Readme:
path: readme.txt
gf-datetime-field-add-on:
Readme:
path: README.txt
gf-dynamics-crm:
Readme:
path: readme.txt
gf-engaging-networks-add-on:
Readme:
path: readme.txt
gf-facebook-pixel-tracking:
Readme:
path: README.txt
gf-fields-persistence:
QueryParameter:
files:
- assets/js/gf-field-persistence.js
version: true
gf-form-multicolumn:
QueryParameter:
files:
- css/gf-form-multicolumn.css
version: true
gf-forms-leadsbridge-add-on:
Readme:
path: readme.txt
gf-forms-uk-address-format:
Readme:
path: readme.txt
gf-google-address-autocomplete:
Readme:
path: readme.txt
gf-hcaptcha:
TranslationFile:
class: BodyPattern
path: languages/gf-hcaptcha.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Gravity Forms hCaptcha (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
gf-heidelpay:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
gf-hubspot:
Readme:
path: readme.txt
gf-insightly:
Readme:
path: readme.txt
gf-minmax-calculation:
Readme:
path: readme.txt
gf-move-fields:
Readme:
path: README.txt
gf-prevent-duplicates:
Readme:
path: readme.txt
gf-quorum-addon:
Readme:
path: readme.txt
gf-rejoiner:
Readme:
path: readme.txt
gf-salesforce-crm-add-on:
Readme:
path: readme.txt
gf-unique-list:
Readme:
path: readme.txt
gf-zendesk:
Readme:
path: readme.txt
gfontr:
Readme:
path: readme.txt
gforms-i-mojo-integration:
Readme:
path: readme.txt
gg-ebay-management:
Readme:
path: readme.txt
gg-monarch-sidebar-minimized-on-mobile:
Readme:
path: readme.txt
gg-multiple-payment-routing:
Readme:
path: readme.txt
gg-twitter:
Readme:
path: readme.txt
gg-widget-title-link:
Readme:
path: readme.txt
gg-woo-feed:
Readme:
path: readme.txt
ggcategoryautoupdate:
Readme:
path: readme.txt
ggis-subscribe:
Readme:
path: readme.txt
gh-members-showoff:
Readme:
path:
- readme.txt
- readme.md
gh-profile-widget:
Readme:
path:
- readme.txt
- readme.md
gherkin-syntax-for-syntaxhighlighter-evolved:
Readme:
path: readme.txt
ghost-responsive-stages:
Readme:
path: readme.txt
ghostbirdwp:
TranslationFile:
class: BodyPattern
path: languages/ghostbirdwp.pot
pattern: !ruby/regexp '/gstr "Project\-Id\-Version: Ghostbird WP (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ghostwriter:
Readme:
path: readme.txt
ghstwrtr:
Readme:
path: readme.txt
ghtime-plugin:
Readme:
path: readme.txt
gi-blinkpay:
Readme:
path: readme.txt
gibbertext:
Readme:
path: readme.txt
gif2html5:
QueryParameter:
files:
- css/gif2html5.css
- js/src/video-handler.js
- js/src/gif2html5.js
version: true
gifload:
QueryParameter:
files:
- public/js/gifload-public.js
version: true
gifpress:
Readme:
path: readme.txt
gift-cards-coupon-input:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-gift-cards-coupon-input.pot
pattern: !ruby/regexp '/t\-Id\-Version: Gift Cards \- Coupon Input (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
gift-message-for-woocommerce:
QueryParameter:
files:
- public/css/gmfw-public.css
- public/js/gmfw-public.js
version: true
Readme:
path: README.txt
gift-on-registration:
Readme:
path: readme.txt
gift-ribbon:
Readme:
path: readme.txt
gift-voucher:
QueryParameter:
files:
- assets/js/jquery.validate.min.js
- assets/js/jquery.steps.min.js
- assets/js/voucher-script.js
version: true
gifted-testimonials:
Readme:
path: README.txt
giftfold:
Readme:
path: readme.txt
gifting-addon-for-easy-digital-downloads:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
giftkoederradar:
Readme:
path: readme.txt
giftpress:
TranslationFile:
class: BodyPattern
path: languages/giftpress.pot
pattern: !ruby/regexp /WooCommerce Gift Cards and Certificates (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
gifty-for-woocommerce:
Readme:
path: readme.txt
gig-promotion-for-fiverr:
QueryParameter:
files:
- public/css/five-r-gig-public.css
- public/js/five-r-gig-public.js
version: true
Readme:
path: readme.txt
gigatools-widget:
Readme:
path: readme.txt
gigpress:
Comment:
xpath: //comment()[contains(., "GigPress")]
pattern: !ruby/regexp /Generated by GigPress (?<v>\d+\.[\.\d]+)/i
version: true
gigs-calendar:
Readme:
path: readme.txt
gigya-wildfire-for-wordpress:
Readme:
path: readme.txt
ginger-tag-remover:
Readme:
path: readme.txt
giphypress:
Readme:
path: readme.txt
gis-maps:
TranslationFile:
class: BodyPattern
path: languages/gis-maps.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Gis maps (?<v>\d+\.[\.\d]+)/i
version: true
gist-embed:
Readme:
path: readme.txt
gist-for-elementor:
Readme:
path: readme.txt
gist-shortcode:
Readme:
path:
- readme.txt
- readme.md
gist-sidebar-widget:
Readme:
path: readme.txt
gisted:
Readme:
path:
- readme.txt
- README.md
gitblock:
TranslationFile:
class: BodyPattern
path: languages/gitblock.po
pattern: !ruby/regexp /Github Block Plugin (?<v>\d+\.[\.\d]+)/i
version: true
github-api:
Readme:
path:
- readme.txt
- readme.md
github-bitbucket-project-lister:
Readme:
path: readme.txt
github-code-viewer-2:
Readme:
path: readme.txt
github-contributors:
Readme:
path: readme.txt
github-flavored-markdown-comments:
Readme:
path: README.txt
github-gist:
Readme:
path: readme.txt
github-gist-files-shortcode:
Readme:
path: readme.txt
github-grubber:
Readme:
path: readme.txt
github-profile-display:
Readme:
path: readme.txt
github-readme:
Readme:
path: readme.txt
github-repo-list:
Readme:
path: readme.txt
github-ribbon:
TranslationFile:
class: BodyPattern
path: languages/github-ribbon.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Github Ribbon (?<v>\d+\.[\.\d]+)/i
version: true
github-shortcode:
Readme:
path: readme.txt
github-user-repo-widget:
Readme:
path: readme.txt
gitstatuspress:
QueryParameter:
files:
- public/css/gitstatuspress-public.css
- admin/css/gitstatuspress-admin.css
- public/js/gitstatuspress-public.js
version: true
gitswag:
Readme:
path: readme.txt
gitsyllabus:
Readme:
path: readme.txt
gitweb-widget:
Readme:
path: readme.txt
give:
QueryParameter:
files:
- templates/give.min.css
- assets/js/frontend/give.all.min.js
- assets/dist/css/give.css
- assets/dist/js/babel-polyfill.js
- assets/dist/js/give.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Give v(?<v>\d+\.[\.\d]+)/i
JavascriptVar:
pattern: !ruby/regexp /var give_global_vars = {(?<json>.+?(?=};))}/i
version_key: give_version
version: true
Readme:
path: readme.txt
give-a-beer:
Readme:
path: readme.txt
give-coupon-to-friend:
Readme:
path: readme.txt
give-double-the-donation:
Readme:
path: readme.txt
give-it-away-now:
Readme:
path: readme.txt
give-me-answer-lite:
Readme:
path: readme.txt
give-pixel-tracking:
Readme:
path: readme.txt
giveaway-helper:
Readme:
path: readme.txt
giveaway-of-the-day-shortcode:
Readme:
path: readme.txt
gk-sms:
Readme:
path: readme.txt
gl-facebook-likebox:
QueryParameter:
files:
- css/style.css
version: true
glass:
QueryParameter:
files:
- glass.js
version: true
Readme:
path: readme.txt
glastfm:
TranslationFile:
class: BodyPattern
path: lang/default.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ glastfm (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
gleam-for-elementor:
Readme:
path: readme.txt
glider-universal-hacker-emblem:
Readme:
path: readme.txt
glitch-authenticator:
Readme:
path: README.txt
glitterific-translator:
Readme:
path: readme.txt
global-bootstrap-banner:
Readme:
path: readme.txt
global-content:
Readme:
path: readme.txt
global-custom-fields:
Readme:
path: readme.txt
global-itms-links:
Readme:
path: readme.txt
global-javascript:
Readme:
path: readme.txt
global-meta-keyword-and-description:
Readme:
path: readme.txt
global-posts-ordering:
Readme:
path: readme.txt
global-settings:
Readme:
path: readme.txt
global-threat-activity-level-widget:
Readme:
path: readme.txt
globalizeit-translate:
QueryParameter:
files:
- public/css/globalizeit-translate-public.css
- public/js/globalizeit-translate-public.js
version: true
globalquran:
Readme:
path: readme.txt
globenewswire-news:
Readme:
path: readme.txt
gloder-rss:
Readme:
path: readme.txt
gloder-suppressor:
Readme:
path: readme.txt
glossarey:
Readme:
path: readme.txt
glossary-by-arteeo:
Readme:
path: readme.txt
glossom:
Readme:
path: README.txt
glossy:
Readme:
path: readme.txt
gls-woocommerce:
Readme:
path: readme.txt
gm-import:
Readme:
path: readme.txt
gmace:
Readme:
path: readme.txt
gmagick:
Readme:
path: readme.txt
gmail-like-gravatar-fallback:
Readme:
path: readme.txt
gmail-smtp:
Readme:
path: readme.txt
gmap-embed:
Readme:
path: readme.txt
gmap-point-list:
Readme:
path: readme.txt
gmap-venturit:
Readme:
path: readme.txt
gmaps-for-visual-composer-free:
Readme:
path: readme.txt
gmaps-on-post-page:
Readme:
path: readme.txt
gmaps3-shortcode:
Readme:
path: readme.txt
gmapsmania:
Readme:
path: readme.txt
gmaptip:
Readme:
path: readme.txt
gmis:
Readme:
path: README.txt
gmo-font-agent:
QueryParameter:
files:
- fonts/genericons/genericons.css
- fonts/icomoon/style.css
version: true
gmo-share-connection:
QueryParameter:
files:
- iconmoon-tidy/style.css
- css/gmo-share-connection.css
version: true
gmo-showtime:
QueryParameter:
files:
- css/gmo-showtime.min.css
- js/gmo-showtime.min.js
version: true
gn-customize-post-list:
Readme:
path: readme.txt
gn-ip-tracking:
TranslationFile:
class: BodyPattern
path: i18n/languages/gn-ip-tracking.pot
pattern: !ruby/regexp /\-Id\-Version:\ IP Tracking by Gambit Nash (?<v>\d+\.[\.\d]+)/i
version: true
gn-keyword-news:
Readme:
path: readme.txt
gn-publisher:
TranslationFile:
class: BodyPattern
path: languages/gn-publisher.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: GN Publisher (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
gna-currency-converter:
Comment:
xpath: //comment()[contains(., "GNA Currency")]
pattern: !ruby/regexp /GNA Currency Converter v(?<v>\d+\.[\.\d]+)/i
version: true
gnarly-frontend-page-sorter:
Readme:
path: readme.txt
gnucommerce:
QueryParameter:
files:
- css/shortcode.css
version: true
gnuplot-wordpress-plugin:
Readme:
path: readme.txt
go-board-sgf-viewer:
QueryParameter:
files:
- js/noUiSlider.8.0.2/nouislider.min.js
- js/board.js
version: true
go-dark:
Readme:
path: readme.txt
go-dash:
Readme:
path: readme.txt
go-fetch-jobs-wp-job-manager:
TranslationFile:
class: BodyPattern
path: includes/languages/gofetch-wpjm-en_US.po
pattern: !ruby/regexp '/roject\-Id\-Version: Go Fetch Jobs \(WPJM\) (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
go-gallery:
QueryParameter:
files:
- assets/css/gallery.css
- assets/plugins/tos/css/jquery.tosrus.custom.css
- assets/plugins/isotope/isotope.pkgd.min.js
- assets/js/gallery.js
- assets/plugins/tos/js/jquery.tosrus.min.custom.js
- assets/css/go-gallery.css
- assets/css/effects.css
- assets/plugins/qtlb/styles.css
- assets/js/go-gallery.js
- assets/plugins/qtlb/scripts.js
version: true
go-gallery-tags:
QueryParameter:
files:
- assets/css/go-gallery.css
- assets/css/effects.css
- assets/plugins/qtlb/styles.css
- assets/plugins/isotope/isotope.pkgd.min.js
- assets/js/go-gallery.js
- assets/plugins/qtlb/scripts.js
version: true
Readme:
path: readme.txt
go-green-tips:
Readme:
path: readme.txt
go-live-update-urls:
Readme:
path: readme.txt
go-multiwidget:
Readme:
path: readme.txt
go-redirects:
TranslationFile:
class: BodyPattern
path: languages/go-redirects.pot
pattern: !ruby/regexp /\-Id\-Version:\ Go Redirects URL Forwarder (?<v>\d+\.[\.\d]+)/i
version: true
go-social:
Readme:
path: readme.txt
go-to-top:
Readme:
path: readme.txt
go-viral:
QueryParameter:
files:
- public/css/font-awesome.min.css
- public/css/animate.min.css
- public/css/govr-frontend.css
- public/js/jquery.inview.min.js
- public/js/govr-frontend.js
version: true
Readme:
path: readme.txt
goabroad-hq:
Readme:
path: readme.txt
goalcoin-payments-for-woocommerce:
Readme:
path: readme.txt
gocardless-wordpress-plugin:
Readme:
path: readme.txt
godaddy-email-marketing-sign-up-forms:
QueryParameter:
files:
- css/gem.min.css
- js/gem.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/godaddy-email-marketing.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ GoDaddy Email Marketing (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
godinterest-share-button:
Readme:
path: readme.txt
godni:
Readme:
path: readme.txt
godziny-otwarcia:
Readme:
path: readme.txt
goftino:
Readme:
path: readme.txt
gokada-delivery-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
gol-ibe-search-form:
Readme:
path: readme.txt
gold-addons-for-elementor:
Readme:
path: readme.txt
gold-price:
Readme:
path: Readme.txt
gold-price-live:
Readme:
path: readme.txt
golf-scores:
Readme:
path: readme.txt
golf-tracker:
Readme:
path: README.txt
goo-pie-chart:
QueryParameter:
files:
- style/goo_pie_chart.css
- js/goo-pie-chart.js
version: true
good-old-gallery:
Readme:
path:
- readme.txt
- README.md
good-question:
Readme:
path: readme.txt
good-reads:
Readme:
path: readme.txt
goodbarber:
Readme:
path: readme.txt
goodbye-bar:
Readme:
path: readme.txt
goodbye-captcha:
Readme:
path: readme.txt
goodbye-syntax-highlighter:
Readme:
path: readme.txt
goodbye-wp-admin:
Readme:
path: readme.txt
goodreviews:
TranslationFile:
class: BodyPattern
path: lang/goodreviews.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ GoodReviews (?<v>\d+\.[\.\d]+)/i
version: true
googl-url-shortener-for-wordpress:
Readme:
path: readme.txt
googl-url-shorter:
Readme:
path: readme.txt
google-add-to-circle:
Readme:
path: readme.txt
google-add-to-circles:
Readme:
path: readme.txt
google-adsense-for-responsive-design-gard:
Readme:
path: readme.txt
google-adsense-lite:
Readme:
path: readme.txt
google-adsense-report-pro:
Readme:
path: readme.txt
google-adwords-remarketing:
Readme:
path: readme.txt
google-affilate-network-product-feed:
Readme:
path: readme.txt
google-affiliate-network:
QueryParameter:
files:
- "/css/GAN.css"
version: true
Readme:
path: readme.txt
google-ajax-feed-widget:
Readme:
path: readme.txt
google-analyticator:
Comment:
xpath: //comment()[contains(., "Google Analyticator")]
pattern: !ruby/regexp /Google Analytics Tracking by Google Analyticator (?<v>\d+\.[\.\d]+):/i
version: true
Readme:
path: readme.txt
google-analytics-dashboard-for-wp:
QueryParameter:
files:
- front/js/tracking-analytics-events.js
version: true
OldComment:
class: Comment
pattern: !ruby/regexp /GADWP v(?<v>\d+\.[\.\d]+) Universal/i
version: true
Readme:
path: readme.txt
Comment:
xpath: //comment()[contains(., "ExactMetrics")]
pattern: !ruby/regexp /Analytics by ExactMetrics plugin v(?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: languages/google-analytics-dashboard-for-wp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ExactMetrics Pro (?<v>\d+\.[\.\d]+)/i'
version: true
google-analytics-dashboard-stats:
Readme:
path: readme.txt
google-analytics-ecommerce-tracking-for-premise:
Readme:
path: readme.txt
google-analytics-for-anonymous-users:
Readme:
path: readme.txt
google-analytics-for-mymail:
Readme:
path: readme.txt
google-analytics-for-wordpress:
YoastComment:
class: Comment
xpath: //comment()[contains(., "Yoast")]
pattern: !ruby/regexp /(?:Google Analytics by Yoast plugin|Yoast Google Analytics
plugin) v(?<v>\d+\.[\.\d]+) -|\A\/ Google Analytics by Yoast/i
version: true
MonsterInsightsComment:
class: Comment
xpath: //comment()[contains(., "MonsterInsights")]
pattern: !ruby/regexp /Google Analytics by MonsterInsights plugin v ?(?<v>\d+\.[\.\d]+)
-|\A\/ Google Analytics by MonsterInsights/i
version: true
QueryParameter:
files:
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
google-analytics-injector:
Readme:
path: readme.txt
google-analytics-internal:
Readme:
path: readme.txt
google-analytics-link:
Readme:
path: readme.txt
google-analytics-opt-out:
Readme:
path: readme.txt
google-analytics-plugin:
Readme:
path: readme.txt
google-analytics-site-wide:
Readme:
path: readme.txt
google-analytics-tag-for-mobile:
Readme:
path: readme.txt
google-analytics-tracking-code-embeder:
Readme:
path: readme.txt
google-analytics-visits:
Comment:
xpath: //comment()[contains(., "Analytics Visits")]
pattern: !ruby/regexp /s website uses Google Analytics Visits v(?<v>\d+\.[\.\d]+)/i
version: true
google-analytics-y-la-ley-de-cookies:
Readme:
path: readme.txt
google-apps-login:
Readme:
path: readme.txt
google-authenticator:
Readme:
path: readme.txt
google-authenticator-for-pages-and-posts:
Readme:
path: readme.txt
google-authenticator-for-woocommerce:
Readme:
path: readme.txt
google-authenticator-per-user-prompt:
Readme:
path: readme.txt
google-author-button:
Readme:
path: readme.txt
google-authorship-widget:
Readme:
path: readme.txt
google-auto-post:
Readme:
path: readme.txt
google-badge-connect-direct-for-wordpress:
Readme:
path: readme.txt
google-badge-widget:
Readme:
path: readme.txt
google-blog-search-preview:
Readme:
path: readme.txt
google-blogger-permalink:
Readme:
path: readme.txt
google-bookshelves:
Readme:
path: readme.txt
google-bot-bling:
Readme:
path: readme.txt
google-break-dance:
Readme:
path: readme.txt
google-buzz-er:
Readme:
path: README.txt
google-buzz-feed:
Readme:
path: readme.txt
google-buzz-for-sociable:
Readme:
path: readme.txt
google-buzz-from-admin:
Readme:
path: readme.txt
google-buzz-link:
Readme:
path: readme.txt
google-calendar-agenda:
Readme:
path: readme.txt
google-calendar-events:
QueryParameter:
files:
- assets/css/vendor/jquery.qtip.min.css
- assets/css/default-calendar-grid.min.css
- assets/css/default-calendar-list.min.css
- assets/js/vendor/jquery.qtip.min.js
- assets/js/vendor/moment.min.js
- assets/js/vendor/moment-timezone-with-data.min.js
- assets/js/default-calendar.min.js
- assets/js/vendor/imagesloaded.pkgd.min.js
version: true
JavascriptComment:
class: BodyPattern
path: assets/js/default-calendar.min.js
pattern: !ruby/regexp /Simple Calendar \- (?<v>\d+\.[\.\d]+)/i
version: true
StyleComment:
class: BodyPattern
path: assets/css/default-calendar-grid.min.css
pattern: !ruby/regexp /Simple Calendar \- (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
google-calendar-widget:
Readme:
path: readme.txt
google-campaign-text-replacer:
Readme:
path: readme.txt
google-captcha:
QueryParameter:
files:
- css/gglcptch.css
version: true
Readme:
path: readme.txt
google-chart-generator:
Readme:
path: readme.txt
google-chart-shortcode:
Readme:
path: readme.txt
google-chrome-frame:
Readme:
path: readme.txt
google-chrome-frame-for-wordpress:
Readme:
path: readme.txt
google-content-experiments:
Readme:
path: readme.txt
google-cse:
Readme:
path: readme.txt
google-distance-calculator:
Readme:
path: readme.txt
google-docs-equation-for-wordpress:
Readme:
path: readme.txt
google-docs-oembed:
TranslationFile:
class: BodyPattern
path: languages/google-docs-oembed.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Google Docs oEmbed (?<v>\d+\.[\.\d]+)/i
version: true
google-docs-shortcode:
Readme:
path: readme.txt
google-docview-link:
Readme:
path: readme.txt
google-drive-upload-and-download-link:
Readme:
path: readme.txt
google-drive-wp-media:
QueryParameter:
files:
- js/lightbox.js
- js/justifiedGallery.js
- js/script.js
version: true
Readme:
path: readme.txt
google-earth-tours:
Readme:
path: readme.txt
google-fonts-acceleration:
Readme:
path: readme.txt
google-fonts-for-woo-framework:
Readme:
path: readme.txt
google-for-page:
Readme:
path: readme.txt
google-friendsconnect-widget:
Readme:
path: readme.txt
google-identity-toolkit:
Readme:
path: readme.txt
google-image-proxy:
Readme:
path: readme.txt
google-image-sitemap:
Readme:
path: readme.txt
google-importer:
Readme:
path: readme.txt
google-integration-toolkit:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/google-integration-toolkit.pot
pattern: !ruby/regexp /Press plugin Google Integration Toolkit (?<v>\d+\.[\.\d]+)/i
version: true
google-interactive-posts:
Readme:
path: readme.txt
google-keyword-suggest:
Readme:
path: readme.txt
google-knowledge-phone-number:
Readme:
path: README.txt
google-language-translator:
QueryParameter:
files:
- css/style.css
- css/toolbar.css
- js/scripts.js
version: true
Readme:
path: readme.txt
google-map-locations:
Readme:
path: readme.txt
google-map-on-postpage:
Readme:
path: readme.txt
google-map-shortcode:
Readme:
path: readme.txt
google-map-v3-for-idn:
Readme:
path: readme.txt
google-map-with-fancybox-popup:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
google-maps-anywhere:
Readme:
path: readme.txt
google-maps-builder:
QueryParameter:
files:
- vendor/wordimpress/maps-builder-core/assets/css/google-maps-builder.min.css
- vendor/wordimpress/maps-builder-core/includes/libraries/map-icons/css/map-icons.css
- vendor/wordimpress/maps-builder-core/assets/js/plugins//gmb-infobubble.min.js
- vendor/wordimpress/maps-builder-core/assets/js/frontend/google-maps-builder.min.js
- vendor/wordimpress/maps-builder-core/includes/libraries/map-icons/js/map-icons.js
version: true
TranslationFile:
class: BodyPattern
path: languages/google-maps-builder.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Maps Builder (?<v>\d+\.[\.\d]+)/i
version: true
google-maps-easy:
Readme:
path: readme.txt
google-maps-for-wordpress:
Readme:
path: readme.txt
google-maps-gps-link:
Readme:
path: readme.txt
google-maps-photo-gallery:
QueryParameter:
files:
- googlemaps-photo-gallery.css
- googlemaps-photo-gallery.js
version: true
google-maps-route-plugin:
Readme:
path: readme.txt
google-maps-skeleton:
Readme:
path: readme.txt
google-maps-travel-route:
Readme:
path: readme.txt
google-maps-v3-shortcode:
Readme:
path: readme.txt
google-maps-v3-shortcode-multiple-markers:
Readme:
path: readme.txt
google-maps-widget:
Readme:
path: readme.txt
google-mobile-sitemap:
Readme:
path: readme.txt
google-mobile-sitemap-feed-with-multisite-support:
Readme:
path:
- readme.txt
- readme.md
google-news:
Readme:
path: readme.txt
google-news-editors-picks-news-feeds:
Readme:
path: readme.txt
google-news-keywords-from-tags:
Readme:
path: readme.txt
google-news-sitemap-feed-with-multisite-support:
Readme:
path: readme.txt
google-news-unique-permalink-id:
Readme:
path: readme.txt
google-no-captcha-recaptcha:
Readme:
path: README.txt
google-one:
QueryParameter:
files:
- css/style.css
version: true
google-one-button:
Readme:
path: readme.txt
google-org-chart:
Readme:
path: readme.txt
google-page-badge:
Readme:
path: readme.txt
google-pagerank-display:
Readme:
path: readme.txt
google-pagespeed-insights:
Readme:
path: readme.txt
google-picasa-albums-viewer:
QueryParameter:
files:
- public/css/cws-google-picasa-pro-public.css
- public/css/lightbox/lightbox.css
- public/js/cws-google-picasa-pro-public.js
version: true
google-play-store-badge:
Readme:
path: readme.txt
google-plus-authorship:
Readme:
path: readme.txt
google-plus-badge-like-fb-like-box:
Readme:
path: readme.txt
google-plus-comments:
Readme:
path: readme.txt
google-plus-comments-by-forum-gt:
Readme:
path: readme.txt
google-plus-favicon:
Readme:
path: readme.txt
google-plus-google:
Readme:
path: readme.txt
google-plus-name-link-popup-badge:
Readme:
path: readme.txt
google-plus-one-bottom:
Readme:
path: readme.txt
google-plus-one-button:
Readme:
path: readme.txt
google-plus-page-badge:
Readme:
path: readme.txt
google-plus-page-shortcode:
Readme:
path: readme.txt
google-plus-share-and-plusone-button:
Readme:
path: readme.txt
google-plus-share-button:
Readme:
path: readme.txt
google-plus-stream-for-wordpress:
Readme:
path: readme.txt
google-presentation:
Readme:
path: readme.txt
google-privacy-policy:
Readme:
path: readme.txt
google-quick-ratings:
Readme:
path: readme.txt
google-rank-badge:
Readme:
path: readme.txt
google-reader:
Readme:
path: readme.txt
google-reader-blogroll-widget:
Readme:
path: README.txt
google-reader-stats:
Readme:
path: readme.txt
google-reader-subscriptions:
Readme:
path: readme.txt
google-real-estate-maps:
Readme:
path: README.txt
google-referrer-checker:
Readme:
path: readme.txt
google-related-post-links:
Readme:
path: readme.txt
google-remarketing:
Readme:
path: readme.txt
google-reviews-counter-generator:
Readme:
path: Readme.txt
google-routeplaner:
Readme:
path: readme.txt
google-scholar:
Readme:
path: readme.txt
google-scribe:
Readme:
path: readme.txt
google-search-cse:
Readme:
path: readme.txt
google-seo-author-snippets:
Readme:
path: Readme.txt
google-serp-checking-plugin:
Readme:
path: readme.txt
google-shared-contents:
Readme:
path: readme.txt
google-sharings-widget:
Readme:
path: readme.txt
google-site-kit:
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "Site Kit")]/@content
version: true
pattern: !ruby/regexp /Site Kit by Google (?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
google-sitemap-generator:
DocumentationFile:
class: BodyPattern
path: documentation.txt
pattern: !ruby/regexp /^[\d\-]{8,}\s+(?<v>\d+\.[\.\d]+)(?!.*[\d\-]{8,}\s+\d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
google-sitemap-generator-ultimate-tag-warrior-tags-addon:
Readme:
path: readme.txt
google-sitemap-plugin:
Readme:
path: readme.txt
google-slug-translate:
Readme:
path: readme.txt
google-standout:
Readme:
path: readme.txt
google-syntax-highlighter:
Readme:
path: readme.txt
google-tag-manager:
Readme:
path: readme.txt
google-translate-for-sociable:
Readme:
path: readme.txt
google-transliteration:
Readme:
path: readme.txt
google-trends-shortcode:
Readme:
path: readme.txt
google-trends-und-charts:
Readme:
path: readme.txt
google-universal-analytics:
Readme:
path: readme.txt
google-url-builder:
Readme:
path: readme.txt
google-url-buildertwitter:
Readme:
path: readme.txt
google-url-creator:
Readme:
path: readme.txt
google-video-sitemap-feed-with-multisite-support:
Readme:
path:
- readme.txt
- readme.md
google-visualization-charts:
Readme:
path: readme.txt
google-voice-plugin:
Readme:
path: ReadMe.txt
google-web-fonts-customizer-gwfc:
Readme:
path: readme.txt
google-web-fonts-for-wordpress:
Readme:
path:
- readme.txt
- README.md
google-webfont-optimizer:
Readme:
path: readme.txt
google-website-optimizer-for-wordpress:
Readme:
path: readme.txt
google-website-translator:
Readme:
path: readme.txt
google-wordpress-widgets:
Readme:
path: readme.txt
google-xml-site-search:
Readme:
path: readme.txt
google-xml-sitemaps-v3-for-qtranslate:
Readme:
path: readme.txt
google-xml-sitemaps-with-qtranslate-support:
Readme:
path: readme.txt
googleanalytics:
Readme:
path: readme.txt
googleanalyticscounter:
MetaTag:
class: Xpath
xpath: //meta[@name="googleanalyticscounter"]/@content
version: true
pattern: !ruby/regexp /googleanalyticscounter\/(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
googlecalendarlist:
Readme:
path: readme.txt
googlecards:
Readme:
path: readme.txt
googledrive-folder-list:
Readme:
path: readme.txt
googlegraph:
Readme:
path: readme.txt
googlemapper-2:
Readme:
path: readme.txt
googlemapstats:
Readme:
path: readme.txt
googleplus-author-connect:
Readme:
path: readme.txt
googleplus-multi-authorship:
Readme:
path: readme.txt
googleplusfollowme:
Readme:
path: readme.txt
googleplusone-button:
Readme:
path: readme.txt
googles-no-captcha-recaptcha:
Readme:
path: README.txt
googlyzer:
QueryParameter:
files:
- js/jquery.sparkline.js
version: true
Readme:
path: readme.txt
googmonify:
Readme:
path: readme.txt
gopherduct:
Readme:
path: README.txt
goqsmile:
Readme:
path: readme.txt
gorzeks-bbcode-plugin:
Readme:
path: readme.txt
gosign-accordion-slider-block:
Readme:
path: README.md
gosign-advanced-separator-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.md
gosign-background-container:
Readme:
path: readme.md
gosign-buttonblock:
Readme:
path: README.md
gosign-contact-person-box-block:
Readme:
path: README.md
gosign-grid-container-block:
Readme:
path: README.md
gosign-header-image-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.md
gosign-masonry-post-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.md
gosign-multi-position-text-with-quote-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.md
gosign-notification-and-alert-block:
Readme:
path: README.md
gosign-post-teaser-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
gosign-posts-slider-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.md
gosign-promo-box-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
gosign-simple-teaser-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.md
gosign-youtube-video-player-block:
Readme:
path: README.md
gostats-for-wordpress:
Readme:
path: readme.txt
gostats-refreshed:
Readme:
path: readme.txt
gotham-block-extra-light:
Readme:
path: readme.txt
gothamazon:
Readme:
path: readme.txt
gotmls:
HeaderPattern:
path: index.php
header: Location
pattern: !ruby/regexp /report\.php\?ver=(?<v>[\d\.^&]+)\&/i
version: true
confidence: 80
Readme:
path: readme.txt
goto-redirect:
Readme:
path: readme.txt
gotrythis:
Readme:
path: readme.txt
gourl-bitcoin-paid-memberships-pro:
Readme:
path:
- readme.txt
- readme.md
gourl-bitcoin-payment-gateway-paid-downloads-membership:
QueryParameter:
files:
- js/cryptobox.min.js
- css/style.front.css
version: true
gourl-woocommerce-bitcoin-altcoin-payment-gateway-addon:
Readme:
path:
- readme.txt
- readme.md
TranslationFile:
class: BodyPattern
path: languages/gourl-woocommerce-bg_BG.po
pattern: !ruby/regexp /\#\| "old\. Requires (?<v>\d+\.[\.\d]+)/i
version: true
gowalla-spotter:
Readme:
path: readme.txt
gowpwalla:
Readme:
path: readme.txt
gp:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: po/gp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: GP \- GeePress (?<v>\d+\.[\.\d]+)/i'
version: true
gp-hub-driver-widget:
Readme:
path: readme.txt
gp-notification-bar:
Readme:
path: readme.txt
gp-post-like:
QueryParameter:
files:
- css/gppl-style.css
version: true
gp-related-posts:
Readme:
path: readme.txt
gp-social-share-svg:
Readme:
path: readme.txt
gp-translation-propagation:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
gphotos:
Readme:
path: readme.txt
gpicasa-google-picasa:
Readme:
path: readme.txt
gplus:
Readme:
path: Readme.txt
gplus-author-profile:
Readme:
path: readme.txt
gplus-comments:
QueryParameter:
files:
- assets/styles/plugin.css
version: true
Readme:
path: readme.txt
gplus-publisher:
Readme:
path: readme.txt
gpp-about-you-widget:
Readme:
path: readme.txt
gpp-base-hook-widgets:
Readme:
path: readme.txt
gpp-slideshow:
Readme:
path: readme.txt
gpp-testimonials-widget:
Readme:
path: readme.txt
gpp-welcome-message:
Readme:
path: readme.txt
gps-plotter:
Readme:
path: readme.txt
gps-signin:
QueryParameter:
files:
- public/css/gps-signin-public.css
- public/js/gps-api-client.js
- public/js/gps-platform.js
- public/js/gps-signin-public.js
version: true
gps-track-on-google-maps:
Readme:
path: readme.txt
gps-tracker:
Readme:
path: readme.txt
gpsiesembed:
Readme:
path: readme.txt
gpx2graphics:
Readme:
path: readme.txt
gpxconnect:
Readme:
path: readme.txt
gpxpress:
Readme:
path: readme.txt
gr-on-wp-signup:
Readme:
path: readme.txt
gra4-social-network:
Readme:
path: readme.txt
grab-ar:
Readme:
path: readme.txt
grablook:
Readme:
path: readme.txt
grabzit-web-capture:
Readme:
path: readme.txt
graceful-email-obfuscation:
Readme:
path: readme.txt
graceful-pull-quotes:
Comment:
xpath: //comment()[contains(., "Pull-Quotes")]
pattern: !ruby/regexp /Graceful Pull\-Quotes plugin v(?<v>\d+\.[\.\d]+)/i
version: true
graceful-sidebar-plugin:
Readme:
path: readme.txt
graceless-degradation:
Readme:
path: readme.txt
gradient-button-for-elementor:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?:\d+\.[\.\d]+ \/ )?(?<v>\d+\.[\.\d]+) =/i
version: true
gradient-for-elementor:
Readme:
path: readme.txt
gragrid:
TranslationFile:
class: BodyPattern
path: languages/gragrid.pot
pattern: !ruby/regexp '/sion: Gragrid: Gravity Forms \+ SendGrid (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
grand-job:
Readme:
path:
- readme.txt
- readme.md
grand-media:
Comment:
xpath: //comment()[contains(., "GmediaGallery")]
pattern: !ruby/regexp /<meta name='GmediaGallery' version='(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
grand-popo-core:
QueryParameter:
files:
- public/css/grand_popo-public.css
- public/js/grand_popo-public.js
version: true
grants-for-nonprofits-widget:
Readme:
path: readme.txt
grapevine-interactive-sms-plugin:
Readme:
path: readme.txt
graph-lite:
QueryParameter:
files:
- public/css/graphs-lite-public.css
- public/js/graphs-lite-public.js
version: true
graphic-admin-protection:
Readme:
path: readme.txt
graphic-web-design-inc:
Readme:
path: readme.txt
graphical-admin-report:
Readme:
path: readme.txt
graphical-statistics-report:
Readme:
path: readme.txt
graphina-elementor-charts-and-graphs:
QueryParameter:
files:
- elementor/css/graphina-charts-for-elementor-public.css
- elementor/js/apexcharts.min.js
- elementor/js/graphina-charts-for-elementor-public.js
version: true
Readme:
path: README.txt
grassblade-xapi-gamipress:
Readme:
path: readme.txt
grassblade-xapi-learnpress:
Readme:
path: readme.txt
grassblade-xapi-lifterlms:
Readme:
path: readme.txt
grassblade-xapi-wp-courseware:
Readme:
path: readme.txt
gratify:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
gratisfaction-all-in-one-loyalty-contests-referral-program-for-woocommerce:
Readme:
path: readme.txt
gratisfaction-social-contests-referral-loyalty-rewards-program-by-appsmav:
Readme:
path: readme.txt
gratitude:
Readme:
path: readme.txt
gravajax-registration:
Readme:
path: readme.txt
gravatar-alt-title-fix:
Readme:
path: readme.txt
gravatar-china:
Readme:
path: readme.txt
gravatar-enhanced:
Readme:
path: readme.txt
gravatar-favicon:
TranslationFile:
class: BodyPattern
path: locale/gravatar-favicon-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Gravatar Favicon (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
gravatar-hovercard:
Readme:
path: readme.txt
gravatar-proxy:
Readme:
path: readme.txt
gravatar-seo:
Readme:
path: readme.txt
gravatar-shortcode:
Readme:
path: readme.txt
gravatar-sign-up-link:
Readme:
path: readme.txt
gravatar-signup-encouragement:
Readme:
path: readme.txt
gravatar-wordpress-plugin:
Readme:
path: readme.txt
gravatargrid:
MetaTag:
class: Xpath
xpath: //meta[@name="gravatargrid"]/@content
version: true
pattern: !ruby/regexp /gravatargrid\/(?<v>\d+\.[\.\d]+)/i
gravatarlocalcache:
Readme:
path: readme.txt
gravitate-encryption:
Readme:
path: README.txt
gravitate-event-tracking:
QueryParameter:
files:
- gravitate_event_tracking.js
version: true
Readme:
path: README.txt
gravitate-gforms-api-helper:
Readme:
path: README.txt
gravitation-portfolios:
QueryParameter:
files:
- css/portfolio-styles.css
version: true
gravitec-net-web-push-notifications:
Readme:
path: README.txt
gravity-forms-add-menu-link:
Readme:
path: readme.txt
gravity-forms-auto-placeholders:
QueryParameter:
files:
- modernizr.placeholder.min.js
- scripts.js
version: true
Readme:
path: readme.txt
gravity-forms-bootstrap-3-style:
Readme:
path:
- readme.txt
- README.md
gravity-forms-braintree:
Readme:
path: readme.txt
gravity-forms-checkout-info-add-on-for-ithemes-exchange:
Readme:
path: readme.txt
gravity-forms-click-pledge:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravity-forms-convio-add-on:
Readme:
path:
- readme.txt
- README.md
gravity-forms-coupons-exclude-shipping:
Readme:
path: readme.txt
gravity-forms-css-ready-selector:
Readme:
path: readme.txt
gravity-forms-css-themes-with-fontawesome-and-placeholder-support:
Readme:
path: readme.txt
gravity-forms-custom-post-types:
Readme:
path: readme.txt
gravity-forms-data-persistence-add-on:
Readme:
path: readme.txt
gravity-forms-data-population:
Readme:
path: readme.txt
gravity-forms-dps-pxpay:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
gravity-forms-dropbox-uploader:
Readme:
path: README.txt
gravity-forms-duplicate-prevention:
Readme:
path: readme.txt
gravity-forms-exacttarget:
Readme:
path: readme.txt
gravity-forms-fancy-select:
QueryParameter:
files:
- fancySelect.js
- fancy-select.js
version: true
gravity-forms-find-my-forms:
Readme:
path:
- readme.txt
- readme.md
gravity-forms-force-ssl:
Readme:
path: readme.txt
gravity-forms-google-analytics-addon:
Readme:
path: readme.txt
gravity-forms-google-analytics-event-tracking:
Readme:
path: README.txt
gravity-forms-highrise:
Readme:
path: readme.txt
gravity-forms-highrise-crm:
Readme:
path:
- readme.txt
- readme.md
gravity-forms-icontact:
Readme:
path: readme.txt
gravity-forms-image-in-html:
Readme:
path: readme.txt
gravity-forms-janrain-add-on:
Readme:
path: readme.txt
gravity-forms-mad-mimi:
Readme:
path: readme.txt
gravity-forms-mass-import:
Readme:
path: README.txt
gravity-forms-multi-currency:
Readme:
path: readme.txt
gravity-forms-multiple-form-instances:
Readme:
path: readme.txt
gravity-forms-mymail-add-on:
Readme:
path: readme.txt
gravity-forms-no-captcha-recaptcha:
Readme:
path: README.txt
gravity-forms-notification-attachments:
Readme:
path: readme.txt
gravity-forms-pdf:
Readme:
path: README.txt
gravity-forms-pdf-extended:
Readme:
path: README.txt
gravity-forms-personality-quiz-add-on:
Readme:
path: readme.txt
gravity-forms-placeholder-support-add-on:
Readme:
path: readme.txt
gravity-forms-placeholders:
Readme:
path: readme.txt
gravity-forms-popup-widget:
Readme:
path: readme.txt
gravity-forms-post-updates:
Readme:
path: readme.txt
gravity-forms-quantity-limits:
Readme:
path:
- readme.txt
- README.md
gravity-forms-recently-viewed-products:
Readme:
path: readme.txt
gravity-forms-reject-disposable-emails:
Readme:
path: readme.txt
gravity-forms-remove-required-and-add-optional-string-to-increase-form-submits:
Readme:
path: readme.txt
gravity-forms-reset-button:
QueryParameter:
files:
- gravity-forms-reset-button.js
version: true
gravity-forms-rss:
Readme:
path: readme.txt
gravity-forms-salesforce:
Readme:
path: readme.txt
gravity-forms-sisyphus:
Readme:
path:
- readme.txt
- readme.md
gravity-forms-sticky-form:
Readme:
path: readme.txt
gravity-forms-tave-add-on:
Readme:
path: readme.txt
gravity-forms-update-post:
Readme:
path: readme.txt
gravity-forms-upload-rules:
Readme:
path: readme.txt
gravity-forms-user-restrictions:
Readme:
path: readme.txt
gravity-forms-wysija-add-on:
Readme:
path: readme.txt
gravity-meta:
Readme:
path: readme.txt
gravity-to-solve360:
Readme:
path: readme.txt
gravityforms:
ChangeLog:
path: change_log.txt
class: BodyPattern
pattern: !ruby/regexp /\#\#\# (?<v>\d+\.[\.\d]+)/
version: true
QueryParameter:
files:
- css/formreset.min.css
- css/formsmain.min.css
- css/readyclass.min.css
- css/browsers.min.css
- js/jquery.json.min.js
- js/gravityforms.min.js
- js/conditional_logic.min.js
- js/placeholders.jquery.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/gravityforms.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Gravity Forms (?<v>\d+\.[\.\d]+)/i
gravityforms-eway:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
gravityforms-fatzebra:
Readme:
path: readme.txt
gravityforms-file-upload-for-gae:
Readme:
path: README.txt
gravityforms-html5-placeholders:
Readme:
path: readme.txt
gravityforms-html5-validation:
Readme:
path: readme.txt
gravityforms-multilingual:
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: gravityforms-multilingual
version: true
gravityformsactivecampaign:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsagilecrm:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsapprovals:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravityformsauthorizenet:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravityformsaweber:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformsbatchbook:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsbreeze:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformscampaignmonitor:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformscampfire:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformscapsulecrm:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformscleverreach:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformscoupons:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformsdropbox:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformsemma:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformsfreshbooks:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformsgetresponse:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformshelpscout:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformshighrise:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformshipchat:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsicontact:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsmadmimi:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsmailchimp:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformspartialentries:
QueryParameter:
files:
- js/partial-entries.js
- js/partial-entries.min.js
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformspaypal:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/
version: true
gravityformspaypalpaymentspro:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformspaypalpro:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravityformspolls:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravityformsquiz:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravityformssignature:
QueryParameter:
files:
- includes/super_signature/ss.js
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
gravityformsslack:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformsstripe:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformssurvey:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformstrello:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravityformstwilio:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformsuserregistration:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformszapier:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /\# (?<v>\d+\.[\.\d]+) \| [\d\-]{10}/
version: true
gravityformszohocrm:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
gravy-events-widgets:
Readme:
path: README.txt
grayscale:
Readme:
path: readme.txt
great-circle-mapper:
Readme:
path: readme.txt
great-real-estate:
Readme:
path: readme.txt
grecaptcha:
Readme:
path: readme.txt
greedycoupon:
QueryParameter:
files:
- style.css
- assets/app/owl-carousel/owl.carousel.min.css
- assets/app/owl-carousel/owl.theme.default.min.css
- assets/app/owl-carousel/owl.carousel.js
version: true
greek-bmi-calculator:
Readme:
path: readme.txt
green-active-plugins:
Readme:
path: readme.txt
greenerwp:
Readme:
path: readme.txt
greenlet-booster:
Readme:
path: readme.txt
greenlet-importer:
Readme:
path: readme.txt
greenmail-email-marketing:
QueryParameter:
files:
- public/js/scrollTo.js
- public/js/jquery.magnific-popup.min.js
- public/js/jquery.cookie.js
version: true
greenpay-payment-gateway:
TranslationFile:
class: BodyPattern
path: languages/greenpay-payment-gateway.pot
pattern: !ruby/regexp '/ct\-Id\-Version: GreenPay Payment Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
greenrope-analytics:
Readme:
path: readme.txt
greenstory-for-woocommerce:
Readme:
path: readme.txt
greenturtlelab-tool:
TranslationFile:
class: BodyPattern
path: i18n/languages/themeegg-toolkit.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ GreenTurtleLab Tool (?<v>\d+\.[\.\d]+)/i
version: true
greetings:
Readme:
path: readme.txt
greetings-bygosh:
Readme:
path: readme.txt
gregs-comment-length-limiter:
Readme:
path: readme.txt
gregs-high-performance-seo:
Readme:
path: readme.txt
gregs-show-total-conversations:
Readme:
path: readme.txt
gregs-threaded-comment-numbering:
Readme:
path: readme.txt
grey-admin-color-schemes:
Readme:
path: readme.txt
grid-archives:
QueryParameter:
files:
- grid-archives.css
- grid-archives-effect-css.php
version: true
Readme:
path: readme.txt
grid-block:
QueryParameter:
files:
- public/css/grid-block-public.css
version: true
grid-blocks:
Readme:
path: readme.txt
grid-columns:
Readme:
path:
- readme.txt
- readme.md
grid-columns-media-button:
Readme:
path:
- readme.txt
- README.md
grid-gallery-with-custom-links:
QueryParameter:
files:
- css/grid-gallery-with-custom-links.css
version: true
Readme:
path: readme.txt
grid-plus:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
grid-products:
Readme:
path: readme.txt
grid-slider-lite:
Readme:
path: README.txt
gridable:
QueryParameter:
files:
- public/css/gridable-style.css
- public/js/gridable-scripts.js
version: true
gridpics:
Readme:
path: readme.txt
grit-portfolio:
QueryParameter:
files:
- public/css/grit-portfolio-public.css
- public/assets/css/font-awesome.min.css
- public/assets/css/animate.css
- public/assets/css/magnific-popup.css
- public/assets/css/owl.carousel.min.css
- public/assets/css/style.css
- public/assets/css/responsive.css
- public/js/grit-portfolio-public.js
- public/assets/js/jquery.magnific-popup.min.js
- public/assets/js/owl.carousel.min.js
- public/assets/js/wow.min.js
- public/assets/js/isotope.pkgd.min.js
- public/assets/js/imagesloaded.pkgd.min.js
- public/assets/js/main.js
version: true
Readme:
path: readme.txt
grit-taxonomy-filter:
QueryParameter:
files:
- public/css/grit-taxonomy-filter-public.css
- public/js/grit-taxonomy-filter-public.js
version: true
grooveshark:
Readme:
path: readme.txt
grooveshark-wp:
Readme:
path: readme.txt
groovy-menu-free:
QueryParameter:
files:
- assets/style/frontend.css
- assets/js/frontend.js
version: true
TranslationFile:
class: BodyPattern
path: languages/groovy-menu.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Groovy Menu (?<v>\d+\.[\.\d]+)/i'
version: true
grotest:
Readme:
path: readme.txt
group-contact-buttons-pht-blog:
Readme:
path: readme.txt
group-forum-crumbs:
Readme:
path: readme.txt
group-forum-subscription-for-buddypress:
Readme:
path: readme.txt
groupdocs-annotation-for-dot-net-html5-document-annotation:
Readme:
path: readme.txt
groupdocs-comparison:
Readme:
path: readme.txt
groupdocs-documents-annotation:
Readme:
path: readme.txt
groupdocs-java-document-viewer:
Readme:
path: readme.txt
groupdocs-signature:
Readme:
path: readme.txt
groupdocs-viewer:
Readme:
path: readme.txt
groupdocs-viewer-for-dot-net-html5-document-viewer:
Readme:
path: readme.txt
grouped-comments-widget:
Readme:
path: readme.txt
grouped-content:
Readme:
path: readme.txt
grouped-links-widget:
Readme:
path: readme.txt
groups:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
groups-404-redirect:
Readme:
path: readme.txt
groups-bbpress:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
groups-blog-protect:
Readme:
path: readme.txt
grouptivity:
Readme:
path: readme.txt
growpro-widgets:
Readme:
path: readme.txt
growth-hacking-analytics-by-qunb:
Readme:
path: readme.txt
grs-lnd-for-wp:
QueryParameter:
files:
- public/css/lnd-for-wp-public.css
- public/js/lnd-for-wp-public.js
version: true
Readme:
path:
- README.txt
- README.md
grunion-ajax:
Readme:
path: readme.txt
gs-alternate-images:
Readme:
path: readme.txt
gs-behance-portfolio:
QueryParameter:
files:
- gs-behance-assets/assets/fa-icons/css/font-awesome.min.css
- gs-behance-assets/assets/css/gs-beh-custom-bootstrap.css
- gs-behance-assets/assets/css/gs-beh-custom.css
version: true
Readme:
path: readme.txt
gs-books-showcase:
QueryParameter:
files:
- gs-bookshowcase-files/assets/css/gs-bookshowcase-custom-bootstrap.css
- gs-bookshowcase-files/assets/css/gs-bookshowcase-custom.css
- gs-bookshowcase-files/assets/js/gs-bookshowcase.custom.js
version: true
gs-coach:
QueryParameter:
files:
- gs-coaches-files/assets/css/gscoaches_custom_bootstrap.css
- gs-coaches-files/assets/fa-icons/css/font-awesome.min.css
- gs-coaches-files/assets/css/gscoaches_custom.css
- gs-coaches-files/assets/js/gscoaches_custom.js
version: true
Readme:
path: readme.txt
gs-custom-login:
Readme:
path: readme.txt
gs-dribbble-portfolio:
QueryParameter:
files:
- gs-dribbble-assets/assets/fa-icons/css/font-awesome.min.css
- gs-dribbble-assets/assets/css/gs-dibb-custom-bootstrap.css
- gs-dribbble-assets/assets/css/gs-drib-custom.css
version: true
gs-gomobi-redirector:
Readme:
path: readme.txt
gs-instagram-portfolio:
QueryParameter:
files:
- gs-instagram-assets/assets/css/gs-insta-custom-bootstrap.css
- gs-instagram-assets/assets/css/gs-insta-custom.css
version: true
gs-logo-slider:
QueryParameter:
files:
- gsl-files/css/jquery.bxslider.css
- gsl-files/css/gs-main.css
- gsl-files/js/jquery.bxslider.min.js
- gsl-files/js/jquery.easing.1.3.js
- gsl-files/js/gs-logo-custom.js
version: true
Readme:
path: readme.txt
gs-pinterest-portfolio:
QueryParameter:
files:
- gs-pinterest-assets/assets/fa-icons/css/font-awesome.min.css
- gs-pinterest-assets/assets/css/gs-pin-custom.css
- gs-pinterest-assets/assets/js/masonry.pkgd.min.js
- gs-pinterest-assets/assets/js/imagesloaded.pkgd.min.js
version: true
gs-portfolio:
QueryParameter:
files:
- gsportfolio-files/assets/css/gs-vendor.css
- gsportfolio-files/assets/fa-icons/css/font-awesome.min.css
- gsportfolio-files/assets/css/gsp-style.css
- gsportfolio-files/assets/js/gs-vendor.js
- gsportfolio-files/assets/js/gs-custom.js
version: true
gs-projects:
QueryParameter:
files:
- gsprojects-files/assets/fa-icons/css/font-awesome.min.css
- gsprojects-files/assets/css/gs-projects-custom-bootstrap.css
- gsprojects-files/assets/css/gs-projects-custom.css
version: true
gs-scheduling:
Readme:
path: readme.txt
gs-woocommerce-products-slider:
QueryParameter:
files:
- gswps-files/assets/css/owl.carousel.css
- gswps-files/assets/css/owl.theme.default.css
- gswps-files/assets/css/gswps.custom.css
- gswps-files/assets/css/gswps.component.css
- gswps-files/assets/js/owl.carousel.min.js
- gswps-files/assets/js/gswps.custom.js
- gswps-files/assets/js/modernizr.custom.js
version: true
gs-youtube-gallery:
QueryParameter:
files:
- gs-youtubegalleries-files/assets/css/gs_youtubegalleries_custom_bootstrap.css
- gs-youtubegalleries-files/assets/css/gs_youtubegalleries_custom.css
version: true
gsearch-plus:
Readme:
path: readme.txt
gsheetconnector-caldera-forms:
Readme:
path: readme.txt
gsheetconnector-wpforms:
Readme:
path: readme.txt
gspeech:
QueryParameter:
files:
- includes/js/gspeech_pro.js
- includes/js/gspeech.js
version: true
gspots:
Readme:
path: readme.txt
gt-blocks:
Readme:
path: readme.txt
gt-foursquare:
Readme:
path: readme.txt
gt-pinboard:
Readme:
path: readme.txt
gt-post-approval:
Readme:
path: readme.txt
gt-press:
Readme:
path: readme.txt
gt-push-menu-lite:
Readme:
path: readme.txt
gt-remove-block-spacing:
Readme:
path: readme.txt
gt-tabs:
Readme:
path: readme.txt
gt3-elementor-photo-gallery:
Readme:
path: readme.txt
gt3-photo-video-gallery:
QueryParameter:
files:
- assets/css/blueimp-gallery.css
- assets/css/blueimp-gallery-video.css
- assets/css/hover.css
- css/gt3pg.css
- assets/js/blueimp-gallery.js
- assets/js/blueimp-gallery-video.js
- assets/js/blueimp-gallery-vimeo.js
- assets/js/blueimp-gallery-youtube.js
- js/gt3pg.js
- dist/css/blueimp-gallery.css
- dist/gt3pg.css
- dist/gt3pg.js
- dist/frontend.css
version: true
Readme:
path: readme.txt
gtext-widget:
Readme:
path: readme.txt
gtg-advanced-blocks:
TranslationFile:
class: BodyPattern
path: languages/gutengeek.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: GutenGeek (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
gtg-product-blocks:
Readme:
path: readme.txt
gtin-schema-for-woo:
Readme:
path: readme.txt
gtm-data-layer:
Readme:
path: readme.txt
gtm-ecommerce-woo:
Readme:
path: readme.txt
gtm-server-side:
Readme:
path: README.txt
gtmetrix-website-performance:
Readme:
path: readme.txt
gtpayment-donation:
Readme:
path: readme.txt
gtranslate:
Readme:
path: readme.txt
gtranslate-dynamic-media:
Readme:
path: readme.txt
gtwregister:
Readme:
path: readme.txt
guahan-flickr-widget:
Readme:
path: readme.txt
guahanweb-ajax-comments-with-wysiwyg-support:
Readme:
path: readme.txt
guan-image-notes:
Readme:
path: readme.txt
guan-mystique-theme-code-inserter:
Readme:
path: readme.txt
guardgiant:
Readme:
path: README.txt
guardian-news-headlines:
QueryParameter:
files:
- guardian_headlines.css
version: true
Readme:
path: readme.txt
guest-author:
Readme:
path: readme.txt
guest-author-affiliate:
Readme:
path: readme.txt
guest-post:
Readme:
path: readme.txt
guestbook-generator:
Readme:
path: readme.txt
guestplan-booking-widget:
Readme:
path: README.txt
guid-fix:
Readme:
path: readme.txt
guidepost:
Readme:
path: readme.txt
guild-wars-2-players-character-list:
Readme:
path: readme.txt
guild-wars-2-wvw-matchups:
Readme:
path: readme.txt
guillotheme:
TranslationFile:
class: BodyPattern
path: languages/guillotheme.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Guillotheme (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
guitar-chord-widget-for-wordpress:
Readme:
path: readme.txt
guitar-tuner:
Readme:
path: readme.txt
gumlet:
Readme:
path: readme.txt
gumroad-shortcode:
Readme:
path: README.txt
gunner-technology-asynchronous-asset-loader:
Readme:
path: readme.txt
gunner-technology-authorship:
Readme:
path: readme.txt
gunner-technology-nav-bars:
Readme:
path: readme.txt
gunner-technology-shortcodes:
Readme:
path: readme.txt
gushcloud-network-widget:
Readme:
path: readme.txt
gust:
Readme:
path: readme.txt
guteblock:
Readme:
path: readme.txt
guten-editor-blocks:
TranslationFile:
class: BodyPattern
path: languages/guten-editor-blocks.pot
pattern: !ruby/regexp /"v(?<v>\d+\.[\.\d]+)/i
version: true
guten-forms-mailchimp:
Readme:
path:
- readme.txt
- readme.md
gutenbee:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
gutenberg:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
confidence: 90
version: true
gutenbooster-addons:
Readme:
path: README.txt
gutenify:
Readme:
path: readme.txt
gutentor:
Readme:
path: readme.txt
gutscheinaffe-widget:
Readme:
path: readme.txt
gvsoft-photobox:
TranslationFile:
class: BodyPattern
path: languages/gvsoft-photobox-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: gvphotobox (?<v>\d+\.[\.\d]+)/i'
version: true
gw-database-backup:
Readme:
path: readme.txt
gw-visual-composer-hover-box:
Readme:
path: readme.txt
gwa-tel-contact-manager:
Readme:
path: readme.txt
gweather:
Readme:
path: readme.txt
gwebpro-store-locator:
Readme:
path: readme.txt
gwolle-gb:
Readme:
path: readme.txt
gwpexcerpt:
Readme:
path: readme.txt
gwyns-imagemap-selector:
Readme:
path: readme.txt
gzip-pages:
Readme:
path: readme.txt
gzippy:
Readme:
path: readme.txt
h-gallery:
Readme:
path: readme.txt
h5p:
QueryParameter:
files:
- h5p-php-library/styles/h5p.css
version: true
h5p-sharing:
Readme:
path: readme.txt
h7-tabs:
QueryParameter:
files:
- assets/css/jquery.pwstabs.css
- assets/css/font-awesome.css
- assets/css/animate.min.css
version: true
habu:
QueryParameter:
files:
- public/css/habu-public.css
- public/js/habu-public.js
version: true
hack-me-if-you-can:
Readme:
path: readme.txt
hacklog-downloadmanager:
Readme:
path: readme.txt
hacklog-remote-image-autosave:
Readme:
path:
- readme.txt
- README.md
hacklog-xiami:
Readme:
path: readme.txt
hacklog-zimagez:
Readme:
path: readme.txt
haikuo-goods-list-info:
Readme:
path: readme.txt
hal-html-widget:
Readme:
path: readme.txt
halloween-countdown-widget:
Readme:
path: readme.txt
halloween-quotes:
Readme:
path: readme.txt
halloween-woocommerce:
QueryParameter:
files:
- styles.css
- assets/js/cookie.js
- main.js
- assets/js/jquery.vibrate.js
- assets/js/vibrationoptions.js
- assets/js/random-image.js
version: true
hammy:
QueryParameter:
files:
- js/jquery-picture.js
- js/hammy.js
version: true
Readme:
path: readme.txt
hamro-nepali-patro-calendar:
Readme:
path: readme.txt
hamyar-comment-filter:
Readme:
path: readme.txt
hana-board:
QueryParameter:
files:
- "/widget_skins/post/beauty-posts/css/widget.css"
- "/widget_skins/post/default/css/widget.css"
- "/widget_skins/post/gallery/css/widget.css"
- "/widget_skins/post/left-thumbnail/css/widget.css"
- "/widget_skins/comment/beauty-comments/css/widget.css"
- "/widget_skins/comment/default/css/widget.css"
version: true
hana-code-insert:
Readme:
path: readme.txt
hana-flv-extension:
Readme:
path: readme.txt
hana-flv-player:
Readme:
path: readme.txt
hana-post-like-and-social-share:
QueryParameter:
files:
- skins/like/default/css/hana-like.css
- skins/social_share/default/css/hana-social-share.css
- includes/js/hana-like.js
version: true
hana-widget:
QueryParameter:
files:
- assets/css/bootstrap-grid12.css
- layouts/post/default/css/widget.css
- layouts/post/gallery/css/widget.css
- layouts/post/left-thumbnail/css/widget.css
- layouts/comment/beauty-comments/css/widget.css
- layouts/comment/default/css/widget.css
version: true
hana-widgets:
QueryParameter:
files:
- js/hana-widgets.js
version: true
hand-talk:
TranslationFile:
class: BodyPattern
path: languages/wpht-pt_BR.po
pattern: !ruby/regexp /msgid "Available versions:\ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
handle-external-links:
Readme:
path: readme.txt
handmade-woocommerce-order-status-control:
Readme:
path: readme.txt
handsup:
Readme:
path: readme.txt
handtalk:
Readme:
path: readme.txt
handygebuehren-german:
Readme:
path: readme.txt
handyplugins-paddlepress:
Readme:
path: readme.txt
hangouts-cosmoquest:
Readme:
path: readme.txt
hangul-font-nanumgothic-google:
Readme:
path: readme.txt
hangul-ime:
Readme:
path: readme.txt
hantana:
Readme:
path: readme.txt
hao-image-box:
Readme:
path: readme.txt
happy-christmas-plugin:
Readme:
path: readme.txt
happy-gig-calendar:
Readme:
path: readme.txt
happy-new-year:
Readme:
path: readme.txt
happyforms:
TranslationFile:
class: BodyPattern
path: languages/happyforms.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: HappyForms (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
happyfox-helpdesk:
Readme:
path: readme.txt
harlem-shake:
Readme:
path: readme.txt
harmonia:
QueryParameter:
files:
- css/harmonia.css
- js/harmonia.js
version: true
Readme:
path: readme.txt
harmonizely-booking-product:
TranslationFile:
class: BodyPattern
path: languages/harmonizely-booking-product.pot
pattern: !ruby/regexp '/Id\-Version: Harmonizely Booking Product (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
haru-vidi:
Readme:
path: readme.txt
has-more:
Readme:
path: readme.txt
hash-hash-tags:
TranslationFile:
class: BodyPattern
path: languages/hash-hash-tags-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
hash-link-scroll-offset:
QueryParameter:
files:
- assets/js/hash-link-scroll-offset.min.js
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
hashbuddy:
Readme:
path: readme.txt
hashcash-for-contact-form-7:
Readme:
path: readme.txt
hashchecker:
Readme:
path: readme.txt
hashtag:
Readme:
path: readme.txt
hashtraffic-plugin:
Readme:
path: readme.txt
haskmask-for-wordpress:
Readme:
path: readme.txt
haste-impress:
TranslationFile:
class: BodyPattern
path: languages/hasteimpress-pt_BR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ WordImpress (?<v>\d+\.[\.\d]+)/i
version: true
hasten-companion:
QueryParameter:
files:
- public/css/hasten-companion-public.css
- public/js/hasten-companion-public.js
version: true
hatena-bookmark-comment:
Readme:
path: readme.txt
hatena-star:
Readme:
path: readme.txt
haxtheweb:
Readme:
path: readme.txt
hayyabuild:
QueryParameter:
files:
- public/assets/libs/font-awesome/css/font-awesome.min.css
- public/assets/libs/bootstrap/css/bootstrap.min.css
- public/assets/css/hayyabuild.min.css
- public/assets/libs/bootstrap/js/bootstrap.min.js
- public/assets/js/hayyabuild.min.js
version: true
hc-custom-wp-admin-url:
Readme:
path: readme.txt
hcard-commenting:
Readme:
path: readme.txt
hcard-widget:
Readme:
path: readme.txt
hcgroup-shipping-for-woocommerce:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
hd-quiz-save-results-light:
Readme:
path: readme.txt
hdcommerce:
Readme:
path: readme.txt
head-cleaner:
Readme:
path: readme.txt
head-footer-code:
Readme:
path: readme.txt
head-meta-date:
Readme:
path: readme.txt
header-and-footer-scripts:
Readme:
path: readme.txt
header-and-footer-scripts-inserter:
Readme:
path: readme.txt
header-footer:
Readme:
path: readme.txt
header-footer-code-manager:
Readme:
path: readme.txt
header-footer-composer:
Readme:
path: README.txt
header-footer-elementor:
TranslationFile:
class: BodyPattern
path: languages/header-footer-elementor.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Header Footer Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
header-footer-with-elementor:
TranslationFile:
class: BodyPattern
path: languages/header-footer-with-elementor.pot
pattern: !ruby/regexp '/Version: Header & Footer with Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
header-image-clickable:
Readme:
path: readme.txt
header-image-slider:
Readme:
path: readme.txt
header-login:
Readme:
path: readme.txt
header-login-logo:
Readme:
path: readme.txt
header-watermark:
Readme:
path: readme.txt
heading-block-by-gutenix:
Readme:
path: readme.txt
headings:
Readme:
path: Readme.txt
headjs-loader:
Readme:
path: readme.txt
headline-split-tester:
Readme:
path: readme.txt
headmeta:
Readme:
path: readme.txt
headroomjs:
Readme:
path: readme.txt
headspace2:
Comment:
xpath: //comment()[contains(., "HeadSpace")]
pattern: !ruby/regexp /HeadSpace SEO (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
headstore-call-button:
Readme:
path: readme.txt
headway-leaf-navigation-leaf:
Readme:
path: README.txt
headway-views:
Readme:
path: readme.txt
headwaythemes-filter-wrapper:
Readme:
path: readme.txt
headwp:
Readme:
path: readme.txt
health-check:
Readme:
path: readme.txt
health-endpoint:
Readme:
path: README.txt
health-progress:
Readme:
path: readme.txt
health-report-mexico:
Readme:
path: readme.txt
healthcare-review-master:
QueryParameter:
files:
- public/css/healthcare-review-master-public.css
- public/js/healthcare-review-master-public.js
- public/js/jquery.easy-ticker.min.js
version: true
healthengine-online-booking-widget-installer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
healthy-bmi-calculator:
Readme:
path: readme.txt
hear-no-evil:
Readme:
path: readme.txt
heart-this:
QueryParameter:
files:
- css/heart-this.min.css
- js/heartThis.pkgd.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/heart-this.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: HeartThis (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
heartbeat-control:
Readme:
path: readme.txt
heartbleed-bug-floating-tab:
Readme:
path: readme.txt
hearthisat:
Readme:
path: readme.txt
heartland-management-terminal:
Readme:
path: readme.txt
heartland-secure-submit-addon-for-gravity-forms:
Readme:
path: readme.txt
heartrails-capture:
Readme:
path: readme.txt
heat-map-tracker:
Readme:
path: readme.txt
heateor-login:
QueryParameter:
files:
- css/public/front.css
version: true
Readme:
path: readme.txt
heateor-open-graph-meta-tags:
Comment:
xpath: //comment()[contains(., "Heateor")]
pattern: !ruby/regexp /START \- Heateor Open Graph Meta Tags (?<v>\d+\.[\.\d]+)/i
version: true
heateor-social-comments:
QueryParameter:
files:
- css/front.css
version: true
heateor-social-login:
QueryParameter:
files:
- css/front.css
- js/front/combined.js
version: true
Readme:
path: readme.txt
heatmap:
Readme:
path: Readme.txt
hebrew-events-calendar:
Readme:
path: readme.txt
hebrewdates:
Readme:
path: readme.txt
heganoo-shortcode:
Readme:
path: readme.txt
heimu:
Readme:
path: readme.txt
QueryParameter:
files:
- heimu.css
version: true
helcim-commerce-for-woocommerce:
Readme:
path: readme.txt
helion-widget:
Readme:
path: readme.txt
helioviewerorg-latest-image-of-the-sun:
Readme:
path: readme.txt
helldap:
Readme:
path: readme.txt
hello-bar-wp:
QueryParameter:
files:
- assets/js/frontend.js
version: true
hello-beautiful:
Readme:
path: readme.txt
hello-chris:
Readme:
path: readme.txt
hello-christmas:
Readme:
path: readme.txt
hello-claudia:
Readme:
path: readme.txt
hello-dalai:
Readme:
path: README.txt
hello-darth:
Readme:
path: readme.txt
hello-dave:
Readme:
path: readme.txt
hello-dhamma:
Readme:
path: README.txt
hello-dolly:
Readme:
path: readme.txt
hello-event:
Readme:
path: readme.txt
hello-gandhi:
Readme:
path: readme.txt
hello-hal:
Readme:
path: readme.txt
hello-hollywood:
Readme:
path: readme.txt
hello-i-am-here:
QueryParameter:
files:
- public/css/hello-here-public.css
- public/js/hello-here-public.js
version: true
Readme:
path: README.txt
hello-in-all-languages:
Readme:
path: readme.txt
hello-kurt:
Readme:
path:
- readme.txt
- README.md
hello-nomi:
Readme:
path: readme.txt
hello-norris:
Readme:
path:
- readme.txt
- README.md
hello-positivity:
Readme:
path: readme.txt
hello-samuel-l-jackson:
Readme:
path: readme.txt
hello-serenity:
Readme:
path: readme.txt
hello-simpsons-chalkboard-gag:
Readme:
path: readme.txt
hello-translate:
Readme:
path: readme.txt
hello-wapuu:
Readme:
path: readme.txt
helloasso:
QueryParameter:
files:
- public/css/hello-asso-public.css
- public/js/hello-asso-public.js
version: true
Readme:
path: README.txt
hellomodi-social-discount-plugin:
Readme:
path: readme.txt
hellotxt:
Readme:
path: readme.txt
hellowoofy-com:
Readme:
path: readme.txt
help-desk-9-by-developry:
Readme:
path: readme.txt
helper-lite-for-pagespeed:
Readme:
path: readme.txt
helpful-information:
Readme:
path: README.txt
helpgenie-customer-support-widget:
Readme:
path: readme.txt
helpie-faq:
QueryParameter:
files:
- assets/main.bundle.css
- assets/main.bundle.js
version: true
helppress:
QueryParameter:
files:
- assets/css/helppress.css
- assets/vendor/jquery.autocomplete.js
- assets/js/helppress.js
- "/assets/dist/helppress.min.css"
- "/assets/vendor/jquery.autocomplete.min.js"
- "/assets/dist/helppress.min.js"
- assets/dist/helppress.min.css
- assets/vendor/jquery.autocomplete.min.js
- assets/dist/helppress.min.js
version: true
Readme:
path: readme.txt
heoheoheosziasztok:
Readme:
path: readme.txt
heraldbee:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
hercules-edit-most-recent-post:
Readme:
path: readme.txt
hercules-post-stats:
Readme:
path: readme.txt
hercules-recaptcha:
Readme:
path: readme.txt
hercules-sentiment-analysis:
Readme:
path: readme.txt
here-maps:
Readme:
path: readme.txt
heritageaction-score-card-member-scores:
Readme:
path: readme.txt
hero-banner-slider:
Readme:
path: readme.txt
hero-banner-ultimate:
QueryParameter:
files:
- assets/css/hbu-public-style.css
version: true
hero-social-widget:
QueryParameter:
files:
- assets/css/hero-social-style.css
version: true
heroic-glossary:
TranslationFile:
class: BodyPattern
path: languages/ht-glossary.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Heroic Glossary (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
heroic-posts-widget:
Readme:
path: readme.txt
heroic-social-widget:
Readme:
path: readme.txt
heroic-table-of-contents:
TranslationFile:
class: BodyPattern
path: languages/ht-toc.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Heroic Table of Contents (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
hes-dead-jim:
Readme:
path: readme.txt
hesabfa-accounting:
Readme:
path: README.txt
hetjens-expiration-date:
Readme:
path: readme.txt
hetjens-feed-redirect:
Readme:
path: readme.txt
hetjens-mediarss:
Readme:
path: readme.txt
hetjens-registered-only:
Readme:
path: readme.txt
hex-tcgbrowser-card-tooltips:
Readme:
path: readme.txt
hexam:
Readme:
path: readme.txt
hey-notify:
TranslationFile:
class: BodyPattern
path: languages/hey-notify.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Hey Notify (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
heyday-a-truly-free-unlimited-web-push-notifications:
Readme:
path: readme.txt
heyform:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: langs/heyform-en.po
pattern: !ruby/regexp '/"Project\-Id\-Version: HeyForm (?<v>\d+\.[\.\d]+)/i'
version: true
heyoya-voice-comments-reviews:
Readme:
path: readme.txt
heyzap-games:
Readme:
path: readme.txt
hezarfen-for-woocommerce:
Readme:
path: readme.txt
hfs-controller:
Readme:
path: readme.txt
hg-notifications:
Readme:
path: readme.txt
hg3-include:
Readme:
path: readme.txt
hh-sortable:
Readme:
path: readme.txt
hicopy:
Readme:
path: readme.txt
hidden-by-roles-the-admin-bar:
Readme:
path: readme.txt
hidden-contents:
TranslationFile:
class: BodyPattern
path: languages/hidden-contents-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Hide Content (?<v>\d+\.[\.\d]+)/i'
version: true
hidden-field:
Readme:
path: readme.txt
hidden-login:
QueryParameter:
files:
- hidden-login.min.js
version: true
Readme:
path: readme.txt
hidden-posts:
Readme:
path: readme.txt
hidden-tags:
Readme:
path: readme.txt
hidden-widget-titles:
Readme:
path: readme.txt
hidden-wp-admin:
Readme:
path: readme.txt
hiddy:
Readme:
path: readme.txt
hide-a-post:
Readme:
path:
- readme.txt
- readme.md
hide-address-fields-for-woocommerce:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/hide-address-fields-for-woocommerce.pot
pattern: !ruby/regexp '/on: Hide Address Fields for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
hide-admin-bar:
Readme:
path: readme.txt
hide-admin-bar-2013:
Readme:
path: readme.txt
hide-admin-bar-based-on-user-roles:
QueryParameter:
files:
- public/css/hide-admin-bar-based-on-user-roles-public.css
- public/js/hide-admin-bar-based-on-user-roles-public.js
version: true
hide-admin-bar-by-wp-all-support:
TranslationFile:
class: BodyPattern
path: languages/wpas-hide-admin-bar-en_US.po
pattern: !ruby/regexp '/rsion: Hide Admin Bar by WP ALL SUPPORT (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
hide-admin-bar-from-non-admins:
Readme:
path: readme.txt
hide-admin-bar-front-end:
Readme:
path: readme.txt
hide-admin-bar-or-toolbar:
Readme:
path: readme.txt
hide-admin-bar-search:
Readme:
path: readme.txt
hide-admin-notices:
Readme:
path: README.txt
hide-admin-topbar:
Readme:
path: readme.txt
hide-all-notices:
Readme:
path: readme.txt
hide-all-page-and-all-post-title:
Readme:
path: readme.txt
hide-and-catch-email:
Readme:
path: readme.txt
hide-and-seek-header:
Readme:
path: readme.txt
hide-archive-label:
Readme:
path: README.txt
hide-author-archive:
Readme:
path: readme.txt
hide-categories:
Readme:
path: readme.txt
hide-comments-feature:
Readme:
path: readme.txt
hide-content-by-role-for-wpbakery:
Readme:
path: readme.txt
hide-custom-fields:
Readme:
path: readme.txt
hide-dashboard:
Readme:
path: readme.txt
hide-expiry-warning-for-elementor:
Readme:
path: readme.txt
hide-featured-image:
Readme:
path: readme.txt
hide-fields:
Readme:
path: readme.txt
hide-front-end-wp-admin-bar:
Readme:
path: README.txt
hide-generator-meta-tag:
Readme:
path: readme.txt
hide-inactive-sites:
Readme:
path: readme.txt
hide-it:
Readme:
path: README.txt
hide-login:
Readme:
path: readme.txt
hide-login-logo:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: langs/hide_login_logo-en_CA.po
pattern: !ruby/regexp '/Project\-Id\-Version: Stronger Admin Bar v(?<v>\d+\.[\.\d]+)/i'
version: true
hide-my-site:
Readme:
path: readme.txt
hide-my-wp-lite:
Readme:
path: readme.txt
hide-n-disable-comment-url-field:
Readme:
path: readme.txt
hide-noisy-metaboxes:
Readme:
path: readme.txt
hide-old-posts:
Readme:
path: readme.txt
hide-option-for-ozhs-admin-drop-down-menu:
Readme:
path: readme.txt
hide-page-and-post-title:
Readme:
path: readme.txt
hide-page-title:
Readme:
path: readme.txt
hide-plugin-update-message:
Readme:
path: readme.txt
hide-plugin-updates-notifications:
TranslationFile:
class: BodyPattern
path: languages/wphpuw-en_US.po
pattern: !ruby/regexp /on:\ WP Hide Admin Warnings and Updates v(?<v>\d+\.[\.\d]+)/i
version: true
hide-post-locker:
Readme:
path:
- readme.txt
- README.md
hide-posts-by-category:
TranslationFile:
class: BodyPattern
path: languages/hpbc-pt_BR.po
pattern: !ruby/regexp '/ject\-Id\-Version: Hide Posts By Category (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
hide-posts-without-post-title:
Readme:
path: readme.txt
hide-shipping-methods-in-woocommerce:
Readme:
path: readme.txt
hide-show-admin-bar:
QueryParameter:
files:
- public/css/adminbar_hide_show-public.css
- public/js/adminbar_hide_show-public.js
version: true
hide-show-comment:
QueryParameter:
files:
- assets/css/hsc.css
- assets/buttons/none.css
- assets/js/hsc.js
version: true
hide-spam-count:
Readme:
path: readme.txt
hide-sub-categories-products:
QueryParameter:
files:
- public/css/hide-sub-categories-products-public.css
- public/js/hide-sub-categories-products-public.js
version: true
hide-the-admin-bar:
Readme:
path: readme.txt
hide-title:
Readme:
path: readme.txt
hide-uncategorized-from-category-sidebar-widget:
Readme:
path: readme.txt
hide-update-reminder:
Readme:
path: readme.txt
hide-update-reminder-message:
Readme:
path: readme.txt
hide-user-profile-fields:
Readme:
path: readme.txt
hide-username-front-side:
Readme:
path: readme.txt
hide-welcome-panel-for-multisite:
Readme:
path: readme.txt
hide-wordpress-version:
Readme:
path: readme.txt
hide-wp-login:
Readme:
path: readme.txt
hide-wp-toolbar:
QueryParameter:
files:
- style.css
version: true
hide-wpengine-tab:
Readme:
path: readme.txt
hidepost:
Readme:
path: readme.txt
hideshow-postpage-content:
Readme:
path: readme.txt
hideunhide-menu-for-guestmember:
Readme:
path: readme.txt
hiecor-divi-modules:
Readme:
path: readme.txt
hierarchical-bookmark-system:
Readme:
path: readme.txt
hierarchical-checkboxes-for-contact-form-7:
Readme:
path: readme.txt
hierarchical-link-categories:
Readme:
path: readme.txt
hierarchical-page-template-redirect-plugin-hptr:
Readme:
path: readme.txt
hierarchical-page-view:
Readme:
path: readme.txt
hierarchical-pages:
Readme:
path: readme.txt
hifi:
Readme:
path: readme.txt
high-performance-css-slider:
Readme:
path: readme.txt
highfly:
TranslationFile:
class: BodyPattern
path: languages/de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Highfly (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
highfly-private:
Readme:
path: readme.txt
highlight:
Readme:
path: readme.txt
highlight-author-comments:
Readme:
path: readme.txt
highlight-focus:
Readme:
path: readme.txt
highlight-new-posts:
Readme:
path: readme.txt
highlight-permalinked-comment:
Readme:
path: readme.txt
highlight-post-widget:
Readme:
path: readme.txt
highlight-reel:
Readme:
path: readme.txt
highlight-search-terms:
Comment:
xpath: //comment()[contains(., "Highlight Search")]
pattern: !ruby/regexp /Highlight Search Terms (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- hlst-extend.min.js
version: true
highlight-source-pro:
Readme:
path: readme.txt
highlight-text:
Readme:
path: readme.txt
highlighting-code-block:
QueryParameter:
files:
- assets/css/cloring_light.css
- assets/css/hcb_style.css
- assets/js/prism.js
- assets/js/hcb_script.js
version: true
highways-sync-for-intercom:
Readme:
path: readme.txt
hijri:
Readme:
path: readme.txt
hijri-calendar:
Readme:
path: readme.txt
hijri-calendar-widget:
QueryParameter:
files:
- js/script.js
version: true
hijri-date:
Readme:
path: Readme.txt
hikari-category-permalink:
Readme:
path: readme.txt
hikari-email-url-obfuscator:
Readme:
path: readme.txt
hikari-enhanced-comments:
Readme:
path: readme.txt
hikari-featured-comments:
Readme:
path: readme.txt
hikari-hooks:
Readme:
path: readme.txt
hikari-internal-links:
Readme:
path: readme.txt
hikari-title-comments:
Readme:
path: readme.txt
hikari-tools:
Readme:
path: readme.txt
hikari-unicornified-gravatars:
Readme:
path: readme.txt
hillstone-wp-sso:
Readme:
path: readme.txt
himegoto:
Readme:
path: readme.txt
himis-plugin-organizer:
Readme:
path: readme.txt
hindi-to-lat:
Readme:
path: readme.txt
hindsight:
QueryParameter:
files:
- public/css/hindsight-public.css
- public/js/rockerbox-hindsight-pixel.js
version: true
hints:
QueryParameter:
files:
- _inc/hints.css
- _inc/hints.js
pattern: !ruby/regexp /(?<v>[\d\.]+[a-z])/i
version: true
hip-multifeed:
Readme:
path: readme.txt
hipchat:
Readme:
path: readme.txt
hire-me-status-widget:
Readme:
path: readme.txt
hiringthing-job-listings:
Readme:
path: readme.txt
historical-comment-count:
Readme:
path: readme.txt
history-timeline:
Readme:
path: readme.txt
history-tracker:
Readme:
path: readme.txt
hit-an-external-cron:
Readme:
path: readme.txt
hitboxtv-widget:
Readme:
path: readme.txt
hits-ie6-pngfix:
Readme:
path: readme.txt
hits-pages-by-role:
Readme:
path: readme.txt
hivepress:
QueryParameter:
files:
- assets/css/fontawesome/fontawesome.min.css
- assets/css/fontawesome/solid.min.css
- assets/css/fancybox.min.css
- assets/css/slick.min.css
- assets/css/grid.min.css
- assets/css/frontend.min.css
- assets/js/jquery.iframe-transport.min.js
- assets/js/jquery.fileupload.min.js
- assets/js/jquery.fancybox.min.js
- assets/js/slick.min.js
- assets/js/jquery.sticky-sidebar.min.js
- assets/js/frontend.min.js
version: true
hivepress-claim-listings:
Readme:
path: readme.txt
hivepress-paid-listings:
Readme:
path: readme.txt
hivista-youtube:
Readme:
path: readme.txt
hivo-library:
Readme:
path: README.txt
hiwebp:
Readme:
path: readme.txt
hiztory:
Readme:
path: readme.txt
hjyl-comment-spam:
TranslationFile:
class: BodyPattern
path: languages/hjyl-comment-spam-zh_CN.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
hk-button-contact:
QueryParameter:
files:
- css/button-contact.css
version: true
hk-exif-tags:
Readme:
path: readme.txt
hk-idram-payment-gateway:
Readme:
path: readme.txt
hkdev-maintenance-mode:
Readme:
path: readme.txt
hl-twitter:
Readme:
path: readme.txt
hlogoz-wp:
Readme:
path: readme.txt
hm-news-ticker:
Readme:
path: readme.txt
hm-portfolio:
Readme:
path: readme.txt
hm-product-catalog:
QueryParameter:
files:
- assets/css/wphpc-w3.css
- assets/css/wphpc-front-style.css
- assets/js/wphpc-front-script.js
version: true
Readme:
path: readme.txt
hm-resume-manager:
QueryParameter:
files:
- assets/css/hmrm-front-style.css
- assets/js/hmrm-front-script.js
version: true
Readme:
path: readme.txt
hm-wc-product-advertiser:
Readme:
path: readme.txt
hmak-facebook-photos:
Readme:
path: readme.txt
hmg-how-to-tips:
Readme:
path: README.txt
hmh-footer-builder-for-elementor:
QueryParameter:
files:
- "/assets/css/bbfb.css"
- "/assets/js/script.js"
version: true
hmh-fullpage:
QueryParameter:
files:
- "/assets/js/fullpage.js"
- "/assets/js/script.js"
- "/assets/js/scrolloverflow.min.js"
version: true
hmh-woocommerce-quick-view:
Readme:
path: readme.txt
hms-protected:
Readme:
path: readme.txt
hms-testimonials:
Readme:
path: readme.txt
hobbynote-twitter-cards:
Comment:
xpath: //comment()[contains(., "Hobbynote")]
pattern: !ruby/regexp /Hobbynote Twitter Cards (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
hocus-pocus-buttons:
Readme:
path: readme.txt
hola-simpsons:
Readme:
path: readme.txt
hola-tio-simon:
TranslationFile:
class: BodyPattern
path: languages/hola-tio-simon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Hola, T[^o]+o Sim[^n]+n (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.md
hold-your-color:
TranslationFile:
class: BodyPattern
path: lang/hold-your-color.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Hold your color (?<v>\d+\.[\.\d]+)/i
version: true
holded-integration:
Readme:
path: README.txt
holiday-class-post-calendar:
Readme:
path: readme.txt
holler-box:
QueryParameter:
files:
- assets/css/holler-frontend.min.css
- assets/js/holler-frontend.min.js
version: true
hollywood-sudoku:
Readme:
path: readme.txt
holy-quran-random-ayahs:
Readme:
path: readme.txt
home-badges:
Readme:
path: readme.txt
home-categories:
TranslationFile:
class: BodyPattern
path: languages/home-categories.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Home Categories (?<v>\d+\.[\.\d]+)/i
version: true
home-page-slideshow:
Readme:
path: readme.txt
home-quick-links:
Readme:
path:
- readme.txt
- readme.md
home-value:
QueryParameter:
files:
- static/css/css.css
- static/js.js
version: true
homepage-control:
Readme:
path: readme.txt
homepage-helden-contact-info:
Readme:
path: README.txt
homepage-product-organizer-for-woocommerce:
Readme:
path: readme.txt
homey:
Readme:
path: readme.txt
homey-woo-addon:
Readme:
path: README.txt
honeypot:
Readme:
path: readme.txt
honeypot-comments:
Readme:
path: README.txt
honeypot-for-wp-comment:
Readme:
path: readme.txt
honeypot-woocommerce-wp-antispam:
Readme:
path: readme.txt
hong-kong-fps-woo-payment:
Readme:
path: readme.txt
hooknotifier:
QueryParameter:
files:
- public/css/hooknotifier-public.css
- public/js/hooknotifier-public.js
version: true
Readme:
path: README.txt
hooks:
Readme:
path: readme.txt
hooks-view:
Readme:
path: readme.txt
hookybeaver:
Readme:
path: README.md
hoopler:
Readme:
path: readme.txt
hootboard:
Readme:
path: readme.txt
hootkit:
QueryParameter:
files:
- assets/hootkit.min.css
- assets/hootkit.min.js
- assets/lightSlider.min.css
- assets/jquery.lightSlider.min.js
version: true
Readme:
path: README.txt
horizontal-admin-menu:
Readme:
path: readme.txt
horizontal-footer-sitemap-widget:
Readme:
path: readme.txt
horizontal-full-categories-wordpress-plugin:
Readme:
path: readme.txt
horizontal-motion-gallery:
Readme:
path: readme.txt
horizontal-post-slider:
QueryParameter:
files:
- public/css/horizontal-post-slider-public.css
- public/js/horizontal-post-slider-public.js
version: true
TranslationFile:
class: BodyPattern
path: cs-framework/languages/bn_BD.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Codestar Framework (?<v>\d+\.[\.\d]+)/i
version: true
horizontal-scroll-google-picasa-images:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
horizontal-scroll-image-slideshow:
Readme:
path: readme.txt
horizontal-scrolling-announcement:
Readme:
path: readme.txt
horizontal-scrolling-announcements:
Readme:
path: readme.txt
horizontal-slider:
Readme:
path: readme.txt
horizontal-tabs:
Readme:
path: readme.txt
horizontal-widget-most-recent-viewed-posts:
QueryParameter:
files:
- hwmrvp-style.css
version: true
horoscop:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
horoscope-calculator:
Readme:
path: readme.txt
horoscope-feeder:
Readme:
path: readme.txt
horoscopul-zilnic-ro:
Readme:
path: readme.txt
horoskope:
Readme:
path: readme.txt
horozont:
Readme:
path: readme.txt
hospitality:
QueryParameter:
files:
- public/css/hospitality-public.min.css
version: true
host-everything-local:
Readme:
path: readme.txt
host-google-fonts-locally:
TranslationFile:
class: BodyPattern
path: languages/host-google-fonts-locally.pot
pattern: !ruby/regexp '/t\-Id\-Version: Host Google Fonts Locally (?<v>\d+\.[\.\d]+)/i'
version: true
host-header:
Readme:
path: README.txt
host-php-info:
Readme:
path: readme.txt
hosted-jft:
Readme:
path: readme.txt
hosted-quotes:
Readme:
path: readme.md
hostedftp:
Readme:
path: readme.txt
hosting-monitor:
Readme:
path: readme.txt
hosting-pricing-tables:
Readme:
path: readme.txt
hostplugin-woocommerce-points-and-rewards:
QueryParameter:
files:
- assets/css/style.css
- assets/js/front_end_script.js
version: true
Readme:
path: readme.txt
hostry-pagespeed-booster:
Readme:
path: readme.txt
hot-40-music:
Readme:
path: readme.txt
hot-accordion:
Readme:
path: readme.txt
hot-blocks:
Readme:
path: readme.txt
hot-category-news:
Readme:
path: readme.txt
hot-linked-image-cacher:
Readme:
path: readme.txt
hot-linked-image-cacher-with-keywords:
Readme:
path: readme.txt
hot-or-not:
Readme:
path: readme.txt
hot-responsive-slider:
Readme:
path: readme.txt
hot-tags:
Readme:
path: readme.txt
hotel-spider:
Readme:
path: readme.txt
hotelclub:
Readme:
path: readme.txt
hotelroomscanner:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
hotelrunner:
Readme:
path: readme.txt
hotelscombined-search:
Readme:
path: readme.txt
hotjar-connecticator:
Comment:
xpath: //comment()[contains(., "Hotjar")]
pattern: !ruby/regexp /Hotjar Tracking Code for/i
hotline-phone-ring:
QueryParameter:
files:
- assets/css/app.css
version: true
hotlink-file-prevention:
Readme:
path: readme.txt
hotlinks-manager:
Readme:
path: readme.txt
hotmart-wp:
TranslationFile:
class: BodyPattern
path: languages/hotmart-wp-pt_BR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Hotmart WP (?<v>\d+\.[\.\d]+)/i
version: true
hotscot-contact-form:
Readme:
path: README.txt
hotscot-events:
Readme:
path: readme.txt
hotscot-page-gallery:
Readme:
path: readme.txt
hotspots:
Readme:
path: readme.txt
houdini:
Readme:
path:
- readme.txt
- README.md
houzez-respacio-import:
Readme:
path: readme.txt
houzez-woo-addon:
Readme:
path: README.txt
hover-effects:
QueryParameter:
files:
- asset/css/hover.css
version: true
hover-effects-builder-free:
QueryParameter:
files:
- assets/css/pretty-photo/css/prettyPhoto.css
- assets/css/font-frontend/style.css
- assets/css/hi-frontend.css
- assets/js/hi-frontend.min.js
version: true
hover-effects-for-visual-composer:
Readme:
path: readme.txt
hover-image:
Readme:
path: readme.txt
hover-image-button:
TranslationFile:
class: BodyPattern
path: languages/hover-image-button.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Hover Image Button (?<v>\d+\.[\.\d]+)/i
version: true
hover-pin-it:
Readme:
path: readme.txt
hover-product-details:
QueryParameter:
files:
- js/webappdesign_hover_product_details.js
version: true
hover-sound:
Readme:
path: readme.txt
hoverswap:
Readme:
path: readme.txt
how-old-am-i:
Readme:
path: readme.txt
howdy-against-humanity:
Readme:
path:
- README.txt
- README.md
howdy-to-welcome:
Readme:
path: readme.txt
howdy-tweaks:
Readme:
path: readme.txt
howescape-scout-book-label-print:
Readme:
path: readme.txt
howuku:
Readme:
path: readme.txt
hpbseo:
Readme:
path: readme.txt
hq-widgets-for-elementor:
Readme:
path: readme.txt
hr-management-lite:
Readme:
path: readme.txt
hr-widget:
TranslationFile:
class: BodyPattern
path: languages/hr-widget-ja.po
pattern: !ruby/regexp '/ject\-Id\-Version: Horizontal Rule Widget (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
hrecipe:
Readme:
path: readme.txt
hrecipe-plugin-for-wordpress:
Readme:
path: readme.txt
hreflang-flag:
TranslationFile:
class: BodyPattern
path: hreflang-flag-fr_FR.po
pattern: !ruby/regexp /n of the WordPress plugin hreflang Flag (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
hreview-support-for-editor:
Readme:
path: readme.txt
hrm:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
hs-access:
Readme:
path: readme.txt
hs-custom-admin-themes:
Readme:
path: readme.txt
hs-membership:
Readme:
path: readme.txt
hsoub-captcha:
Readme:
path: readme.txt
hsts:
Readme:
path: readme.txt
hsts-ready:
Readme:
path: readme.txt
ht-builder:
Readme:
path: readme.txt
ht-contactform:
Readme:
path: readme.txt
ht-easy-google-analytics:
Readme:
path: readme.txt
ht-event:
QueryParameter:
files:
- assets/js/htevent-widgets-active.js
version: true
Readme:
path: readme.txt
ht-instagram:
QueryParameter:
files:
- assests/css/ht-instagramfeed.css
- assests/css/font-awesome.min.css
version: true
Readme:
path: readme.txt
ht-menu-lite:
Readme:
path: readme.txt
ht-news-ticker:
Readme:
path: readme.txt
ht-newsletter-for-elementor:
QueryParameter:
files:
- assests/css/ht-mailchimpform.css
version: true
Readme:
path: readme.txt
ht-pay-jp-for-kintone:
Readme:
path: readme.txt
ht-portfolio:
QueryParameter:
files:
- assets/js/popper.min.js
version: true
ht-request:
QueryParameter:
files:
- public/css/wph-request-public.css
- public/js/wph-request-public.js
version: true
ht-service:
Readme:
path: readme.txt
ht-slider-for-elementor:
QueryParameter:
files:
- assests/css/animate.min.css
- assests/css/ht-slider-widgets.css
version: true
Readme:
path: readme.txt
ht-team-member:
QueryParameter:
files:
- assests/css/ht-teammember.css
- assests/css/font-awesome.min.css
version: true
Readme:
path: readme.txt
htaccess-login-block:
Readme:
path: readme.txt
htaccess-redirect:
Readme:
path: readme.txt
htauth-sync:
Readme:
path: readme.txt
htd-404:
Readme:
path: readme.txt
hth-embed-media-player:
Readme:
path: readme.txt
html-block-with-highlighting:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
html-classified-recent-posts-comments-widgets:
Readme:
path: readme.txt
html-custom-skin-loop-build-using-elementor:
Readme:
path: readme.txt
html-demos:
Readme:
path: readme.txt
html-editor-font-family-update:
Readme:
path: readme.txt
html-editor-syntax-highlighter:
Readme:
path: readme.txt
html-editor-type:
Readme:
path: readme.txt
html-emails:
Readme:
path: readme.txt
html-entifier:
Readme:
path: readme.txt
html-entities-button:
Readme:
path: readme.txt
html-forms:
QueryParameter:
files:
- assets/js/public.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
html-helpers:
Readme:
path: readme.txt
html-in-author-bio:
Readme:
path: readme.txt
html-in-category-and-pages:
Readme:
path: readme.txt
html-in-widget-titles:
Readme:
path: readme.txt
html-mode-locker:
Readme:
path: readme.txt
html-pages:
Readme:
path: readme.txt
html-purified:
Readme:
path: readme.txt
html-regex-replace:
Readme:
path: readme.txt
html-sitemap:
Readme:
path: readme.txt
html-social-share-buttons:
Readme:
path: Readme.txt
html-special-characters-helper:
Readme:
path: readme.txt
html-to-post:
Readme:
path: readme.txt
html-validation:
Readme:
path: readme.txt
html5-boilerplate:
Readme:
path:
- readme.txt
- README.txt
html5-chat:
Readme:
path: readme.txt
html5-code-editor:
Readme:
path: README.txt
html5-cumulus:
Readme:
path: readme.txt
html5-details-polyfill:
Readme:
path: readme.txt
html5-jquery-audio-player:
Readme:
path: readme.txt
html5-lyrics-karaoke-player:
Readme:
path: readme.txt
html5-maps:
Readme:
path: readme.txt
html5-placeholder-polyfill:
Readme:
path: readme.txt
html5-search-box-for-wordpress:
QueryParameter:
files:
- css/html5-search-for-wordpress.css
version: true
TranslationFile:
class: BodyPattern
path: langs/html5-search-for-wordpress-de_DE.po
pattern: !ruby/regexp /on:\ WordPress\.com Stats Smiley Remover v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
html5-simple-video-gallery:
Readme:
path: readme.txt
html5-slideshow-presentations:
Readme:
path: readme.txt
html5-speech:
Readme:
path: readme.txt
html5-video-player-with-playlist:
Readme:
path: readme.txt
html5-videogallery-plus-player:
QueryParameter:
files:
- assets/css/video-js.css
- assets/css/video-style.css
- assets/css/magnific-popup.css
- assets/js/video.js
version: true
html5-videos:
Readme:
path: readme.txt
html5-widgets:
Readme:
path: readme.txt
html5ify-for-wp:
Readme:
path: readme.txt
htmlclass-browser:
Readme:
path: readme.txt
htmlpad:
Readme:
path: readme.txt
hts-display-active-members:
Readme:
path: readme.txt
http-authentication:
Readme:
path: readme.txt
http-digest-auth:
Readme:
path: readme.txt
http-express:
Readme:
path: readme.txt
http-https-remover:
Readme:
path: readme.txt
http-security:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
http-syndication:
Readme:
path: readme.txt
http-to-https:
TranslationFile:
class: BodyPattern
path: languages/http-to-https.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: HTTP to HTTPS (?<v>\d+\.[\.\d]+)/i'
version: true
http-urls:
Readme:
path: readme.txt
https-for-wordpress:
Readme:
path: readme.txt
https-mixed-content-detector:
Readme:
path: readme.txt
https-oembed-providers:
Readme:
path: readme.txt
https-redirection:
Readme:
path: readme.txt
https-stats-fix:
Readme:
path: readme.txt
hu-permalinks:
Readme:
path: readme.txt
hubpages-widget:
Readme:
path: readme.txt
hubwoo-deal-per-order-lite:
TranslationFile:
class: BodyPattern
path: languages/hubwoo-deal-per-order-lite-en_US.po
pattern: !ruby/regexp '/Id\-Version: HubSpot Deal Per Order Lite (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
hubwoo-integration:
TranslationFile:
class: BodyPattern
path: languages/hubwoo-en_US.po
pattern: !ruby/regexp /ersion:\ Hubspot WooCommerce Integration (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
hueman-addons:
TranslationFile:
class: BodyPattern
path: lang/en_US.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Hueman Addons v(?<v>\d+\.[\.\d]+)/i
version: true
hueman-scrollable-sharrre-bar:
Readme:
path: readme.txt
hukdpress:
Readme:
path: readme.txt
hulkshare-short-code:
Readme:
path: readme.txt
hull:
Readme:
path: README.txt
human-bmi-bmr-calculation:
Readme:
path: readme.txt
humancaptcha:
Readme:
path: readme.txt
humanized-statistics:
Readme:
path: readme.txt
humans-dot-txt:
Readme:
path: readme.txt
humans-only:
Readme:
path: readme.txt
humansnotbots:
Readme:
path: readme.txt
humanstxt:
TranslationFile:
class: BodyPattern
path: languages/humanstxt.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Humans TXT (?<v>\d+\.[\.\d]+)/i
version: true
humility:
Readme:
path: readme.txt
hummingbird-performance:
TranslationFile:
class: BodyPattern
path: languages/wphb-default.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Hummingbird Pro (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
hummingtree-wrapper:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
hunk-companion:
Readme:
path: readme.txt
hupso-share-buttons-for-twitter-facebook-google:
Readme:
path: readme.txt
hurricane-woocommerce:
Readme:
path: readme.txt
hurrytimer:
TranslationFile:
class: BodyPattern
path: languages/hurrytimer.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: HurryTimer (?<v>\d+\.[\.\d]+)/i'
version: true
hustream-social-video:
Readme:
path: readme.txt
huvuru-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
huzhop:
Readme:
path: readme.txt
hw-feed-cleaner:
Readme:
path: readme.txt
hw-image-widget:
Readme:
path: readme.txt
hw-override-default-sender:
Readme:
path: readme.txt
hw-wp-status-manager:
Readme:
path: readme.txt
hxload-player:
Readme:
path: readme.txt
hybrid-byline:
Readme:
path: readme.txt
hybrid-gallery:
QueryParameter:
files:
- libs/assets/css/libs.global.pack.min.css
- libs/assets/css/libs.engine.pack.min.css
- engine/assets/css/hybrid.gallery.engine.min.css
- libs/assets/js/libs.pack.min.js
- engine/assets/js/hybrid.gallery.engine.min.js
version: true
hybrid-hook:
Readme:
path: readme.txt
hybrid-hook-widgets:
Readme:
path: readme.txt
hybrid-slideshow:
Readme:
path: readme.txt
hygglig-checkout:
Readme:
path: readme.txt
hylsay-email-smtp:
Readme:
path: readme.txt
hylsay-text-reading:
Readme:
path: readme.txt
hype:
Readme:
path: readme.txt
hype-band-add-on:
Readme:
path: readme.txt
hyper-admins:
Readme:
path: readme.txt
hyper-cache:
Readme:
path: readme.txt
hyperise-opengraph-tags:
Readme:
path: readme.txt
hyphenator:
Readme:
path: readme.txt
hytolat:
Readme:
path: readme.txt
hyves-respect:
Readme:
path: readme.txt
hyvor-talk:
Readme:
path: readme.txt
hyyan-login-style:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
i-am-human:
Readme:
path: readme.txt
i-am-reading-continued:
Readme:
path: readme.txt
i-chat:
QueryParameter:
files:
- js/jquery.cookie.js
version: true
i-dont-endorse-google:
Readme:
path: readme.txt
i-dont-endorse-wikipedia:
Readme:
path: readme.txt
i-dont-like-spam:
Readme:
path: readme.txt
i-fulfilment-integration:
Readme:
path: readme.txt
i-like:
QueryParameter:
files:
- assets/js/i-like-ajax.js
- assets/js/main.js
version: true
Readme:
path: README.txt
i-make-plugins:
Readme:
path: readme.txt
i-order-terms:
TranslationFile:
class: BodyPattern
path: languages/i-order-terms.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ I Order Terms (?<v>\d+\.[\.\d]+)/i
version: true
i-recommend-this:
Readme:
path: readme.txt
i-search:
QueryParameter:
files:
- front/css/i-search.min.css
- front/js/isrc-autocomplete.min.js
- front/js/frontend.min.js
version: true
i-tell-you-what:
Readme:
path: readme.txt
i-wanna-apply:
Readme:
path: readme.txt
i-warned-you:
Readme:
path: readme.txt
i15d-wp:
Readme:
path: readme.txt
i2-pro-cons:
Readme:
path: readme.txt
iaf-social-share:
Readme:
path: readme.txt
iakpress:
Readme:
path: readme.txt
iammobiled-mobile:
Readme:
path: README.txt
iamport-payment:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
iati-project-data:
Readme:
path: readme.txt
iba-storelinks:
Readme:
path: readme.txt
ibex-booking-widgets:
Readme:
path: readme.txt
iblocks:
Readme:
path: readme.txt
ibn-shortcode:
Readme:
path: readme.txt
ibnfeed:
Readme:
path: readme.txt
ibox:
Readme:
path: readme.txt
ic-besocial:
QueryParameter:
files:
- besocial.css
- besocial.js
version: true
Readme:
path: readme.txt
icafe-library:
Readme:
path: readme.txt
icafe-vpp-manager:
Readme:
path: readme.txt
ical-events:
Readme:
path: readme.txt
ical-for-events-calendar:
Readme:
path: readme.txt
ical-for-wp-calendar:
Readme:
path: readme.txt
icalendar-events-widget:
QueryParameter:
files:
- js/custom-theme/jquery-ui-1.8.16.custom.css
- css/ui.datepicker.css
- css/icalendar.css
- js/icalendar.js
- js/date.js
version: true
icalendar-shortcode:
Readme:
path: readme.txt
icanlocalize-comment-translator:
Readme:
path: readme.txt
icanlocalize-translator:
Readme:
path: readme.txt
icanwp-reservation-form-connector-for-choice-hotels:
QueryParameter:
files:
- public/css/ch-reservation-public.css
- public/js/ch-reservation-public.js
version: true
icarry-in-shipping-tracking:
Readme:
path: readme.txt
ice-chat:
QueryParameter:
files:
- public/css/chat-box-public.css
- public/js/chat-box-public.js
version: true
ice-dragon:
Readme:
path: readme.txt
icecaptcha:
Readme:
path: readme.txt
iced-visualization-charts:
Readme:
path: readme.txt
icegram:
QueryParameter:
files:
- assets/js/main.min.js
version: true
Readme:
path: readme.txt
icegram-rainmaker:
QueryParameter:
files:
- assets/css/form.css
- assets/js/main.js
version: true
icepay-woocommerce-online-payment-module:
Readme:
path: readme.txt
icerik-bulutu:
Readme:
path:
- readme.txt
- README.md
icestats:
Readme:
path: readme.txt
ichigen-san:
TranslationFile:
class: BodyPattern
path: languages/ichigen-san-ja.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Ichigen San (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ico-list-widget:
QueryParameter:
files:
- assets/css/elw.front.min.css
- assets/js/elw.front.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/ico-lw.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ ICO List Widget (?<v>\d+\.[\.\d]+)/i
version: true
icon-list:
Readme:
path: readme.txt
icon-table-of-contents-and-menus:
Readme:
path: readme.txt
icon-widget:
Readme:
path:
- README.txt
- README.md
iconic-navigation:
Readme:
path: readme.txt
iconpress-lite:
QueryParameter:
files:
- assets/css/iconpress.css
- assets/css/panel.css
- assets/js/iconpress.min.js
version: true
Readme:
path: readme.txt
icons-factory:
QueryParameter:
files:
- css/icons_factory.min.css
- js/icons_factory.min.js
version: true
icons-for-features:
Readme:
path: readme.txt
icontact-infusionsoft-from-popup:
Readme:
path: readme.txt
icontact-widget:
Readme:
path: readme.txt
ics-button:
JavascriptVar:
class: BodyPattern
path: plugin/editor_plugin.js
pattern: !ruby/regexp /version :\ "(?<v>\d+\.[\.\d]+)"/i
version: true
ics-calendar:
QueryParameter:
files:
- assets/style.css
version: true
ics-comment-referrer:
Readme:
path: readme.txt
ics-display:
Readme:
path: readme.txt
ics-security-fixes:
Readme:
path: readme.txt
icyclub:
Readme:
path: readme.txt
id-archives:
Readme:
path: readme.txt
id-services:
Readme:
path: readme.txt
idataffiliates:
QueryParameter:
files:
- js/app/ta.js
version: true
idavi:
Readme:
path: readme.txt
idea-board:
QueryParameter:
files:
- assets/js/lib/jquery.nicefileinput.min.js
- assets/js/idea-board.js
version: true
idea-factory:
Readme:
path: README.txt
idealien-burnbit-torrents:
Readme:
path: readme.txt
ideapress-json-api:
Readme:
path: readme.txt
ideas:
TranslationFile:
class: BodyPattern
path: languages/ideas.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Ideas (?<v>\d+\.[\.\d]+)/i
version: true
ideascale:
Readme:
path: readme.txt
identity:
Readme:
path: readme.txt
identity-plus:
Readme:
path: readme.txt
idn-ajax-workaround:
Readme:
path: readme.txt
idna:
Readme:
path: readme.txt
idnich:
Readme:
path: readme.txt
idonate:
QueryParameter:
files:
- "/css/idonate.css"
version: true
idpay:
Readme:
path: readme.txt
idpay-for-restrict-content-pro:
Readme:
path: readme.txt
idpay-gateway-gravity-forms:
Readme:
path: readme.txt
idpay-mycred:
TranslationFile:
class: BodyPattern
path: languages/idpay-mycred.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: IDPay myCRED (?<v>\d+\.[\.\d]+)/i'
version: true
idpay-payment-learnpress:
Readme:
path: readme.txt
idraw:
Readme:
path: readme.txt
ids-knowledge-services:
Readme:
path: readme.txt
ids-ks-international-development-research-plugin:
Readme:
path: readme.txt
idx-broker-platinum:
Comment:
xpath: //comment()[contains(., "IDX Broker")]
pattern: !ruby/regexp /IDX Broker WordPress Plugin (?<v>\d+\.[\.\d]+)/i
version: true
idxpro:
Readme:
path: readme.txt
ie-6-countdown:
Readme:
path: readme.txt
ie-check:
Readme:
path: readme.txt
ie-compatibility-mode-checker:
QueryParameter:
files:
- public/css/wp-ie-check-public.css
- public/js/wp-ie-check-public.js
version: true
ie-css-definer:
Readme:
path: readme.txt
ie-css3-support:
Readme:
path: README.txt
ie-insert-toc:
TranslationFile:
class: BodyPattern
path: languages/ie-insert-toc-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: ie\-insert\-toc ver(?<v>\d+\.[\.\d]+)/i'
version: true
ie6-countdown:
Readme:
path: readme.txt
ie6-support-for-2010-theme:
Readme:
path: readme.txt
ie6-upgrade-option:
Readme:
path: readme.txt
ie6-warning:
Readme:
path: readme.txt
ie6nomore:
Readme:
path: readme.txt
ie9-pinned-site:
Comment:
xpath: //comment()[contains(., "IE9 Pinned")]
pattern: !ruby/regexp /IE9 Pinned Site (?<v>\d+\.[\.\d]+)/i
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="IE9 Pinned Site"]/@content
version: true
Readme:
path: readme.txt
ie9-pinning:
Readme:
path: readme.txt
iedetect:
Readme:
path: readme.txt
iex-integration:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
if-allah-wanted:
Readme:
path: Readme.txt
if-block-visibility-control-for-blocks:
Readme:
path: readme.txt
if-menu:
Readme:
path: readme.txt
if-shortcode:
Readme:
path: readme.txt
if-widget:
Readme:
path: readme.txt
ifeature-slider:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ifeed-for-elementor:
Readme:
path: readme.txt
ifgathering-fundraising-widget:
Readme:
path: readme.txt
iframe:
Readme:
path: readme.txt
iframe-embedder:
Readme:
path: readme.txt
iframe-less-reloaded:
Readme:
path: readme.txt
iframe-popup:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
iframe-preserver:
Readme:
path: readme.txt
iframe-responsive-lazy-load:
Readme:
path: readme.txt
iframe-shortcode:
Readme:
path: readme.txt
iframe-to-embed:
Readme:
path: readme.txt
iframe-widget:
Readme:
path: readme.txt
iframe-wrapper:
Readme:
path: readme.txt
ifs-simple-e-mail-management:
Readme:
path: readme.txt
ifthengive:
QueryParameter:
files:
- public/css/datatables/jquery.dataTables.css
- public/css/datatables/dataTables.responsive.css
- includes/css/alertify/alertify.css
- public/css/ifthengive-public.css
- includes/css/alertify/alertify.min.js
- public/js/ifthengive-public.js
- public/js/datatables/jquery.dataTables.min.js
- public/js/datatables/dataTables.responsive.js
version: true
ifttt-bridge:
Readme:
path: README.txt
ifttt-instagram-gallery:
QueryParameter:
files:
- public/assets/css/public.css
version: true
ifttt-post-formats:
Readme:
path: readme.txt
ig-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ig-portfolio:
Readme:
path: readme.txt
ig-shortcodes:
Readme:
path: readme.txt
ig-twitter-cards:
Readme:
path: readme.txt
igit-follow-me-after-post-button-new:
Readme:
path: Readme.txt
igit-new-twitter-tweet-share-button-with-counter:
Readme:
path: Readme.txt
igit-posts-slider-widget:
Readme:
path: Readme.txt
igit-related-posts-widget:
Readme:
path: Readme.txt
ignation-iot:
QueryParameter:
files:
- public/css/ignation-iot-public.css
- public/js/ignation-iot-public.js
version: true
ignico:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
igniteup:
QueryParameter:
files:
- includes/css/front-compulsory.css
version: true
Readme:
path: readme.txt
ignore-commenter:
Readme:
path: readme.txt
ignore-proxy-accesses:
Readme:
path: README.txt
igreen-alexa-site-rank:
Readme:
path: readme.txt
igreen-google-page-rank:
Readme:
path: readme.txt
igsyntax-hiliter:
Readme:
path:
- readme.txt
- README.md
ijm-theme-bar:
Readme:
path: readme.txt
iknow-extra:
Readme:
path: README.txt
iks-menu:
QueryParameter:
files:
- assets/css/public.css
- assets/js/public.js
- assets/js/menu.js
version: true
Readme:
path: readme.txt
iksweb:
Readme:
path: readme.txt
iksweb-git:
Readme:
path: readme.txt
iksweb-sitemap:
Readme:
path: readme.txt
ilannotations:
QueryParameter:
files:
- _inc/Annotations.css
- _inc/detectmobilebrowser.js
- _inc/jQuery.highlighter.js
- _inc/jquery.query-object.js
- _inc/Anotations.js
version: true
ilen-video-locker:
QueryParameter:
files:
- assets/css/front.css
- assets/js/front.js
version: true
ilike-social-media-optimization:
Readme:
path: readme.txt
illdy-companion:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
ilmenite-cookie-consent:
QueryParameter:
files:
- assets/css/cookie-banner.min.css
- assets/js/cookie-banner.min.js
version: true
ilovemachineproblem-responsive-google-map:
Readme:
path: readme.txt
ilustrated-posts:
Readme:
path: readme.txt
iluvwalkingcom-widget:
QueryParameter:
files:
- resources/iluvwalking-widget.css
version: true
Readme:
path: readme.txt
im-facebook-widget:
Readme:
path: readme.txt
im-online:
Readme:
path: readme.txt
im-yell:
Readme:
path: readme.txt
image-alt-tag-reminder:
Readme:
path: readme.txt
image-and-media-byline-credits:
QueryParameter:
files:
- public/css/image-byline-public.css
- public/js/image-byline-public.js
version: true
Readme:
path: README.txt
image-annotations:
Readme:
path: readme.txt
image-archives:
Readme:
path: readme.txt
image-banner-effects-lite:
Readme:
path: readme.txt
image-browser:
Readme:
path: readme.txt
image-browser-extender:
Readme:
path: readme.txt
image-captcha-for-gravity-forms:
TranslationFile:
class: BodyPattern
path: lang/cf7-image-captcha-de_DE.po
pattern: !ruby/regexp '/d\-Version: Contact Form 7 Image Captcha (?<v>\d+\.[\.\d]+)/i'
version: true
image-caption:
Readme:
path: readme.txt
image-caption-hover-visual-composer-addon:
TranslationFile:
class: BodyPattern
path: languages/ich-vc-de_DE.po
pattern: !ruby/regexp /\#:\ (?<v>\d+\.[\.\d]+)/i
version: true
image-caption-links:
Readme:
path: readme.txt
image-carousel-for-divi:
Readme:
path: readme.txt
image-cdn:
Readme:
path: readme.txt
image-cleanup:
Readme:
path: readme.txt
image-comparison:
Readme:
path: readme.txt
image-comparison-block:
Readme:
path: readme.txt
image-comparison-elementor-addon:
Readme:
path: readme.txt
image-compositions:
Readme:
path: readme.txt
image-config-defaults:
Readme:
path: readme.txt
image-converter-with-order:
Readme:
path: readme.txt
image-counter:
Readme:
path: readme.txt
image-credits:
Readme:
path: readme.txt
image-cropper:
Readme:
path: readme.txt
image-crosspost:
Readme:
path: readme.txt
image-editor-by-pixo:
Readme:
path: readme.txt
image-effects-generator:
Readme:
path: readme.txt
image-feed-widget:
Readme:
path: readme.txt
image-flicker:
Readme:
path: readme.txt
image-flip-for-woocommerce:
Readme:
path: readme.txt
image-flow-gallery-block:
Readme:
path: readme.txt
image-formatr:
Readme:
path: readme.txt
image-gallery:
Readme:
path: readme.txt
image-gallery-block:
Readme:
path: readme.txt
image-gallery-like-facebook:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
image-gallery-reloaded:
Readme:
path: readme.txt
image-horizontal-reel-scroll-slideshow:
Readme:
path: readme.txt
image-hover-effects-elementor-addon:
Readme:
path: readme.txt
image-hover-effects-for-elementor:
Readme:
path: readme.txt
image-licensing-schema:
Readme:
path: readme.txt
image-map-edit:
Readme:
path: readme.txt
image-mapper:
Readme:
path: readme.txt
image-marker:
Readme:
path: README.txt
image-merger:
Readme:
path: readme.txt
image-meta:
Readme:
path: readme.txt
image-optimizer-by-wenprise:
Readme:
path: readme.txt
image-optimizer-wd:
Readme:
path: readme.txt
image-override:
Readme:
path: readme.txt
image-parallax:
Readme:
path: readme.txt
image-photoroll-creator-for-photographers:
Readme:
path: readme.txt
image-point-selector-field-for-advanced-custom-fields:
Readme:
path:
- readme.txt
- README.md
image-pro-wordpress-image-media-management-and-resizing-done-right:
Readme:
path: readme.txt
image-projector:
QueryParameter:
files:
- public/css/ip-style.css
version: true
image-protector:
Readme:
path: readme.txt
image-puzzle:
Readme:
path: readme.txt
image-rating-by-gd-star-rating-for-nextgen-gallery:
Readme:
path: readme.txt
image-resize-for-chrome-and-safari:
Readme:
path: readme.txt
image-resizer-on-the-fly:
Readme:
path: readme.txt
image-responsive-slider:
Readme:
path: readme.txt
image-rotation-fixer:
Readme:
path: readme.txt
image-rotation-repair:
Readme:
path: readme.txt
image-rows:
Readme:
path: readme.txt
image-scaler:
Readme:
path: readme.txt
image-select-widget:
Readme:
path: readme.txt
image-seo:
Readme:
path: readme.txt
image-shadow:
Readme:
path: readme.txt
image-shortcake:
TranslationFile:
class: BodyPattern
path: languages/image-shortcake.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Image\-shortcake (?<v>\d+\.[\.\d]+)/i
version: true
image-shrink:
Readme:
path: readme.txt
image-sitemap:
Readme:
path: readme.txt
image-size-manager:
Readme:
path: readme.txt
image-size-selection-for-divi:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/\-Version: Image Size Selection for Divi (?<v>\d+\.[\.\d]+)/i'
version: true
image-size-type-control:
Readme:
path: readme.txt
image-slider-pearlbells:
Readme:
path: readme.txt
image-slider-responsive:
Readme:
path: readme.txt
image-slider-slideshow:
Readme:
path: readme.txt
image-slider-with-description:
Readme:
path: readme.txt
image-slideshow-pearlbells:
Readme:
path: readme.txt
image-source-control-isc:
QueryParameter:
files:
- public/assets/js/front-js.js
version: true
image-space-media:
Comment:
xpath: //comment()[contains(., "Image Space Media")]
pattern: !ruby/regexp /Image Space Media plugin v\. (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
image-store:
QueryParameter:
files:
- _js/sonar.js
- _js/touch.jquery.js
- _js/xmslider.jquery.js
- _js/imstore.js
- _js/galleriffic.js
version: true
Readme:
path: readme.txt
image-tag-manager:
Readme:
path: readme.txt
image-teleporter:
Readme:
path: readme.txt
image-text-widget:
Readme:
path: readme.txt
image-to-break-point:
Readme:
path: readme.txt
image-to-user-attribution-for-nextgen-gallery:
Readme:
path: readme.txt
image-upload-helper:
Readme:
path: readme.txt
image-upload-widget:
Readme:
path: readme.txt
image-uploader-for-welcart:
Readme:
path: readme.txt
image-vertical-reel-scroll-slideshow:
Readme:
path: readme.txt
image-video-gallery-with-categories:
Readme:
path: README.txt
image-watermark:
Readme:
path: readme.txt
image-widget:
TranslationFile:
class: BodyPattern
path: lang/image-widget.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Image Widget (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
image-xml-sitemap-generator:
Readme:
path: readme.txt
image-zoom:
Readme:
path: readme.txt
image-zoomer:
Readme:
path: readme.txt
imagebox-block:
Readme:
path: readme.txt
imagebox-module:
Readme:
path: readme.txt
imagecloud:
Readme:
path: readme.txt
imagedrop:
Readme:
path: readme.txt
imagefocuspoint:
Readme:
path: readme.txt
imagefx:
Readme:
path: readme.txt
imagelens:
Readme:
path: readme.txt
imagelightbox:
QueryParameter:
files:
- css/styles.css
- js/combined.min.js
version: true
Readme:
path: readme.txt
imagelightbox-smooth-theme:
Readme:
path: readme.txt
imagelinks-interactive-image-builder-lite:
QueryParameter:
files:
- lib/imagelinks.css
- lib/imagelinks.wp.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
imagemagick-engine:
Readme:
path: readme.txt
imagemapper:
Readme:
path: readme.txt
imagements:
Readme:
path: readme.txt
imagemenu:
Readme:
path: readme.txt
imagemeta:
Readme:
path: readme.txt
imagenius:
Readme:
path: readme.txt
imagepaste:
Readme:
path: readme.txt
imagerotate:
Readme:
path: readme.txt
images-finder-for-amazon:
Readme:
path: readme.txt
images-lazyload-and-slideshow:
Comment:
xpath: //comment()[contains(., "Lazyload and Slideshow")]
pattern: !ruby/regexp /Images Lazyload and Slideshow (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
images-optimize-and-upload-cf7:
Readme:
path: README.txt
imagescaler-modded:
Readme:
path: readme.txt
imageshack-offloader:
QueryParameter:
files:
- inc/errors.js
version: true
TranslationFile:
class: BodyPattern
path: lang/imageshack-offloader.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ ImageShack Offloader (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
imageshack-uploader:
Readme:
path: readme.txt
imagetext:
Readme:
path: readme.txt
imageurlreturner:
Readme:
path: readme.txt
imagewalk:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
imagex:
Readme:
path: readme.txt
imagexif:
Readme:
path: readme.txt
imagify:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
imajize:
QueryParameter:
files:
- public/css/imajize-public.css
- public/js/imajize-public.js
version: true
imandrod:
Readme:
path: readme.txt
imasters-report:
Readme:
path: readme.txt
imdb-connector:
QueryParameter:
files:
- styles/widgets.css
version: true
imdb-easy-movie-embed-ieme:
Comment:
xpath: //comment()[contains(., "imdb-easy-movie-embed-ieme")]
pattern: !ruby/regexp /imdb\-easy\-movie\-embed\-ieme:\ v(?<v>\d+\.[\.\d]+)/i
version: true
imdb-post-rating:
Readme:
path: readme.txt
ime-ready-taxonomy:
Readme:
path:
- readme.txt
- README.md
imedo-arztsuche:
Readme:
path: readme.txt
imega-teleport:
Readme:
path: readme.txt
img-custom-post-types:
Readme:
path: readme.txt
img-dead-simple-contact-form:
Readme:
path: readme.txt
img-show-box:
Readme:
path: readme.txt
img-simple-site-options:
Readme:
path: readme.txt
img-title-removal:
Readme:
path: readme.txt
img-title-restore:
Readme:
path: readme.txt
imgbacklink:
Readme:
path: readme.txt
imgcache:
Readme:
path: readme.txt
imgfly:
Readme:
path: readme.txt
imghaste:
Readme:
path: readme.txt
imgshow:
Readme:
path: readme.txt
imgur-oembeds:
Readme:
path: readme.txt
imgur-shortcode:
Readme:
path: readme.txt
imienniczek:
Readme:
path: readme.txt
imigino-video-connect:
Readme:
path: readme.txt
imincom-affiliate-plugin-for-wordpress:
QueryParameter:
files:
- css/imin-widget.css
version: true
Readme:
path: readme.txt
immediate-attachments:
Readme:
path: readme.txt
immediate-list-building-pro-lite:
Readme:
path: readme.txt
immersive-slider:
Readme:
path: readme.txt
immerstat:
Readme:
path: readme.txt
immobilcio-agenzie-immobiliari:
Readme:
path: readme.txt
immobiliare:
Readme:
path: readme.txt
immobilien-leadgenerator:
QueryParameter:
files:
- public/css/prt-modern.css
- public/css/nouislider.min.css
- public/css/owl.carousel.min.css
- public/css/owl.theme.default.css
- public/css/hover-min.css
version: true
immonex-kickstart:
QueryParameter:
files:
- css/frontend.css
- skins/default/css/index.css
- js/frontend.js
- skins/default/js/index.js
version: true
TranslationFile:
class: BodyPattern
path: languages/immonex-kickstart-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: immonex Kickstart (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
immonex-kickstart-team:
QueryParameter:
files:
- skins/default/css/index.css
- js/frontend.js
- skins/default/js/index.js
version: true
TranslationFile:
class: BodyPattern
path: languages/immonex-kickstart-team.pot
pattern: !ruby/regexp '/ject\-Id\-Version: immonex Kickstart Team (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
imnicamail:
Readme:
path: readme.txt
imnicamail-auto-register:
Readme:
path: readme.txt
imp-download:
Comment:
xpath: //comment()[contains(., "iMP Download")]
pattern: !ruby/regexp /Powered by iMP Download v(?<v>\d+\.[\.\d]+)/i
version: true
implied-cookie-consent:
TranslationFile:
class: BodyPattern
path: languages/implied-cookie-consent.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Implied Cookie Consent (?<v>\d+\.[\.\d]+)/i
version: true
import-bookmarks:
TranslationFile:
class: BodyPattern
path: languages/import-bookmarks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Import Bookmarks (?<v>\d+\.[\.\d]+)/i'
version: true
import-cdn-remote-images:
Readme:
path: readme.txt
import-csv-and-create-users:
Readme:
path: readme.txt
import-csv-files:
Readme:
path: readme.txt
import-export-for-woocommerce:
Readme:
path: readme.txt
import-facebook-events:
TranslationFile:
class: BodyPattern
path: languages/import-facebook-events.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Import Facebook Events (?<v>\d+\.[\.\d]+)/i
version: true
import-from-ning:
Readme:
path: readme.txt
import-from-shopify:
Readme:
path: readme.txt
import-holded-products-woocommerce:
Readme:
path: readme.txt
import-html-pages:
TranslationFile:
class: BodyPattern
path: languages/import-html-pages.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ HTML Import 2 (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
import-items-from-csv-to-existing-orders:
Readme:
path: readme.txt
import-products-to-ok-ru:
Readme:
path: readme.txt
import-shopify-to-woocommerce:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
import-spreadsheets-from-microsoft-excel:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
import-tweets-as-posts:
Readme:
path: readme.txt
import-users-from-csv-with-meta:
Readme:
path: readme.txt
import-users-to-mailchimp:
Readme:
path: readme.txt
import-vk-comments:
QueryParameter:
files:
- public/css/import-vk-comments-public.css
- public/js/import-vk-comments-public.js
version: true
importpress:
Readme:
path: readme.txt
impressive-sliders-for-elementor-page-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
improve-enqueued-asset-urls:
Readme:
path: readme.txt
improve-my-load-times:
Readme:
path: readme.txt
improved-cron:
Readme:
path: readme.txt
improved-gallery:
Readme:
path: readme.txt
improved-gd-image-editor:
Readme:
path: readme.txt
improved-image-editor:
Readme:
path: readme.txt
improved-let-it-snow:
QueryParameter:
files:
- script/snowstorm-min.js
version: true
Readme:
path: readme.txt
improved-nav-menu:
Readme:
path: readme.txt
improved-page-permalinks:
Readme:
path: readme.txt
improved-plugin-installation:
Readme:
path: readme.txt
improved-search:
Readme:
path: readme.txt
improved-user-experience:
Readme:
path: readme.txt
improved-user-search-in-backend:
Readme:
path: readme.txt
improved-widget-area:
Readme:
path: readme.txt
imsanity:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
imsupporting:
Readme:
path: readme.txt
imu-calculator:
QueryParameter:
files:
- includes/stylesheet/imu_calculator.css
- includes/js/imu_calculator.js
version: true
Readme:
path: readme.txt
in-category-order:
Readme:
path: readme.txt
in-context-admin-notes:
Readme:
path: readme.txt
in-context-comments:
Readme:
path: readme.txt
in-post-advertisment:
Readme:
path: readme.txt
in-post-rss-feeds:
Readme:
path: readme.txt
in-post-template:
Readme:
path: readme.txt
in-stock-mailer-for-woocommerce:
Readme:
path: readme.txt
in-stock-widget:
Readme:
path: readme.txt
in-twitter:
Readme:
path: readme.txt
inaccessibility-checker:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/inaccessibility-checker.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Inaccessibility Checker (?<v>\d+\.[\.\d]+)/i'
version: true
inactive-tab-message:
QueryParameter:
files:
- public/js/inactive-tab-messages-public.js
version: true
Readme:
path: README.txt
inactivity-auto-sign-out-plugin:
Readme:
path: readme.txt
inax-ir:
TranslationFile:
class: BodyPattern
path: languages/inax-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: inax v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
inboundlatino-sendy-elements:
Readme:
path: readme.txt
inboundwp-lite:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/ibwp-public.css
version: true
Readme:
path: readme.txt
inbox-widget:
Readme:
path: readme.txt
inboxads-monetize-your-emails-and-newsletters-in-minutes:
Readme:
path: readme.txt
incapsula:
Readme:
path: readme.txt
incasso-kosten-berekenen:
Readme:
path: readme.txt
incilinfo:
Readme:
path: readme.txt
include-abuledu-raconte-moi:
Readme:
path: readme.txt
include-custom-files:
Readme:
path: readme.txt
include-excluded-pages:
Readme:
path: readme.txt
include-lottie-animation-for-elementor:
Readme:
path: readme.txt
include-parent-theme-rtl-css:
Readme:
path: readme.txt
incognito-window-detect:
Readme:
path: README.txt
income-tax-calculator-india:
Readme:
path: readme.txt
incomment-referrer:
Readme:
path: readme.txt
incorrect-datetime-bug-plugin-fix:
Readme:
path: readme.txt
incuca-tech-pix-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
ind-css3-pricing-table:
Readme:
path: Readme.txt
indabug:
Readme:
path: readme.txt
indeed-api:
Readme:
path: readme.txt
indeed-apply-shortcode:
Readme:
path: readme.txt
independent-donations-widget:
Readme:
path: readme.txt
indesign-random-quotes:
Readme:
path: readme.txt
indesignhtml2post:
Readme:
path: readme.txt
index-press:
TranslationFile:
class: BodyPattern
path: lang/index-press.pot
pattern: !ruby/regexp /ion of the WordPress plugin Index Press (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
index-tag-page:
Readme:
path: readme.txt
indexic-areservation:
Readme:
path: readme.txt
indianic-testimonial:
Readme:
path: readme.txt
indianwebs-pideme-cambios:
QueryParameter:
files:
- public/css/pideme_cambios-public.css
- public/js/pideme_cambios-public.js
version: true
Readme:
path: README.txt
indianwebs-whatsapp-submit:
QueryParameter:
files:
- public/css/whatsapp_submit-public.css
- public/js/whatsapp_submit-public.js
version: true
indicadores-economicos:
Readme:
path: readme.txt
indicadores-economicos-para-colombia:
Readme:
path: readme.txt
indiebooking:
QueryParameter:
files:
- assets/css/zabuto_kalender.css
- assets/css/bootstrap-glyphicons.css
- assets/css/style.css
- assets/js/zabuto_calendar/zabuto_calendar.css
- assets/js/jquery-ui-extensions/ext-jquery-ui.css
- assets/js/default/indiebooking_util.js
- assets/js/zabuto_calendar/indiebooking_calendar.js
- assets/js/zabuto_calendar/indiebooking_calendar_functions.js
- assets/js/frontend/rs_ib_translation.js
- assets/js/frontend/autocompletebox.js
- assets/js/frontend/appartment_buchung.js
- assets/bootstrap_multiselect/bootstrap-multiselect.js
- assets/js/frontend/google_autocomplete_adress.js
version: true
indiereign-player:
Readme:
path: README.txt
indieweb-post-kinds:
QueryParameter:
files:
- css/kind.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/post_kinds.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Post Kinds (?<v>\d+\.[\.\d]+)/i
version: true
indiv-for-tablepress:
Readme:
path: readme.txt
indizar:
Readme:
path: readme.txt
indo-shipping:
Readme:
path: readme.txt
indomap:
Readme:
path: readme.txt
indonesia-affiliater-products-database-for-affiliates-online-shop:
Readme:
path: readme.txt
indypress-events:
Readme:
path: readme.txt
inespay-payment:
TranslationFile:
class: BodyPattern
path: languages/inespay-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Inespay payment (?<v>\d+\.[\.\d]+)/i'
version: true
infinidesk:
Readme:
path: readme.txt
infinite-product-scroll:
Readme:
path: readme.txt
infinite-scroll:
Readme:
path:
- readme.txt
- readme.md
infinite-scroll-and-ajax-load-more:
QueryParameter:
files:
- public/css/bliss-loadmore.css
- public/js/bliss-infinite-loadmore.js
version: true
infinite-scroll-for-elementor-with-ajax:
Readme:
path: readme.txt
infinite-scroll-from-jetpack:
Readme:
path: readme.txt
infinite-slider:
Readme:
path: README.txt
infinite-transporter:
Readme:
path: README.txt
inflo-ai-for-wp:
Readme:
path: readme.txt
influenet:
Readme:
path: readme.txt
info:
Readme:
path: readme.txt
info-box-on-new-postpage-editor:
Readme:
path: readme.txt
info-limousin:
Readme:
path: readme.txt
info-wizard:
Readme:
path: readme.txt
infobarwp:
Readme:
path: readme.txt
infoblast-sms-follower:
Readme:
path: readme.txt
infobox:
Readme:
path: readme.txt
infobvandevliet-nl:
Readme:
path: readme.txt
infocob-tracking:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
infogalore-file-folders:
QueryParameter:
files:
- css/frontend.min.css
- js/frontend.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/infogalore-folders.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ InfoGalore File Folders (?<v>\d+\.[\.\d]+)/i
version: true
infogeek-admin-themes:
Readme:
path: readme.txt
infolinks:
Readme:
path: readme.txt
infolinks-ad-wrap:
Readme:
path: readme.txt
infomous:
Readme:
path: readme.txt
inform-about-content:
Readme:
path: readme.txt
information-for-help:
Readme:
path: readme.txt
information-reel:
Readme:
path: readme.txt
informationsabfrage-spigotmc:
Readme:
path: readme.txt
infosniper:
QueryParameter:
files:
- public/css/leaflet.css
- public/css/infosniper-public.css
- public/js/leaflet.js
- public/js/tile.stamen.js
version: true
Readme:
path: README.txt
infoxicate:
Readme:
path: README.txt
infusionsoft:
Readme:
path: readme.txt
infusionsoft-affiliates:
Readme:
path: readme.txt
infusionsoft-exit-optin:
Readme:
path: readme.txt
infusionsoft-for-developers:
Readme:
path: readme.txt
infusionsoft-landing-pages:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
infusionsoft-official-opt-in-forms:
QueryParameter:
files:
- css/style.css
- js/jquery.uniform.min.js
- js/custom.js
- js/idle-timer.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
infusionsoft-one-click-upsell:
Readme:
path: readme.txt
infusionsoft-web-form-javascript:
Readme:
path: readme.txt
infusionsoft-web-form-widget:
Readme:
path: readme.txt
infusionsoft-web-tracking-code:
Readme:
path: readme.txt
ing-psp:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
inherit-featured-image:
TranslationFile:
class: BodyPattern
path: languages/inherit-featured-image.pot
pattern: !ruby/regexp '/on: JSM''s Inherit Parent Featured Image (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
inigo-seo-check:
Readme:
path: readme.txt
initial-letter:
Readme:
path: readme.txt
inject-o-matic:
Readme:
path: readme.txt
ink-official:
Readme:
path: readme.txt
ink-own-you-content:
Readme:
path: readme.txt
inline-ajax-comments:
Readme:
path: readme.txt
inline-archives:
Readme:
path: readme.txt
inline-call-to-action-builder-lite:
QueryParameter:
files:
- css/cta-frontend.css
- css/cta-animation.css
- css/available_icons/font-awesome/font-awesome.min.css
- css/animate.css
- js/wow.js
- js/jquery.fittext.js
- js/jarallax.js
- js/jarallax-video.js
- js/cta-frontend.js
version: true
inline-comments:
QueryParameter:
files:
- js/min/inline-comments.min.js
version: true
inline-javascript:
Readme:
path: readme.txt
inline-markdown:
Readme:
path: readme.txt
inline-mp3-player:
Readme:
path: readme.txt
inline-navi:
Readme:
path: readme.txt
inline-pagelist:
QueryParameter:
files:
- style.css
version: true
TranslationFile:
class: BodyPattern
path: lang/pagelist-by_BY.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Inline PageList (?<v>\d+\.[\.\d]+)/i
version: true
inline-preview:
Readme:
path: readme.txt
inline-quote-tag:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path:
- README.txt
- README.md
inline-review:
Readme:
path: readme.txt
inline-text-direction:
TranslationFile:
class: BodyPattern
path: lang/itd-ar.po
pattern: !ruby/regexp /xt\-direction\.pot \(Inline Text Direction (?<v>\d+\.[\.\d]+)/i
version: true
inline-tweet-sharer:
QueryParameter:
files:
- inline-tweet-sharer.css
- inline-tweet-sharer.js
version: true
inline-tweets:
QueryParameter:
files:
- css/shared.css
version: true
Readme:
path: readme.txt
inlinemanual:
Readme:
path: readme.txt
inn-ao-detector:
Readme:
path: readme.txt
inn-maintenance-mode-inn:
Readme:
path: readme.txt
inn-style-widget:
Readme:
path: readme.txt
innovs-woo-manager:
Readme:
path: readme.txt
innvonix-testimonials:
QueryParameter:
files:
- assets/js/owl.carousel.js
- assets/js/innvonix-custom.js
version: true
inovio-payment-gateway:
Readme:
path: readme.txt
inperks-abandoned-cart-recovery:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/inperks-abandoned-cart-recovery.pot
pattern: !ruby/regexp /art recovery for WooCommerce by Inperks (?<v>\d+\.[\.\d]+)/i
version: true
inpost-gallery:
Readme:
path: readme.txt
inqwise-shortcode:
Readme:
path: readme.txt
insert-adsense:
Readme:
path: readme.txt
insert-aside:
Readme:
path: readme.txt
insert-blocks-before-or-after-posts-content:
Readme:
path: readme.txt
insert-callout:
Readme:
path: readme.txt
insert-giphy-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
insert-headers-and-footers:
TranslationFile:
class: BodyPattern
path: languages/insert-headers-and-footers.pot
pattern: !ruby/regexp '/\-Id\-Version: Insert Headers and Footers (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
insert-html-here:
Readme:
path: readme.txt
insert-html-snippet:
Readme:
path: readme.txt
insert-image-alt-text:
QueryParameter:
files:
- public/css/insert-image-alt-text-public.css
- public/js/insert-image-alt-text-public.js
version: true
insert-javascript-css:
Readme:
path: readme.txt
insert-js-or-css-in-post-via-custom-field:
Readme:
path: readme.txt
insert-or-embed-articulate-content-into-wordpress:
Readme:
path: readme.txt
insert-pages:
Readme:
path: readme.txt
insert-php:
Readme:
path: readme.txt
insert-php-code-snippet:
Readme:
path: readme.txt
insert-post-ads:
Readme:
path: readme.txt
insert-post-block:
TranslationFile:
class: BodyPattern
path: languages/insert-post-block.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Insert Post Block (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
insert-post-from-front-end-with-featured-image:
QueryParameter:
files:
- public/css/insert_post_from_front_end-public.css
- public/js/insert_post_from_front_end-public.js
version: true
insert-shortcode-pattern:
Readme:
path: readme.txt
insert-special-characters:
Readme:
path: readme.txt
insert-tags:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
insert-text-symbols:
Readme:
path: readme.txt
insert-this-intelligent-content-inserts:
Readme:
path: README.txt
insert-tracking-code-for-google-analytics:
Readme:
path: readme.txt
insert-verification-and-analytics-code:
Readme:
path: readme.txt
insert-video-with-shortcode:
Readme:
path: readme.txt
insert-wandering-qr:
Readme:
path: readme.txt
inserttime:
Readme:
path: readme.txt
insights:
Readme:
path: readme.txt
insitebot:
Readme:
path: readme.txt
insiteful:
QueryParameter:
files:
- public/css/insiteful-public.css
version: true
insitelogin:
Readme:
path: readme.txt
inspect-gravityforms:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
inspectlet-heatmaps-and-user-session-recording:
Readme:
path: readme.txt
inspectlet-websites-headmap:
Readme:
path: readme.txt
inspirational-quote-rotator:
Readme:
path: readme.txt
inspire-dolly:
Readme:
path: readme.txt
inspiring-dashboards:
Readme:
path: readme.txt
insta-gallery:
QueryParameter:
files:
- assets/insta-gallery.css
version: true
Readme:
path: readme.txt
insta-social-feed:
Readme:
path: readme.txt
instagram-feed:
JavascriptVar:
xpath: //script[not(@src) and contains(., "sbiajaxurl")]
pattern: !ruby/regexp /var sbiajaxurl =/
QueryParameter:
files:
- css/sb-instagram.min.css
- js/sb-instagram.min.js
version: true
Readme:
path: README.txt
instagram-slider-widget:
QueryParameter:
files:
- assets/css/instag-slider.css
version: true
Readme:
path: readme.txt
instagram-widget-by-wpzoom:
QueryParameter:
files:
- css/instagram-widget.css
- js/instagram-widget.js
version: true
Readme:
path: readme.txt
instalinker:
QueryParameter:
files:
- assets/instalink-lite/instalink-lite-1.4.0.min.css
- assets/instalink-lite/instalink-lite-1.4.0.min.js
version: true
install-fitvids-embed-fluid-width-videos:
QueryParameter:
files:
- public/js/fitvids-fluid-video-public.js
version: true
install-profiles:
Readme:
path: readme.txt
instant-annotation:
QueryParameter:
files:
- public/css/ia-public.css
- public/js/ia-public.js
- public/css/iasemantify-public.css
- public/js/iasemantify-public.js
version: true
instant-breadcrumbs:
Readme:
path: readme.txt
instant-breaking-news:
QueryParameter:
files:
- assets/styles/public.css
- assets/scripts/public.js
version: true
Readme:
path: readme.txt
instant-css:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
instant-faq-page:
Readme:
path: readme.txt
instant-images:
Readme:
path: README.txt
instant-seo:
QueryParameter:
files:
- js/instantpage-1.2.2.js
version: true
instant-translate-widget:
Readme:
path: README.txt
instant-web-highlighter:
Readme:
path: readme.txt
instant-weekly-roundup:
QueryParameter:
files:
- css/instant_weekly_roundup.css
version: true
instantclick:
Readme:
path: readme.txt
instantempo:
Readme:
path: readme.txt
instantsearch-for-woocommerce:
QueryParameter:
files:
- public/assets/css/wcis_plugin.css
version: true
instapage:
Readme:
path: README.txt
instapago:
Readme:
path: readme.txt
instapaper-friendly:
Readme:
path: readme.txt
instapaper-liked-article-posts:
Readme:
path: readme.txt
instascaler-get-traffic:
QueryParameter:
files:
- public/css/instawp-public.css
- public/js/instawp-public.js
version: true
instashare:
QueryParameter:
files:
- public/css/instashare-public.css
- public/js/instashare-public.js
version: true
instashop:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
instashow-lite:
QueryParameter:
files:
- assets/instashow-lite/dist/jquery.instashow-lite.packaged.js
version: true
Readme:
path: readme.txt
instruct:
Readme:
path: readme.txt
instructables:
Readme:
path: readme.txt
insults:
Readme:
path: readme.txt
integrate-aweber-and-contact-form-7:
Readme:
path: README.txt
integrate-benchmarkemail-crm-elementor:
Readme:
path: readme.txt
integrate-caldera-forms-salesforce:
TranslationFile:
class: BodyPattern
path: languages/integrate-caldera-forms-salesforce.pot
pattern: !ruby/regexp /gration of Caldera Forms and Salesforce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
integrate-charitable-instamojo:
Readme:
path: readme.txt
integrate-contact-form-7-and-aweber:
Readme:
path: readme.txt
integrate-convertkit-wpforms:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
integrate-elementor-form-with-mailster:
Readme:
path:
- readme.txt
- README.md
integrate-firebase:
QueryParameter:
files:
- js/firebase.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
integrate-fonepay-in-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-fonepay.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WooCommerce Fonepay (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
integrate-polarsteps:
TranslationFile:
class: BodyPattern
path: languages/integrate-polarsteps.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Polarsteps Integration (?<v>\d+\.[\.\d]+)/i
version: true
integrate-ticket-master:
QueryParameter:
files:
- includes/css/bootstrap.min.css
- includes/css/ank-wp-ticket-custom.css
- includes/css/font-awesome.css
- includes/js/bootstrap.min.js
version: true
integration-allegro-woocommerce:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/waint.pot
pattern: !ruby/regexp /Integration of Allegro and WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
integration-cds:
TranslationFile:
class: BodyPattern
path: languages/integration-cds.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Integration CDS (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
integration-dynamics:
TranslationFile:
class: BodyPattern
path: languages/integration-dynamics.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Dynamics 365 Integration (?<v>\d+\.[\.\d]+)/i
version: true
integration-for-contact-form-7-and-pipedrive:
Readme:
path: readme.txt
integration-for-freeagent-woocommerce:
Readme:
path: readme.txt
integration-for-gravity-forms-and-pipedrive:
Readme:
path: readme.txt
integration-for-otp-ebiz-woocommerce:
Readme:
path: readme.txt
integration-for-salsa-and-gravity-forms:
Readme:
path: readme.txt
integration-of-capsule-crm-for-contact-form-7:
Readme:
path: readme.txt
integrations-for-elementor:
Readme:
path: readme.txt
integrator3:
Readme:
path: readme.txt
intelliads:
Readme:
path: readme.txt
intelligence:
QueryParameter:
files:
- public/css/intel-public.css
- public/js/intel-public.js
- js/intel.js
version: true
intellipush:
QueryParameter:
files:
- public/css/intellipush-public.css
- public/js/intellipush-public.js
- public/js/intellipush-cartAbandonment.js
version: true
TranslationFile:
class: BodyPattern
path: languages/intellipush.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Intellipush (?<v>\d+\.[\.\d]+)/i'
version: true
intellispire-thrive-shortcodes:
Readme:
path: readme.txt
intelliwidget-elements:
Readme:
path: readme.txt
intelliwidget-gallery-slides:
Readme:
path: readme.txt
intelliwidget-per-page-featured-posts-and-menus:
QueryParameter:
files:
- templates/intelliwidget.css
version: true
intelly-posts-footer-manager:
QueryParameter:
pattern: !ruby/regexp /v=(?<v>\d+\.[\.\d]+)/i
files:
- assets/js/library.js
version: true
Readme:
path: readme.txt
intelly-related-posts:
Readme:
path: readme.txt
intelly-welcome-bar:
QueryParameter:
pattern: !ruby/regexp /v=(?<v>\d+\.[\.\d]+)/i
files:
- assets/js/library.js
version: true
Readme:
path: readme.txt
intense-turkiye-il-ilce-eklentisi-for-woocommerce:
Readme:
path: readme.txt
intensedebate-importer:
Readme:
path: readme.txt
intensedebate-xml-importer-blogger-to-wordpress:
Readme:
path: readme.txt
interactive-3d-flipbook-powered-physics-engine:
Readme:
path: readme.txt
interactive-australia-map:
Readme:
path: readme.txt
interactive-geo-maps:
Readme:
path: readme.txt
interactive-hail-reports-heat-map:
Readme:
path: readme.txt
interactive-map-of-the-us-regions:
Readme:
path: readme.txt
interactive-map-shortcode-for-project-map-it:
Readme:
path: readme.md
interactive-medical-drawing-of-human-body:
Readme:
path: readme.txt
interactive-page-hierarchy:
Readme:
path: readme.txt
interactive-posts:
Readme:
path: readme.txt
interactive-promo:
Readme:
path: readme.txt
interactive-svg-map:
QueryParameter:
files:
- js/jquery.vmap.js
- js/maps/jquery.vmap..js
- js/interactive-map.js
version: true
interactive-uk-map:
Readme:
path: readme.txt
interactive-us-map:
Readme:
path: readme.txt
interactive-world-map:
Readme:
path: readme.txt
interactivecalculator:
Readme:
path:
- readme.txt
- README.md
intergeo-maps:
StyleComment:
class: BodyPattern
path: css/frontend.css
pattern: !ruby/regexp /Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
intermittent-date:
Readme:
path: readme.txt
internal-link-builder:
Readme:
path: readme.txt
internal-link-checker:
Readme:
path: readme.txt
internal-link-manager:
Readme:
path: readme.txt
internal-link-shortcode:
Readme:
path: README.txt
internal-link-widget:
Readme:
path: readme.txt
internal-linking-for-scheduled-posts:
Readme:
path: readme.txt
internal-notes:
Readme:
path: README.txt
international-namedays:
Readme:
path: readme.txt
internet-archive-video-resizer:
Readme:
path: readme.txt
internet-connection-status:
QueryParameter:
files:
- assets/css/language/offline-language-english.min.css
- assets/css/theme/offline-theme-default.css
- assets/js/offline.min.js
- assets/js/internet-connection.js
- assets/js/offline.js
version: true
Readme:
path: readme.txt
internet-connection-test:
Readme:
path: readme.txt
internet-explorer-6-upgrade:
Readme:
path: readme.txt
internet-explorer-site-pinning:
Readme:
path: readme.txt
internet-time:
Readme:
path: readme.txt
internetalytics:
Readme:
path: readme.txt
interslider:
Readme:
path: readme.txt
interspire-users-subscription:
Readme:
path: readme.txt
interstitial-ads:
Readme:
path: readme.txt
interstrategy-business-listings:
Readme:
path: readme.txt
interstrategy-events-manager:
Readme:
path: readme.txt
intlwp:
Readme:
path: readme.txt
intrackt-companion-products:
Readme:
path: readme.txt
intrackt-offers:
Readme:
path: readme.txt
intrackt-vendors:
Readme:
path: readme.txt
intralinks:
Readme:
path: readme.txt
intranet-restriction-for-posts-and-pages:
Readme:
path: readme.txt
intraplayer:
Readme:
path: readme.txt
intro-wrapper:
Readme:
path: readme.txt
intuitive-category-checklist:
Readme:
path: readme.txt
intuitive-custom-post-order:
Readme:
path: readme.txt
intuitive-navigation:
Readme:
path: readme.txt
invalidate-logged-out-cookies:
Readme:
path: readme.txt
invasive-species-of-the-week:
Readme:
path: README.txt
invelity-gls-online-connect:
Readme:
path: readme.txt
invelity-gls-parcelshop:
Readme:
path: README.txt
invelity-ikros-invoices:
Readme:
path: readme.txt
invelity-mygls-connect:
Readme:
path: readme.txt
invelity-products-feeds:
Readme:
path: readme.txt
invelity-sps-connect:
Readme:
path: readme.txt
inventory-history:
Readme:
path: readme.txt
investment-decision-helper:
Readme:
path: readme.txt
inviare-sms-gratis:
Readme:
path: readme.txt
invisible:
Readme:
path: readme.txt
invisible-optin:
Readme:
path: readme.txt
invisible-recaptcha:
Readme:
path: readme.txt
invitation-based-registrations:
Readme:
path: README.txt
invitation-code-checker:
Readme:
path: readme.txt
invitations-for-slack:
QueryParameter:
files:
- invitations-for-slack/scripts/script.js
version: true
invite-friends:
Readme:
path: README.txt
invite-friends-to-register:
Readme:
path: readme.txt
invition-print-ship:
Readme:
path: readme.txt
invition-print-ship-zakeke:
Readme:
path: readme.txt
invoice-creator:
QueryParameter:
files:
- assets/css/style.min.css
- assets/css/jquery.dataTables.css
- assets/js/pravel-repeater.js
- assets/js/pravel-verification-code.min.js
- assets/js/pravel_sweetalert.min.js
- assets/js/jquery.dataTables.js
- assets/js/main.min.js
version: true
Readme:
path: readme.txt
invoice-gateway-for-woocommerce:
Readme:
path: readme.txt
invoice-king-pro:
Readme:
path: readme.txt
invoiceem:
Readme:
path: readme.txt
invoices-by-customer-347:
Readme:
path: readme.txt
invoicing:
QueryParameter:
files:
- assets/css/invoice-front.css
- assets/js/jsvat.js
- assets/js/euvat.js
- assets/js/invoice-front.js
version: true
TranslationFile:
class: BodyPattern
path: languages/invoicing-en_US.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Invoicing (?<v>\d+\.[\.\d]+)/i
version: true
invoicing-for-economic:
Readme:
path: readme.txt
invoicing-quotes:
QueryParameter:
files:
- public/css/wpinv-quotes-public.css
- public/js/wpinv-quotes-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wpinv-quotes-en_US.po
pattern: !ruby/regexp /roject\-Id\-Version:\ Quotes for Invoicing (?<v>\d+\.[\.\d]+)/i
version: true
inwebo-login:
Readme:
path: readme.txt
io-engagement-analytics:
Readme:
path: readme.txt
iogly:
Readme:
path: README.txt
ioncube-tester-plus:
Readme:
path: readme.txt
ionhighlight:
Readme:
path: readme.txt
iorad-editor:
Readme:
path: readme.txt
ios-alternate-theme:
Readme:
path: readme.txt
ios-icon-renderer:
Readme:
path: readme.txt
ios-icons-for-wordpress:
Readme:
path: readme.txt
ios-images-fixer:
Readme:
path: readme.txt
iosec-anti-flood-security-gateway-module:
Readme:
path: readme.txt
ip-address-approval:
Readme:
path: readme.txt
ip-address-checker:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\da-z]+)(?!.*v\d+\.[\.\da-z]+)/mi
version: true
Readme:
path: readme.txt
ip-blacklist-cloudflare:
Readme:
path: readme.txt
ip-blocker-wp:
MetaTag:
class: Xpath
xpath: //meta[contains(@name, "IP Blocker WP")]/@content
version: true
ip-dependent-cookies:
Readme:
path: readme.txt
ip-filter:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/ipfilter-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: ipfilter (?<v>\d+\.[\.\d]+)/i'
version: true
ip-geo-block:
TranslationFile:
class: BodyPattern
path: languages/ip-geo-block.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ IP Geo Block (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
ip-intelligence:
Readme:
path: readme.txt
ip-locator:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
ip-metaboxes:
Readme:
path: readme.txt
ip-poi-map-list:
QueryParameter:
files:
- public/css/ip-poi_map_list-public.css
- public/css/display_component_style.css
- public/js/ip-poi_map_list-public.js
version: true
ip-to-country:
Readme:
path: readme.txt
ip-vault-wp-firewall:
Readme:
path: readme.txt
ip2country:
Readme:
path: readme.txt
ip2currency-converter:
Readme:
path: readme.txt
ip2location-world-clock:
Readme:
path: readme.txt
ip2map:
Readme:
path: readme.txt
ip2phrase-widget:
Readme:
path: readme.txt
ipad-swipe:
Readme:
path: readme.txt
ipad-widget:
Readme:
path: readme.txt
ipage-slides:
Readme:
path: readme.txt
ipages-flipbook:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ipanorama-360-virtual-tour-builder-lite:
QueryParameter:
files:
- lib/ipanorama.css
- lib/ipanorama.wp.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ipaper:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
ipay-ghana:
Readme:
path: readme.txt
ipay-manual-payment:
Readme:
path: readme.txt
ipb-comments-for-wordpress:
Readme:
path: readme.txt
ipb-last-topics:
Readme:
path: readme.txt
ipblocklist:
Readme:
path: readme.txt
ipdata:
Readme:
path: readme.txt
ipgp-ip-address-lookup-widget:
Readme:
path: readme.txt
ipgp-visitors-origin:
Readme:
path: readme.txt
iphone-widget:
Readme:
path: readme.txt
iphoneize-my-feed:
Readme:
path: readme.txt
iplocationtools-real-time-visitor-widget:
Readme:
path: readme.txt
ipmanager-connector:
Readme:
path: readme.txt
ipod-widget:
Readme:
path: readme.txt
ipost:
Readme:
path: readme.txt
ippanel-sms-pro-for-gravity-forms:
Readme:
path: readme.txt
iprojectweb:
Readme:
path: readme.txt
ipros24-google-translate-widget:
TranslationFile:
class: BodyPattern
path: languages/ipros24-google-translate-ru_RU.po
pattern: !ruby/regexp '/ct\-Id\-Version: iPROS24 Google Translate (?<v>\d+\.[\.\d]+)/i'
version: true
ipros24-notices:
TranslationFile:
class: BodyPattern
path: languages/ipros24-notices-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: iPROS24 Notices (?<v>\d+\.[\.\d]+)/i'
version: true
ips-watermark:
Readme:
path: readme.txt
ipsum-maker:
Readme:
path: readme.txt
ipush:
Readme:
path: readme.txt
ipv6detector:
Readme:
path: readme.txt
iq-block-country:
Readme:
path: readme.txt
iq-testimonials:
Readme:
path: readme.txt
iqcalc-covid-19-isolation-and-quarantine-calculator:
Readme:
path: readme.txt
iqdesk-seo-fix:
Readme:
path: readme.txt
ir-manager:
Readme:
path: readme.txt
ir-sms:
Readme:
path: readme.txt
iran-alves-upload-and-update-list-of-files:
Readme:
path: readme.txt
irate:
Readme:
path: readme.txt
irecord-form:
Readme:
path: readme.txt
iremotewp:
Readme:
path: readme.txt
irex-1000-widget:
Readme:
path: readme.txt
irex-800-widget:
Readme:
path: readme.txt
irex-iliad-black-widget:
Readme:
path: readme.txt
irex-iliad-silver-widget:
Readme:
path: readme.txt
irisnet-api:
Readme:
path: readme.txt
irm-newsroom:
Readme:
path: README.txt
irmologion:
Readme:
path: readme.txt
irobotstxt-seo:
Readme:
path: readme.txt
is-circular-photo-gallery:
QueryParameter:
files:
- js/iscirculargallery.js
version: true
Readme:
path: readme.txt
is-latest-post:
Readme:
path: readme.txt
is-photo-gallery:
Readme:
path: readme.txt
is-user-premium:
Readme:
path: readme.txt
is-wp-connector:
Readme:
path: readme.txt
iscribbled:
QueryParameter:
files:
- scripts/bootstrap.js
pattern: !ruby/regexp /ver=(?<v>[\d\.]+)/i
version: true
isd-wordpress-rss-feed-plugin:
Readme:
path: readme.txt
isd-wordpress-rss-feeds-plugin:
Readme:
path: readme.txt
isearch:
Readme:
path: readme.txt
isiatotop:
QueryParameter:
files:
- assets/css/isiaToTop.min.css
- assets/public/css/custom.css
- assets/js/isiaToTop.min.js
- assets/public/js/init.js
version: true
isimpledesign-amazon-s3-music-player-plugin:
Readme:
path: readme.txt
isimpledesign-clicktell-text-message:
Readme:
path: readme.txt
isizer:
Readme:
path: readme.txt
islamic-graphics:
Readme:
path: readme.txt
islamic-praise:
Readme:
path: readme.txt
islidex:
Readme:
path: readme.txt
ismobile:
Readme:
path: readme.txt
isms:
Readme:
path: readme.txt
isms-2-factor-authentication:
Readme:
path: readme.txt
isms-contact-form:
Readme:
path: readme.txt
isms-contact-form-with-2-factor-authenticator:
Readme:
path: readme.txt
isolation-flow-manager:
Readme:
path: readme.txt
israel-cities-dropdown:
Readme:
path: readme.txt
israel-post-for-woocommerce:
Readme:
path: readme.txt
isshrinker:
Readme:
path: readme.txt
issiy-for-yoast:
Readme:
path: readme.txt
issuem:
QueryParameter:
files:
- css/issuem.css
- css/flexslider.css
- js/jquery.flexslider-min.js
version: true
issuu-magazine-display:
Readme:
path: readme.txt
issuu-panel:
Readme:
path: readme.txt
issuupress:
Readme:
path: readme.txt
istiesms:
Readme:
path: readme.txt
isurvey:
Readme:
path: readme.txt
isw-blocks:
Readme:
path: readme.txt
it-news-widget:
Readme:
path: readme.txt
it-popups:
QueryParameter:
files:
- assets/css/itpopup-front.css
- assets/js/itpopup-front.js
version: true
italkereso-hu-nak-automatikus-arlista-frissites:
Readme:
path: readme.txt
italy-cookie-choices:
Readme:
path: readme.txt
itbazar-products-exporter:
Readme:
path: readme.txt
iteia-wp-video:
Readme:
path: readme.txt
itempropwp:
QueryParameter:
files:
- assets/css/itempropwp.css
version: true
Readme:
path: readme.txt
iteras:
Comment:
xpath: //comment()[contains(., "iteras")]
pattern: !ruby/regexp /\/iteras\/public\/assets\/css\/ie\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/truncate.js
- public/assets/js/box.js
version: true
itg-rztka:
Readme:
path: readme.txt
ithemes-sync:
ChangeLog:
class: BodyPattern
path: history.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- [\d\-]{8,} \-(?!.*\d+\.[\.\d]+
\- [\d\-]{8,} \-)/mi
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/ithemes-sync.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: iThemes Sync (?<v>\d+\.[\.\d]+)/i'
version: true
ithink-logistics-ecommerce-shipping-in-india:
Readme:
path: readme.txt
ithoughts-tooltip-glossary:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
itm-option-panel:
Readme:
path: readme.txt
itp-cookie-saver:
QueryParameter:
files:
- frontend/js/nsc_ics_cookiesaver.js
version: true
Readme:
path: readme.txt
itro-popup:
Readme:
path: readme.txt
its-wordpress:
Readme:
path: readme.txt
itstream:
Readme:
path: README.txt
itunes-affiliate-link-maker:
Readme:
path: readme.txt
itunes-preview-widget:
Readme:
path: readme.txt
iubenda-cookie-law-solution:
Readme:
path: readme.txt
iugu-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/iugu-woocommerce.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce iugu (?<v>\d+\.[\.\d]+)/i'
version: true
ivc-box-widget:
Readme:
path: readme.txt
ivenc-calculator:
Readme:
path: README.txt
iveribuynow:
Readme:
path: readme.txt
ivisa-travel:
QueryParameter:
files:
- public/css/ivisa-public.css
- public/js/ivisa-public.js
version: true
ivolunteer:
Readme:
path: readme.txt
ivplayer:
Readme:
path: README.txt
ivycat-ajax-testimonials:
TranslationFile:
class: BodyPattern
path: languages/ivycat-ajax-testimonials.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ IvyCat AJAX Testimonials (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ivysilani-shortcode:
Readme:
path: readme.txt
iw-magnific-popup:
Readme:
path: readme.txt
iweblab-hosting-manager:
Readme:
path: readme.txt
iwg-faster-tagging:
Readme:
path: readme.txt
iwg-hide-dashboard:
Readme:
path: readme.txt
iwp-client:
Readme:
path: readme.txt
iwphone:
Readme:
path: readme.txt
iwr-tooltip:
Readme:
path: readme.txt
iwsm-customize-background-images:
Readme:
path: README.txt
ixml:
Readme:
path: readme.txt
izlesene:
Readme:
path: readme.txt
izo-companion:
Readme:
path: README.txt
izooto-web-push:
Readme:
path: readme.txt
izzyhelp-handy-helpdesk:
Readme:
path: readme.txt
j14-updates:
Readme:
path: readme.txt
jab-external-links-newtab:
Readme:
path: readme.txt
jade-gdpr:
QueryParameter:
files:
- public/css/jade-gdpr-public.css
- public/js/jade-gdpr-public.js
version: true
jaiku-mbz:
Readme:
path: readme.txt
jajadi-training:
TranslationFile:
class: BodyPattern
path: languages/jajadi-training-ko_KR.po
pattern: !ruby/regexp /d\-Version:\ JaJaDi Training and Courses v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jalbum-badge:
Readme:
path: readme.txt
jalil-toolkit:
QueryParameter:
files:
- assets/js/active.js
version: true
jambis-comments:
Readme:
path: readme.txt
jambopay-woocommerce-payment-gateway:
Readme:
path: readme.txt
jameels-dev-tools:
Readme:
path: readme.txt
jamie-social-icons:
Readme:
path: readme.txt
jamies-wp-arrow-newsletter-subscriber:
Readme:
path: readme.txt
jamp-notes:
TranslationFile:
class: BodyPattern
path: languages/jamp-it_IT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: JAMP Notes (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
janes-related-posts:
Readme:
path: readme.txt
janrain-capture:
Readme:
path: readme.txt
japan-tenki:
Readme:
path: readme.txt
japanese-font-for-tinymce:
Readme:
path: readme.txt
japansoc-voting-button-for-blogs:
Readme:
path: readme.txt
jarila-ads:
Readme:
path: readme.txt
jarvis:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
jarvix-pay-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
jasperreports-io:
Readme:
path: readme.txt
jaspreetchahals-coupons-lite:
Readme:
path: readme.txt
jaspreetchahals-wordpress-bot-detector-lite:
Readme:
path: readme.txt
javascript-css-accordion:
Readme:
path: readme.txt
javascript-flickr-badge:
Readme:
path: readme.txt
javascript-image-loader:
Readme:
path: readme.txt
javascript-logic:
Readme:
path: readme.txt
javascript-notifier:
QueryParameter:
files:
- css/javascript-notifier.css
version: true
javascript-obfuscator:
Readme:
path: readme.txt
javascript-per-page:
Readme:
path: readme.txt
javascript-shortcode:
Readme:
path: readme.txt
javascript-snowflake-generator:
Readme:
path: readme.txt
javek-uploader:
Readme:
path: readme.txt
jay-rss-show:
Readme:
path: readme.txt
jayj-quicktag:
Readme:
path:
- readme.txt
- README.md
jays-wordpress-admin-plugin:
Readme:
path: readme.txt
jazzchat:
Readme:
path: readme.txt
jb-common:
TranslationFile:
class: BodyPattern
path: loc/jb-common.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ JB Common v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jbreadcrumb-aink:
Readme:
path: readme.txt
jbx-category-columns:
QueryParameter:
files:
- jbxCatColumns-style.css
version: true
Readme:
path: readme.txt
jc-iprestrictions:
Readme:
path: readme.txt
jc-link-maker:
Readme:
path: readme.txt
jc-pinterest-pin:
Readme:
path: readme.txt
jc-skype-addon:
Readme:
path: readme.txt
jc-wp-project:
Readme:
path: readme.txt
jcarousel-for-wordpress:
Readme:
path: readme.txt
jcarousel-post-slider:
Readme:
path: readme.txt
jcc-payment-gateway-for-wc:
Readme:
path: readme.txt
jcolorboxzoom:
Readme:
path: readme.txt
jcontact:
Readme:
path: readme.txt
jcwp-capslock-detection:
Readme:
path: readme.txt
jcwp-copy-paste-blocker:
Readme:
path: readme.txt
jcwp-left-right-key-navigation:
Readme:
path: readme.txt
jcwp-like-to-unlock-lite:
QueryParameter:
files:
- application.js
version: true
Readme:
path: readme.txt
jcwp-scroll-to-top:
Readme:
path: readme.txt
jcwp-simple-table-of-contents:
Readme:
path: readme.txt
jcwp-youtube-channel-embed:
Readme:
path: readme.txt
jd-faq:
QueryParameter:
files:
- css/jquery.accordion.css
- js/jquery.accordion.js
- css/wpoh-public-faq.css
- js/wpoh-public-faq.js
version: true
je-suis-charlie:
Readme:
path: readme.txt
je-suis-charlie-ribbon-mc:
Readme:
path: readme.txt
jeba-ajax-mailchimp:
Readme:
path: readme.txt
jeba-awesome-slider:
Readme:
path: readme.txt
jeba-cute-carousel:
Readme:
path: readme.txt
jeba-cute-forkit:
Readme:
path: readme.txt
jeba-cute-portfolio:
Readme:
path: readme.txt
jeba-cute-slider:
Readme:
path: readme.txt
jeba-cute-tab:
Readme:
path: readme.txt
jeba-divas-slider:
Readme:
path: readme.txt
jeba-filterable-portfolio:
Readme:
path: readme.txt
jeba-prograssbar:
Readme:
path: readme.txt
jebe-cute-social-slide:
Readme:
path: readme.txt
jeero:
Readme:
path: readme.txt
jekuntmeer-nl:
TranslationFile:
class: BodyPattern
path: languages/nl_NL.po
pattern: !ruby/regexp /roject\-Id\-Version:\ Jekuntmeer\.nl Plugin (?<v>\d+\.[\.\d]+)/i
version: true
jellyfish-backdrop:
Readme:
path: readme.txt
jellyfish-counter-widget:
Readme:
path: readme.txt
jellyfish-invaders:
Readme:
path: readme.txt
jeowp:
Readme:
path: README.txt
jet-footer-code:
Readme:
path: readme.txt
jet-member-could:
Readme:
path: readme.txt
jet-quickpress:
Readme:
path: readme.txt
jet-set-go:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-jet-integration-en_US.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Jet Set GO (?<v>\d+\.[\.\d]+)/i
version: true
jet-skinner-for-buddypress:
Readme:
path: readme.txt
jet-unit-site-could:
Readme:
path: readme.txt
jetbook-black-widget:
Readme:
path: readme.txt
jetbook-red-widget:
Readme:
path: readme.txt
jetgridbuilder:
Readme:
path: readme.txt
jetmails-subscribe-form:
Readme:
path: readme.txt
jetpack:
QueryParameter:
files:
- css/jetpack.css
version: true
Readme:
path: readme.txt
jetpack-boost:
Readme:
path: readme.txt
jetpack-dev-mode:
Readme:
path: readme.txt
jetpack-easy-playlists:
Readme:
path: readme.txt
jetpack-extras:
Readme:
path: readme.txt
jetpack-feedback-exporter:
Readme:
path: readme.txt
jetpack-follow-link-for-p2:
Readme:
path: readme.txt
jetpack-gplus-provider:
Readme:
path: readme.txt
jetpack-holiday-snow-opt-in:
TranslationFile:
class: BodyPattern
path: languages/jetpack-holiday-snow-opt-in.pot
pattern: !ruby/regexp '/Id\-Version: Jetpack Holiday Snow Opt\-In (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
jetpack-markdown-support:
Readme:
path: readme.txt
jetpack-non-admin-removal:
Readme:
path: readme.txt
jetpack-only-for-admins:
Readme:
path: readme.txt
jetpack-photon-for-nextgen-gallery:
Readme:
path: readme.txt
jetpack-popular-posts:
Readme:
path: readme.txt
jetpack-post-statistic-link-plugin:
Readme:
path: readme.txt
jetpack-post-views:
Readme:
path: readme.txt
jetpack-slideshow-caption:
Readme:
path: readme.txt
jetpack-status-board:
Readme:
path: readme.txt
jetpack-subscription-form:
Readme:
path: readme.txt
jetpack-twitter-via:
Readme:
path: readme.txt
jetpack-widget-visibility-additional-fields-query-args:
Readme:
path: README.txt
jetpack-widget-visibility-additional-fields-wpml-language:
Readme:
path: README.txt
jetpacks-melt-snow:
Readme:
path: readme.txt
jetstash-connect:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
jettweet:
Readme:
path: readme.txt
jetwidgets-for-elementor:
QueryParameter:
files:
- assets/css/jet-widgets.css
- assets/css/jet-widgets-skin.css
version: true
jewelfit-virtual-jewellery-try-on:
QueryParameter:
files:
- public/css/virtual-jewellery-try-on-public.css
- public/css/jquery-ui.css
- public/css/bootstrap-responsive.css
- public/css/bootstrap.min.css
- public/js/virtual-jewellery-try-on-public.js
- public/js/html2canvas.min.js
- public/js/load_core_functions.js
version: true
jf-simple-coming-soon:
TranslationFile:
class: BodyPattern
path: lang/plugin-name.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
jflow-plus:
Readme:
path: readme.txt
jgc-contact-info-widget:
QueryParameter:
files:
- css/jgcciw-style.css
version: true
jgc-content-for-registered-users:
QueryParameter:
files:
- css/jgc-cfr-style.css
version: true
jh-404-logger:
Readme:
path: readme.txt
jiaoliuping:
Readme:
path: readme.txt
jiathis:
Readme:
path: readme.txt
jiathis-sharefollowlikebookmark-buttons:
Readme:
path: readme.txt
jibber-voice-comments:
QueryParameter:
files:
- script.js
version: true
jigoshop-basic-bundle-shipping:
Readme:
path: readme.txt
jigoshop-basic-weight-shipping:
Readme:
path: readme.txt
jigoshop-braintree-gateway:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
jigoshop-coupon-products:
Readme:
path: README.txt
jigoshop-credimax:
Readme:
path: readme.txt
jigoshop-custom-payment-gateway:
Readme:
path: readme.txt
jigoshop-exporter:
Readme:
path: readme.txt
jigoshop-mini-cart:
Readme:
path: readme.txt
jigoshop-monster-widget:
Readme:
path: readme.txt
jigoshop-order-locator:
Readme:
path: README.txt
jigoshop-payflow-gateway:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
jigoshop-paypal-payments-pro:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
jigoshop-photos-product-tab:
Readme:
path: readme.txt
jigoshop-pinterest-button-extension:
Readme:
path: readme.txt
jigoshop-product-addons:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
jigoshop-putler-connector:
Readme:
path: readme.txt
jigoshop-related-products-carousel-free:
QueryParameter:
files:
- css/relcarouself.css
version: true
jigoshop-smart-send-shipping:
Readme:
path: readme.txt
jigoshop-store-toolkit:
Readme:
path: readme.txt
jigoshop-video-product-tab:
Readme:
path: readme.txt
jigoshop-youtube-video-product-tab:
Readme:
path: readme.txt
jigsaw:
Readme:
path: readme.txt
jilt-for-edd:
TranslationFile:
class: BodyPattern
path: i18n/languages/jilt-for-edd.pot
pattern: !ruby/regexp /ersion:\ Jilt for Easy Digital Downloads (?<v>\d+\.[\.\d]+)/i
version: true
jilt-for-woocommerce:
TranslationFile:
class: BodyPattern
path: i18n/languages/jilt-for-woocommerce.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Jilt for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
jin-menu:
Readme:
path: readme.txt
jingle-contextual:
Readme:
path: readme.txt
jinshuju:
Readme:
path: readme.txt
jinx-the-javascript-includer:
Readme:
path: readme.txt
jirnee:
Readme:
path: readme.txt
jitbit-live-chat:
Readme:
path: readme.txt
jivochat:
TranslationFile:
class: BodyPattern
path: jivosite-ru_RU.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ JivoChat v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jj-nextgen-image-list:
Readme:
path: readme.txt
jj-nextgen-jquery-carousel:
Readme:
path: readme.txt
jj-nextgen-jquery-cycle:
Readme:
path: readme.txt
jj-nextgen-jquery-slider:
Readme:
path: readme.txt
jj-nextgen-unload:
Readme:
path: readme.txt
jj-simple-signup:
Readme:
path: readme.txt
jj-swfobject:
Readme:
path: readme.txt
jj-wp-easy-navigation:
Readme:
path: readme.txt
jk-development-console:
Readme:
path: README.txt
jk-google-analytics:
Readme:
path: readme.txt
jkeymagic:
Readme:
path: readme.txt
jkl-reviews:
Readme:
path:
- readme.txt
- readme.md
jlayer-parallax-slider-wp:
Readme:
path: readme.txt
jm-responsive-video-embeds:
QueryParameter:
files:
- css/rwd-embed.min.css
version: true
jm-twit-this-comment:
Readme:
path: readme.txt
jm-twitter-cards:
Comment:
xpath: //comment()[contains(., "JM Twitter")]
pattern: !ruby/regexp /JM Twitter Cards by Julien Maury (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jm-wp-cookie-bar:
Readme:
path: readme.txt
jmbtrn:
Readme:
path: readme.txt
jne-shipping:
Readme:
path: readme.txt
job-app-manager:
Readme:
path:
- README.txt
- README.md
job-listings-from-remoteok-io:
QueryParameter:
files:
- assets/css/rok.css
- assets/js/rok.js
version: true
job-manager:
QueryParameter:
files:
- css/display.css
- js/display.js
version: true
Readme:
path: readme.txt
job-manager-by-smartrecruiters:
Readme:
path: readme.txt
job-manager-career:
Readme:
path: readme.txt
job-offers-careers:
Readme:
path: readme.txt
job-postings:
QueryParameter:
pattern: !ruby/regexp /v=(?<v>\d+\.[\.\d]+)/i
files:
- css/style.css
- js/script.js
version: true
job-tracker:
Readme:
path: readme.txt
jobboardwp:
QueryParameter:
files:
- assets/common/libs/select2/css/select2.min.css
- assets/common/libs/tipsy/css/tipsy.min.css
- assets/common/css/helptip.min.css
- assets/frontend/css/common.min.css
- assets/frontend/css/job.min.css
- assets/common/libs/select2/js/select2.full.min.js
- assets/common/libs/tipsy/js/tipsy.min.js
- assets/frontend/js/dropdown.min.js
- assets/common/js/helptip.min.js
- assets/frontend/js/global.min.js
- assets/frontend/js/single-job.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/jobboardwp-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: JobBoardWP (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
joblookup-jobbox:
Readme:
path: readme.txt
jobs-af:
Readme:
path: readme.txt
jobs-ajax-feed-widget:
Readme:
path: readme.txt
jobs-finder:
Readme:
path: readme.txt
jobsoid:
QueryParameter:
files:
- css/jobsoid.css
version: true
joemobi:
Comment:
xpath: //comment()[contains(., "JoeMobi")]
pattern: !ruby/regexp /JoeMobi \(https?:\/\/joemobi\.com\) v:(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: ReadMe.txt
joget-inbox-widget:
Readme:
path: readme.txt
johnny-cache:
Readme:
path: readme.txt
joindin-sidebar-widget:
Readme:
path: readme.txt
joke-of-the-day:
Readme:
path: readme.txt
joke-of-the-day-advanced:
Readme:
path: readme.txt
jokerz-joke-of-the-day:
QueryParameter:
files:
- js/cat_subcat_js.js
version: true
Readme:
path: readme.txt
jokes-widget:
Readme:
path: readme.txt
jomniaga-ad-manager:
Readme:
path: readme.txt
jonathansblog-featured-image-setter:
Readme:
path:
- readme.txt
- README.md
jonimo-simple-redirect:
Readme:
path: readme.txt
jonradio-multiple-themes:
Readme:
path: readme.txt
jonradio-private-site:
Readme:
path: readme.txt
joomla-15-importer:
Readme:
path: README.txt
joomla-to-wordpress-migrated-users-authentication-plugin:
Readme:
path: readme.txt
joomla-to-wordpress-migrator:
Readme:
path: readme.txt
josie-api:
Readme:
path: readme.txt
jotform-integration:
Readme:
path: readme.txt
joturl-link-shortener:
Readme:
path: readme.txt
joudisoft-general-wp-mobile-application:
Readme:
path: readme.txt
journey-analytics:
QueryParameter:
files:
- public/js/kontxt-public-functions.js
version: true
Readme:
path: README.txt
journity:
Readme:
path: readme.txt
joy-of-plants-library:
Readme:
path: readme.txt
joy-of-text:
Readme:
path: readme.txt
jp-for-twentytwentyone:
Readme:
path: readme.txt
jp-scrollbar:
QueryParameter:
files:
- js/jquery.mCustomScrollbar.concat.min.js
- js/jquery.mousewheel.js
version: true
Readme:
path: readme.txt
jp-students-result-management-system:
Readme:
path: readme.txt
jp-theme-bar:
Readme:
path: readme.txt
jp-user-registration-blacklist:
Readme:
path: readme.txt
jpd2:
Readme:
path: readme.txt
jpg-image-qualitycompression:
Readme:
path: readme.txt
jps-affiliate:
QueryParameter:
files:
- jps-affiliate.css
version: true
jps-get-rss-feed:
Readme:
path: readme.txt
jqdock-post-thumbs:
Readme:
path: readme.txt
jquery-accordion-slideshow:
Readme:
path: readme.txt
jquery-archives:
Readme:
path: readme.txt
jquery-banner-rotate:
Readme:
path: readme.txt
jquery-categories-list:
Readme:
path: readme.txt
jquery-collapse-o-matic:
Readme:
path: readme.txt
jquery-colorbox:
QueryParameter:
files:
- themes/theme1/colorbox.css
- js/jquery-colorbox-wrapper-min.js
version: true
JavascriptVar:
pattern: !ruby/regexp /var jQueryColorboxSettingsArray = {(?<json>.+?(?=};))}/i
version_key: jQueryColorboxVersion
version: true
Readme:
path:
- readme.txt
- README.md
jquery-comment-links:
Readme:
path: readme.txt
jquery-commentvalidation:
Readme:
path: ReadMe.txt
jquery-content-directory:
Readme:
path: readme.txt
jquery-drill-down-ipod-menu:
Readme:
path: readme.txt
jquery-drop-down-menu-plugin:
Readme:
path: readme.txt
jquery-easy-menu:
Readme:
path: readme.txt
jquery-enabler:
Readme:
path: readme.txt
jquery-expandable-comments:
Readme:
path: readme.txt
jquery-featured-content-gallery:
Readme:
path: readme.txt
jquery-font-resizer:
Readme:
path: readme.txt
jquery-googleslides:
Readme:
path: readme.txt
jquery-hover-footnotes:
Readme:
path: readme.txt
jquery-latest-news-ticker:
Readme:
path: readme.txt
jquery-lightbox-balupton-edition:
Readme:
path: readme.txt
jquery-lightbox-for-native-galleries:
Comment:
xpath: //comment()[contains(., "jQuery Lightbox")]
pattern: !ruby/regexp /jQuery Lightbox For Native Galleries v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jquery-littlebox-for-wp:
Readme:
path: readme.txt
jquery-manager:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
jquery-masonry-image-gallery:
Readme:
path: readme.txt
jquery-mega-menu:
Readme:
path: readme.txt
jquery-migrate:
Readme:
path: readme.txt
jquery-news-ticker:
Readme:
path: readme.txt
jquery-notebook:
Readme:
path: readme.txt
jquery-notify:
Readme:
path: readme.txt
jquery-page-peel:
Comment:
xpath: //comment()[contains(., "jQuery Page Peel")]
pattern: !ruby/regexp /jQuery Page Peel \- (?<v>\d+\.[\.\d]+)/i
version: true
jquery-pin-it-button-for-images:
JavascriptVar:
xpath: //script[contains(., "var jpibfi_options")]
pattern: !ruby/regexp /var jpibfi_options = {/i
QueryParameter:
files:
- css/client.css
- js/jpibfi.client.js
version: true
Readme:
path: readme.txt
jquery-popup:
Readme:
path: readme.txt
jquery-post-preview:
Readme:
path: readme.txt
jquery-remove-upcase-accents:
QueryParameter:
files:
- js/jquery.remove-upcase-accents.js
version: true
Readme:
path: readme.txt
jquery-reply-to-comment:
Readme:
path: readme.txt
jquery-responsive-select-menu:
TranslationFile:
class: BodyPattern
path: languages/jquery-responsive-select-menu.pot
pattern: !ruby/regexp /\-Version:\ jQuery Responsive Select Menu (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jquery-scrollup:
Readme:
path: readme.txt
jquery-slick-menu:
Readme:
path: readme.txt
jquery-slider:
Readme:
path: readme.txt
jquery-slider-with-text:
QueryParameter:
files:
- inc/style.css
- inc/script.js
version: true
jquery-smooth-scroll:
Readme:
path: readme.txt
jquery-superbox-image:
Readme:
path: readme.txt
jquery-t-countdown-widget:
Readme:
path: readme.txt
jquery-tabber-widget:
Readme:
path: readme.txt
jquery-tinytips:
Comment:
xpath: //comment()[contains(., "jQuery TinyTips")]
pattern: !ruby/regexp /jQuery TinyTips (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/tinyTips.css
- js/jquery.tinyTips-min.js
version: true
jquery-ui-widgets:
Readme:
path: readme.txt
jquery-updater:
Readme:
path: readme.txt
jquery-vertical-accordion-menu:
Readme:
path: readme.txt
jquery-vertical-mega-menu:
Readme:
path: readme.txt
jresizr:
Readme:
path: readme.txt
jrwdev-daily-specials:
QueryParameter:
files:
- includes/css/jrwdev-daily-specials.css
- includes/js/jrwdev-daily-specials.js
version: true
Readme:
path: readme.txt
js-antispam:
Readme:
path: readme.txt
js-banner-rotate:
QueryParameter:
files:
- "/includes/jsbrotate.css"
- "/includes/jsbrotate.js"
version: true
Readme:
path: readme.txt
js-chat:
Readme:
path: readme.txt
js-composer-qtranslate-x:
Readme:
path: readme.txt
js-crop:
Readme:
path: readme.txt
js-css-include-manager:
Readme:
path: readme.txt
js-css-script-optimizer:
Readme:
path: readme.txt
js-currency-converter:
QueryParameter:
files:
- assets/css/select2.min.css
- assets/css/js_currency_converter.css
- assets/js/js_currency_converter.js
version: true
js-file-selector:
Readme:
path: readme.txt
js-ligature-replacement:
Readme:
path: readme.txt
js-switch:
Readme:
path: readme.txt
js_composer:
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "Visual Composer")]/@content
pattern: !ruby/regexp /Powered by Visual Composer \-/i
BodyTag:
class: Xpath
xpath: "//body[contains(@class, 'js-comp-ver')]/@class"
pattern: !ruby/regexp /js\-comp\-ver\-(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/js_composer.min.css
- assets/lib/bower/isotope/dist/isotope.pkgd.min.js
- assets/js/dist/js_composer_front.min.js
- assets/lib/bower/skrollr/dist/skrollr.min.js
version: true
jscsseditor-wp:
Readme:
path: readme.txt
jse-captcha:
Readme:
path: README.txt
jsfiddle-shortcode-w-custom-skins:
Readme:
path: readme.txt
jsj-code-highlight:
TranslationFile:
class: BodyPattern
path: languages/jsj-code-highlight.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ jsj\-code\-hightlight (?<v>\d+\.[\.\d]+)/i
version: true
jsj-gallery-slideshow:
TranslationFile:
class: BodyPattern
path: jsj-gallery-slideshow.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ JSJ Gallery Slideshow (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
jsl-exit-intent-popup:
Readme:
path: readme.txt
jsm-block-filter-output:
TranslationFile:
class: BodyPattern
path: languages/jsm-block-filter-output.pot
pattern: !ruby/regexp '/t\-Id\-Version: JSM''s Block Filter Output (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsm-force-ssl:
TranslationFile:
class: BodyPattern
path: languages/jsm-force-ssl.pot
pattern: !ruby/regexp '/ect\-Id\-Version: JSM''s Force SSL \/ HTTPS (?<v>\d+\.[\.\d]+)/i'
version: true
jsm-google-off-pre:
TranslationFile:
class: BodyPattern
path: languages/jsm-google-off-pre.pot
pattern: !ruby/regexp /M's Google OFF for Preformatted Content (?<v>\d+\.[\.\d]+)/i
version: true
jsm-pretty-json-ld:
TranslationFile:
class: BodyPattern
path: languages/jsm-pretty-json-ld.pot
pattern: !ruby/regexp '/roject\-Id\-Version: JSM''s Pretty JSON\-LD (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsm-show-post-meta:
TranslationFile:
class: BodyPattern
path: languages/jsm-show-post-meta.pot
pattern: !ruby/regexp '/ct\-Id\-Version: JSM''s Show Post Metadata (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsm-show-registered-shortcodes:
TranslationFile:
class: BodyPattern
path: languages/jsm-show-registered-shortcodes.pot
pattern: !ruby/regexp '/rsion: JSM''s Show Registered Shortcodes (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsm-show-term-meta:
TranslationFile:
class: BodyPattern
path: languages/jsm-show-term-meta-fr_FR.po
pattern: !ruby/regexp '/roject\-Id\-Version: JSM''s Show Term Meta (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsm-show-user-meta:
TranslationFile:
class: BodyPattern
path: languages/jsm-show-user-meta-fr_FR.po
pattern: !ruby/regexp '/roject\-Id\-Version: JSM''s Show User Meta (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsm-user-locale:
TranslationFile:
class: BodyPattern
path: languages/jsm-user-locale-fr_BE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: JSM''s User Locale (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
jsocial-responsive-floating-social-sharing-media-bar:
QueryParameter:
files:
- public/css/jsocial-main.css
- public/css/jsocial-vendor.css
- public/css/jsocial-custom.php
- public/js/jsocial-vendor.js
- public/js/jsocial-main.js
version: true
json-api:
Readme:
path: readme.txt
json-dashboard-infos:
TranslationFile:
class: BodyPattern
path: languages/json-dashboard-infos.pot
pattern: !ruby/regexp '/roject\-Id\-Version: JSON Dashboard Infos (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
json-data-shortcode:
Readme:
path: readme.txt
json-feed:
Readme:
path: readme.txt
json-image-resolver:
Readme:
path:
- readme.txt
- README.md
json-only:
Readme:
path: readme.txt
json-options:
Readme:
path: README.txt
json-post-type:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
json-rest-api-force-ssl:
Readme:
path: readme.txt
json-rest-api-shortcode:
Readme:
path: readme.txt
json-rest-api-wp-api-categories-and-tags:
Readme:
path: readme.txt
jsonpress:
Readme:
path:
- readme.txt
- README.md
jss-scrolling:
QueryParameter:
files:
- public/css/jss-scrolling-public.css
- public/js/jss-scrolling-public.js
version: true
jsspamblock:
Readme:
path: readme.txt
jstat:
QueryParameter:
files:
- js/jstat.min.js
version: true
Readme:
path: readme.txt
jt-express:
Readme:
path: README.txt
jt-old-browser-alert:
QueryParameter:
files:
- css/jt-style.css
version: true
jtab-guitar-tab-shortcode:
Readme:
path: readme.txt
juanma-civico-galeria-de-imagenes:
Readme:
path: readme.txt
juick-xp:
Readme:
path: readme.txt
juiz-last-tweet-widget:
Comment:
xpath: //comment()[contains(., "Juiz Last Tweet")]
pattern: !ruby/regexp /Juiz Last Tweet Widget/i
QueryParameter:
files:
- css/juiz_last_tweet.css
version: true
juiz-outdated-post-message:
QueryParameter:
files:
- css/juiz-odpm-styles.css
version: true
juiz-user-custom:
Readme:
path: readme.txt
juiz-user-login-by-email:
Readme:
path: readme.txt
juju-job-importer:
Readme:
path: readme.txt
jumbo-share:
QueryParameter:
files:
- public/css/jumbo-share-public.css
- public/js/jumbo-share-public.js
version: true
jump-featured-slider:
Readme:
path: README.txt
jump-page:
Readme:
path: readme.txt
jump-to-page-edit:
Readme:
path: readme.txt
jump-to-post-edit:
Readme:
path: readme.txt
jump2me-para-wordpress:
Readme:
path: readme.txt
jumplead:
Comment:
xpath: //comment()[contains(., "Jumplead")]
pattern: !ruby/regexp /plead:\ Tracking Code; Wordpress Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
InvalidTrackerComment:
class: Comment
xpath: //comment()[contains(., "Jumplead")]
pattern: !ruby/regexp /acker ID is invalid; Wordpress Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- j/jumplead.js
version: true
jumppage-faster-content-management:
Readme:
path: readme.txt
jumpstart:
Readme:
path: readme.txt
junior-shopable-social-feed:
Readme:
path: README.txt
juno-split:
Readme:
path: readme.txt
jupi-tupi-pl-remove-related-videos-in-iframe-youtube:
Readme:
path: readme.txt
jupiterx-core:
Readme:
path: readme.txt
juridischboeknl-widget:
Readme:
path: readme.txt
just-a-quote-widget:
Readme:
path: readme.txt
just-a-simple-popup:
Readme:
path: readme.txt
just-a-tweet:
Readme:
path: readme.txt
just-add-lipsum:
Readme:
path: readme.txt
just-animate:
Readme:
path: readme.txt
just-another-author-widget:
Readme:
path: readme.txt
just-highlight:
Readme:
path: readme.txt
just-in-case-gallery:
Readme:
path: readme.txt
just-one-category:
Readme:
path: readme.txt
just-the-page:
Readme:
path: readme.txt
just-ticker:
Readme:
path: readme.txt
just-widget-link:
Readme:
path: readme.txt
just-wp-variables:
Readme:
path: readme.txt
just-writing:
Readme:
path: readme.txt
justclick-reg:
Readme:
path: readme.txt
justclick-subscriber:
Readme:
path: readme.txt
justified-image-gallery:
Readme:
path: readme.txt
justin:
Readme:
path: README.txt
justrateit:
QueryParameter:
files:
- justrateit.js
version: true
Readme:
path: readme.txt
justuno:
Readme:
path: readme.txt
jvh-easy-login:
Readme:
path: readme.txt
jvm-details-summary:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
jvm-protected-media:
Readme:
path: readme.txt
jvm-woocommerce-wishlist:
Readme:
path: readme.txt
jw-player-snapshot-tool:
Readme:
path: readme.txt
jwp-a11y:
Readme:
path: readme.txt
jwt-auth:
Readme:
path: readme.txt
jwt-ssolo:
Readme:
path: Readme.txt
k-weather:
Readme:
path: readme.txt
k2-blocks:
Readme:
path: readme.txt
k2-essentials:
Readme:
path: readme.txt
k2-style-switcher:
Readme:
path: README.txt
k2f-wrapper-for-wordpress:
Readme:
path: readme.txt
k5hh-ham-radio-calculators:
QueryParameter:
files:
- css/antenna-calculator.css
- js/antenna-calculation-min.js
version: true
kaboom-send-secrets:
Readme:
path: readme.txt
kadence-starter-templates:
Readme:
path: readme.txt
kaelme-url-shortener:
Readme:
path: readme.txt
kafkai:
Readme:
path: readme.txt
kagga:
Readme:
path: readme.txt
kahaf-kit:
QueryParameter:
files:
- assets/css/bootstrap.css
- assets/css/animate.css
- assets/css/lity.css
- assets/css/owl-carousel.css
- assets/css/owl-theme.css
- assets/css/kahaf-kit-design.css
- assets/js/owl-carousel.js
- assets/js/popper.js
- assets/js/bootstrap.js
- assets/js/wow.js
- assets/js/lity.js
- assets/js/waypoints.js
- assets/js/counterup.js
- assets/js/kahaf-kit-design-js.js
version: true
Readme:
path: readme.txt
kahis-notes:
Readme:
path: readme.txt
kahis-wp-lite:
Readme:
path: readme.txt
kakao-talk-link:
Readme:
path: readme.txt
kalendar-cz:
QueryParameter:
files:
- kalendar_cz_style.css
version: true
Readme:
path: readme.txt
kalendarium-cz:
Readme:
path: readme.txt
kalendas:
Readme:
path: readme.txt
kalender-digital:
QueryParameter:
files:
- public/css/kalender-digital-public.css
- public/js/kalender-digital-public.js
version: true
kalender-hijriah:
Readme:
path: readme.txt
kalender-jawa:
Readme:
path: readme.txt
kalins-easy-edit-links:
Readme:
path: readme.txt
kalins-pdf-creation-station:
Readme:
path: readme.txt
kalins-post-list:
Readme:
path: readme.txt
kanagawa-sms-alerts:
Readme:
path: readme.txt
kannada-comment:
Readme:
path: readme.txt
kanpress:
Readme:
path: readme.txt
kantbtrue-content-bottom-ads:
Readme:
path: readme.txt
kantbtrue-taxonomy-color:
TranslationFile:
class: BodyPattern
path: languages/kantbtrue-taxonomy-color.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Kantbtrue Taxonomy Color (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
kanzu-support-desk:
QueryParameter:
files:
- assets/css/ksd-public.css
- assets/js/ksd-public.js
version: true
karailievs-sitemap:
Readme:
path: readme.txt
kargo-takip-turkiye:
Readme:
path: readme.txt
karlog-it-simple-ssl:
Readme:
path: readme.txt
karmacracy-widget:
Readme:
path: readme.txt
kartenlegen-gpl:
Readme:
path: README.txt
kaskus-emoticons:
Readme:
path: readme.txt
kata-plus:
Readme:
path: readme.txt
katalyst-timthumb:
Readme:
path: readme.txt
katalyst-video-plus:
QueryParameter:
files:
- assets/css/kvp.css
- assets/js/kvp.js
version: true
katorymnd-contact-form:
Readme:
path: readme.txt
kau-boys-autocompleter:
Readme:
path: readme.txt
kau-boys-comment-notification:
Readme:
path: readme.txt
kau-boys-opensearch:
Readme:
path: readme.txt
kauf-auf-rechnung-inkl-bonitaetspruefung-sahu-media:
Readme:
path: readme.txt
kawthulei:
Readme:
path: readme.txt
kaya-qr-code-generator:
QueryParameter:
files:
- css/wpkqcg-pkg.css
- assets/qrcode.js
- js/wpkqcg-pkg.js
- assets/qrcode-v2.js
version: true
Readme:
path: readme.txt
kazoo-templated-content:
Readme:
path: readme.txt
kazooky-loyalty-rewards:
Readme:
path: readme.txt
kb-advanced-rss-widget:
Readme:
path: README.txt
kb-debug:
Readme:
path: readme.txt
kb-support:
QueryParameter:
files:
- templates/kbs.min.css
- assets/js/kbs-ajax.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /KB Support v(?<v>\d+\.[\.\d]+)/i
TranslationFile:
class: BodyPattern
path: languages/kb-support.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ KB Support (?<v>\d+\.[\.\d]+)/i
version: true
kblog-include:
Readme:
path: readme.txt
kblog-metadata:
Readme:
path: readme.txt
kbm-event-app-connector:
Readme:
path: readme.txt
kc-media-enhancements:
TranslationFile:
class: BodyPattern
path: kc-media-enhancements-inc/languages/kc-media-enhancements.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ KC Media Enhancements (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
kc-settings:
Readme:
path: readme.txt
kcite:
Readme:
path: readme.txt
kcpt-fading-image-widget:
Readme:
path: readme.txt
kcsg-kartra-pages:
Readme:
path: readme.txt
kd-google-plus-badge:
Readme:
path: readme.txt
kdk-wprakuten-cd:
Readme:
path: readme.txt
kebo-twitter-feed:
Readme:
path: readme.txt
keensalon-companion:
QueryParameter:
files:
- assets/css/frontend.min.css
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
keep-blanks:
Readme:
path: readme.txt
keep-it-fresh:
Readme:
path: readme.txt
keep-my-theme:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: languages/de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Keep My Theme (?<v>\d+\.[\.\d]+)/i
version: true
keep-note:
Readme:
path: readme.txt
keep-pagination-in-same-taxonomy:
Readme:
path: readme.txt
kein-produkt-zoom-woo:
Readme:
path: readme.txt
keks-pay-for-woocommerce:
Readme:
path: readme.txt
kelkoo-group-shopping:
QueryParameter:
files:
- public/css/kelkoo-group-shopping-public.css
- public/js/kelkoo-group-shopping-public.js
version: true
kelkoogroup-sales-tracking:
Readme:
path: readme.txt
keltos-tarot-plugin:
Readme:
path: readme.txt
kemet-addons:
Readme:
path: readme.txt
kentfa-news-feed:
Readme:
path: readme.txt
kento-3d-model-viewer:
Readme:
path: readme.txt
kento-ads-rotator:
Readme:
path: readme.txt
kento-ajax-contact-form:
Readme:
path: readme.txt
kento-clients-feedback:
Readme:
path: readme.txt
kento-fancy-comments:
Readme:
path: readme.txt
kento-fancy-tags-tag-icon:
Readme:
path: readme.txt
kento-like-post:
Readme:
path: readme.txt
kento-notify:
Readme:
path: readme.txt
kento-pricing-table-free:
Readme:
path: readme.txt
kento-scroll-jump-top:
QueryParameter:
files:
- js/jquery-scrollToTop.js
version: true
Readme:
path: readme.txt
kento-simple-fancy-gallery:
QueryParameter:
files:
- js/jquery.lazy_content.js
- js/jquery.fancybox-1.3.4.pack.js
- js/smoothbox.js
version: true
Readme:
path: readme.txt
kento-social-share:
Readme:
path: readme.txt
kento-splash-screen:
Readme:
path: readme.txt
kento-star-rate:
Readme:
path: readme.txt
kento-sync-woo-to-quickbooks:
Readme:
path: readme.txt
kento-team:
Readme:
path: readme.txt
kento-testimonial-slider:
Readme:
path: readme.txt
kento-top-authors:
Readme:
path: readme.txt
kento-top-commenters:
Readme:
path: readme.txt
kento-vote:
Readme:
path: readme.txt
kento-wp-stats:
Readme:
path: readme.txt
kenzap-calendar:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
kenzap-features:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
kenzap-pricing:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
kenzap-stats:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
kenzap-steps:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
kenzap-timeline:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
kenzap-timetable:
Readme:
path: readme.txt
keon-toolset:
Readme:
path: readme.txt
keral-patels-amazon-wordpress-plugin:
Readme:
path: readme.txt
kernel-booking:
Readme:
path: README.txt
ketno-lazy-page-loader:
QueryParameter:
files:
- js/jquery.loading-indicator.js
version: true
Readme:
path: readme.txt
keto-calculator:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-base-framework:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-capital-p-iss-off:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-cross-pollination-post-pagination:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-css3-selectors-for-tags:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-image-controls:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-javascript-control:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-login-control:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-meta-controls:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-social-graph-control:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-social-graph-open-graph-extras:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-social-graph-twitter-cards-extention:
Readme:
path: readme.txt
kevinjohn-gallagher-pure-web-brilliants-url-not-html:
Readme:
path: readme.txt
kevins-plugin:
Readme:
path: readme.txt
key-shortcut-formatter:
Readme:
path: readme.txt
key2print-dropshipping-for-woocommerce:
QueryParameter:
files:
- public/css/k2p-products-public.css
version: true
Readme:
path: readme.txt
keyboard-key-thumbs:
Readme:
path: readme.txt
keyboard-navigation:
Readme:
path: readme.txt
keyboard-save:
Readme:
path: readme.txt
keyboard-scroll:
Readme:
path: readme.txt
keycaptcha:
TranslationFile:
class: BodyPattern
path: languages/keycaptcha.pot
pattern: !ruby/regexp /\# Version\t(?<v>\d+\.[\.\d]+)/i
version: true
keydatas:
Readme:
path: readme.txt
keymanweb:
Readme:
path: readme.txt
keymaster-chord-notation-free:
QueryParameter:
files:
- css/buttons_fixed.css
- css/print.css
- js/keymaster-chord-notation.js
- js/print-area.jquery.js
version: true
keypress-list:
Readme:
path: readme.txt
keys-master:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
keyword-analyzer:
Readme:
path: readme.txt
keyword-density-monitor:
Readme:
path: readme.txt
keyword-filter:
Readme:
path: readme.txt
keyword-linker:
Readme:
path: readme.txt
keyword-position-checker:
Readme:
path: readme.txt
keyword-replace:
Readme:
path: readme.txt
keyword-statistics:
Comment:
xpath: //comment()[contains(., "keyword-statistics")]
pattern: !ruby/regexp /a inserted by keyword\-statistics\-plugin (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
keywords-highlight-tool:
Xpath:
xpath: //script[not(@src) and contains(., "keywords-highlight-tool")]
pattern: !ruby/regexp /\/keywords\-highlight\-tool\/highlight\.js\?v=(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
kg-inline-code:
Readme:
path: readme.txt
khan-exercises:
Readme:
path: readme.txt
ki-live-video-conferences:
Readme:
path: readme.txt
QueryParameter:
files:
- earth/assets/css/earth.css
- video_chat/assets/css/style.css
- video_chat/assets/js/block.js
- earth/assets/js/miniature.earth.js
- earth/assets/js/earth.js
- video_chat/assets/js/script.js
version: true
kia-subtitle:
TranslationFile:
class: BodyPattern
path: languages/kia-subtitle.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ KIA Subtitle (?<v>\d+\.[\.\d]+)/i
version: true
kiamo:
Readme:
path: README.txt
kickass-slider:
QueryParameter:
files:
- assets/css/kickass.css
- assets/js/jquery.kickass.js
version: true
Readme:
path: readme.txt
kickpress:
Readme:
path: readme.txt
kid-info-widget:
Readme:
path: readme.txt
kidunotifier:
Readme:
path: readme.txt
kiening-partner-plugin:
Readme:
path: readme.txt
kigokasa-api-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woo-kigokasa-api.po
pattern: !ruby/regexp '/d\-Version: Woo KigoKasa API Integration (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- README.txt
- README.md
kiip:
QueryParameter:
files:
- public/css/kiip-for-wordpress-public.css
- public/js/kiip-for-wordpress-public-contained.js
version: true
kikushima-jobs:
TranslationFile:
class: BodyPattern
path: languages/kikushima-jobs-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Kikushima Jobs (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
kikushima-recipes:
TranslationFile:
class: BodyPattern
path: languages/kikushima-recipes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Kikushima Recipes (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
kill-429:
Readme:
path: readme.txt
kill-adminbar-search:
Readme:
path: readme.txt
kill-em-all:
Readme:
path: readme.txt
kill-ie6:
Readme:
path: readme.txt
killit:
Readme:
path: readme.txt
kimili-flash-embed:
Readme:
path: readme.txt
kin-direcciones:
Readme:
path: readme.txt
kin-visitantes:
Readme:
path: readme.txt
kindeditor-for-wordpress:
Readme:
path: readme.txt
kindle-3-white-widget:
Readme:
path: readme.txt
kindle-dx-3-graphite-widget:
Readme:
path: readme.txt
kindle-dx-widget:
Readme:
path: readme.txt
kindred-posts:
Readme:
path: readme.txt
kingcomposer:
QueryParameter:
files:
- assets/frontend/css/kingcomposer.min.css
- assets/css/animate.css
- assets/css/icons.css
- assets/frontend/js/kingcomposer.min.js
version: true
kingkongcart:
Readme:
path: Readme.txt
kingmailer-smtp:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
kingofpop:
MetaTag:
class: Xpath
xpath: //meta[@name="kingofpop"]/@content
version: true
pattern: !ruby/regexp /kingofpop\/(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
kings-caption-hover:
Readme:
path: readme.txt
kings-tab-slider:
Readme:
path: readme.txt
kioken-blocks:
Readme:
path: readme.txt
QueryParameter:
files:
- dist/blocks.style.build.css
- dist/js/kiokenblocks-min.js
version: true
kiotvietsync:
Readme:
path: readme.txt
kippt-widget:
Readme:
path: README.txt
kirimin-subscribe-widget:
QueryParameter:
files:
- css/front.css
- js/front.js
version: true
kirk-hadis:
Readme:
path: readme.txt
kirki:
QueryParameter:
files:
- modules/webfonts/kirki-webfonts.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
kish-pr:
Readme:
path: readme.txt
kiss-feedback:
Readme:
path: readme.txt
kiss-insights:
Readme:
path: readme.txt
kiss-metrics:
Readme:
path: readme.txt
kiss-youtube:
Readme:
path: readme.txt
kissaca:
Readme:
path: readme.txt
kissherder:
Readme:
path: readme.txt
kit-days-away:
Readme:
path: readme.txt
kitchenbug:
WikiIE8Comment:
class: Comment
xpath: //comment()[contains(., "kitchenbug")]
pattern: !ruby/regexp /\/kitchenbug\/application\/assets\/css\/wiki\-bubble\-ie8\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
ExplorerIE8Comment:
class: Comment
xpath: //comment()[contains(., "kitchenbug")]
pattern: !ruby/regexp /\/kitchenbug\/application\/assets\/css\/recipe\-explorer\-ie8\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- application/assets/css/recipe-reset.css
- application/assets/css/recipe-view.css
- application/assets/css/analyzed-by.css
- application/assets/css/wiki-bubble.css
- application/assets/css/action-menu.css
- application/assets/css/clearfix.css
- application/assets/css/nut-highlights.css
- application/assets/css/recipe-explorer.css
- themes/starter/style.css
- application/assets/js/controls.js
- application/assets/js/RecipeConverter.js
- application/assets/js/RecipeExplorer.js
- application/assets/js/WikiBubble.js
- application/assets/js/kbug.js
- application/assets/js/ScreenOverlay.js
version: true
kite-chat:
TranslationFile:
class: BodyPattern
path: kitechat-vi.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Kite Chat (?<v>\d+\.[\.\d]+)/i
version: true
kitestudio-core:
Readme:
path: README.txt
kiticon-icon-block:
Readme:
path: readme.txt
kitpack-for-persian-elementor:
Readme:
path: readme.txt
kitsu-api-list:
QueryParameter:
files:
- public/css/kitsu-api-list-public.css
version: true
kittens-for-comments:
Readme:
path:
- readme.txt
- readme.md
kivaorg-widget:
Readme:
path: readme.txt
kiwi-contact-form:
Readme:
path: readme.txt
kiwi-reviews:
Readme:
path: readme.txt
kiwi-social-share:
QueryParameter:
files:
- assets/vendors/icomoon/style.css
version: true
TranslationFile:
class: BodyPattern
path: languages/kiwi-social-share.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
kiwichat:
Readme:
path: readme.txt
kiwisizing-for-woocommerce:
Readme:
path: readme.txt
kiyoh-customerreview:
Readme:
path: readme.txt
kjm-admin-notices:
TranslationFile:
class: BodyPattern
path: languages/kjm-admin-notices-fr_FR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ KJM Admin Notices (?<v>\d+\.[\.\d]+)/i
version: true
kk-blog-card:
QueryParameter:
files:
- index.js
version: true
kk-i-like-it:
Readme:
path: readme.txt
kk-star-ratings:
QueryParameter:
files:
- css.css
- js.min.js
version: true
Readme:
path: readme.txt
kk-tip-tricks:
Readme:
path: readme.txt
kk-youtube-video:
Readme:
path: readme.txt
kkprogressbar:
Readme:
path: readme.txt
kl-debug:
TranslationFile:
class: BodyPattern
path: languages/kl_debug.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: KL Debug (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
klaive:
Readme:
path: readme.txt
klan1-functions:
Readme:
path: readme.txt
klantenvertellen:
QueryParameter:
files:
- public/js/klantenvertellen-public.js
version: true
klarity-message-action-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
klarity-section-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
klarna-checkout-for-woocommerce:
Readme:
path: readme.txt
klaro-consent-manager:
QueryParameter:
files:
- js/klaro-config.js
- js/klaro.min.js
version: true
kletterpartner-suche:
QueryParameter:
files:
- frontend/css/kps-frontend.css
version: true
klicktel-open-api-search-for-wordpress:
Readme:
path: readme.txt
kliken-all-in-one-marketing:
TranslationFile:
class: BodyPattern
path: languages/kliken-all-in-one-marketing.pot
pattern: !ruby/regexp /Id\-Version:\ Kliken All\-In\-One Marketing (?<v>\d+\.[\.\d]+)/i
version: true
kliken-marketing-for-google:
TranslationFile:
class: BodyPattern
path: languages/kliken-marketing-for-google.pot
pattern: !ruby/regexp '/\-Id\-Version: Google Ads for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
klipspringer:
Readme:
path: readme.txt
klix-image-dimsum:
Readme:
path: readme.txt
klout-score-badge:
Readme:
path: readme.txt
klyp-contact-form-7-to-hubspot:
Readme:
path: readme.txt
kn-fix-your:
Readme:
path: readme.txt
kn-public-chat:
Readme:
path: readme.txt
kn-social-slide:
Comment:
pattern: !ruby/regexp /KN Social Network (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
knb-lite-knowledge-base-faq:
QueryParameter:
files:
- public/css/tooltip.css
- public/css/wpknb.css
- public/js/bootstrap-tooltip.min.js
- public/js/wpknb.js
version: true
kneejerk-menu-swapper:
Readme:
path: readme.txt
knew-the-news-associated-markets:
Readme:
path: readme.txt
knews:
Readme:
path: readme.txt
knit-pay:
Readme:
path: readme.txt
knochennet-webchat:
Readme:
path: readme.txt
know-co-app-integration-events:
Readme:
path: README.md
know-co-app-integration-forms:
Readme:
path: README.md
knowledge-base-maker:
Readme:
path: readme.txt
knowledge-building:
Readme:
path: readme.txt
knowledge-center:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Knowledge Center v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
knowledge-google-par-jm-crea:
MetaTag:
class: Xpath
xpath: //meta[contains(@name, "Knowledge Google")]/@content
version: true
knowledgeblog-arrayexpress:
Readme:
path: readme.txt
knowledgeblog-table-of-contents:
Readme:
path: readme.txt
known-plugin-dependencies:
Readme:
path: readme.txt
knowners:
Readme:
path: readme.txt
knr-comment-site:
Readme:
path: readme.txt
knr-dashboard-enhance:
Readme:
path: readme.txt
knr-login-branding:
Readme:
path: readme.txt
knr-multifeed:
Readme:
path: readme.txt
knr-player:
Readme:
path: README.txt
knspr-cities:
Readme:
path: readme.txt
knvb-api:
Readme:
path: readme.txt
ko-fi-button:
Readme:
path: Readme.txt
kobo-widget:
Readme:
path: readme.txt
kodeks-dashboard:
Readme:
path: readme.txt
kodeo-admin-ui:
QueryParameter:
files:
- assets/css/frontend.css
version: true
kodmi-age-validator:
QueryParameter:
files:
- public/css/kodmi-age-validator-public.css
- public/js/kodmi-age-validator-public.js
version: true
kodo-qiniu:
Readme:
path: readme.txt
koha-login-widget:
Readme:
path: readme.txt
koha-search-widget:
Readme:
path: readme.txt
koko-analytics:
QueryParameter:
files:
- assets/dist/js/script.js
version: true
Readme:
path: readme.txt
kolakube-email-forms:
Readme:
path: readme.txt
komentify:
QueryParameter:
files:
- public/js/komentify-public.js
version: true
komito-analytics:
TranslationFile:
class: BodyPattern
path: languages/komito-analytics-ru_RU.po
pattern: !ruby/regexp /to\-analytics\-code\.pot \(Komito Analytics (?<v>\d+\.[\.\d]+)/i
version: true
kommentvalasz:
Readme:
path: readme.txt
komoju-japanese-payments:
Readme:
path: readme.txt
komoona:
Readme:
path: readme.txt
komoona-ads-google-adsense-companion:
Readme:
path: readme.txt
komoona-advertising-cpm-adverts:
Readme:
path: readme.txt
komoot-for-wordpress:
Readme:
path: readme.txt
komper:
Readme:
path: readme.txt
konnichiwa:
TranslationFile:
class: BodyPattern
path: konnichiwa.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Konnichiwa! (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
konora:
Readme:
path: readme.txt
konora-membership:
QueryParameter:
files:
- public/css/konora-membership-public.css
- public/js/konora-membership-public.js
version: true
kontera-official:
Comment:
pattern: !ruby/regexp /Kontera (?:ContentLink|Ads Inserted by Wordpress Plugin)/i
kontur-copy-code-button:
TranslationFile:
class: BodyPattern
path: languages/kontur-copy-code-button.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Kontur Copy Code Button (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
kontxt:
Readme:
path: README.txt
kontxt-semantic-engine:
Readme:
path: README.txt
konvent:
Readme:
path: readme.txt
konverto:
Readme:
path: readme.txt
kony-2012:
Readme:
path: readme.txt
kony2012:
Readme:
path: readme.txt
kopa-forceful-toolkit:
Readme:
path: readme.txt
kopa-xmax-toolkit:
Readme:
path: readme.txt
kopatheme:
Readme:
path: readme.txt
koraki-social-proof:
Readme:
path: README.txt
korea-map:
Readme:
path: readme.txt
korea-sns:
Readme:
path: readme.txt
kosmos-esync-dashboard-connector:
QueryParameter:
files:
- public/css/ked-connector-public.css
- public/js/ked-connector-public.js
version: true
kostenlose-immobilienbewertung-lead-generator:
Readme:
path: readme.txt
kouguu-fb-like:
Comment:
pattern: !ruby/regexp /kouguu_fb_like (?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: language/kouguu_fb_like.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Kouguu FB Like (?<v>\d+\.[\.\d]+)/i
version: true
kp-fastest-cf7-recaptcha:
Readme:
path: readme.txt
kp-fastest-tawk-to-chat:
Readme:
path: readme.txt
kp-fastest-tidio-chat:
Readme:
path: readme.txt
kp-fastest-whatsapp-chat:
Readme:
path: readme.txt
kp-index-widget:
Readme:
path: readme.txt
kraken-image-optimizer:
Readme:
path: readme.txt
kral-fm-radyo:
Readme:
path: readme.txt
krautpress-patterns-block:
Readme:
path: readme.txt
krokedil-paysoncheckout-20-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
kstats-reloaded:
Readme:
path: readme.txt
kt-cleanpress:
Readme:
path: readme.txt
kt-photogallery:
Readme:
path: readme.txt
kt-tinymce-color-grid:
Readme:
path: readme.txt
ktai-entry:
Readme:
path: README.txt
ktai-location:
Readme:
path: README.txt
kudos:
QueryParameter:
files:
- css/kudos.css
- js/jquery.cookie.js
- js/kudos.js
version: true
Readme:
path: readme.txt
kuetemeier-essentials:
QueryParameter:
files:
- assets/styles/kuetemeier-essentials.min.css
- assets/scripts/kuetemeier-essentials-public.min.js
version: true
kuicklist:
QueryParameter:
files:
- public/css/kuicklist-public.css
- public/js/kuicklist-public.js
version: true
Readme:
path: README.txt
kulu-valley-video-auto-embed:
Readme:
path: README.md
kumori:
Readme:
path: readme.txt
kundo-wordpress:
Readme:
path: readme.txt
kune-in-wp:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
kuroneko-pay:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
kurs-bca:
Readme:
path: readme.txt
kush-micro-news:
Readme:
path: readme.txt
kuvilam-ipl-livescore:
QueryParameter:
files:
- vendor/jquery.responsiveTabs.min.js
- js/kwils.js
version: true
Readme:
path: readme.txt
kuzi:
Readme:
path: readme.txt
kvl-localization:
QueryParameter:
files:
- css/kvl_styles.css
- js/select2.css
- js/select2.js
- js/options.js
version: true
kvs-flv-player:
Readme:
path: readme.txt
kw-essential-share-buttons:
Readme:
path: Readme.txt
kw-livestream-plugin:
Readme:
path: Readme.txt
kw-modern-advertise:
Readme:
path: Readme.txt
kwayy-html-sitemap:
Readme:
path: readme.txt
kwik-framework:
Readme:
path: readme.txt
kwit-buy-button:
Readme:
path: readme.txt
kyplex:
Readme:
path: readme.txt
l-amp-team-members:
Readme:
path: readme.txt
l10n-cache:
Readme:
path: readme.txt
la-fecha:
Readme:
path: readme.txt
la-tecnologeria-podcasting-players:
Readme:
path: Readme.txt
lab-featured-image:
Readme:
path: readme.txt
lab-media-categories-and-tags:
Readme:
path: readme.txt
lab-my-tasks:
Readme:
path: readme.txt
label-plugins:
Readme:
path: readme.txt
labinator-content-types-duplicator:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
labinator-minimal-maintenance-mode:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
laboratory-menu-rest-endpoints:
QueryParameter:
files:
- src/css/laboratory-menu-api-public.css
- src/js/laboratory-menu-api-public.js
version: true
labtheme-companion:
QueryParameter:
files:
- public/css/font-awesome.css
- public/css/labtheme-companion-public.css
- public/css/jquery.sidr.light.min.css
- public/js/settings.min.js
- public/js/isotope.pkgd.min.js
- public/js/labtheme-companion-public.js
version: true
ladipage:
Readme:
path: readme.txt
lagersystem-dk-parcelpickup-locator-for-woocommerce:
Readme:
path: README.txt
lailo-ai-avatar:
Readme:
path: readme.txt
lameda:
Readme:
path: readme.txt
lamium-decentralized-crypto-acceptance-and-conversion:
Readme:
path: readme.md
lamlim-button:
Readme:
path: readme.txt
lamp-version-checker:
TranslationFile:
class: BodyPattern
path: languages/lamp-version-checker.pot
pattern: !ruby/regexp '/roject\-Id\-Version: LAMP Version Checker (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
lana-breadcrumb:
QueryParameter:
files:
- "/assets/css/lana-breadcrumb.css"
version: true
lana-contact-form:
QueryParameter:
files:
- "/assets/css/lana-contact-form.css"
version: true
lana-downloads-manager:
QueryParameter:
files:
- "/assets/css/lana-downloads-manager.css"
version: true
lana-widgets:
QueryParameter:
files:
- "/assets/css/lana-carousel.css"
- "/assets/css/jquery.magnific-popup.min.css"
- "/assets/js/jquery.magnific-popup.min.js"
version: true
landing-frog:
Readme:
path: readme.txt
landing-page-rockstar:
Readme:
path: readme.txt
landing-pages-and-domain-aliases:
Readme:
path: readme.txt
landingcube-for-wordpress:
Readme:
path: readme.txt
langthis-translation-button:
Readme:
path: readme.txt
langtolang-dictionary:
Readme:
path: readme.txt
language-bar-flags:
TranslationFile:
class: BodyPattern
path: languages/language-bar-flags.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Language Bar Flags (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
language-code-selector-mqtranslate:
Readme:
path: readme.txt
language-field:
Readme:
path: readme.txt
language-redirect:
Readme:
path: readme.txt
language-taxonomy:
Readme:
path: readme.txt
languageback:
Readme:
path: readme.txt
languageswitcher:
Readme:
path: readme.txt
lanyrd-splat-widget:
Readme:
path: readme.txt
laobuluo-baidu-submit:
Readme:
path: readme.txt
laposta:
Readme:
path: readme.txt
laposta-woocommerce:
Readme:
path: readme.txt
laravel-paste-embed:
Readme:
path:
- readme.txt
- README.md
large-admin-bar:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: langs/large_admin_bar-en_US.po
pattern: !ruby/regexp '/Project\-Id\-Version: Stronger Admin Bar v(?<v>\d+\.[\.\d]+)/i'
version: true
larsens-calender:
Readme:
path: readme.txt
lasgo:
Readme:
path: readme.txt
last-9-photos-webcomponent:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
last-comments-vk-widget:
Readme:
path: Readme.txt
last-contacted:
Readme:
path: readme.txt
last-login:
Readme:
path: readme.txt
last-login-on-dashboard:
Readme:
path: readme.txt
last-login-time:
QueryParameter:
files:
- public/css/sg-last-login-time-public.css
- public/js/sg-last-login-time-public.js
version: true
last-modified-dashboard-widget:
Readme:
path: readme.txt
last-modified-header:
Readme:
path: readme.txt
last-modified-posts:
Readme:
path: readme.txt
last-name-first-name:
Readme:
path: readme.txt
last-post-edited-author:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
last-post-notification:
Readme:
path: readme.txt
last-post-redirect:
Readme:
path: readme.txt
last-seen-posts-widget:
Readme:
path: readme.txt
last-tweet-widget:
Readme:
path: readme.txt
last-updated:
Readme:
path: readme.txt
last-updated-shortcode:
Readme:
path: readme.txt
last-used-items:
Readme:
path: readme.txt
last-users-dashboard-widget:
Readme:
path: readme.txt
last-users-order-column-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-luoc.pot
pattern: !ruby/regexp /Last Users Order Column for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
last-video-widget:
Readme:
path: readme.txt
last-year-post-widget:
Readme:
path: readme.txt
last-youtube-video:
Readme:
path: readme.txt
lastfm-events:
Readme:
path: readme.txt
lastfm-for-artists:
Readme:
path: readme.txt
lastfm-live:
Readme:
path: readme.txt
lastfm-now-playing:
Readme:
path: readme.txt
lastfm-playlists:
Readme:
path: readme.txt
lastfm-post-extension:
Readme:
path: readme.txt
lastfm-recent-album-artwork:
Readme:
path: readme.txt
lastfm-recent-plays-wordpress-plugin:
Readme:
path: readme.txt
lastfm-records:
Readme:
path: readme.txt
lastfm-rps:
Readme:
path: readme.txt
lastfm-tabs:
Readme:
path: readme.txt
lastfm-top-artists:
Readme:
path: README.txt
lastfm-widgets:
Readme:
path: readme.txt
lastform:
Readme:
path: readme.txt
lastunes:
Readme:
path: readme.txt
lastweets:
QueryParameter:
files:
- assets/css/theme.css
version: true
lastwp:
Readme:
path: readme.txt
lastyear:
Readme:
path: readme.txt
lat-affiliate-tool:
Readme:
path: readme.txt
latency-tracker:
Readme:
path: readme.txt
latest-apple-movie-trailers:
Readme:
path: readme.txt
latest-chrome:
Readme:
path: readme.txt
latest-custom-post-type-updates:
QueryParameter:
files:
- css/tm_lcptu_basic_styles.css
version: true
Readme:
path: readme.txt
latest-github-commits:
Readme:
path: readme.txt
latest-github-release:
Readme:
path: Readme.txt
latest-legal-news-by-lawyers:
Readme:
path: readme.txt
latest-mobileme-photos:
Readme:
path: readme.txt
latest-news-plugin:
Readme:
path: readme.txt
latest-post:
Readme:
path: readme.txt
latest-post-accordian-slider:
Readme:
path: readme.txt
latest-post-date:
Readme:
path: readme.txt
latest-post-link:
Readme:
path: readme.txt
latest-post-new:
Readme:
path: readme.txt
latest-post-shortcode:
QueryParameter:
files:
- assets/css/style.css
- assets/js/custom-pagination.js
version: true
latest-post-shortcode-link:
Readme:
path: readme.txt
latest-posts-block-lite:
Readme:
path: readme.txt
latest-posts-by-author:
Readme:
path: readme.txt
latest-posts-by-author-with-content:
Readme:
path: readme.txt
latest-posts-multisite-widget:
Readme:
path: readme.txt
latest-posts-template-widget:
Readme:
path: readme.txt
latest-posts-widget:
Readme:
path: readme.txt
latest-posts-with-order-option:
Readme:
path: readme.txt
latest-posts-with-share:
QueryParameter:
files:
- style.css
version: true
latest-spotify-activity:
Readme:
path: readme.txt
latest-tweets-tooltip:
Readme:
path: readme.txt
latest-tweets-widget:
Readme:
path: readme.txt
latest-twitter-updates-with-date-and-time:
Readme:
path: readme.txt
latest-update-date:
Readme:
path: readme.txt
latest-web-developer-jobs-list-german-version:
Readme:
path: readme.txt
latex:
Readme:
path: readme.txt
latex-everything:
Readme:
path: readme.txt
latex2html:
QueryParameter:
files:
- inc/css/latex.min.css
- inc/css/print.min.css
version: true
latin-now:
TranslationFile:
class: BodyPattern
path: languages/latin-now-sr_RS.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Latin Now! (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
latipay-for-woo:
Readme:
path: readme.txt
latitude-pay-genoa-pay-integrations:
Readme:
path: readme.txt
laughing-squid-dashboard-widget:
Readme:
path: readme.txt
launch-check:
Readme:
path: readme.txt
launchbeat-custom-news-feed:
Readme:
path: readme.txt
launchpad-article-feedback:
QueryParameter:
files:
- assets/css/launchpad_feedback.css
- assets/js/launchpad_feedback.js
version: true
launchpad-by-obox:
Readme:
path: readme.txt
launchrock:
Readme:
path: readme.txt
lava-bp-post:
QueryParameter:
files:
- assets/css/lava-bp-post.css
version: true
lavalamp-menu:
Readme:
path: readme.txt
lawpress:
QueryParameter:
files:
- public/css/lawpress-public.css
- public/js/lawpress-public.js
version: true
Readme:
path: README.txt
layer-maps:
QueryParameter:
files:
- assets/css/lm-styles.css
- assets/js/vendor/js-marker-clusterer/src/markerclusterer_compiled.js
- assets/js/lm-scripts.js
version: true
layered-pop:
QueryParameter:
files:
- css/style.css
- css/perfect-scrollbar-0.4.6.min.css
- js/perfect-scrollbar-0.4.6.with-mousewheel.min.js
- js/script.js
version: true
Readme:
path: readme.txt
LayerSlider:
QueryParameter:
files:
- static/layerslider/css/layerslider.css
- static/layerslider/js/layerslider.kreaturamedia.jquery.js
- static/layerslider/js/layerslider.transitions.js
version: true
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "LayerSlider")]/@content
pattern: !ruby/regexp /Powered by LayerSlider (?<v>\d+\.[\.\d]+) \-/i
version: true
JavascriptVar:
xpath: //script[@data-cfasync="false" and contains(., "layerslider")]
pattern: !ruby/regexp '/sliderVersion: ''(?<v>\d+\.[\.\d]+)''/i'
version: true
LocaleTranslationFile:
class: BodyPattern
path: locales/LayerSlider-en_US.po
pattern: !ruby/regexp '/Project\-Id\-Version\: LayerSlider WP v?(?<v>\d+\.[\.\d]+)/i'
version: true
confidence: 50
LanguageTranslationFile:
class: BodyPattern
path: languages/LayerSlider-en_US.po
pattern: !ruby/regexp '/Project\-Id\-Version\: LayerSlider WP v?(?<v>\d+\.[\.\d]+)/i'
version: true
confidence: 50
layout-grid:
Readme:
path: readme.txt
layoutist:
Readme:
path: readme.txt
layouts-for-divi:
Readme:
path: readme.txt
layouts-for-elementor:
Readme:
path: readme.txt
layouts-for-wpbakery:
Readme:
path: readme.txt
lazy-blog-stats:
Readme:
path: readme.txt
lazy-content-slider:
Readme:
path: readme.txt
lazy-disqus:
Readme:
path: README.txt
lazy-embeds:
QueryParameter:
files:
- assets/css/lazy-embeds.css
- assets/js/lazy-embeds.js
version: true
Readme:
path: README.txt
lazy-image-load:
Readme:
path: readme.txt
lazy-images-without-jetpack:
QueryParameter:
files:
- lazy-images/js/lazy-images.js
version: true
Readme:
path: readme.txt
lazy-lists:
QueryParameter:
files:
- build/css/style.css
version: true
Readme:
path: readme.txt
lazy-load:
QueryParameter:
files:
- js/jquery.sonar.min.js
- js/lazy-load.js
version: true
Readme:
path: readme.txt
lazy-load-background-images-for-elementor:
Readme:
path:
- README.txt
- README.md
lazy-load-enhanced:
Readme:
path: README.txt
lazy-load-for-gmaps:
Readme:
path: readme.txt
lazy-load-for-images:
Readme:
path: readme.txt
lazy-load-for-videos:
QueryParameter:
files:
- assets/js/lazyload-all.js
version: true
lazy-load-optimizer:
QueryParameter:
files:
- assets/frontend/js/lazysizes.min.js
version: true
lazy-load-videos-and-sticky-control:
QueryParameter:
files:
- assets/css/llvasc-public.min.css
- assets/js/llvasc-public.min.js
version: true
Readme:
path: README.txt
lazy-load-with-base64-for-pagespeed-online:
Readme:
path: readme.txt
lazy-lorem-ipsum:
Readme:
path: readme.txt
lazy-map:
QueryParameter:
files:
- block/src/lazy-map-public.js
version: true
Readme:
path:
- README.txt
- README.md
lazy-news-ticker:
Readme:
path: readme.txt
lazy-optimization:
Readme:
path: readme.txt
lazy-pinner:
Readme:
path: readme.txt
lazy-seo:
Readme:
path: readme.txt
lazy-widget-loader:
QueryParameter:
files:
- css/lwl.css
- js/lazy-widget-loader.js
version: true
Readme:
path: readme.txt
lazy-youtube:
TranslationFile:
class: BodyPattern
path: languages/lazy-youtube.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Lazy Youtube (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
lazyest-gallery-hide-menu:
Readme:
path: readme.txt
lazyzoun:
Readme:
path: readme.txt
lb-colorbox:
Readme:
path: readme.txt
lcmd-tracking-codes:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
lct-admin-bar-on-bottom:
Readme:
path: readme.txt
lct-temporary-wpautop-disable-shortcode:
Readme:
path: readme.txt
lct-useful-shortcodes-functions:
QueryParameter:
files:
- assets/css/custom.min.css
- assets/js/custom.min.js
- assets/js/theme_chunk.min.js
version: true
Readme:
path: readme.txt
ldap-login-password-and-role-manager:
Readme:
path: readme.txt
ldap-wp-login-integration-with-active-directory:
Readme:
path: readme.txt
ldb-external-links:
Readme:
path: readme.txt
ldd-directory-lite:
QueryParameter:
files:
- public/css/bootstrap.css
- public/plugins/chosen/chosen.css
- public/plugins/chosen/chosen.jquery.min.js
version: true
lds-scripture-linker:
Readme:
path: readme.txt
lead-generated:
Readme:
path: readme.txt
lead-magnets-by-contentupgrademe:
QueryParameter:
files:
- public/js/contentupgrade-me.js
version: true
lead-to-clio:
TranslationFile:
class: BodyPattern
path: lang/lead-to-clio.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ lead_to_clio (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
leadconnector:
QueryParameter:
files:
- public/css/lc-public.css
version: true
Readme:
path: README.txt
leaddevs-chatbot:
QueryParameter:
files:
- src/public/css/facebook-messenger-live-chat.css
- src/public/js/facebook-messenger-live-chat.js
version: true
Readme:
path: README.txt
leader:
QueryParameter:
files:
- public/css/leader-public.css
- public/js/leader-public.js
version: true
leaderboard-lite:
Readme:
path: readme.txt
leaderboarded:
Readme:
path: readme.txt
leadgeneration:
QueryParameter:
files:
- assets/vendors/fontawesome/css/fontawesome-all.min.css
version: true
leadin:
Comment:
xpath: //comment()[contains(., "HubSpot")]
pattern: !ruby/regexp /HubSpot WordPress Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
leadkit-pro:
QueryParameter:
files:
- public/css/leadkitpro-public.css
- public/js/leadkitpro-public.js
version: true
leadlovers-for-elementor:
Readme:
path: readme.txt
leadoutcome:
Readme:
path: readme.txt
leads-5050-visitor-insights:
Readme:
path: readme.txt
leads-for-amo-crm:
Readme:
path: readme.txt
leadsquared-website-topbar:
Readme:
path: readme.txt
leaflet-map:
QueryParameter:
files:
- scripts/construct-leaflet-map.min.js
version: true
leaflet-maps-marker:
Readme:
path: readme.txt
league-of-legends-rotation:
Readme:
path: readme.txt
league-of-legends-shortcodes:
Readme:
path: readme.txt
leaky-paywall:
QueryParameter:
files:
- "/css/issuem-leaky-paywall.css"
version: true
leaky-paywall-article-countdown-nag:
Readme:
path: readme.txt
leaky-paywall-bbpress:
Readme:
path: readme.txt
leaky-paywall-custom-subscriber-fields:
Readme:
path: readme.txt
leaky-paywall-ip-exceptions:
Readme:
path: readme.txt
leaky-paywall-mail-poet:
Readme:
path: readme.txt
lean-media:
TranslationFile:
class: BodyPattern
path: languages/lean-media.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Lean Media (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
leanpress:
QueryParameter:
files:
- public/css/leanpress-public.css
- public/js/leanpress-public.js
version: true
leappress:
Readme:
path: README.txt
learn-turkish:
Readme:
path: readme.txt
learning-more:
Readme:
path: readme.txt
learning-registry-widget:
Readme:
path: readme.txt
learnpress-course-review:
Readme:
path: readme.txt
learnpress-wishlist:
Readme:
path: readme.txt
learntalk-signup:
Readme:
path: readme.txt
least-commented-posts:
Readme:
path: readme.txt
leauge-codes:
Readme:
path: readme.txt
leave-at-door-for-woocommerce:
Readme:
path: readme.txt
lebtivitycom-event-box:
Readme:
path: readme.txt
led-tweaks:
Readme:
path: README.txt
ledenbeheer-external-connection:
TranslationFile:
class: BodyPattern
path: languages/ledenbeheer-external-connection.pot
pattern: !ruby/regexp '/ersion: Ledenbeheer External Connection (?<v>\d+\.[\.\d]+)/i'
version: true
leet-speak:
Readme:
path: readme.txt
left-right-image-slideshow-gallery:
Readme:
path: readme.txt
leftsell:
Readme:
path: README.txt
legacy-google-calendar-events:
QueryParameter:
files:
- css/jquery.qtip.min.css
- css/gce-style.css
- js/jquery.qtip.min.js
- js/gce-script.js
version: true
legal-news-headlines:
TranslationFile:
class: BodyPattern
path: lang/legal-news-headlines.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Legal News Headlines (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
legalblink-policy:
Readme:
path: readme.txt
legalweb-cloud:
QueryParameter:
files:
- public/css/legalweb-cloud-public.css
- public/js/legalweb-cloud-public.js
version: true
Readme:
path: Readme.txt
legislator-search:
Readme:
path: README.txt
legull:
Readme:
path: readme.txt
leira-access:
QueryParameter:
files:
- public/css/leira-access-public.css
- public/js/leira-access-public.js
version: true
Readme:
path: README.txt
leira-cron-jobs:
Readme:
path: README.txt
leira-letter-avatar:
TranslationFile:
class: BodyPattern
path: languages/leira-letter-avatar.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Leira Letter Avatar (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
leira-roles:
Readme:
path: README.txt
lekirpay-for-woocommerce:
Readme:
path: readme.txt
lekirpay-givewp:
Readme:
path: readme.txt
lemonberry-page-protect:
Readme:
path: readme.txt
lemonnews:
Readme:
path: readme.txt
lemonwhale-video:
Readme:
path: readme.txt
len-slider:
Readme:
path: readme.txt
lendingq:
Readme:
path: readme.txt
lendingworks-retail-finance:
Readme:
path: readme.txt
leo-product-recommendations:
TranslationFile:
class: BodyPattern
path: languages/leo-product-recommendations.pot
pattern: !ruby/regexp /Product Recommendations for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
ler:
Readme:
path: readme.txt
less:
Readme:
path: readme.txt
less-compiler:
Readme:
path: readme.txt
less-theme-support:
Readme:
path: readme.txt
lessbuttons:
Readme:
path: readme.txt
lessjs:
Readme:
path: readme.txt
lesson-plan-book:
Readme:
path: readme.txt
lessphp:
Readme:
path: readme.txt
let-them-unsubscribe:
Readme:
path: readme.txt
lets-mix-shortcode:
Readme:
path: readme.txt
lets-wipe:
Readme:
path: readme.txt
letter-template:
QueryParameter:
files:
- css/wn-letter-template.css
version: true
level-system:
QueryParameter:
files:
- public/css/level_system-public.css
- public/js/level_system-public.js
version: true
level2categories-2:
Readme:
path: Readme.txt
levels2categories:
Readme:
path: Readme.txt
levelup-transactional-email-sms:
Readme:
path: README.txt
leverage-browser-caching:
Readme:
path: readme.txt
lexi:
Readme:
path: readme.txt
lexicata:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
lexidef:
Readme:
path: readme.txt
lexs-last-update-widget:
Readme:
path: readme.txt
lexs-visits-logger:
Readme:
path: readme.txt
leyka-bank-order-gateway:
TranslationFile:
class: BodyPattern
path: languages/leyka-bank-order-ru_RU.po
pattern: !ruby/regexp /t\-Id\-Version:\ Leyka Bank Order gateway v(?<v>\d+\.[\.\d]+)/i
version: true
lf-hiker:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
lgpd-framework:
Readme:
path: readme.txt
lgv-anmeldesystem:
Readme:
path: readme.txt
lh-404s-for-static-resources:
Readme:
path: readme.txt
lh-allow-shortcodes:
Readme:
path: readme.txt
lh-buddypress-group-redirect:
Readme:
path: readme.txt
lh-buddypress-multi-network:
Readme:
path: readme.txt
lh-buddypress-woo:
Readme:
path: readme.txt
lh-comment-form-shortcode:
Readme:
path: readme.txt
lh-cookieless-domain:
Readme:
path: readme.txt
lh-disable-bp-registration:
Readme:
path: readme.txt
lh-display-default-category:
Readme:
path: readme.txt
lh-first-comment-redirect:
Readme:
path: readme.txt
lh-force-lowercase-urls:
Readme:
path: readme.txt
lh-framebreaker:
QueryParameter:
files:
- scripts/lh-framebreaker.js
version: true
lh-fresh-content:
Readme:
path: readme.txt
lh-inclusive-private-pages:
Readme:
path: readme.txt
lh-logged-in-post-status:
Readme:
path: readme.txt
lh-multisite-ads:
Readme:
path: readme.txt
lh-native-lazy-loading:
Readme:
path: readme.txt
lh-no-cache-shortcode:
Readme:
path: readme.txt
lh-nominate-this:
Readme:
path: readme.txt
lh-number-user-nicename:
Readme:
path: readme.txt
lh-oembed-white-list:
Readme:
path: readme.txt
lh-offline-indicator:
QueryParameter:
files:
- styles/offline-language-english.css
- styles/offline-theme-chrome.css
- scripts/offline-min.js
version: true
lh-page-links-to:
Readme:
path: readme.txt
lh-posse:
Readme:
path: readme.txt
lh-rdf:
Readme:
path: readme.txt
lh-related-posts-by-taxonomy:
Readme:
path: readme.txt
lh-sitemaps:
Readme:
path: readme.txt
lh-sortable-tables:
Readme:
path: readme.txt
lh-taxonomy-pinned-posts:
Readme:
path: readme.txt
lh-user-taxonomies:
Readme:
path: readme.txt
lh-utm-tracking:
QueryParameter:
files:
- scripts/purser.js
version: true
lh-wayback-machine:
Readme:
path: readme.txt
lh-web-application:
Readme:
path: readme.txt
lh-xprofile-forms:
Readme:
path: readme.txt
liberty-reserve-payment-wpplugin:
Readme:
path: readme.txt
librafire-pinpoints:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
library:
Readme:
path: README.txt
library-bookshelves:
QueryParameter:
files:
- css/bookshelves.css
- slick/slick.css
- slick/slick-theme.css
- slick/slick.min.js
version: true
library-custom-post-types:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
library-geek-girls-google-reader-subscription-list:
Readme:
path: readme.txt
library-viewer:
Readme:
path: readme.txt
librarything-recently-reviewed-widget:
Readme:
path: readme.txt
libravatar:
Readme:
path: readme.txt
librefm-now-playing:
Readme:
path: readme.txt
libreli:
QueryParameter:
files:
- public/css/libreli-public.css
- public/js/libreli-public.js
version: true
Readme:
path: README.txt
librevideojs-html5-player:
QueryParameter:
files:
- librevideojs/js/cliplibrejs.dev.js
version: true
librize:
Readme:
path: readme.txt
libwp:
Readme:
path: readme.txt
libxml2-fix:
Readme:
path: readme.txt
licencetobill:
Readme:
path: readme.txt
license:
Readme:
path: readme.txt
license-distribution:
Readme:
path: readme.txt
licenza-articolo:
Readme:
path: readme.txt
lich-van-nien:
Readme:
path: readme.txt
lidplay:
Readme:
path: readme.txt
liebe-ist-liebeszitat:
Readme:
path: readme.txt
lifeguard-assistant:
Readme:
path: readme.txt
lifeline-donation:
Readme:
path: readme.txt
lifepress:
QueryParameter:
files:
- assets/libs/jquery-ui/jquery-ui.css
version: true
lift-trail-status:
QueryParameter:
files:
- assets/js/mltsscript.js
version: true
lifterlms-labs:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
lifterlms-lite-lms-progress-tracker:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/llms-lite-progress.pot
pattern: !ruby/regexp /Lite LMS Progress Tracker by LifterLMS (?<v>\d+\.[\.\d]+)/i
version: true
liftor:
Readme:
path: readme.txt
liftsuggest:
Readme:
path: readme.txt
ligatures-js:
Readme:
path: readme.txt
ligery:
Readme:
path:
- readme.txt
- README.md
light-ab-testing:
Readme:
path: readme.txt
light-and-smart:
Readme:
path: readme.txt
light-bakso:
QueryParameter:
files:
- public/css/lightbakso-public.css
- public/js/lightbakso-public.js
version: true
light-comment-form:
QueryParameter:
files:
- light-comment-form.css
- light-comment-form.js
version: true
light-full-screen-slider:
Readme:
path: readme.txt
light-lms-quizz:
QueryParameter:
files:
- "/css/frontend.css"
version: true
TranslationFile:
class: BodyPattern
path: languages/it.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Light LMS (?<v>\d+\.[\.\d]+)/i'
version: true
light-weight-cookie-popup:
QueryParameter:
files:
- css/ab-cookie-popup.css
- js/ab-cookie-popup.min.js
version: true
lightbox-ga:
Readme:
path: README.md
lightbox-gallery:
Readme:
path: readme.txt
lightbox-images-for-divi:
Readme:
path: readme.txt
lightbox-photoswipe:
QueryParameter:
files:
- lib/photoswipe.css
- lib/default-skin/default-skin.css
- lib/photoswipe.min.js
- lib/photoswipe-ui-default.min.js
- js/photoswipe.js
version: true
lightbox-pop:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
lightbox-responsive-images:
QueryParameter:
files:
- js/lri.js
- js/jquery.touchSwipe.min.js
version: true
lightbulb-save-and-close:
Readme:
path: readme.txt
lightning-publisher:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
lighton:
Readme:
path: readme.txt
lightpost:
Readme:
path: readme.txt
lightslide:
Readme:
path: readme.txt
lightview-plus:
QueryParameter:
files:
- css/lightview/lightview.css
- style.css
- js/spinners/spinners.min.js
- js/lightview/lightview.js
version: true
Readme:
path: readme.txt
lightweight-accordion:
Readme:
path: readme.txt
lightweight-and-responsive-youtube-embed:
QueryParameter:
files:
- public/css/wp-youtube-lightweight-embed-public.css
- public/js/wp-youtube-lightweight-embed-public.js
version: true
lightweight-google-analytics:
Readme:
path: readme.txt
lightweight-grid-columns:
QueryParameter:
files:
- css/unsemantic-grid-responsive-tablet.css
version: true
Readme:
path: readme.txt
lightweight-live-ajax-search:
TranslationFile:
class: BodyPattern
path: languages/lightweight-live-ajax-search.pot
pattern: !ruby/regexp '/d\-Version: Lightweight Live Ajax Search (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
lightweight-slider:
Readme:
path: readme.txt
lightweight-social-icons:
Readme:
path: readme.txt
lightweight-social-sharing-buttons:
Readme:
path: readme.txt
lightweight-youtube-channel-widget:
QueryParameter:
files:
- assets/css/youtube-channel.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/lightweight-youtube-channel-widget-sv_SE.po
pattern: !ruby/regexp /ion:\ Lightweight YouTube Channel Widget (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
like-box:
Readme:
path: readme.txt
like-buttons:
Readme:
path: readme.txt
like-dislike-plus-counter:
QueryParameter:
files:
- assets/js/logic.js
version: true
like-gate:
Readme:
path: readme.txt
like-in-mailru:
Readme:
path: readme.txt
like-it:
Readme:
path: readme.txt
like-on-vkontakte:
Readme:
path: readme.txt
like-photo:
Readme:
path: readme.txt
like-share-my-site:
Readme:
path: readme.txt
like-to-keep-reading:
Readme:
path: readme.txt
likeablepress-sendfox-for-divi:
Readme:
path: readme.txt
likebot:
Readme:
path: readme.txt
likebtn-like-button:
SpanTag:
class: Xpath
xpath: //span[@class="likebtn-wrapper"]/@data-plugin_v
version: true
likely:
TranslationFile:
class: BodyPattern
path: languages/likely-ru_RU.po
pattern: !ruby/regexp /ly\.php:55 tags\/2\.2\/likely\.php:67 tags\/(?<v>\d+\.[\.\d]+)/i
version: true
likert-survey-master:
TranslationFile:
class: BodyPattern
path: likert-survey.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Likert Survey Master (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
likes-counter:
Readme:
path: readme.txt
liketlybar:
Readme:
path: readme.txt
lil-gallery:
Readme:
path: readme.txt
lilicast:
QueryParameter:
files:
- public/css/lilicast-public.css
- public/js/lilicast-public.js
version: true
lilomi-avatar-and-authentication-plugin:
Readme:
path: readme.txt
limb-gallery:
QueryParameter:
files:
- css/grsFrontend.css
- js/angular.min.js
- js/angular-touch.min.js
- js/grsFrontend.min.js
version: true
JavascriptVar:
xpath: //script[not(@src) and contains(., "limb-gallery")]
pattern: !ruby/regexp /grsPluginVer = '(?<v>\d+\.[\.\d]+)',/i
version: true
limdesk-chat:
Readme:
path: readme.txt
lime:
Readme:
path: readme.txt
lime-developer-login:
Readme:
path: readme.txt
limegreen:
Readme:
path: readme.txt
limelight-crm:
QueryParameter:
files:
- includes/assets/main.css
- includes/assets/limelight-traffic-attribution.min.js
- includes/assets/main.js
version: true
limelight-networks:
Readme:
path: readme.txt
limelight-storefront:
QueryParameter:
files:
- includes/assets/main.css
- includes/assets/limelight-traffic-attribution.min.js
- includes/assets/main.js
- classes/assets/limelight-traffic-attribution.min.js
- assets/js/limelight-traffic-attribution.min.js
version: true
JavascriptVar:
xpath: //script[not(@src) and contains(., "limelightTracker")]
pattern: !ruby/regexp /'limelightTracker\.set', 'dimension4', '(?<v>\d+\.[\.\d]+)'/i
version: true
limepay-woocommerce-gateway:
Readme:
path: readme.txt
limesquare-tweaks:
Readme:
path: readme.txt
limit-access:
Readme:
path: readme.txt
limit-bio:
Readme:
path: readme.txt
limit-blogs-per-user:
Readme:
path: readme.txt
limit-daily-posts:
Readme:
path: readme.txt
limit-image-size:
Readme:
path: readme.txt
limit-login-attempts:
Readme:
path: readme.txt
limit-login-attempts-plus:
Readme:
path: readme.txt
limit-login-attempts-reloaded:
Readme:
path: readme.txt
limit-login-attempts-security:
Readme:
path: readme.txt
limit-login-countries:
Readme:
path: readme.txt
limit-login-sessions:
Readme:
path: readme.txt
limit-orders:
Readme:
path: readme.txt
limit-parameter-for-gallery-shortcode:
Readme:
path: readme.txt
limit-post-add-on:
Readme:
path: readme.txt
limit-post-creation:
Readme:
path: readme.txt
limit-post-revisions-network-option:
Readme:
path: readme.txt
limit-revision-publishing:
Readme:
path: readme.txt
limit-widgets:
Readme:
path: readme.txt
limit-wp-admin-access:
Readme:
path: readme.txt
limited-category-lists-widget:
Readme:
path: readme.txt
limundo-widget:
Readme:
path: readme.txt
linchpin-next-page-link-previous-page-link:
Readme:
path: readme.txt
line-auto-post:
Readme:
path: readme.txt
line-break-shortcode:
Readme:
path: readme.txt
line-in-typography:
Readme:
path: readme.txt
line-message-work:
Readme:
path: readme.txt
linear-checkout-for-woo-by-cartimize:
Readme:
path: readme.txt
linear-tag-cloud:
Readme:
path: readme.txt
lineate:
Readme:
path: readme.txt
linepay-wc:
Readme:
path: readme.txt
linet-erp-woocommerce-integration:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
lineyepl:
Readme:
path: README.TXT
lingotek-translation:
Readme:
path: readme.txt
lingulab-live:
Readme:
path: readme.txt
linickx-lifestream:
Readme:
path: readme.txt
link-as-category-widget:
Readme:
path: readme.txt
link-away:
Readme:
path: README.txt
link-back-badge-widget:
Readme:
path: readme.txt
link-badges:
Readme:
path: readme.txt
link-changer-htaccess-for-better-seo:
Readme:
path: readme.txt
link-chooser:
Readme:
path: README.txt
link-designer-lite:
QueryParameter:
files:
- css/edld-frontend.css
- js/edld-frontend.js
version: true
link-exchange-lite:
TranslationFile:
class: BodyPattern
path: languages/link-exchange-it_IT.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Link Exchange v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
link-finder:
Readme:
path: readme.txt
link-footnotes:
Readme:
path: readme.txt
link-for-shopify-and-wishlist-member:
Readme:
path: readme.txt
link-grab-o-matic:
Readme:
path: readme.txt
link-harvest:
Readme:
path: README.txt
link-hopper:
Readme:
path: readme.txt
link-icons:
Readme:
path: readme.txt
link-images-to-none:
Readme:
path: readme.txt
link-in-bio-wp:
Readme:
path: readme.txt
link-indication:
Readme:
path: readme.txt
link-juice-keeper:
Readme:
path: readme.txt
link-library:
Readme:
path: readme.txt
link-list-manager:
Readme:
path: readme.txt
link-maggu-monetization-tool:
Readme:
path: readme.txt
link-markets-ldms:
Readme:
path: readme.txt
link-media-from-tinymce:
Readme:
path: readme.txt
link-prefetching:
Readme:
path: readme.txt
link-preview:
Readme:
path: readme.txt
link-removal-tool:
Readme:
path: README.txt
link-roundups:
TranslationFile:
class: BodyPattern
path: lang/link-roundups.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ link\-roundups (?<v>\d+\.[\.\d]+)/i
version: true
link-shield:
Readme:
path: readme.txt
link-shortener:
Readme:
path: readme.txt
link-sort:
Readme:
path: readme.txt
link-summarizer:
TranslationFile:
class: BodyPattern
path: languages/link-summarizer.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Link Summarizer (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
link-this-bookmarklet:
Readme:
path: README.txt
link-to-button:
Readme:
path: readme.txt
link-to-popup:
QueryParameter:
files:
- js/link-to-popup.js
version: true
Readme:
path: readme.txt
link-to-post:
Readme:
path: readme.txt
link-to-url-post:
Readme:
path: readme.txt
link-to-wordpress-functions:
Readme:
path: readme.txt
link-to-wp-files:
QueryParameter:
files:
- public/css/pda-wp-magic-link-public.css
- public/js/pda-wp-magic-link-public.js
version: true
link-twitter-users:
Readme:
path: readme.txt
link-vault:
Readme:
path: readme.txt
link-whisper:
Readme:
path: readme.txt
link-widget-title:
QueryParameter:
files:
- public/css/link-widget-title-public.css
- public/js/link-widget-title-public.js
version: true
link-wrench:
Readme:
path: readme.txt
link2post:
Readme:
path: readme.txt
link2wiki:
JavascriptVar:
class: BodyPattern
path: editor_plugin.js
pattern: !ruby/regexp /version\s+:\s+"(?<v>\d+\.[\.\d]+)"/i
version: true
linkable-title-html-and-php-widget:
Comment:
xpath: //comment()[contains(., "Linkable Title Html And Php Widget")]
pattern: !ruby/regexp /Linkable Title Html And Php Widget v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
linkbuildr:
TranslationFile:
class: BodyPattern
path: languages/linkbuildr.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Linkbuildr (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
linkbuster:
Readme:
path: readme.txt
linked-pages:
Readme:
path: readme.txt
linked-variation-for-woocommerce:
Readme:
path: readme.txt
linkedin-badge-by-pixelpillow:
Readme:
path: readme.txt
linkedin-inshare-button:
Readme:
path: readme.txt
linkedin-lite:
Readme:
path: readme.txt
linkedin-perfect-share:
Readme:
path: readme.txt
linkedin-profile-badge:
Readme:
path: readme.txt
linkedin-resume:
Readme:
path: readme.txt
linkedin-sc:
Readme:
path: readme.txt
linkedin-share-social-widget:
Readme:
path: readme.txt
linkedinclude:
Readme:
path: readme.txt
linker:
TranslationFile:
class: BodyPattern
path: language/linker.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Linker (?<v>\d+\.[\.\d]+)/i
version: true
linkgreen-product-import:
QueryParameter:
files:
- public/css/linkgreen-product-import-public.css
- public/js/linkgreen-product-import-public.js
version: true
Readme:
path: README.txt
linkgreen-site-integrations:
Readme:
path: readme.txt
linkimage:
Readme:
path: readme.txt
linklaunder-seo-plugin:
Readme:
path: readme.txt
linkle:
Readme:
path: readme.txt
linklist:
Readme:
path: readme.txt
linkmarklet:
Readme:
path: readme.txt
linkmyposts:
Readme:
path: readme.txt
linkpaper:
QueryParameter:
files:
- css/lp-style.css
version: true
linkpeek:
Readme:
path: README.txt
linkrobo:
Readme:
path: readme.txt
links-dropdown-widget:
Readme:
path: readme.txt
links-in-captions:
Readme:
path: readme.txt
links-page:
Readme:
path: readme.txt
links-with-icons-widget:
Readme:
path: readme.txt
linksextractor:
Readme:
path: readme.txt
linkt:
Readme:
path: readme.txt
linktothispage:
Readme:
path: README.txt
linkwelove:
Readme:
path: readme.txt
linkwithin-mobile-downsizer:
Readme:
path: readme.txt
linky:
Readme:
path: readme.txt
linux-day:
Readme:
path: readme.txt
linux-promotional-plugin:
Readme:
path: readme.txt
lips:
Readme:
path: readme.txt
lipsum:
Readme:
path: readme.txt
liquid-blocks:
QueryParameter:
files:
- css/block.css
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
liquid-connect:
TranslationFile:
class: BodyPattern
path: languages/liquid-connect-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: liquid\-connect v(?<v>\d+\.[\.\d]+)/i'
version: true
liquid-speech-balloon:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
list-all-authors:
Readme:
path: README.txt
list-all-pages:
Readme:
path: readme.txt
list-attachments-shortcode:
Readme:
path: readme.txt
list-authors:
Readme:
path: readme.txt
list-category:
Readme:
path: readme.txt
list-category-posts:
Readme:
path: readme.txt
list-category-posts-with-pagination:
Readme:
path: readme.txt
list-children:
Readme:
path: readme.txt
list-latest-tagged-posts:
Readme:
path: readme.txt
list-mixcloud:
Readme:
path: readme.txt
list-my-posts:
Readme:
path: readme.txt
list-plugins:
Readme:
path: readme.txt
list-posts:
Readme:
path: readme.txt
list-posts-by-categories:
Readme:
path: readme.txt
list-posts-by-category:
Readme:
path: Readme.txt
list-site-contributors:
Readme:
path: readme.txt
list-sub-categories-lsc:
Readme:
path: readme.txt
list-sub-pages:
Readme:
path: readme.txt
listar-directory-listing:
Readme:
path: readme.txt
listdom:
Readme:
path: readme.txt
listen-shortcode:
Readme:
path: readme.txt
listen-to-quran-verses:
Readme:
path: readme.txt
listicle:
Readme:
path: readme.txt
listig:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
listings-for-appfolio:
Readme:
path: readme.txt
listings-post-type-enable:
Readme:
path:
- readme.txt
- README.md
listly:
Readme:
path: readme.txt
listposts-shortcode:
Readme:
path: readme.txt
lite-cache:
Readme:
path: readme.txt
lite-contact-form:
Readme:
path: readme.txt
lite-embed-for-youtube:
Readme:
path: readme.txt
literal-shortcode:
Readme:
path: readme.txt
litespeed-cache:
TranslationFile:
class: BodyPattern
path: languages/litespeed-cache.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ LiteSpeed Cache (?<v>\d+\.[\.\d]+)/i
version: true
litextension-data-migration-to-woocommerce:
Readme:
path: readme.txt
little-wp-to-twitter:
Readme:
path: readme.txt
live-2d:
Readme:
path:
- readme.txt
- README.md
live-admin-customzier:
Readme:
path: readme.txt
live-admin-navigation-filter:
Readme:
path: README.txt
live-badge-twitch:
Readme:
path: readme.txt
live-blog:
Readme:
path: readme.txt
live-blogging:
Readme:
path: readme.txt
live-blogroll:
Readme:
path: readme.txt
live-broadcast:
Readme:
path: readme.txt
live-center-live-blogging-solution:
Readme:
path: readme.txt
live-chat-by-oggflow:
Readme:
path: readme.txt
live-chat-by-supsystic:
QueryParameter:
files:
- modules/chat/css/chat.core.css
- modules/chat/css/frontend.chat.css
- js/common.js
- js/core.js
- modules/chat/js/chat.core.js
- modules/chat/js/frontend.chat.js
version: true
live-chat-software-for-wordpress:
Readme:
path: readme.txt
live-clock-date:
Readme:
path: readme.txt
live-composer-lite:
QueryParameter:
files:
- css/main.css
- css/front/plugins.css
- css/font-awesome.css
- css/modules.css
- js/front-plugins.js
- js/front.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
live-composer-page-builder:
Comment:
pattern: !ruby/regexp /\/live\-composer\-page\-builder\/css\/ie\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/font-awesome.css
- css/frontend/main.css
- css/frontend/modules.css
- css/frontend/plugins.css
- js/frontend/plugins.js
- js/frontend/main.js
version: true
Readme:
path: readme.txt
live-countdown-timer:
Readme:
path: readme.txt
live-cricket-score:
Readme:
path: readme.txt
live-cricket-scores-widget:
Readme:
path: readme.txt
live-dashboard:
Readme:
path: readme.txt
live-drafts:
Readme:
path: readme.txt
live-editor-file-manager:
Readme:
path: readme.txt
live-eftpos-for-woocommerce:
Readme:
path: readme.txt
live-flickr-comment-importer:
Readme:
path: readme.txt
live-members-counter-for-discord:
Readme:
path: readme.txt
live-photos:
QueryParameter:
files:
- "/js/livephotos.js"
version: true
live-plus-press:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
live-preview-product-options-lite:
Readme:
path: readme.txt
live-score:
Readme:
path: readme.txt
live-scores:
Readme:
path: readme.txt
live-search-for-post:
Readme:
path: readme.txt
live-search-popup:
Readme:
path: readme.txt
live-shopping-blue:
Readme:
path: readme.txt
live-stream-badger:
Readme:
path:
- readme.txt
- README.md
live-stream-church:
Readme:
path: readme.txt
live-support:
Readme:
path: readme.txt
live-support-chat-for-business-websites:
Readme:
path: readme.txt
live-theme-preview:
Readme:
path: readme.txt
live-updates:
Readme:
path: readme.txt
live-username-availability-checking:
Readme:
path: readme.txt
live-video-annotation:
Readme:
path: readme.txt
live-weather-station:
QueryParameter:
files:
- public/css/live-weather-station-public.min.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
live-words-wordpress-plugin:
Readme:
path: readme.txt
live-writer-stealth:
Readme:
path: readme.txt
liveadmin:
Readme:
path: readme.txt
livebeep:
Readme:
path: readme.txt
livebooklet:
Readme:
path: readme.txt
livecareer-affiliate:
Readme:
path: readme.txt
livechatoo:
Readme:
path: readme.txt
livechatscriptcom:
Readme:
path: readme.txt
liveeditor:
QueryParameter:
files:
- LolitaFramework/CssLoader/assets/css/lolita_css_loader.css
version: true
livees-checkout:
Readme:
path: readme.txt
livehelpnow-help-desk:
Readme:
path: readme.txt
livehelpnow-help-desk-helpout-tab:
Readme:
path: readme.txt
livehoursco-live-chat:
Readme:
path: readme.txt
liveinternet-importer:
Readme:
path: readme.txt
livejournal-crossposter-remake:
Readme:
path: readme.txt
livejournal-crossposter-remix:
Readme:
path: readme.txt
livejournal-crossposter-remix-rus:
Readme:
path: readme.txt
livejournal-importer:
Readme:
path: readme.txt
livejournal-shortcode:
Readme:
path: readme.txt
livelib-widget:
Readme:
path: readme.txt
livemarket:
QueryParameter:
files:
- css/livemarket.css
- js/livemarket.js
version: true
livemesh-siteorigin-widgets:
QueryParameter:
files:
- assets/css/lsow-frontend.css
- assets/css/icomoon.css
- assets/js/modernizr-custom.min.js
- assets/js/jquery.waypoints.min.js
- assets/js/lsow-frontend.min.js
version: true
livepress:
TranslationFile:
class: BodyPattern
path: languages/livepress.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ livepress (?<v>\d+\.[\.\d]+)/i
version: true
livepreview:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
liverecover-woocommerce:
Readme:
path: readme.txt
livesession:
Readme:
path: README.txt
livestream-notice:
QueryParameter:
files:
- livestream-notice.css
- livestream-notice.js
version: true
livesync:
Readme:
path: readme.txt
livetv-bundle:
Readme:
path: readme.txt
livetwitch:
QueryParameter:
files:
- public/css/twitch-public.css
- public/js/twitch-public.js
version: true
liveweb:
Readme:
path: readme.txt
lj-longtail-seo:
Readme:
path: readme.txt
lj-maintenance-mode:
Readme:
path: readme.txt
lj-multi-column-archive:
Readme:
path: readme.txt
lj-random-or-recent:
Readme:
path: readme.txt
lj-subpages-widget:
Readme:
path: readme.txt
lj-tag-parser:
Readme:
path: readme.txt
lj-user-ex:
Readme:
path: readme.txt
lj-xp:
Readme:
path: readme.txt
ljpl-armored-robotstxt:
Readme:
path: readme.txt
lkdto-widget:
Readme:
path: readme.txt
lktags-linkedin-insight-tags:
Readme:
path: readme.txt
lm-easy-emoticons:
Readme:
path: readme.txt
lm-easy-maps:
Readme:
path: README.txt
lm-easy-slider:
Readme:
path: README.txt
lmbbox-child-theme-hierarchy:
Readme:
path: readme.txt
lmbbox-wordpress-plugin-api:
Readme:
path: readme.txt
lmwd-ziptree:
Readme:
path: readme.txt
lnd-for-wp:
QueryParameter:
files:
- public/css/lnd-for-wp-public.css
- public/js/lnd-for-wp-public.js
version: true
lnk-juice-tracking:
Readme:
path: readme.txt
lnqme-url-shortener:
Readme:
path: readme.txt
load-low-source-image-first:
Readme:
path: readme.txt
load-more-anything-listing:
Readme:
path: README.txt
load-your-site-url-in-any-page:
QueryParameter:
files:
- public/css/load-page-or-post-by-url-public.css
- public/js/load-page-or-post-by-url-public.js
version: true
loadads-monetization-tool:
Readme:
path: readme.txt
loader:
Readme:
path: readme.txt
loader-css3:
Readme:
path: readme.txt
loading-page:
Readme:
path: readme.txt
loading-screen-by-imoptimal:
Readme:
path: readme.txt
loanthru-calculator:
QueryParameter:
files:
- public/css/loanthru_calculator-public.css
- public/js/loanthru_calculator-public.js
version: true
lobbycal2press:
QueryParameter:
files:
- js/jquery.spring-friendly.js
- js/jquery.datatables.js
- js/moment.min.js
- js/lobbycal2press.js
version: true
lobia:
Readme:
path: readme.txt
lobot-slider-administrator:
Readme:
path: readme.txt
local-analytics:
Readme:
path: readme.txt
local-business-microdata-widget:
Readme:
path: readme.txt
local-delivery-drivers-for-woocommerce:
Readme:
path: README.txt
local-gajs:
Readme:
path: readme.txt
local-gravatars:
Readme:
path: readme.txt
local-indicator:
Readme:
path: readme.txt
local-info-powered-by-everyblock:
Readme:
path: readme.txt
local-like-and-share:
QueryParameter:
files:
- public/css/local-like-and-share-public.min.css
- public/js/local-like-and-share-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/local-like-and-share.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Local Like And Share (?<v>\d+\.[\.\d]+)/i
version: true
local-links:
TranslationFile:
class: BodyPattern
path: languages/local-links.pot
pattern: !ruby/regexp /"Local Links v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
local-market-explorer:
QueryParameter:
files:
- css/client.css
version: true
Readme:
path: readme.txt
local-navigation-extended:
Readme:
path: readme.txt
local-navigation-widget:
Readme:
path: readme.txt
local-open-sans:
Readme:
path: readme.txt
local-storage-back-up:
Readme:
path: readme.txt
local-wordpress-plugin-repo:
Readme:
path: readme.txt
localgrid:
Readme:
path: readme.txt
localhost-notify:
Readme:
path: readme.txt
localize:
Readme:
path: readme.txt
localize-time:
Readme:
path: readme.txt
localtime:
QueryParameter:
files:
- localtime.js
version: true
location-finder:
QueryParameter:
files:
- public/css/bootstrap-liw.min.css
- public/css/fontawesome.min.css
- public/css/featherlight.min.css
- public/css/featherlight.gallery.min.css
- public/css/location-finder-public.css
- public/js/featherlight.min.js
- public/js/featherlight.gallery.js
- public/js/location-finder-public.js
version: true
Readme:
path: README.txt
location-module-for-contact-form-7:
QueryParameter:
files:
- js/gmaps.min.js
- js/cf7-location-module.min.js
version: true
locationews:
QueryParameter:
files:
- public/js/min.js
- assets/js/min.js
version: true
locations-and-areas:
Readme:
path: readme.txt
locatoragency:
Readme:
path: readme.txt
locco-emoticons:
Readme:
path: readme.txt
lock-my-bp:
TranslationFile:
class: BodyPattern
path: languages/bp-lock-en_US.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ BuddyPress Lock (?<v>\d+\.[\.\d]+)/i
version: true
lock-your-updates:
Readme:
path: readme.txt
lockdown-wp-admin:
Readme:
path: readme.txt
lockerpress-wordpress-security:
Readme:
path: readme.txt
loco-translate:
TranslationFile:
class: BodyPattern
path: languages/loco-translate.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Loco Translate (?<v>\d+\.[\.\d]+)/i'
version: true
StyleBackgroundUrl:
class: BodyPattern
path: pub/css/poview.css
pattern: !ruby/regexp /gif\?v=(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
locus:
TranslationFile:
class: BodyPattern
path: lang/locus-pt_BR.po
pattern: !ruby/regexp /msgid "(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
loft-postreorder:
TranslationFile:
class: BodyPattern
path: assets/languages/loft-post-reorder.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Loft PostReorder (?<v>\d+\.[\.\d]+)/i'
version: true
loftloader:
TranslationFile:
class: BodyPattern
path: languages/loftloader.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ LoftLoader (?<v>\d+\.[\.\d]+)/i
version: true
loftysms:
QueryParameter:
files:
- public/css/wp-loftysms-public.css
- public/js/wp-loftysms-public.js
version: true
log-cleaner-for-ithemes-security:
Readme:
path: readme.txt
log-deprecated-notices-extender:
Readme:
path: readme.txt
log-emails:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
log-http-requests:
Readme:
path: readme.txt
log-user-stats:
Readme:
path: readme.txt
log-viewer:
Readme:
path: readme.txt
logcloud:
Readme:
path: readme.txt
logged-in-conditional-text-widget:
Readme:
path: readme.txt
logged-in-user-shortcode:
Readme:
path: readme.txt
logged-out-admin-bar:
Readme:
path: readme.txt
loggy:
Readme:
path: readme.txt
logic-hop:
QueryParameter:
files:
- public/js/ajax-methods.min.js
- public/css/display.css
- public/css/display.min.css
version: true
Readme:
path: readme.txt
logic-hop-beaver-builder:
Readme:
path: readme.txt
logic-hop-personalization-for-divi-add-on:
Readme:
path: readme.txt
logic-hop-personalization-for-elementor-add-on:
Readme:
path: readme.txt
logic-hop-personalization-for-gravity-forms-add-on:
Readme:
path: readme.txt
logical-captcha:
Readme:
path: readme.txt
login-alert:
Readme:
path: readme.txt
login-alert-notification:
Readme:
path: readme.txt
login-and-logout-redirect:
QueryParameter:
files:
- public/css/login-and-logout-redirect-public.css
- public/js/login-and-logout-redirect-public.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path:
- readme.txt
- README.md
login-and-out:
Readme:
path: readme.txt
login-as-customer-or-user:
Readme:
path: readme.txt
login-as-user:
QueryParameter:
files:
- public/css/public.min.css
- public/js/public.min.js
version: true
Readme:
path: README.txt
login-attempts-limit-wp:
Readme:
path: readme.txt
login-box:
Readme:
path: readme.txt
login-configurator:
Readme:
path: readme.txt
login-customiser:
Readme:
path: readme.txt
login-customizer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /### v?(?<v>\d+\.[\.\d]+) \- [\d\-\/]{8,}/i
version: true
Readme:
path: readme.md
login-designer:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Login Designer (?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
login-dongle:
TranslationFile:
class: BodyPattern
path: translations/login-dongle.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Login Dongle (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
login-email-sync:
Readme:
path: readme.txt
login-first:
Readme:
path: readme.txt
login-fortifier:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
login-in-widget:
Readme:
path: readme.txt
login-ip-restriction:
QueryParameter:
files:
- public/css/login-ip-restriction-public.css
- public/js/login-ip-restriction-public.js
version: true
login-logger:
Readme:
path: readme.txt
login-logo:
Comment:
pattern: !ruby/regexp /Login Logo plugin for WordPress/i
login-logo-customization:
Readme:
path: readme.txt
login-logout-shortcode-simple:
Readme:
path: readme.txt
login-non-admin-redirection:
Readme:
path: readme.txt
login-on-checkout-for-easy-digital-downloads:
Readme:
path: readme.txt
login-only-1-session:
Readme:
path: readme.txt
login-page:
Readme:
path: readme.txt
login-page-style:
Readme:
path: readme.txt
login-popup-modal:
Readme:
path: readme.txt
login-protection:
Readme:
path: readme.txt
login-rebuilder:
Readme:
path: readme.txt
login-recaptcha:
Readme:
path: readme.txt
login-redirect:
Readme:
path: readme.txt
login-redirect-url:
TranslationFile:
class: BodyPattern
path: languages/login-redirect-url-de_DE.po
pattern: !ruby/regexp '/Project\-Id\-Version: Login Redirect Url v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
login-redirection-link:
Readme:
path: readme.txt
login-register:
Readme:
path: readme.txt
login-register-redirect-for-woocommerce:
QueryParameter:
files:
- public/css/lrr-for-woocommerce-public.css
- public/js/lrr-for-woocommerce-public.js
version: true
login-security:
Readme:
path: readme.txt
login-security-recaptcha:
TranslationFile:
class: BodyPattern
path: languages/login-security-recaptcha.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Login Security Recaptcha (?<v>\d+\.[\.\d]+)/i'
version: true
login-security-solution:
Readme:
path: readme.txt
login-site-icon:
Readme:
path: readme.txt
login-style:
Readme:
path: readme.txt
login-to-read-more:
Readme:
path: readme.txt
login-to-view-all:
Readme:
path: readme.txt
login-token:
Readme:
path: readme.txt
login-tweaks:
Readme:
path: readme.txt
login-widget-red-rokk-widget-collection:
Readme:
path: readme.txt
login-with-ajax:
QueryParameter:
files:
- widget/widget.css
- widget/login-with-ajax.js
version: true
Readme:
path: readme.txt
login-with-azure:
Readme:
path: readme.txt
login-with-bondhumohal-network:
Readme:
path: README.txt
login-with-cognito:
Readme:
path: readme.txt
login-with-google:
Readme:
path: readme.txt
login-with-office-365:
Readme:
path: readme.txt
login-with-phone-number:
Readme:
path: readme.md
login-with-rocket-chat:
Readme:
path: readme.txt
login-with-vipps:
Readme:
path: readme.txt
login-with-yourmembership:
Readme:
path: readme.txt
login-xchange:
Readme:
path: readme.txt
loginator:
Readme:
path: readme.txt
loginer-custom-login-page-builder:
QueryParameter:
files:
- public/css/loginer-public.css
- public/css/bootstrap.min.css
- public/css/login-public.css
- public/js/login-public.js
version: true
Readme:
path: README.txt
loginner:
Readme:
path: readme.txt
loginout:
Readme:
path: readme.txt
loginpetze:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
loginplus:
Readme:
path: readme.txt
loginpress:
Readme:
path: readme.txt
loginradius-for-wordpress:
Readme:
path: readme.txt
loginradius-social-login-for-wordpress-in-italian-language:
Readme:
path: readme.txt
logintc-authentication:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
loginza:
Readme:
path: readme.txt
logistia:
QueryParameter:
files:
- public/css/logistia-public.css
- public/js/logistia-public.js
version: true
logistra-woocommerce-integrasjon-fra-wildrobot-app:
Readme:
path: README.txt
logmycalls-dashboard:
Readme:
path: readme.txt
logmytrip:
Readme:
path: readme.txt
logo-awesome:
Readme:
path: README.txt
logo-by-conditions:
Readme:
path: readme.txt
logo-candy:
Readme:
path: readme.txt
logo-carousel-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
logo-carousel-free:
QueryParameter:
files:
- public/assets/css/slick.css
- public/assets/css/font-awesome.min.css
- public/assets/css/style.css
version: true
logo-carousel-slider-wp:
Readme:
path: readme.txt
logo-controller:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
logo-manager:
Readme:
path: readme.txt
logo-scheduler-great-for-holidays-events-and-more:
QueryParameter:
files:
- inc/frontend/css/amwnlogos-frontend.css
version: true
logo-showcase-creative:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/ccs-cls-public-style.css
version: true
logo-showcase-for-visual-composer:
TranslationFile:
class: BodyPattern
path: languages/it_vc_logo_showcase-en_US.po
pattern: !ruby/regexp /rsion:\ iThemeland Logo Showcase for VC v(?<v>\d+\.[\.\d]+)/i
version: true
logo-showcase-ultimate:
TranslationFile:
class: BodyPattern
path: languages/lsu.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WordPress Blank Pot v(?<v>\d+\.[\.\d]+)/i'
version: true
logo-showcase-with-slick-slider:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/lswss-public.css
version: true
logo-slideshow:
Readme:
path: readme.txt
logora:
Readme:
path: readme.txt
logoreplacer:
Readme:
path: readme.txt
logout-button:
Readme:
path: readme.txt
logout-link-placement-plugin:
Readme:
path: readme.txt
logout-password-protected-posts:
Readme:
path: readme.txt
logout-redirect:
Readme:
path: readme.txt
logout-roulette:
Readme:
path: readme.txt
logout-to-homepage:
Readme:
path: readme.txt
logpi-for-wordpress:
Readme:
path: readme.txt
logstore:
Readme:
path: readme.txt
logytia-simple-db-cleaner:
Readme:
path: readme.txt
loi-hamon:
Readme:
path: readme.txt
loja-automatica:
Readme:
path: readme.txt
lokalise:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
loks-monetization:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
lol-free-champion-rotation:
Readme:
path: readme.txt
lolpress:
Readme:
path: readme.txt
loltracker:
QueryParameter:
files:
- public/css/lol-tracker-public.css
- public/js/lol-tracker-public.js
version: true
lomadee-wp-ofertas-relacionadas:
Readme:
path: readme.txt
london-2012:
Readme:
path: readme.txt
loneseo-analytics:
Readme:
path: readme.txt
long-toolkit:
Readme:
path: readme.txt
longtail-keyword-browser:
Readme:
path: readme.txt
look-inside-pdf:
Readme:
path: readme.txt
lookbook-embed:
Readme:
path: readme.txt
lookery-amplifier-wordpress:
Readme:
path: readme.txt
loomisoft-button-widget:
QueryParameter:
files:
- css/style.css
version: true
loop-post-navigation-links:
Readme:
path: readme.txt
loopfeedback:
QueryParameter:
files:
- public/css/loop-feedback-public.css
- public/js/loop-feedback-public.js
version: true
loopingo:
Readme:
path: readme.txt
loops-n-slides:
QueryParameter:
files:
- _inc/css/loopsns-loop.css
- _inc/js/loopsns-loop.js
version: true
looptijden-profiel:
Readme:
path: readme.txt
looptodo-feedback-button:
Readme:
path: readme.txt
lootly-for-woocommerce:
Readme:
path: readme.txt
loptix:
Readme:
path: readme.txt
lord-linus-chop-slider:
Readme:
path: readme.txt
lord-linus-online-visitor:
Readme:
path: readme.txt
lore-owl-subcat-for-wc:
Readme:
path: readme.txt
lorem-carousel:
Readme:
path: readme.txt
lorem-ipsum-and-place-holder-image-generator:
Readme:
path: readme.txt
lorem-ipsum-dummy-article-shortcode:
Readme:
path: readme.txt
lorem-ipsum-for-wp-editor:
Readme:
path: readme.txt
lorem-shortcode:
Readme:
path: readme.txt
lorem-toolbox:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
lorem-user-generator:
TranslationFile:
class: BodyPattern
path: languages/lorem-user-generator.pot
pattern: !ruby/regexp /opyright \(C\) 2017 Lorem User Generator v(?<v>\d+\.[\.\d]+)/i
version: true
lorica:
Readme:
path: readme.txt
lotos-author-fields:
Readme:
path: readme.txt
lotos-likes:
Readme:
path: readme.txt
lottery:
Readme:
path: readme.txt
lottery-number-generator:
Readme:
path: readme.txt
lottoland-earnings-figures-widget:
Readme:
path: readme.txt
loudreply-customer-feedback-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
lovage-blocks:
Readme:
path: readme.txt
lovage-portfolio:
Readme:
path:
- readme.txt
- README.md
love-calculator:
Readme:
path: readme.txt
love-it:
Readme:
path: readme.txt
love-post-voting:
Readme:
path: readme.txt
lovedby-pro:
Readme:
path: readme.txt
loveitcom-importer:
Readme:
path: readme.txt
lowermedia-iframes-on-demand:
QueryParameter:
files:
- lowermedia-iframes-on-demand.js
version: true
Readme:
path: readme.txt
lowermedia-sticky-js-menus:
QueryParameter:
files:
- lowermedia.sticky.min.js
version: true
Readme:
path: readme.txt
lowlevel-webforms:
Readme:
path: readme.txt
lowtechwp:
Readme:
path: readme.txt
loyaltyjs:
Readme:
path: readme.txt
loystar-woocommerce-loyalty-program:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
lqthemes-companion:
QueryParameter:
files:
- assets/js/front.js
version: true
lrh-shortcode-list:
Readme:
path: readme.txt
ls-icecast-onair:
Readme:
path: readme.txt
ls-social-feed:
Readme:
path: README.txt
ls-wp-ccsearch:
Readme:
path:
- readme.txt
- README.md
ls-wp-currency-byn:
Readme:
path: readme.txt
ls-wp-logger:
Readme:
path: readme.txt
lsd-google-maps-embedder:
Readme:
path: readme.txt
lsd-lazy-load-images:
Readme:
path: readme.txt
lsd-simple-cache:
Readme:
path: readme.txt
lsmooths-next-page-posts:
Readme:
path: readme.txt
lsx-banners:
QueryParameter:
files:
- assets/css/lsx-banners.css
- assets/js/vendor/jquery.touchSwipe.min.js
- assets/js/lsx-banners.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-blocks:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
lsx-blog-customizer:
QueryParameter:
files:
- assets/css/vendor/owl.carousel.min.css
- assets/css/vendor/slick.css
- assets/css/lsx-blog-customizer.css
- assets/js/vendor/owl.carousel.min.js
- assets/js/lsx-blog-customizer.min.js
- assets/js/src/lsx-blog-customizer.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-business-directory:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
lsx-currencies:
QueryParameter:
files:
- assets/css/lsx-currencies.css
- assets/js/vendor/money.min.js
- assets/js/vendor/accounting.min.js
- assets/js/vendor/cookie.min.js
- assets/js/src/lsx-currencies.js
version: true
Readme:
path: readme.txt
lsx-customizer:
QueryParameter:
files:
- assets/css/lsx-customizer.css
- assets/js/lsx-customizer.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-geo-content:
QueryParameter:
files:
- assets/css/geo-content.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-health-plan:
QueryParameter:
files:
- assets/css/lsx-health-plan.css
version: true
lsx-importer-for-wetu:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-mega-menus:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-projects:
QueryParameter:
files:
- assets/css/vendor/slick.css
- assets/css/lsx-projects.css
- assets/js/lsx-projects.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-search:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
lsx-sharing:
QueryParameter:
files:
- assets/css/lsx-sharing.css
- assets/js/lsx-sharing.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-team:
QueryParameter:
files:
- assets/css/vendor/slick.css
- assets/css/lsx-team.css
- assets/js/lsx-team.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
lsx-testimonials:
QueryParameter:
files:
- assets/css/vendor/slick.css
- assets/css/lsx-testimonials.css
- assets/js/lsx-testimonials.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
lsx-videos:
QueryParameter:
files:
- assets/css/lsx-videos.css
- assets/js/lsx-videos.min.js
version: true
lsx-zoho-crm-addon-for-caldera-forms:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
ltd-tickets:
QueryParameter:
files:
- public/css/twentyfifteen.css
- public/css/core.min.css
- public/css/ltd-tickets-public.css
- public/js/core.min.js
- public/js/ltd.lib.js
version: true
ltl-freight-quotes-abf-freight-edition:
Readme:
path: readme.txt
ltl-freight-quotes-cortigo-edition:
Readme:
path: readme.txt
ltl-freight-quotes-estes-edition:
Readme:
path: readme.txt
ltl-freight-quotes-fedex-freight-edition:
Readme:
path: readme.txt
ltl-freight-quotes-globaltranz-edition:
Readme:
path: readme.txt
ltl-freight-quotes-odfl-edition:
Readme:
path: readme.txt
ltl-freight-quotes-purolator-freight-edition:
Readme:
path: readme.txt
ltl-freight-quotes-rl-edition:
Readme:
path: readme.txt
ltl-freight-quotes-saia-edition:
Readme:
path: readme.txt
ltl-freight-quotes-sefl-edition:
Readme:
path: readme.txt
ltl-freight-quotes-ups-edition:
Readme:
path: readme.txt
ltl-freight-quotes-worldwide-express-edition:
Readme:
path: readme.txt
ltl-freight-quotes-xpo-edition:
Readme:
path: readme.txt
ltl-freight-quotes-yrc-edition:
Readme:
path: readme.txt
ltm-custom-login:
Readme:
path: README.txt
ltm-popup-form:
Readme:
path: readme.txt
ltw-content-shortcodes:
QueryParameter:
files:
- css/styles.css
- js/functions.js
version: true
lucid-gateway-for-woocommerce:
Readme:
path:
- readme.txt
- lucid-gateway-for-woocommerce/readme.txt
lucidel-for-wordpress:
Readme:
path: readme.txt
lucidlms:
QueryParameter:
files:
- assets/css/frontend/main.css
version: true
luckywp-acf-menu-field:
Readme:
path: readme.txt
luckywp-cookie-notice-gdpr:
QueryParameter:
files:
- front/assets/main.min.css
- front/assets/main.min.js
version: true
luckywp-table-of-contents:
QueryParameter:
files:
- front/assets/main.min.css
- front/assets/main.min.js
version: true
ludou-simple-vote:
Readme:
path: readme.txt
lukas-tripster:
TranslationFile:
class: BodyPattern
path: languages/lukas-tripster-ru_RU.po
pattern: !ruby/regexp '/Project\-Id\-Version: Tripster API Plugin (?<v>\d+\.[\.\d]+)/i'
version: true
lumeer-embed:
Readme:
path: readme.txt
lumia-bxslider:
Readme:
path: readme.txt
lumia-calender:
Readme:
path: readme.txt
lumia-testimonials:
Readme:
path: readme.txt
lunapay-for-woocommerce:
Readme:
path: readme.txt
lunapay-givewp:
Readme:
path: readme.txt
lunite-tunnel:
Readme:
path: README.txt
lux-vimeo-shortcode:
Readme:
path: readme.txt
lvl99-omny-embed:
QueryParameter:
files:
- js/lvl99-omny-embed.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
lw-all-in-one:
Readme:
path:
- readme.txt
- README.md
lx-password-generator:
Readme:
path: readme.txt
lycosmix-video-embed:
Readme:
path: readme.txt
lyricwikisearch:
Readme:
path: readme.txt
lytebox:
Readme:
path: readme.txt
lyza-loop:
Readme:
path: readme.txt
lz-accordion:
QueryParameter:
files:
- js/active.js
version: true
Readme:
path: readme.txt
lz-scroll-up:
Readme:
path: readme.txt
lzb-select-dynamic:
Readme:
path: readme.md
m-one-pay-payment-gateway-for-woo-commerce:
Readme:
path: readme.txt
m-vslider:
Readme:
path: readme.txt
m7-go-top:
TranslationFile:
class: BodyPattern
path: languages/m7-go-top-ru_RU.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ M7 Go Top v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ma-contact-form-7:
Readme:
path: readme.txt
ma-visioconference-visio-chat:
Readme:
path: readme.txt
maaiiconnect:
Readme:
path: readme.txt
mabel-shoppable-images-lite:
QueryParameter:
files:
- public/css/public.min.css
- public/js/public.min.js
version: true
mabzy-check-in-button:
Readme:
path: readme.txt
machete:
Readme:
path: readme.txt
machform-shortcode:
Readme:
path: readme.txt
machine-language:
Readme:
path: readme.txt
machine-learning-antispam:
Readme:
path: readme.txt
machool-for-woocommerce:
Readme:
path: readme.txt
macme:
Readme:
path: readme.txt
macro-expander:
Readme:
path: readme.txt
mactrak:
QueryParameter:
files:
- "/js/wp_mactrak_public_script.js"
version: true
mad-mimi-wp:
QueryParameter:
files:
- assets/pagecount.min.js
version: true
made-in-icon-widget:
QueryParameter:
files:
- public/css/made-in-icon-widget-public.css
- public/js/made-in-icon-widget-public.js
version: true
madeep-wp-connector:
Readme:
path: readme.txt
maestro-connector:
Readme:
path: readme.txt
mag-products-integration:
QueryParameter:
files:
- css/style.min.css
version: true
maga-category-images:
Readme:
path: readme.txt
magadanski-similar-posts:
TranslationFile:
class: BodyPattern
path: languages/magadanski-similar-posts-es_ES.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ M Similar Posts (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
magayo-lottery-results:
QueryParameter:
files:
- public/css/magayo-lottery-results-public.css
- public/js/magayo-lottery-results-public.js
version: true
magazi-admin-theme:
Readme:
path: readme.txt
magazine-columns:
Readme:
path: readme.txt
mage-enabler:
Readme:
path: readme.txt
mage-google-maps:
Readme:
path: readme.txt
mage-reviews:
Readme:
path: readme.txt
mage-support-online:
Readme:
path: readme.txt
magee-page-builder:
QueryParameter:
files:
- assets/js/main.js
version: true
magee-restaurant:
QueryParameter:
files:
- assets/css/magee-restaurant.css
- assets/css/prettyPhoto.css
version: true
TranslationFile:
class: BodyPattern
path: languages/magee-restaurant.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Magee Restaurant (?<v>\d+\.[\.\d]+)/i
version: true
magee-shortcodes:
QueryParameter:
files:
- assets/css/shortcode.css
- assets/js/magee-shortcodes.js
- assets/js/magee-modal.js
version: true
Readme:
path: readme.txt
mageewp-page-layout:
QueryParameter:
files:
- includes/frontend/vendors/bootstrap/css/bootstrap.min.css
- includes/frontend/vendors/font-awesome/css/font-awesome.min.css
- includes/frontend/vendors/owl-carousel/assets/owl.carousel.min.css
- includes/frontend/vendors/prettyPhoto/css/prettyPhoto.min.css
- includes/frontend/vendors/vimeo_player/css/jquery.mb.vimeo_player.min.css
- assets/frontend/css/sections.min.css
- assets/frontend/css/custom-posts.css
- assets/css/animate.css
- assets/css/icons.css
- assets/css/mpl.icons.css
- includes/frontend/vendors/bootstrap/js/bootstrap.min.js
- includes/frontend/vendors/owl-carousel/owl.carousel.min.js
- includes/frontend/vendors/prettyPhoto/js/jquery.prettyPhoto.min.js
- includes/frontend/vendors/jquery-easy-pie-chart/jquery.easypiechart.min.js
- includes/frontend/vendors/YTPlayer/jquery.mb.YTPlayer.min.js
- includes/frontend/vendors/vimeo_player/jquery.mb.vimeo_player.min.js
- includes/frontend/vendors/isotope/isotope.pkgd.min.js
- includes/frontend/vendors/waypoints/jquery.waypoints.min.js
- includes/frontend/vendors/jquery-parallax/jquery.parallax-1.1.3.js
- assets/frontend/js/main.js
version: true
magento-wordpress-integration:
Readme:
path: readme.txt
magic-action-box:
Comment:
pattern: !ruby/regexp /mabv(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/js/actionbox-helper.js
- assets/js/ajax-form.js
- assets/js/responsive-videos.js
version: true
magic-author-box:
Readme:
path: readme.txt
magic-content-box-lite:
Readme:
path: readme.txt
magic-conversation-for-gravity-forms:
Readme:
path: readme.txt
magic-coupon-and-deal:
QueryParameter:
files:
- public/css/magic-coupon-and-deal-public.css
- public/js/magic-coupon-and-deal-public.js
version: true
magic-fields-2-toolkit:
Readme:
path: readme.txt
magic-links:
Readme:
path: readme.txt
magic-liquidizer-responsive-form:
Readme:
path: readme.txt
magic-liquidizer-responsive-navigationbar:
Readme:
path: readme.txt
magic-password:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
magic-popups:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
magic-post-translate:
Readme:
path: readme.txt
magic-post-voice:
QueryParameter:
files:
- assets/js/voicetrigger.js
version: true
magic-posts:
Readme:
path: README.txt
magic-shortcodes-builder-lite:
QueryParameter:
files:
- public/css/magic-shortcodes-public.css
- public/js/magic-shortcodes-public.js
version: true
magic-slider:
QueryParameter:
files:
- css/magic-slider.css
- bxslider/jquery.bxslider.min.js
version: true
magic-theme-mods-holder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
magic-wp-coupons:
Readme:
path: readme.txt
magical-addons-for-elementor:
Readme:
path: README.txt
magical-blocks:
QueryParameter:
files:
- assets/js/mg-blocks.js
- assets/css/mg-blocks.css
version: true
Readme:
path: README.txt
magical-posts-display:
Readme:
path: README.txt
magicsubscriptions:
Readme:
path: ReadMe.txt
magicweibowidget:
Readme:
path: readme.txt
magma:
Readme:
path: readme.txt
magnet:
Readme:
path: README.txt
magnify-publisher:
Readme:
path: readme.txt
magnum-live-chat-website-visitor-tracking-and-conversion:
Readme:
path: readme.txt
magyar-eszkozok-divi-hez:
Readme:
path: readme.txt
mahjong:
Readme:
path: readme.txt
mahjong-icons:
Readme:
path: readme.txt
mail-boxes-etc-mexico:
Readme:
path: readme.txt
mail-caesar:
Readme:
path: readme.txt
mail-crypter:
Readme:
path: readme.txt
mail-deactivation:
Readme:
path: readme.txt
mail-debug:
Readme:
path: readme.txt
mail-getter:
Readme:
path: readme.txt
mail-integration-365:
Readme:
path: readme.txt
mail-manager:
Readme:
path: README.txt
mail-picker:
Readme:
path: readme.txt
mail-queues:
Readme:
path: readme.txt
mail-switcher-for-developer:
Readme:
path: readme.txt
mailarchiver:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
mailartery:
TranslationFile:
class: BodyPattern
path: languages/mailartery.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Mailartery (?<v>\d+\.[\.\d]+)/i'
version: true
mailbluster4wp:
QueryParameter:
files:
- public/css/mailbluster4wp-public.css
- public/js/mailbluster4wp-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/mailbluster4wp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: MailBluster v(?<v>\d+\.[\.\d]+)/i'
version: true
mailcamp:
QueryParameter:
files:
- public/css/mailcamp-public.css
- public/js/mailcamp-public.js
version: true
mailcheck-co:
Readme:
path: README.txt
mailchimp:
Readme:
path: readme.txt
mailchimp-and-constant-contact-integration:
Readme:
path: readme.txt
mailchimp-as-a-registration:
Readme:
path: readme.txt
mailchimp-campaign-archive:
Readme:
path: readme.txt
mailchimp-comment-optin:
Readme:
path: readme.txt
mailchimp-for-formcraft:
Readme:
path: readme.txt
mailchimp-for-paypal-shopping-cart:
Readme:
path: readme.txt
mailchimp-for-shopified:
Readme:
path: readme.txt
mailchimp-for-wp:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
Readme:
path: readme.txt
mailchimp-forms-by-mailmunch:
Readme:
path: readme.txt
mailchimp-framework:
Readme:
path: readme.txt
mailchimp-importer:
Readme:
path: readme.txt
mailchimp-newsletter-widget:
Readme:
path: readme.txt
mailchimp-subscribe-widget:
QueryParameter:
files:
- js/mcsw.js
version: true
Readme:
path: readme.txt
mailchimp-subscription-plus:
Readme:
path: readme.txt
mailchimp-sync:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
mailchimp-top-bar:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
mailchimp-wp:
QueryParameter:
files:
- assets/pagecount.min.js
version: true
mailer:
Readme:
path: readme.txt
mailermailer:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
mailgo:
QueryParameter:
files:
- dist/mailgo.min.js
version: true
Readme:
path: readme.txt
mailgun:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
mailgun-email-validator:
Readme:
path: readme.txt
mailgun-post-notifications:
Readme:
path: readme.txt
mailgun-subscriptions:
Readme:
path: readme.txt
mailhawk:
Readme:
path: readme.txt
mailigen-widget:
Readme:
path: readme.txt
mailin:
Readme:
path: readme.txt
mailingboss:
QueryParameter:
files:
- public/css/mailingboss-wp-plugin-public.css
- public/js/mailingboss-wp-plugin-public.js
version: true
Readme:
path: README.txt
mailingreport:
Readme:
path: readme.txt
mailmaga-x:
Readme:
path: readme.txt
mailman:
Readme:
path: readme.txt
mailmunch:
Readme:
path: readme.txt
mailoptin:
QueryParameter:
files:
- vendor/mailoptin/core/src/assets/css/mailoptin.min.css
- vendor/mailoptin/core/src/assets/js/mailoptin.min.js
- src/core/src/assets/js/mailoptin.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/mailoptin.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ MailOptin \- Lite (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
mailpoet:
QueryParameter:
files:
- assets/js/vendor.16d46c95.js
- assets/js/public.3d1d91ad.js
- assets/js/vendor.3c206dd6.js
version: true
Readme:
path: readme.txt
mailpoet-bbpress-add-on:
Readme:
path: readme.txt
mailpoet-contact-form-7:
Readme:
path: readme.txt
mailpoet-gravity-forms-add-on:
Readme:
path: readme.txt
mailpoet-jigoshop-add-on:
Readme:
path: readme.txt
mailpoet-paid-memberships-pro-add-on:
Readme:
path: readme.txt
mailpoet-woocommerce-add-on:
TranslationFile:
class: BodyPattern
path: languages/mailpoet-woocommerce-add-on.pot
pattern: !ruby/regexp /Legacy "\s*"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
mailpoet-wp-e-commerce-add-on:
Readme:
path: readme.txt
mailpress:
TranslationFile:
class: BodyPattern
path: mp-content/languages/MailPress-fr_FR.po
pattern: !ruby/regexp /msgid "Since MailPress (?<v>\d+\.[\.\d]+)/i
version: true
mailrelay:
Readme:
path: readme.txt
mailrush-io-forms:
Readme:
path: readme.txt
mailsales:
Readme:
path: readme.txt
mailshogun:
QueryParameter:
files:
- public/css/mailshogun-public.css
- public/js/mailshogun-public.js
version: true
mailshrimp:
Readme:
path: readme.txt
mailster:
Readme:
path: readme.txt
mailster-gmail:
Readme:
path: readme.txt
mailster-hcaptcha:
Readme:
path: readme.txt
main-entrance:
TranslationFile:
class: BodyPattern
path: languages/mnntlang-it_IT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Italiano (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
main-menu-html-site-map:
QueryParameter:
files:
- public/css/mmh-sitemap-public.css
- public/js/mmh-sitemap-public.js
version: true
Readme:
path: readme.txt
maintenance:
Readme:
path: readme.txt
maintenance-activator-elementor:
Readme:
path: readme.txt
maintenance-mode-for-woocommerce:
Readme:
path: readme.txt
maintenance-mode-z:
QueryParameter:
files:
- basic-jquery-slider.css
version: true
mainwp-child:
Readme:
path: readme.txt
mainwp-child-reports:
Readme:
path: readme.txt
make-column-clickable-elementor:
Readme:
path: readme.txt
make-disable-admin-email-verification-prompt:
Readme:
path: readme.txt
make-email-customizer-for-woocommerce:
Readme:
path: readme.txt
make-money-calculator-v10:
QueryParameter:
files:
- css/jquery-ui-1.8.14.custom.css
version: true
make-sense:
Readme:
path: readme.txt
makelaarsservice:
Readme:
path: README.txt
makewebbetter-hubspot-for-woocommerce:
Readme:
path: readme.txt
maksukaista:
TranslationFile:
class: BodyPattern
path: maksukaista-fi.po
pattern: !ruby/regexp /d\-Version:\ Maksukaista Payment Gateway v(?<v>\d+\.[\.\d]+)/i
version: true
malcure-security-suite:
Readme:
path: readme.txt
malware-scanner:
Readme:
path: readme.txt
mam-amp-slider:
Readme:
path: README.md
mam-image-and-video-accordion:
QueryParameter:
files:
- js/mam-accourdion.js
version: true
mama-addons-for-elementor:
Readme:
path: readme.txt
mammoth-docx-converter:
Readme:
path: readme.txt
mamurjor-employee-info:
QueryParameter:
files:
- public/css/mamurjor_employee_info-public.css
- public/js/mamurjor_employee_info-public.js
version: true
mana-gateway:
QueryParameter:
files:
- inc/frontend/css/mana-gateway-frontend.css
- inc/frontend/js/mana-gateway-frontend.js
version: true
manage-inactive-subsites:
TranslationFile:
class: BodyPattern
path: languages/manage-inactive-subsites.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Manage Inactive Subsites (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
manage-post-content-links-interlinks:
Readme:
path: readme.txt
manage-user-columns:
Readme:
path: readme.txt
manage-user-roles:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
managead:
Readme:
path: README.txt
manager-for-icomoon:
Readme:
path: readme.txt
manceppo-inbound-marketing:
QueryParameter:
files:
- public/css/frontend-generic.css
- public/css/frontend.css
- public/js/download_form.js
version: true
Readme:
path: readme.txt
mandabem:
TranslationFile:
class: BodyPattern
path: languages/mandabem.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Woocomerce Mandabem (?<v>\d+\.[\.\d]+)/i'
version: true
mandatory-excerpt:
Readme:
path: readme.txt
mango-contact-form:
QueryParameter:
files:
- public/css/mango-contact-form-public.css
- public/js/mango-contact-form-public.js
version: true
mango-popup:
QueryParameter:
files:
- vendor/animate.css/animate.min.css
- vendor/font-awesome/css/font-awesome.min.css
- assets/frontend/css/main.css
- assets/frontend/js/main.js
version: true
manipulation-for-amazon-sitestripe-image:
Readme:
path: readme.txt
mantrabrain-instagram-pack:
QueryParameter:
files:
- assets/css/mb-instagram-pack.css
- assets/js/mb-instagram-pack.js
version: true
TranslationFile:
class: BodyPattern
path: languages/mb-instagram-pack.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Instagram Pack (?<v>\d+\.[\.\d]+)/i'
version: true
mantrabrain-starter-sites:
TranslationFile:
class: BodyPattern
path: languages/mantranews-starter-sites.pot
pattern: !ruby/regexp '/t\-Id\-Version: Mantrabrain Starter Sites (?<v>\d+\.[\.\d]+)/i'
version: true
manual-completions-learndash:
Readme:
path: readme.txt
manual-image-crop:
Readme:
path: readme.txt
manual-payment-gateway-bkash:
Readme:
path: readme.txt
manual-payment-gateway-nagad:
Readme:
path: readme.txt
manual-payment-gateway-rocket:
Readme:
path: readme.txt
manual-related-products-for-woo:
Readme:
path: readme.txt
manually-reduce-stock-for-woocommerce:
Readme:
path: README.txt
map-addons-for-elementor-waze-map:
Readme:
path: README.txt
map-block-leaflet:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
map-for-acf:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
map-it-by-two-row-studio:
Readme:
path: readme.txt
map-multiple-marker:
Readme:
path: readme.txt
map-my-locations:
QueryParameter:
files:
- public//css/public.css
- public//js/public.js
version: true
Readme:
path: README.txt
map-near-me:
Readme:
path: README.txt
map-store-location:
Readme:
path: readme.txt
map-to-address:
Readme:
path: readme.txt
mapado-events:
Readme:
path: readme.txt
mapcraft:
Readme:
path: README.txt
mapfit:
QueryParameter:
files:
- public/js/mapfit-public.js
version: true
mapp-intelligence:
Readme:
path: readme.txt
mapping-multiple-urls-redirect-same-page:
Readme:
path: readme.txt
mapplanner:
Readme:
path: README.txt
mapple:
QueryParameter:
files:
- public/css/mapple-public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/mapple-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Mapple (?<v>\d+\.[\.\d]+)/i'
version: true
mapplic-lite:
TranslationFile:
class: BodyPattern
path: languages/mapplic-lite.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Mapplic Lite (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mappress-google-maps-for-wordpress:
Comment:
pattern: !ruby/regexp /MapPress Easy Google Maps Version:(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/mappress.css
version: true
TranslationFile:
class: BodyPattern
path: languages/mappress-google-maps-for-wordpress.pot
pattern: !ruby/regexp /t\-Id\-Version:\ MapPress Easy Google Maps (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
maps-block-apple:
Readme:
path: readme.txt
maps-buddybeacon:
QueryParameter:
files:
- pub/css/maps-buddybeacon-public.css
version: true
marctv-ajax-trash-comments:
QueryParameter:
files:
- marctv-moderate.css
- marctv-moderate.js
version: true
marctv-flickr-bar:
QueryParameter:
files:
- marctv-flickr-bar.css
version: true
marctv-galleria:
QueryParameter:
files:
- galleria/themes/classic/galleria.classic.css
- marctv-galleria.css
- galleria/galleria-1.4.2.min.js
- galleria/themes/classic/galleria.classic.js
- marctv.galleria-init.js
version: true
marctv-jquery-colorbox:
QueryParameter:
files:
- jquery.colorbox.css
- jquery.colorbox.js
- jquery.colorbox_setup.js
version: true
marctv-mediaelement-tracking:
QueryParameter:
files:
- js/jquery.me-ga-events.js
version: true
marctv-twitch-status:
QueryParameter:
files:
- jquery.marctv-twitch-status.css
- jquery.marctv-twitch-status.js
version: true
marekkis-watermark:
Readme:
path: readme.txt
margarita:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Margarita v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
markeaze:
Readme:
path: readme.txt
marker-animation:
QueryParameter:
files:
- assets/js/marker-animation.min.js
version: true
marketing-automation-and-personalization:
Readme:
path: readme.txt
marketplace-items:
Readme:
path: readme.txt
marketplace-taxes:
TranslationFile:
class: BodyPattern
path: languages/marketplace-taxes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Marketplace Taxes (?<v>\d+\.[\.\d]+)/i'
version: true
marketpress-product-importer:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)(?!.*\d+\.[\.\d]+)/mi
version: true
marquee-image-crawler:
Readme:
path: readme.txt
marquee-xml-rss-feed-scroll:
Readme:
path: readme.txt
martini-tag-insights:
Readme:
path: README.txt
marvinerp-api:
Readme:
path: readme.txt
marvinerp-eu-vat:
Readme:
path: readme.txt
mas-static-content:
TranslationFile:
class: BodyPattern
path: languages/mas-static-content.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: MAS Static Content (?<v>\d+\.[\.\d]+)/i'
version: true
mas-woocommerce-brands:
TranslationFile:
class: BodyPattern
path: languages/mas-woocommerce-brands.pot
pattern: !ruby/regexp '/\-Id\-Version: MAS Brands for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mas-wp-job-manager-company:
TranslationFile:
class: BodyPattern
path: languages/mas-wp-job-manager-company.pot
pattern: !ruby/regexp '/rsion: MAS Companies For WP Job Manager (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mas-wp-job-manager-company-reviews:
TranslationFile:
class: BodyPattern
path: languages/mas-wp-job-manager-company-reviews.pot
pattern: !ruby/regexp /MAS Company Reviews For WP Job Manager (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
masburti-flickr-gallery:
TranslationFile:
class: BodyPattern
path: languages/masburti-flickr-gallery-pl_PL.po
pattern: !ruby/regexp /ct\-Id\-Version:\ Masburti Flickr Gallery v(?<v>\d+\.[\.\d]+)/i
version: true
mashshare-networks:
QueryParameter:
files:
- assets/css/mashnet.min.css
- assets/js/mashnet.min.js
version: true
mashsharer:
QueryParameter:
files:
- assets/css/mashsb.min.css
- assets/js/mashsb.min.js
version: true
GraphMetaTagsComment:
class: Comment
xpath: //comment()[contains(., "MashShare")]
pattern: !ruby/regexp /Graph Meta Tags generated by MashShare (?<v>\d+\.[\.\d]+)/i
version: true
TwitterCardComment:
class: Comment
xpath: //comment()[contains(., "MashShare")]
pattern: !ruby/regexp /Twitter Card generated by MashShare (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
mask-elementor-form:
QueryParameter:
files:
- js/jquery.mask.min.js
- js/maskelementor.js
version: true
mask-form-elementor:
QueryParameter:
files:
- js/jquery.mask.min.js
- js/maskformelementor.js
version: true
Readme:
path: readme.txt
masoffer-dynamic-link:
Readme:
path: readme.txt
masoffer-product-listing:
Readme:
path: readme.txt
masoffer-promotion:
Readme:
path: readme.txt
mason:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
masonry-post-gallery:
Readme:
path: readme.txt
mass-email-to-users:
TranslationFile:
class: BodyPattern
path: languages/mass-email-to-users.pot
pattern: !ruby/regexp '/\-Version: WordPress Mass Email to users (?<v>\d+\.[\.\d]+)/i'
version: true
massive-visual-builder-page-layout-builder:
QueryParameter:
files:
- assets/rating/rating.js
version: true
mastalab-comments:
QueryParameter:
files:
- public/css/mastalab_comments-public.css
- public/js/mastalab_comments-public.js
version: true
master-accordion:
QueryParameter:
files:
- assets/public/css/mran-accordion-public.css
- assets/public/js/mran-accordion-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/master-accordion.pot
pattern: !ruby/regexp /"Widgets (?<v>\d+\.[\.\d]+)/i
version: true
master-elements:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
master-image-feed-elementor:
Readme:
path: readme.txt
master-kit:
Readme:
path: readme.txt
master-mega-menu-lite:
QueryParameter:
files:
- assets/js/bootstrap.min.js
- assets/js/master-addons-scripts.js
version: true
Readme:
path: readme.txt
master-modal-login-lite:
Comment:
xpath: //comment()[contains(., "MasterModalLoginLite")]
pattern: !ruby/regexp /Qt PopUp \(MasterModalLoginLite\) v(?<v>\d+\.[\.\d]+)/i
version: true
master-popups-lite:
Comment:
xpath: //comment()[contains(., "MasterPopups")]
pattern: !ruby/regexp /MPP:MasterPopups v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/public/css/master-popups.min.css
- assets/public/css/font-awesome.css
- assets/public/js/master-popups.min.js
version: true
master-qr-generator:
QueryParameter:
files:
- public/js/qrcode.min.js
version: true
Readme:
path: readme.txt
master-slider:
QueryParameter:
files:
- public/assets/css/masterslider.main.css
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /MasterSlider (?<v>\d+\.[\.\d]+) \- Responsive Touch\
Image Slider \| avt\.li\/msf/i
Readme:
path: README.txt
masterbip-comunas-de-chile:
Readme:
path:
- readme.txt
- README.md
masterbip-for-elementor:
Readme:
path: readme.txt
masterbip-pesos-chilenos:
Readme:
path:
- readme.txt
- README.md
masterbip-regiones-de-chile:
Readme:
path:
- readme.txt
- README.md
masterstudy-lms-learning-management-system:
Readme:
path: readme.txt
masvideos:
QueryParameter:
files:
- assets/css/masvideos.css
- assets/js/frontend/popper.min.js
- assets/js/frontend/bootstrap-util.min.js
- assets/js/frontend/bootstrap-tab.min.js
- assets/js/frontend/bootstrap-dropdown.min.js
- assets/js/frontend/playlist-tv-show.min.js
- assets/js/frontend/playlist-video.min.js
- assets/js/frontend/playlist-movie.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/masvideos.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: MAS Videos (?<v>\d+\.[\.\d]+)/i'
version: true
masy-gallery:
QueryParameter:
files:
- js/macy.min.js
version: true
matador-jobs:
QueryParameter:
files:
- assets/css/matador.css
- assets/scripts/matador.js
version: true
material-design-for-contact-form-7:
QueryParameter:
files:
- assets/css/cf7-material-design.css
- assets/js/cf7-material-design-bundle.js
version: true
Readme:
path: README.txt
material-design-icons:
QueryParameter:
files:
- bower_components/mdi/css/materialdesignicons.min.css
- css/admin-styles.css
- css/size-styles.css
version: true
material-design-icons-for-elementor:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
material-faq-manager:
QueryParameter:
files:
- assets/css/mfm_style.css
- assets/js/mfm_script.js
version: true
material-testimonials:
QueryParameter:
files:
- css/style.css
version: true
materialize-accordions:
QueryParameter:
files:
- public/css/materialize.min.css
- public/js/materialize.min.js
version: true
Readme:
path: README.txt
materializer:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
mathml-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
maths-calculator:
Readme:
path: readme.txt
matomo:
Readme:
path: readme.txt
matomo-analytics:
Readme:
path: readme.txt
matrimony:
Readme:
path: readme.txt
matrix-pre-loader:
QueryParameter:
files:
- assets/js/matrix-pre-loader.js
version: true
Readme:
path: readme.txt
mautic-for-fluent-forms:
Readme:
path: readme.txt
maven-member:
QueryParameter:
files:
- css/validation/css/validationEngine.jquery.css
- css/validation/css/template.css
- js/validation/languages/jquery.validationEngine-en.js
- js/validation/jquery.validationEngine.js
- js/validation/maven-validation-general.js
version: true
max-css:
Readme:
path: readme.txt
max-upload-filesize:
Readme:
path: readme.txt
maxbooking-booking-widget:
QueryParameter:
files:
- widgets/css/pickadate-normalize.css
- widgets/css/maxbooking-booking-widget-base-widget.css
- widgets/css/maxbooking-booking-widget-vertical-widget.css
- widgets/css/maxbooking-booking-widget-horizontal-widget.css
- widgets/js/maxbooking-booking-widget-pickadate-fix.js
- widgets/js/maxbooking-booking-widget-property-widget-public.js
version: true
maxboxy:
Readme:
path: readme.txt
maxbuttons:
QueryParameter:
files:
- assets/libraries/font-awesome/css/font-awesome.min.css
- js/min/front.js
version: true
Readme:
path: readme.txt
maxicharts-colors-add-on:
Readme:
path: readme.txt
maxicharts-query-builder-add-on:
Readme:
path: readme.txt
maxslider:
QueryParameter:
files:
- assets/css/maxslider.css
- assets/js/maxslider.js
version: true
maxtradelogin:
TranslationFile:
class: BodyPattern
path: languages/maxtradelogin.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ MaxtradeLogin (?<v>\d+\.[\.\d]+)/i
version: true
mazi-rest-apis:
Readme:
path: readme.txt
mb-simple-user-avatar:
Readme:
path: readme.txt
mbg-faq-block:
Readme:
path: readme.txt
mc-annual-upcounter:
Readme:
path: readme.txt
mc-audio-file-calculator:
Readme:
path: readme.txt
mc-good-bye-howdy:
Readme:
path: readme.txt
mc-login-code:
Readme:
path: readme.txt
mc-protected-page-upgrade:
Readme:
path: readme.txt
mc-visitor-tally:
Readme:
path: readme.txt
mc-woocommerce-tracking:
Readme:
path:
- readme.txt
- README.md
mc4wp-activity:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
mcavoy:
TranslationFile:
class: BodyPattern
path: languages/mcavoy.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ McAvoy (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
mce-table-buttons:
Readme:
path: readme.txt
mcw-pwa:
QueryParameter:
files:
- scripts/lazyload.js
- scripts/performance.js
- scripts/node_modules/tti-polyfill/tti-polyfill.js
version: true
mdl-shortcodes:
Readme:
path: readme.txt
mdt-google-news:
Readme:
path: readme.txt
mdt-reviews:
Readme:
path: readme.txt
meal-tracker:
Readme:
path: readme.txt
measuring-ruler:
Readme:
path: readme.txt
mechanic-visitor-counter:
Readme:
path: readme.txt
mechmentor-portfolio-widgets-for-elementor:
Readme:
path: readme.txt
media-carousel-video-logo-and-image-slider-for-elementor:
Readme:
path: readme.txt
media-cleaner:
Readme:
path: readme.txt
media-credit:
QueryParameter:
files:
- public/css/media-credit.css
- public/css/media-credit.min.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
media-download:
Readme:
path: readme.txt
media-element-html5-video-and-audio-player:
QueryParameter:
files:
- mediaelement/v4/mediaelement-and-player.min.js
version: true
JavascriptVar:
class: BodyPattern
path: mediaelement/v4/mediaelement-and-player.js
pattern: !ruby/regexp /mejs\.version = '(?<v>\d+\.[\.\d]+)';/
version: true
InlineJavascriptVar:
class: BodyPattern
path: mediaelement/v4/mediaelement.min.js
pattern: !ruby/regexp /i\.version="(?<v>\d+\.[\.\d]+)"/
version: true
Readme:
path: readme.txt
media-file-renamer:
Readme:
path: readme.txt
media-folder:
QueryParameter:
files:
- public/css/media-folder-public.css
- public/js/media-folder-public.js
version: true
media-folders-codingdude:
Readme:
path: readme.txt
media-from-ftp:
Readme:
path: readme.txt
media-gallery:
QueryParameter:
files:
- style.css
version: true
media-helpers:
TranslationFile:
class: BodyPattern
path: lang/mediahelper-fr_FR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Media helper (?<v>\d+\.[\.\d]+)/i
version: true
media-library-assistant:
Readme:
path: readme.txt
media-library-organizer:
TranslationFile:
class: BodyPattern
path: languages/media-library-organizer.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Media Library Organizer (?<v>\d+\.[\.\d]+)/i
version: true
media-list:
Readme:
path: ReadMe.txt
media-metadata-list:
Readme:
path: readme.txt
media-related-posts:
Readme:
path: readme.txt
media-select-bulk-downloader:
QueryParameter:
files:
- public/css/wp-msbd-public.css
- public/js/wp-msbd-public.js
version: true
media-trash-button:
Readme:
path: readme.txt
media-with-ftp:
QueryParameter:
files:
- public/css/media-with-ftp-public.css
- public/js/media-with-ftp-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/media-with-ftp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Media with FTP (?<v>\d+\.[\.\d]+)/i'
version: true
media2post:
TranslationFile:
class: BodyPattern
path: languages/media2post-nl.po
pattern: !ruby/regexp '/"Project\-Id\-Version: media2post (?<v>\d+\.[\.\d]+)/i'
version: true
mediabay-lite:
Readme:
path: readme.txt
mediamatic:
Readme:
path: readme.txt
medianova-cdn:
Readme:
path: Readme.txt
medias-toolbox:
Readme:
path: readme.txt
mediaview:
QueryParameter:
files:
- responsive-media-gallery/style.min.css
- responsive-media-gallery/media-slider.min.js
- js/frontend.min.js
version: true
medical-addon-for-elementor:
Readme:
path: readme.txt
mediopay:
Readme:
path: readme.txt
medium:
TranslationFile:
class: BodyPattern
path: languages/medium.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Medium (?<v>\d+\.[\.\d]+)/i
version: true
meeple-like-us-boardgamegeek:
Readme:
path: readme.txt
mega-addons:
Readme:
path: README.txt
mega-addons-for-visual-composer:
Readme:
path: readme.txt
mega-store-companion:
TranslationFile:
class: BodyPattern
path: lang/mega-store-companion.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Mega Store Companion (?<v>\d+\.[\.\d]+)/i'
version: true
megamenu:
QueryParameter:
files:
- js/maxmegamenu.js
version: true
Readme:
path: readme.txt
mejorcluster:
QueryParameter:
files:
- public/css/mejorcluster.css
version: true
Readme:
path: readme.txt
meks-audio-player:
QueryParameter:
files:
- assets/css/main.css
- assets/js/mediaelement-and-player.js
- assets/js/mediaelement-skip-back.js
- assets/js/mediaelement-jump-forward.js
- assets/js/mediaelement-speed.js
- assets/js/main.js
version: true
Readme:
path: readme.txt
meks-easy-ads-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
meks-easy-instagram-widget:
Readme:
path: readme.txt
meks-easy-maps:
QueryParameter:
files:
- public/css/map.css
version: true
meks-easy-social-share:
QueryParameter:
files:
- assets/css/main.css
- assets/js/main.js
version: true
meks-flexible-shortcodes:
QueryParameter:
files:
- css/font-awesome/css/font-awesome.min.css
- css/simple-line/simple-line-icons.css
- css/style.css
- js/main.js
version: true
Readme:
path: readme.txt
meks-simple-flickr-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
meks-smart-author-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
meks-smart-social-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
meks-themeforest-smart-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
meks-time-ago:
Readme:
path: readme.txt
melati:
Readme:
path: readme.txt
melhor-envio-cotacao:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
melonpan-block-container:
QueryParameter:
files:
- build/melonpan-block-container-front.css
version: true
melonpan-block-images:
QueryParameter:
files:
- build/melonpan-block-images-front.css
version: true
melu-live-chat:
Readme:
path: readme.txt
member-chimp:
QueryParameter:
files:
- assets/css/memberchimp-layout.css
- assets/css/memberchimp-style.css
- assets/css/memberchimp.css
- assets/css/memberchimp-media.css
- assets/js/jquery-tiptip/jquery-tiptip.js
- assets/js/jquery-toggles/jquery-toggles.js
- assets/js/jquery-modal/jquery-modal.js
- assets/js/jquery-selectize/jquery-selectize.js
- assets/js/jquery-raty/jquery-raty.js
- assets/js/jquery-mcp/jquery-mcp.js
- assets/js/frontend/memberchimp.js
version: true
Readme:
path: readme.txt
member-directory:
Readme:
path: readme.txt
member-profile-fields-for-wlm-and-gf-user-registration:
Readme:
path: readme.txt
memberlite-elements:
QueryParameter:
files:
- css/memberlite-elements.css
version: true
members:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
members-only-post-type:
QueryParameter:
files:
- assets/css/members-post-type-styles.css
version: true
Readme:
path: readme.txt
members-only-posts:
Readme:
path: readme.txt
members-role-hierarchy:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
TranslationFile:
class: BodyPattern
path: lang/members-role-hierarchy.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Members \- Role Hierarchy (?<v>\d+\.[\.\d]+)/i'
version: true
memberwunder:
QueryParameter:
files:
- assets/css/custom/memberwunder.css
version: true
meme-me:
Readme:
path: readme.txt
mementor-core:
Readme:
path: readme.txt
mementor-newsletter-popup:
QueryParameter:
files:
- assets/css/style.css
- assets/js/main.js
version: true
memorialday:
Readme:
path: readme.txt
mendeleyplugin:
Readme:
path: readme.txt
mention-comments-authors:
QueryParameter:
files:
- css/mca-styles.min.css
- js/jquery-mention.min.js
- js/mca-comment-script.min.js
version: true
mention-links:
Readme:
path: readme.txt
menu-card:
QueryParameter:
files:
- assets/css/public.css
- assets/js/lib/jquery.touchSwipe.min.js
- assets/js/public.js
version: true
menu-description:
Readme:
path: readme.txt
menu-icons:
QueryParameter:
files:
- css/extra.min.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
menu-iconset:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: readme.txt
menu-image:
Readme:
path: readme.txt
menu-import-export:
QueryParameter:
files:
- public/css/menu-import-export-public.css
- public/js/menu-import-export-public.js
version: true
Readme:
path: README.txt
menu-in-post:
Readme:
path: readme.txt
menu-item-duplicator:
TranslationFile:
class: BodyPattern
path: languages/menu-item-duplicator.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Menu Item Duplicator (?<v>\d+\.[\.\d]+)/i'
version: true
menu-item-scheduler:
Readme:
path: readme.txt
menu-items-visibility-control:
Readme:
path: readme.txt
menu-manager:
QueryParameter:
files:
- display/styles/superfish.css
- display/styles/menu-manager.css
- display/js/superfish.js
- display/js/menu-manager.js
version: true
menu-obfuscator:
Readme:
path:
- readme.txt
- README.md
menu-social-icons:
Readme:
path: readme.txt
menubar:
Comment:
pattern: !ruby/regexp /WP Menubar (?<v>\d+\.[\.\d]+):/i
version: true
menubar-widgets:
TranslationFile:
class: BodyPattern
path: languages/menubar-widgets-fa_IR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Menubar Widgets (?<v>\d+\.[\.\d]+)/i
version: true
meow-analytics:
Readme:
path: readme.txt
meow-gallery:
QueryParameter:
files:
- css/mgl.css
- css/justifiedGallery.min.css
- js/mgl-masonry.js
- js/jquery.justifiedGallery.min.js
- js/imagesloaded.min.js
- js/mgl-justified.js
- js/mgl-instagram.js
- js/mgl.js
version: true
meow-lightbox:
QueryParameter:
files:
- css/mwl.css
- js/imagesloaded.min.js
- js/touchswipe.js
- js/mwl-core.js
- js/mwl-run.js
version: true
merch38-for-wp:
Readme:
path: README.txt
merchantx:
Readme:
path: readme.txt
merge-minify-refresh-clear-caches:
TranslationFile:
class: BodyPattern
path: languages/merge-minify-refresh-clear-caches.pot
pattern: !ruby/regexp '/: Merge \+ Minify \+ Refresh Clear Caches (?<v>\d+\.[\.\d]+)/i'
version: true
meridian-one-features:
QueryParameter:
files:
- "/css/front.css"
version: true
TranslationFile:
class: BodyPattern
path: languages/meridian-one-features.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Meridian One Features (?<v>\d+\.[\.\d]+)/i
version: true
mesh:
QueryParameter:
files:
- assets/css/mesh-grid-foundation.css
- assets/js/mesh.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
mesomb-for-woocommerce:
Readme:
path: readme.txt
message-business:
QueryParameter:
files:
- public/css/message-business-public.css
- public/js/message-business-public.js
version: true
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
message-ticker:
Readme:
path: readme.txt
messagemedia-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/wc-messagemedia.pot
pattern: !ruby/regexp '/d\-Version: Messagemedia for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
meta-box:
Readme:
path: readme.txt
meta-manager:
Readme:
path: readme.txt
meta-ographr:
Comment:
pattern: !ruby/regexp /OGraphr v(?<v>\d+\.[\.\d]+)/i
version: true
meta-slider-and-carousel-with-lightbox:
QueryParameter:
files:
- assets/css/magnific-popup.css
- assets/css/slick.css
- assets/css/wp-igsp-public.css
version: true
meta-store-elements:
Readme:
path: readme.txt
meta-tag-manager:
Readme:
path: readme.txt
metabox-with-api:
Readme:
path: readme.txt
metaparsedown:
Readme:
path: readme.txt
metapic:
Readme:
path: readme.txt
meteoart:
QueryParameter:
files:
- public/css/meteo-public.css
- public/js/meteo-public.js
version: true
Readme:
path: README.txt
meteor-slides:
JavascriptComment:
class: BodyPattern
path: js/slideshow.js
pattern: !ruby/regexp /Script for the Meteor Slides (?<v>\d+\.[\.\d]+) slideshow/i
version: true
StyleComment:
class: BodyPattern
path: css/meteor-slides.css
pattern: !ruby/regexp /Stylesheet for the Meteor Slides (?<v>\d+\.[\.\d]+) slideshow/i
version: true
Readme:
path: readme.txt
metform:
Readme:
path: readme.txt
metomic-for-cookies:
QueryParameter:
files:
- public/css/metomic-public.css
version: true
metric-converter:
Readme:
path: Readme.txt
metricool:
Readme:
path: readme.txt
metrika:
Readme:
path: readme.txt
metro-share-social-fonts:
QueryParameter:
files:
- css/social.min.css
version: true
metronet-profile-picture:
Readme:
path: readme.txt
metronet-reorder-posts:
Readme:
path: readme.txt
metronet-tag-manager:
Readme:
path: readme.txt
metu-tuy-bien-nut:
Readme:
path:
- readme.txt
- README.md
metwit-weather-widget:
QueryParameter:
files:
- css/metwit-weather-widget.css
- js/samplescript.js
version: true
meu-cv-desafio21dias:
Readme:
path: readme.txt
mexpago-pasarela-de-pago-para-wc:
Readme:
path: readme.md
mf2-feed:
TranslationFile:
class: BodyPattern
path: languages/mf2-feed.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: MF2 Feed (?<v>\d+\.[\.\d]+)/i'
version: true
mfloormap:
TranslationFile:
class: BodyPattern
path: Lang/mFloorMap-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: mFloorMap (?<v>\d+\.[\.\d]+)/i'
version: true
mfolio-lite:
Readme:
path: readme.txt
mfs-slider:
Readme:
path: readme.txt
mg-wc-stripe:
TranslationFile:
class: BodyPattern
path: i18n/languages/mg-wc-stripe.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ mg wc Stripe (?<v>\d+\.[\.\d]+)/i
version: true
mh-osoitekortti:
Readme:
path: readme.txt
mh-pusher:
QueryParameter:
files:
- public/css/message-hub-public.css
- public/js/message-hub-public.js
version: true
mhr-gallery:
QueryParameter:
files:
- public/css/mhr-gallery-public.css
- public/js/mhr-gallery-public.js
version: true
Readme:
path: README.txt
mhr-post-ticker:
QueryParameter:
files:
- public/css/mhr-post-ticker-public.css
- public/js/mhr-post-ticker-public.js
version: true
mhstudio-hubspotform:
QueryParameter:
files:
- public/css/mhs-hubspotform-public.css
- public/js/mhs-hubspotform-public.js
version: true
mi13-access-by-link:
Readme:
path: readme.txt
mi13-chat:
Readme:
path: readme.txt
mi13-like:
Readme:
path: readme.txt
michaels-space-pdf-filler:
Readme:
path: readme.txt
micro-archive-widget:
QueryParameter:
files:
- style.css
version: true
microlink-wp:
QueryParameter:
files:
- public/js/microlink-public.js
version: true
microslider:
QueryParameter:
files:
- public/css/microslider-public.css
- public/js/microslider-public.js
version: true
Readme:
path: README.txt
microsoft-clarity:
Readme:
path: readme.txt
microtango:
Readme:
path: readme.txt
mighty-addons:
Readme:
path: README.md
migrate-guru:
Readme:
path: readme.txt
migrate-shopify-to-woocommerce:
Readme:
path: readme.txt
mihanpanel-lite:
Readme:
path:
- readme.txt
- README.md
mihdan-lite-youtube-embed:
Readme:
path: readme.txt
mihdan-yandex-dialogs:
Readme:
path: readme.txt
militant-moderates-css-parent-selector-mmps:
Comment:
pattern: !ruby/regexp /ilitant Moderates Parent Selector MMPS v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- js/mmParentSelector.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/militant-moderates-css-parent-selector-mmps.pot
pattern: !ruby/regexp /tant Moderates CSS Parent Selector MMPS (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptVar:
xpath: //script[not(@src) and contains(., "mmps_ExternalOptions")]
pattern: !ruby/regexp /var mmps_ExternalOptions\s*=\s*{(?<json>.+?(?=};))};/mi
version_key: version
version: true
millionchats:
Readme:
path: readme.txt
mime-types-extended:
TranslationFile:
class: BodyPattern
path: languages/mime_types_extended-en_US.po
pattern: !ruby/regexp /roject\-Id\-Version:\ Mime Types Extended v(?<v>\d+\.[\.\d]+)/i
version: true
mimsms-sms-notifications-for-woocommerce:
Readme:
path:
- readme.txt
- readme.md
min-and-max-for-woocommerce:
Readme:
path: readme.txt
min-calendar:
QueryParameter:
files:
- includes/css/mincalendar.css
- includes/css/mincalendar-base.css
version: true
min-max-quantity-for-woocommerce:
Readme:
path: README.txt
min-order-amount:
Readme:
path: readme.txt
mind-body-api-integration:
QueryParameter:
files:
- css/public.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/mind-body.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
mind-maps:
Readme:
path: readme.txt
mindbody-access-management:
Readme:
path: README.txt
mindvalley-shortcut-framework:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
mine-video:
Readme:
path: readme.txt
minerva-knowledge-base-lite:
QueryParameter:
files:
- assets/css/dist/minerva-kb.css
- assets/js/minerva-kb.js
version: true
mingrana-wp-to-blockchain:
QueryParameter:
files:
- public/css/mingrana-wp-public.css
- public/js/mingrana-wp-public.js
version: true
mini-cart-for-woocommerce:
QueryParameter:
files:
- public/css/style.css
- public/js/pushmenu.js
- public/js/whmc-public.js
version: true
Readme:
path: README.txt
mini-iframe-box:
Readme:
path: readme.txt
mini-live-preview-url:
Readme:
path: readme.txt
miniclip-games:
Readme:
path: readme.txt
miniextensions-gallery-for-airtable:
Readme:
path: README.md
minify-html-markup:
Readme:
path: readme.txt
minimal-analytics:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
minimal-coming-soon-maintenance-mode:
Readme:
path: readme.txt
minimum-age-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
minimum-featured-image-size:
Readme:
path: readme.txt
minimum-order-amount-for-checkout:
Readme:
path: README.txt
minimum-purchase-amount-for-woo-cart:
TranslationFile:
class: BodyPattern
path: languages/minimum-purchase-amount-for-woo-cart.pot
pattern: !ruby/regexp '/n: Minimum Purchase Amount For Woo Cart (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
minimum-signup-period-for-woo-subscriptions:
Readme:
path: readme.txt
miniorange-2-factor-authentication:
Readme:
path: readme.txt
miniorange-login-openid:
Readme:
path: readme.txt
miniorange-login-with-whmcs:
Readme:
path: readme.txt
miniorange-penetration-testing-tool:
Readme:
path: readme.txt
minitek-slider:
QueryParameter:
files:
- public/css/flickity.css
- public/css/flickity.fade.css
- public/css/flickity.fullscreen.css
- public/css/minitek-slider-public.css
- public/js/flickity.pkgd.min.js
- public/js/flickity.fade.js
- public/js/flickity.fullscreen.js
version: true
Readme:
path: README.txt
minnit-chat:
Readme:
path: readme.txt
QueryParameter:
files:
- minnit.css
- minnit.js
version: true
mino-flatsome-title-with-category:
QueryParameter:
files:
- assets/css/mino-flatsome-title-with-category.css
version: true
mins-to-read:
QueryParameter:
files:
- public/css/mtr-user.css
version: true
mio-custom-resent-posts-widget:
QueryParameter:
files:
- mio-custom-recent-posts.css
version: true
TranslationFile:
class: BodyPattern
path: languages/mio-custom-recent-posts.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Mio Custom Recent Posts (?<v>\d+\.[\.\d]+)/i
version: true
miqid-elementor:
Readme:
path: readme.txt
miqid-woo:
Readme:
path: readme.md
miratio:
Readme:
path: readme.txt
missing-content:
QueryParameter:
files:
- assets/css/mcn-plugin.min.css
version: true
missing-product-shipping-info-tool:
TranslationFile:
class: BodyPattern
path: languages/missing-product-shipping-info-tool-el.po
pattern: !ruby/regexp '/ion: Missing_Product_Shipping_Info_tool (?<v>\d+\.[\.\d]+)/i'
version: true
missive-live-chat:
Readme:
path: readme.txt
mixed-tax-flat-rate-shipping-woo:
Readme:
path: readme.txt
ml-adverts:
QueryParameter:
files:
- js/public.js
version: true
ml-slider:
Readme:
path: readme.txt
mlr-timeline:
QueryParameter:
files:
- css/ml_timeline_css.css
- js/jquery-ml-timeline1.js
version: true
mm-login-customization:
Readme:
path: readme.txt
mm-social:
Readme:
path: readme.txt
mmr-disable-for-divi:
Readme:
path: readme.txt
mmt-eventon-exim-lite:
Readme:
path: readme.txt
mmt-eventon-reports-lite:
Readme:
path: readme.txt
mnmlwp-simple-contact-form:
Readme:
path: readme.txt
mnumidesigner:
TranslationFile:
class: BodyPattern
path: languages/mnumidesigner.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: mnumidesigner (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mobalize-online-appointment-bookings:
Readme:
path: readme.txt
mobel-wergwerf-kalkulator-widget:
Readme:
path: readme.txt
mobi-builder:
Readme:
path: readme.txt
mobi2go:
Readme:
path: readme.txt
mobidevices-search-url:
Readme:
path: readme.txt
mobika:
Readme:
path: readme.txt
mobile-action-bar:
QueryParameter:
files:
- public/css/mobi-actionbar-public.css
- public/js/mobi-actionbar-public.js
version: true
mobile-address-bar-colorize:
Readme:
path: readme.txt
mobile-banner:
TranslationFile:
class: BodyPattern
path: languages/mobile-banner.pot
pattern: !ruby/regexp /"Mobile Banner v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
mobile-booster:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
mobile-builder:
QueryParameter:
files:
- public/css/mobile-builder-public.css
- public/js/mobile-builder-public.js
version: true
mobile-contact-line:
Readme:
path: readme.txt
mobile-dj-manager:
QueryParameter:
files:
- templates/mdjm.min.css
- assets/css/mdjm-styles.css
- assets/js/mdjm-ajax.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/mobile-dj-manager.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ MDJM Event Management (?<v>\d+\.[\.\d]+)/i
version: true
mobile-events-manager:
Readme:
path: readme.txt
mobile-localhost:
Readme:
path: readme.txt
mobile-login-woocommerce:
QueryParameter:
files:
- assets/css/xoo-ml-style.css
- assets/js/xoo-ml-phone-js.js
version: true
Readme:
path: readme.txt
mobile-megamax-menu:
QueryParameter:
files:
- pro/assets/css/megamaxmenu.min.css
- assets/js/megamaxmenu.min.js
version: true
Readme:
path: readme.txt
mobile-menu:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
QueryParameter:
files:
- includes/css/mobmenu-icons.css
- includes/css/mobmenu.css
- includes/js/mobmenu.js
version: true
Readme:
path: readme.txt
mobile-switcher:
QueryParameter:
files:
- public/css/mobile-switcher-public.css
- public/js/mobile-switcher-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/mobile-switcher.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Mobile Switcher (?<v>\d+\.[\.\d]+)/i
version: true
mobilize:
Readme:
path: readme.txt
mobilize-contact-form-7:
Readme:
path: README.txt
mobilook:
Readme:
path: readme.txt
mobiloud-smart-app-banner:
Readme:
path: readme.txt
mobipaid:
TranslationFile:
class: BodyPattern
path: languages/mobipaid-zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Mobipaid (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
mockups:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
modal-contact-form:
QueryParameter:
files:
- js/lb-modal-contact-form.js
version: true
modal-for-elementor:
Readme:
path: readme.txt
modal-window:
QueryParameter:
files:
- public/css/style.css
version: true
modasphere:
Readme:
path: readme.txt
modasphere-submission-forms:
Readme:
path: readme.txt
moderation-tools-for-bbpress:
QueryParameter:
files:
- css/front.css
- js/report-post.js
version: true
modern-addons-elementor:
Readme:
path: readme.txt
modern-admin-comments:
Readme:
path: readme.txt
modern-comparison-slider:
QueryParameter:
files:
- public/css/modern-comparison-slider-public.css
- public/js/image-compare-viewer.min.js
- public/js/modern-comparison-slider-public.js
version: true
Readme:
path: README.txt
modern-designs-for-gravity-forms:
Readme:
path: readme.txt
modern-editor:
Readme:
path: readme.txt
modern-events-calendar-lite:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
modern-footnotes:
QueryParameter:
files:
- styles.min.css
- modern-footnotes.min.js
version: true
modern-portfolio:
QueryParameter:
files:
- js/script.js
- js/fetchmore.js
version: true
modern-slider:
QueryParameter:
files:
- assets/css/style.css
- assets/js/modernSlider.js
version: true
modern-team-showcase-with-widget:
QueryParameter:
files:
- mtsw-assets/css/slick.css
- mtsw-assets/css/magnific-popup.css
- mtsw-assets/css/mtsw-costum.css
- mtsw-assets/css/font-awesome.min.css
version: true
Readme:
path: readme.txt
modify-login:
Readme:
path: readme.txt
modify-wp-admin-php:
Readme:
path: readme.md
modula-best-grid-gallery:
QueryParameter:
files:
- scripts/effects.css
version: true
TranslationFile:
class: BodyPattern
path: languages/modula-best-grid-gallery.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Modula (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
module-for-gravity-forms-in-divi-builder:
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp /odule for Gravity Forms in Divi Builder (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
modules-kit:
Readme:
path: readme.txt
modulobox-lite:
QueryParameter:
files:
- public/assets/css/modulobox.min.css
- public/assets/js/modulobox.min.js
version: true
modus-youtube-channel:
Readme:
path: readme.txt
moexrate:
QueryParameter:
files:
- style.css
version: true
moicco-connect:
Readme:
path: readme.txt
mojito-shipping:
TranslationFile:
class: BodyPattern
path: languages/mojito-shipping.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Mojito Shipping (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mojito-sinpe:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/mojito-sinpe.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Mojito Sinpe (?<v>\d+\.[\.\d]+)/i'
version: true
mojo-gallery:
TranslationFile:
class: BodyPattern
path: languages/mojo-gallery.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ The Mojo Gallery (?<v>\d+\.[\.\d]+)/i
version: true
mojoplug-slide-panel:
QueryParameter:
files:
- public/css/mojo-sp-public.css
- style.css
- public/js/mojo-sp-public.js
version: true
mollie-payments-for-woocommerce:
Readme:
path: readme.txt
molongui-authorship:
Comment:
pattern: !ruby/regexp /Molongui Authorship (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/molongui-authorship.407a.min.css
- public/js/vendor/element-queries/ResizeSensor.js
- public/js/vendor/element-queries/ElementQueries.js
- public/js/molongui-authorship.4995.min.js
version: true
molongui-bump-offer:
TranslationFile:
class: BodyPattern
path: fw/i18n/molongui-common-framework.pot
pattern: !ruby/regexp '/t\-Id\-Version: molongui\-common\-framework (?<v>\d+\.[\.\d]+)/i'
version: true
momo-mobile-money-payments-woocommerce-extension:
Readme:
path: readme.txt
momoyoga-integration:
QueryParameter:
files:
- css/schedule-frontend.css
- js/schedule.js
version: true
mon-laboratoire:
QueryParameter:
files:
- MonLabo.css
- mon-laboratoire.css
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
monarch:
QueryParameter:
files:
- css/style.css
- js/idle-timer.min.js
- js/custom.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^version (?<v>\d+\.[\.\d]+) \(/
version: true
monero-woocommerce-gateway:
Readme:
path: readme.txt
monk:
QueryParameter:
files:
- public/css/monk-public.css
- public/css/monk-widget.css
- admin/css/monk-flags.css
- public/js/monk-public.js
- public/js/monk-widget.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
monkee-boy-wp-essentials:
Readme:
path: readme.txt
monkey-in-silk:
Readme:
path: README.txt
monkeyman-rewrite-analyzer:
TranslationFile:
class: BodyPattern
path: languages/monkeyman-rewrite-analyzer-nl_NL.po
pattern: !ruby/regexp /Id\-Version:\ Monkeyman Rewrite Analyzer v(?<v>\d+\.[\.\d]+)/i
version: true
monovm-blog-posts-for-wp:
Readme:
path: readme.txt
monstamanagement:
Readme:
path: readme.txt
monster-widget:
Readme:
path: readme.txt
monsters-editor-10-for-wp-super-edit:
Readme:
path: readme.txt
montapacking-checkout-woocommerce-extension:
Readme:
path: readme.txt
month-calendar:
QueryParameter:
files:
- month-calendar.css
- month-calendar.js
version: true
montonio-for-woocommerce:
Readme:
path: readme.txt
moo-elements:
Readme:
path: readme.txt
moodthingy-mood-rating-widget:
Readme:
path: readme.txt
moolamojo:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: moolamojo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: MoolaMojo (?<v>\d+\.[\.\d]+)/i'
version: true
moosend-landing-pages:
Readme:
path: readme.txt
mootools-collapsing-archives:
TranslationFile:
class: BodyPattern
path: languages/moo-collapsing-arc-sr_RS.po
pattern: !ruby/regexp /ect\-Id\-Version:\ Moo Collapsing Archives (?<v>\d+\.[\.\d]+)/i
version: true
mootools-framework:
QueryParameter:
files:
- mootools.js
version: true
moova-for-woocommerce:
Readme:
path:
- readme.txt
- readme.md
moovly:
QueryParameter:
files:
- dist/moovly.js
version: true
Readme:
path: readme.txt
moptin-email-subscription-optin-form:
QueryParameter:
files:
- style.css
- moptin.js
version: true
more-better-reviews-for-woocommerce:
Readme:
path: README.txt
more-featured-images:
QueryParameter:
files:
- assets/css/style.css
version: true
more-lang:
TranslationFile:
class: BodyPattern
path: languages/more-lang.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ More\-Lang (?<v>\d+\.[\.\d]+)/i
version: true
more-widgets:
Readme:
path: readme.txt
morepuzzles:
Readme:
path: README.txt
morpcs-air-quality-widget:
Readme:
path: readme.txt
mortgage-calculator:
QueryParameter:
files:
- js/jquery.validate.min.js
- js/mortgage-calculator.js
version: true
mortgage-calculators-wp:
Readme:
path: readme.txt
mos-faqs:
Readme:
path: readme.txt
mos-testimonial:
Readme:
path: readme.txt
mosque-prayer-timings:
QueryParameter:
files:
- mpt-styles.css
version: true
most-popular-post:
Readme:
path: readme.txt
most-viewed-products-for-woocommerce:
Readme:
path: readme.txt
motion:
QueryParameter:
files:
- stylesheets/app.css
- js/app.js
version: true
motiontactic-seopress-acf-content-finder:
Readme:
path: readme.txt
motivation-for-woocommerce:
Readme:
path: readme.txt
motopress-content-editor-lite:
QueryParameter:
files:
- includes/css/theme.min.css
- bootstrap/bootstrap-grid.min.css
version: true
Readme:
path: readme.txt
motopress-hotel-booking-lite:
QueryParameter:
files:
- vendors/kbwood/datepick/jquery.datepick.css
- assets/css/mphb.min.css
- vendors/canjs/can.custom.min.js
- vendors/kbwood/datepick/jquery.plugin.min.js
- vendors/kbwood/datepick/jquery.datepick.min.js
- assets/js/public/mphb.min.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/motopress-hotel-booking.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Hotel Booking (?<v>\d+\.[\.\d]+)/i'
version: true
motopress-slider-lite:
JavascriptVar:
xpath: //script[not(@src) and contains(., "motopress-slider-lite")]
pattern: !ruby/regexp /MPSLCore\s*=\s*{(?<json>.+?(?=};))};/mi
version_key: version
version: true
motor-racing-league:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
motors-car-dealership-classified-listings:
Readme:
path: readme.txt
motors-vin-decoder:
Readme:
path: README.txt
mouse-cursor-customizer:
Readme:
path: readme.txt
movable:
QueryParameter:
files:
- build/editor.css
- build/tailwind.css
version: true
TranslationFile:
class: BodyPattern
path: languages/movable.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Movable (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
movable-anything:
Comment:
pattern: !ruby/regexp /ded by K2 Movable Comment Form\. Version (?<v>\d+\.[\.\d]+)/i
version: true
movabletype-importer:
Readme:
path: readme.txt
move-bbpress-multisite:
TranslationFile:
class: BodyPattern
path: languages/bbpress-ms-move-en_US.po
pattern: !ruby/regexp /ject\-Id\-Version:\ bbPress Multisite Move (?<v>\d+\.[\.\d]+)/i
version: true
movelize-scrolling-widgets:
Readme:
path: readme.txt
movie-discovery:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
movingboxes-wp:
Comment:
pattern: !ruby/regexp /\/movingboxes-wp\/templates\/default\/css\/movingboxes\-ie\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- templates/default/css/movingboxes.css
version: true
mowomo-google-reviews:
QueryParameter:
files:
- build/assets/styles.css
- build/assets/scripts.js
version: true
Readme:
path: README.md
mowomo-variable-fonts:
QueryParameter:
files:
- assets/js/scripts.js
version: true
Readme:
path: README.md
moxo:
Readme:
path: readme.txt
mp-entrepreneur:
Readme:
path: readme.txt
mp-post-navigation-same-category:
StyleComment:
class: BodyPattern
path: css/mp-single-post-navigation.css
pattern: !ruby/regexp /Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
mp-profit:
Readme:
path: readme.txt
mp-restaurant-menu:
QueryParameter:
files:
- media/css/lib/mp-restaurant-menu-font.min.css
- media/css/style.css
version: true
mp-timetable:
QueryParameter:
files:
- media/css/style.css
version: true
Readme:
path: readme.txt
mp3-jplayer:
QueryParameter:
files:
- css/dark.css
version: true
Readme:
path: readme.txt
mp3-music-player-by-sonaar:
QueryParameter:
files:
- public/css/sonaar-music-public.css
- public/js/sonaar-music-public.js
- public/js/iron-audioplayer/iron-audioplayer.js
version: true
Readme:
path: README.txt
mpcx-accordion:
QueryParameter:
files:
- public/css/accordion.min.css
- public/js/accordion.min.js
version: true
mpcx-lightbox:
QueryParameter:
files:
- public/css/lightbox.min.css
- public/js/lightbox.min.js
- public/js/images.min.js
version: true
mpcx-slider:
QueryParameter:
files:
- public/css/slider.min.css
- public/js/slider.min.js
version: true
mphb-divi:
Readme:
path: readme.txt
mphb-styles:
QueryParameter:
files:
- style.css
version: true
Readme:
path: readme.txt
mplus-intercom-subscription:
QueryParameter:
files:
- assets/css/mplus-intercom-subscription-public.css
- assets/js/mplus-intercom-subscription-public.js
version: true
Readme:
path: readme.txt
mq-woocommerce-products-price-bulk-edit:
TranslationFile:
class: BodyPattern
path: languages/wppbe-fa_IR.po
pattern: !ruby/regexp /Id\-Version:\ Woocommerce Price Bulk Edit (?<v>\d+\.[\.\d]+)/i
version: true
ms-registration:
QueryParameter:
files:
- public/css/ms-registration-public.css
- public/js/ms-registration-public.js
version: true
ms-scc-accessibility-tools:
Readme:
path: readme.md
ms-subscriber-subscribe-to-news:
Readme:
path: readme.txt
msit-corona-virus-live-update-widgets:
Readme:
path: README.txt
msit-social-media-widget:
Readme:
path: readme.txt
mslsselect:
QueryParameter:
files:
- js/mslsselect.js
version: true
mstw-schedule-builder:
Readme:
path: readme.txt
msync:
QueryParameter:
files:
- public/css/msync-public.css
- public/js/msync-public.js
version: true
mt-tabs:
QueryParameter:
files:
- assets/css/style.css
version: true
TranslationFile:
class: BodyPattern
path: lang/mt-tabs-es_ES.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ MT Tabs (?<v>\d+\.[\.\d]+)/i
version: true
mta-lead-generation-gated:
QueryParameter:
files:
- public/css/styles.min.css
- public/js/scripts.min.js
version: true
mtg-tutorde-cardlinker:
TranslationFile:
class: BodyPattern
path: languages/mtutor_cardlinker-de_DE.po
pattern: !ruby/regexp /ct\-Id\-Version:\ MtG\-Tutor\.de Cardlinker v(?<v>\d+\.[\.\d]+)/i
version: true
mtouch-quiz:
QueryParameter:
files:
- mtq_core_style.css
- mtq_theme_style.css
- script.js
version: true
mtphr-members:
QueryParameter:
files:
- assets/css/style.css
- assets/js/respond.min.js
version: true
mtpl-insurance:
QueryParameter:
files:
- public/css/sljar_mtpl_public_css.css
- public/css/sljar_mtpl_media.css
- public/js/vue.min.js
- public/js/sljar_mtpl_public_js.js
version: true
muc-luc:
QueryParameter:
files:
- menutoc/mucluc-tocbot.css
- menutoc/mucluc-tocbot.js
version: true
Readme:
path: readme.txt
mudslideshow:
TranslationFile:
class: BodyPattern
path: lang/mudslide-sr_RS.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ MudSlideShow v(?<v>\d+\.[\.\d]+)/i
version: true
mulch:
Readme:
path: readme.txt
mullweg-de:
Readme:
path: readme.txt
multi-currency-for-woocommerce:
Readme:
path: readme.txt
multi-device-switcher:
Readme:
path:
- readme.txt
- README.md
multi-gallery:
Readme:
path: readme.txt
multi-gallery-for-posts-and-cutom-posts:
Readme:
path: readme.txt
multi-image-slider-widget:
QueryParameter:
files:
- assets/js/jquery.sliderPro.min.js
- assets/js/lightbox.min.js
version: true
multi-language-framework:
TranslationFile:
class: BodyPattern
path: languages/mlf.pot
pattern: !ruby/regexp /rdPress plugin Multi Language Framework (?<v>\d+\.[\.\d]+)/i
version: true
multi-layer-slider-beaver-builder-elementor:
Readme:
path: readme.txt
multi-level-menu-for-ecwid:
Readme:
path: readme.txt
multi-rating:
QueryParameter:
files:
- assets/js/frontend-min.js
version: true
multi-scheduler:
QueryParameter:
files:
- public/css/msbdt-bootstrap.css
- public/css/msbdt-ui.css
- public/font-awesome/css/font-awesome.min.css
- public/css/msbdt-custom-style.css
- public/css/msbdt-public.css
- public/ajax/multi-appointment-select-disable-date-agnist-doctor-ajax.js
- public/js/msbdt-bootstrap.min.js
- public/js/msbdt-jquery-ui.js
- public/js/msbdt-jquery.slimscroll.min.js
- public/js/msbdt-public.js
version: true
multi-step-forms-free-for-elementor:
Readme:
path: README.txt
QueryParameter:
files:
- public/css/multi-step-forms-free-public.css
- public/js/multi-step-forms-free-public.js
version: true
multi-tab:
Readme:
path: readme.txt
multilanguage:
QueryParameter:
files:
- css/style.css
version: true
multilevel-navigation-menu:
QueryParameter:
files:
- assets/css/mnmwp-front.css
- assets/js/mnmwp-front.js
version: true
Readme:
path: readme.txt
multilevel-referral-plugin-for-woocommerce:
Readme:
path: README.txt
multiline-files-for-contact-form-7:
Readme:
path: readme.txt
multilingual-comments:
QueryParameter:
files:
- public/css/multilingual-comments-public.css
- public/js/multilingual-comments-public.js
version: true
multiple-cropped-images:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
multiple-gf-form-on-single-page:
Readme:
path: readme.txt
multiple-payment-solutions-for-woocommerce:
Readme:
path: readme.txt
multiple-post-passwords:
Readme:
path: readme.txt
multiple-post-thumbnails:
Readme:
path: readme.txt
multiple-products-to-cart-for-woocommerce:
Readme:
path: readme.txt
multipress-lite:
QueryParameter:
files:
- public/css/multi_step_reg-public.css
version: true
multisafepay:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
multisite-admin-notices:
TranslationFile:
class: BodyPattern
path: languages/multisite-admin-notices.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ multisite\-admin\-notices (?<v>\d+\.[\.\d]+)/i
version: true
multisite-blog-alias:
TranslationFile:
class: BodyPattern
path: languages/multisite-blog-alias.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Multisite Blog Alias (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
multisite-directory:
TranslationFile:
class: BodyPattern
path: languages/multisite-directory.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Multisite Directory (?<v>\d+\.[\.\d]+)/i
version: true
multisite-edit-my-sites:
Readme:
path: readme.txt
multisite-enhancer:
Readme:
path: readme.txt
multisite-faqs:
TranslationFile:
class: BodyPattern
path: languages/multisite-faqs.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Multisite FAQS (?<v>\d+\.[\.\d]+)/i'
version: true
multisite-multidomain-single-sign-on:
Readme:
path: readme.txt
multisite-postie-cron-creator:
Readme:
path: readme.txt
multisite-sync-for-woocommerce:
Readme:
path: readme.txt
multisites-in-link-search:
QueryParameter:
files:
- public/css/multisites-in-link-search-public.css
- public/js/multisites-in-link-search-public.js
version: true
multiupload-field-for-contact-form-7:
QueryParameter:
files:
- js/dropzone.js
- js/cf7mu-multiupload-front.js
version: true
munk-sites:
Readme:
path: readme.txt
music-player-for-easy-digital-downloads:
Readme:
path: readme.txt
music-player-for-woocommerce:
Readme:
path: readme.txt
music-press-pro:
TranslationFile:
class: BodyPattern
path: languages/music-press-pro.pot
pattern: !ruby/regexp /msgid "Version (?<v>\d+\.[\.\d]+)/i
version: true
music-store:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
music-store-stripe-add-on:
Readme:
path: readme.txt
muslim-prayer-time-bd:
QueryParameter:
files:
- css/prayer-time.css
version: true
TranslationFile:
class: BodyPattern
path: languages/mptb-bn_BD.po
pattern: !ruby/regexp /msgid "Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
mute-screamer:
TranslationFile:
class: BodyPattern
path: languages/mute-screamer.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Mute Screamer (?<v>\d+\.[\.\d]+)/i
version: true
mutual-buddies:
TranslationFile:
class: BodyPattern
path: i18n/languages/mutual-buddies.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Mutual Buddies (?<v>\d+\.[\.\d]+)/i
version: true
muvi-media-connect:
Readme:
path: readme.txt
mvno-activation:
Readme:
path: readme.txt
mw-theme-uri-shortcode:
TranslationFile:
class: BodyPattern
path: languages/mw-theme-uri-shortcode.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ MW Theme URI Shortcode (?<v>\d+\.[\.\d]+)/i
version: true
mw-wp-form:
Readme:
path: readme.txt
mw-wp-form-a8-tracker:
Readme:
path: readme.txt
mw-wp-hacks:
TranslationFile:
class: BodyPattern
path: languages/mw-wp-hacks.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ MW WP Hacks (?<v>\d+\.[\.\d]+)/i
version: true
mwa-zoom-meetup:
Readme:
path: README.txt
mwb-ontraport-woocommerce-integration:
Readme:
path: readme.txt
mwb-twitter-feed-timeline-post:
TranslationFile:
class: BodyPattern
path: languages/mwb_twitter_for_wordpress-en_US.po
pattern: !ruby/regexp '/t\-Id\-Version: MWB Twitter For WordpressV(?<v>\d+\.[\.\d]+)/i'
version: true
mwb-woocommerce-checkout-field-editor:
TranslationFile:
class: BodyPattern
path: languages/mwb-woocommerce-checkout-field-editor-en_US.po
pattern: !ruby/regexp '/: MWB Woocommerce Checkout Field EditorV(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mwb-zendesk-woo-order-sync:
TranslationFile:
class: BodyPattern
path: languages/zndskwoo-en_US.po
pattern: !ruby/regexp '/\-Id\-Version: MWB Zendesk Woo Order Sync (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
mwp-forms:
Readme:
path: Readme.txt
mwp-side-menu:
QueryParameter:
files:
- public/css/style.css
- public/css/left.css
- public/js/side-menu.js
version: true
mx-pagebuilder-html:
QueryParameter:
files:
- includes/frontend/assets/css/style.css
- includes/frontend/assets/js/script.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
mx-time-zone-clocks:
QueryParameter:
files:
- includes/frontend/assets/css/style.css
- includes/frontend/assets/js/script.js
- includes/frontend/assets/js/jquery.canvasClock.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
mxr-easy-embed-wall:
QueryParameter:
files:
- public/js/mixer-wall-public.js
version: true
mxyoutuber-responsive:
QueryParameter:
files:
- mxassets/css/frontend.css
- mxassets/lightcase/css/lightcase.css
- mxassets/js/frontend.js
- mxassets/lightcase/lightcase.js
version: true
my-affiliate-link:
Readme:
path: readme.txt
my-aparat:
Readme:
path: readme.txt
my-appeal:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
my-calendar:
Readme:
path: readme.txt
my-center-deals:
Readme:
path: readme.txt
my-chatbot:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
my-client-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
my-company-files-login:
Readme:
path: readme.txt
my-contador-wp:
Readme:
path: readme.txt
my-coolpay-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
my-custom-functions:
Readme:
path: readme.txt
my-database-admin:
Readme:
path: README.txt
my-default-post-content:
Readme:
path: readme.txt
my-eyes-are-up-here:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
my-faves:
QueryParameter:
files:
- public/css/myfaves-public.css
- public/js/gscript.js
- public/js/myfaves-public.js
version: true
Readme:
path: README.txt
my-flickr-tag:
Readme:
path: README.md
my-idx-home-search:
QueryParameter:
files:
- public/css/homeasap-search-public.css
- public/js/homeasap-search-public.js
version: true
Readme:
path: README.txt
my-medium-article:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
my-net-worth:
Readme:
path: readme.txt
my-portfolio:
Readme:
path: readme.txt
my-quota:
Readme:
path: readme.txt
my-reading-time-lite:
Readme:
path: readme.txt
my-references:
Readme:
path: readme.txt
my-restaurant-menu:
TranslationFile:
class: BodyPattern
path: languages/my-restaurant-menu.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ My Restaurant Menu (?<v>\d+\.[\.\d]+)/i
version: true
my-restaurant-reviews:
QueryParameter:
files:
- public/css/mrr-public.css
- public/js/mrr-public.js
version: true
my-revenue-books:
Readme:
path: readme.txt
my-slider:
Readme:
path: readme.txt
my-social-feed:
QueryParameter:
files:
- public/assets/css/style.css
- public/assets/js/jquery.instagramFeed.min.js
- public/assets/js/instagramFeed.custom.js
version: true
Readme:
path: readme.txt
my-wp-ab-testing:
Readme:
path: readme.txt
my-wp-glossary:
Readme:
path: readme.txt
my-wp-login-logo:
Readme:
path: readme.txt
my-wp-translate:
TranslationFile:
class: BodyPattern
path: languages/my-wp-translate.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: My WP Translate (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
my-youtube-recommendation:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
myadmanager:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
myanmar-unipress:
QueryParameter:
files:
- _inc/js/rabbit.js
- _inc/js/bunny.js
- _inc/fonts/
version: true
Readme:
path: readme.txt
mybooker:
TranslationFile:
class: BodyPattern
path: languages/mybooker-da_DK.po
pattern: !ruby/regexp '/"Project\-Id\-Version: MyBooker (?<v>\d+\.[\.\d]+)/i'
version: true
mybooking-reservation-engine:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
mybookprogress:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
mybooktable:
QueryParameter:
files:
- css/frontend-style.css
- styles/silver/style.css
version: true
Readme:
path: readme.txt
mybox-b2b:
QueryParameter:
files:
- public/css/mybox-b2b-public.css
- public/js/mybox-b2b-public.js
version: true
Readme:
path: README.txt
mycn-stock-manager:
Readme:
path: readme.txt
mycommerce360-for-woocommerce:
Readme:
path: readme.txt
mycookie-gdpr-compliance:
QueryParameter:
files:
- assets/frontend.min.js
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
mycred:
Readme:
path: readme.txt
mycred-amelia:
Readme:
path: readme.txt
mycred-birthdays:
Readme:
path: readme.txt
mycred-blocks:
Readme:
path: readme.txt
mycred-bp-group-leaderboards:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
mycred-credly:
Readme:
path: readme.txt
mycred-for-buddypress-compliments:
Readme:
path: readme.txt
mycred-for-buddypress-links:
Readme:
path: readme.txt
mycred-for-courseware:
Readme:
path: readme.txt
mycred-for-elementor:
Readme:
path: readme.txt
mycred-for-event-espresso-4:
Readme:
path: readme.txt
mycred-for-events-manager-pro:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
mycred-for-gd-star-rating:
Readme:
path: readme.txt
mycred-for-rating-form:
Readme:
path: readme.txt
mycred-for-totalpoll:
Readme:
path: readme.txt
mycred-for-wp-postviews:
Readme:
path: readme.txt
mycred-githubreviews:
Readme:
path: readme.txt
mycred-givewp:
Readme:
path: readme.txt
mycred-h5p:
Readme:
path: readme.txt
mycred-learndash:
Readme:
path: readme.txt
mycred-lifterlms-integration:
Readme:
path: readme.txt
mycred-paid-memberships-pro:
Readme:
path: readme.txt
mycred-retro:
Readme:
path: readme.txt
mycred-square:
Readme:
path: readme.txt
mycred-wp-simple-pay-addon:
Readme:
path: readme.txt
mycred-zoom-rewards:
Readme:
path: readme.txt
myego2go-verified-login-for-woocommerce:
QueryParameter:
files:
- public/css/myego2go-public.css
- public/js/myego2go-public.js
version: true
myeventcalendar:
Readme:
path: readme.txt
mygallery:
QueryParameter:
files:
- public/js/1.bundle.js
version: true
mygdex-for-woocommerce:
QueryParameter:
files:
- public/css/gdex-public.css
- public/js/gdex-public.js
version: true
mygeopositioncom-geotags-geometatags:
Readme:
path: readme.txt
mylastminutes-api:
Readme:
path: readme.txt
mylisting-elementor-toolkit:
Readme:
path: readme.txt
mypay-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
myscrollbar:
Readme:
path: readme.txt
myspeakingpage:
QueryParameter:
files:
- css/frontend.css
version: true
mysql-query-cache-stats:
Readme:
path: readme.txt
myst-facebook-comment:
TranslationFile:
class: BodyPattern
path: lang/myst-facebook-comment.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ MYST Facebook Comment (?<v>\d+\.[\.\d]+)/i
version: true
mysterythemes-demo-importer:
Readme:
path: readme.txt
mystical-companion:
Readme:
path: readme.txt
mystickymenu:
QueryParameter:
files:
- js/mystickymenu.min.js
- js/detectmobilebrowser.js
version: true
Readme:
path: readme.txt
mystyle-custom-product-designer:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
mythic-smooth-scroll:
Readme:
path: readme.txt
myticket-events:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
myweb:
Readme:
path: readme.txt
mz-newsticker:
QueryParameter:
files:
- public/css/mz-newsticker-public.css
- public/css/liMarquee.css
- public/js/jquery.liMarquee.js
- public/js/mz-newsticker-public.js
version: true
n-letters-send-newsletters-to-your-websites-users:
QueryParameter:
files:
- includes/frontend/assets/js/script.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
n360-splash-screen:
Readme:
path: readme.txt
n3rdskwat-mp3player:
MetaTag:
class: Xpath
xpath: //meta[@name="n3rdskwat-mp3player"]/@content
version: true
nafeza-prayer-time:
QueryParameter:
files:
- css/widget.css
version: true
TranslationFile:
class: BodyPattern
path: languages/nafeza-prayer-time.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ WordPress Blank Pot v(?<v>\d+\.[\.\d]+)/i
version: true
naked-social-share:
QueryParameter:
files:
- assets/js/naked-social-share.min.js
version: true
nalp-ch:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
namaste-lms:
TranslationFile:
class: BodyPattern
path: namaste.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Namaste! LMS (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
namaz-vakti:
QueryParameter:
files:
- assets/js/jquery.countdown.js
- assets/js/namazvakti.js
version: true
nanosupport:
TranslationFile:
class: BodyPattern
path: i18n/languages/nanosupport.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ NanoSupport (?<v>\d+\.[\.\d]+)/i
version: true
nastrikejcz:
Readme:
path: readme.txt
native-emoji:
TranslationFile:
class: BodyPattern
path: languages/native-emoji.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Native Emoji (?<v>\d+\.[\.\d]+)/i
version: true
native-lazyload:
Readme:
path: readme.txt
native-performance:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
nativerent:
Readme:
path: readme.txt
natural-contact-form:
QueryParameter:
files:
- css/style.css
- js/natural-contact-form.js
version: true
natural-sounding-text-to-speech-app-listencat:
Readme:
path: readme.txt
nautilus-trips:
Readme:
path: README.txt
nav-menu-images:
Readme:
path: readme.txt
nav-menu-roles:
Readme:
path: readme.txt
naver-map:
QueryParameter:
files:
- naver-map.css
- naver-map.js
version: true
navigation-dropdown-widget:
Readme:
path: readme.txt
navigation-jhac:
Readme:
path: readme.txt
navigation-menu-as-dropdown-widget:
Readme:
path: readme.txt
navmenu-addon-for-elementor:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
navthemes-fontawesome-icons:
QueryParameter:
files:
- build/navthemesfa.scripts.css
- build/navthemesfa.scripts.js
version: true
navthemes-photo-shots-for-flickr:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
nazy-load:
Readme:
path: readme.txt
nbsp-french:
TranslationFile:
class: BodyPattern
path: languages/nbsp-french.pot
pattern: !ruby/regexp /s Non\-Breaking Space for French Content (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
nbt-woocommerce-price-matrix-lite:
TranslationFile:
class: BodyPattern
path: languages/nbt-price-matrix.pot
pattern: !ruby/regexp /"v(?<v>\d+\.[\.\d]+)/i
version: true
nd-elements:
Readme:
path: readme.txt
nd-projects:
Readme:
path: readme.txt
ndesign-theme-support:
Readme:
path: readme.txt
ndms-epay-plus-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
nearby-locations:
QueryParameter:
files:
- shared/css/nearby-locations-shared.css
- public/css/nearby-locations-public.css
- shared/js/nearby-locations-shared.js
- public/js/nearby-locations-public.js
version: true
necessary-tools:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
neeed-dynamic-websites:
QueryParameter:
files:
- css/dynweb.css
- js/dynweb_functions.js
- js/dynweb.js
version: true
Readme:
path: readme.txt
nelio-ab-testing:
TranslationFile:
class: BodyPattern
path: languages/nelio-ab-testing.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Nelio A\/B Testing (?<v>\d+\.[\.\d]+)/i
version: true
nelio-compare-images:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
nelio-content:
TranslationFile:
class: BodyPattern
path: languages/nelio-content.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Nelio Content (?<v>\d+\.[\.\d]+)/i
version: true
nelio-featured-posts:
QueryParameter:
files:
- assets/style.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/nelio-featured-posts.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Nelio Featured Posts (?<v>\d+\.[\.\d]+)/i
version: true
nelio-maps:
TranslationFile:
class: BodyPattern
path: languages/nelio-maps.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Nelio Maps (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
neo-bootstrap-carousel:
QueryParameter:
files:
- public/css/neo-bootstrap-carousel-public.css
- public/js/neo-bootstrap-carousel-public.js
version: true
neoship:
TranslationFile:
class: BodyPattern
path: languages/neoship-sk_SK.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Neoship (?<v>\d+\.[\.\d]+)/i'
version: true
nepali-calendar:
QueryParameter:
files:
- assets/css/nepali-calendar.css
- assets/css/nepali-calendar-frontend.css
- assets/js/frontend/nepali-calendar.min.js
- assets/js/frontend/nepali-calendar-frontend.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/nepali-calendar.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Nepali Calendar (?<v>\d+\.[\.\d]+)/i
version: true
nepalify:
Readme:
path: readme.txt
neptune-business:
QueryParameter:
files:
- public/css/neptune-busines-public.css
- public/js/neptune-busines-public.js
version: true
neptune-style-element:
Comment:
pattern: !ruby/regexp /uses the Neptune Style Element plugin v(?<v>\d+\.[\.\d]+)/i
version: true
nerd-wp:
QueryParameter:
files:
- public/css/nerd-wp-public.css
- public/js/nerd-wp-public.js
- public/js/wiki2html.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
netbase-widgets-for-siteorigin:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
netease-music:
Readme:
path: readme.txt
netgiro-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
netgsm:
Readme:
path: readme.txt
netlunch-for-woocommerce:
Readme:
path: readme.txt
netreviews:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
network-admin-assistant:
Readme:
path: readme.txt
network-blog-manager:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
network-publisher:
Readme:
path: readme.txt
netzero-for-woocommerce:
Readme:
path: readme.txt
neulee:
QueryParameter:
files:
- public/css/neulee-public.css
version: true
neutro-payments:
Readme:
path: readme.txt
neve-hooks:
Readme:
path:
- readme.txt
- README.md
never-logged-on-frontend:
Readme:
path: readme.txt
nevobo-api:
Readme:
path: readme.txt
new-page-comments:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
new-popular-posts-widget:
QueryParameter:
files:
- public/css/new-popular-posts-widget-public.css
- public/js/new-popular-posts-widget-public.js
version: true
new-post-sms-notifications:
Readme:
path: readme.txt
new-simple-gallery:
Readme:
path: readme.txt
new-tab-actions-by-wasiwarez:
Readme:
path: readme.txt
new-tab-redirect-plus:
Readme:
path: readme.txt
new-user-approve:
Readme:
path: readme.txt
new-zealand-shipping-zones-for-woocommerce:
Readme:
path: README.txt
newest-replies-first-in-bbpress:
Readme:
path: readme.txt
newheap-azure-logic-apps:
Readme:
path: readme.txt
newmoji:
Readme:
path: readme.txt
newpost-catch:
Readme:
path: readme.txt
news-aggregator:
Readme:
path: readme.txt
news-and-blog-designer-bundle:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/nbdb-slick.css
- assets/css/nbdb-custom.css
version: true
news-announcement-scroll:
TranslationFile:
class: BodyPattern
path: languages/news-announcement-scroll.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ News Announcement Scroll (?<v>\d+\.[\.\d]+)/i
version: true
news-bar:
QueryParameter:
files:
- assets/css/frontend.css
- assets/skins/.css
- assets/js/frontend.js
version: true
news-manager:
Readme:
path: readme.txt
news-search-engine:
Readme:
path: readme.txt
news-ticker:
Comment:
pattern: !ruby/regexp /START TICKER VER (?<v>\d+\.[\.\d]+)/i
version: true
news-ticker-for-elementor:
Readme:
path: readme.txt
news-ticker-tj:
QueryParameter:
files:
- css/breakingNews.css
version: true
news-ticker-widget-for-elementor:
QueryParameter:
files:
- assets/js/ticker.js
version: true
TranslationFile:
class: BodyPattern
path: languages/elementor-news-ticker.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Elementor News Ticker (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
newsbooster-for-messenger:
QueryParameter:
files:
- public/css/font-awesome.min.css
- public/css/newsBooster-public.css
- public/js/newsBooster-public.js
version: true
newscodes-news-magazine-and-blog-elements:
QueryParameter:
files:
- lib/css/newscodes.css
- lib/css/newscodes-styles.css
- lib/js/newscodes.js
version: true
newsletter:
QueryParameter:
files:
- subscription/style.css
- subscription/validate.js
- style.css
version: true
Readme:
path: readme.txt
newsletter-by-supsystic:
Readme:
path: readme.txt
newsletter-email-subscribe:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
newsletter-glue:
Readme:
path: readme.txt
newsletter-manager:
TranslationFile:
class: BodyPattern
path: languages/newsletter-manager.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Newsletter Manager (?<v>\d+\.[\.\d]+)/i'
version: true
newsletter-optin-box:
TranslationFile:
class: BodyPattern
path: languages/noptin.pot
pattern: !ruby/regexp /\- Simple Newsletter Subscription Forms (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
newsletter-popupmaker:
Readme:
path: readme.txt
newsletter-rss-block:
Readme:
path: readme.txt
newsletter-sign-up:
Readme:
path: readme.txt
newsletter-subscription-plugin-for-easyping-me:
Readme:
path: readme.txt
newsmanapp:
Readme:
path: readme.txt
newstatpress:
Readme:
path:
- readme.txt
- README.md
newstick-ultra:
Readme:
path: readme.txt
nexlogiq-amazon-s3-links-generator:
Readme:
path: readme.txt
next-feature-gallery-video:
Readme:
path: readme.txt
next-feed-builder:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/icon/nx-icon.css
- assets/css/icon/nx-social.css
- assets/css/public.css
- assets/script/public.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
next-mail-chimp:
QueryParameter:
files:
- assets/public/css/public-style.css
- assets/public/script/subscribe.js
version: true
Readme:
path: readme.txt
next-megamenu:
QueryParameter:
files:
- assets/public/css/public-style.css
version: true
next-purchase-discount-for-woocommerce:
Readme:
path: readme.txt
next-social-login-feed-sharing:
Readme:
path: readme.txt
nextaddons:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
nextcellent-gallery-nextgen-legacy:
Comment:
pattern: !ruby/regexp /<meta name="NextGEN" version="(?<v>\d+\.[\.\d]+)"/i
version: true
Readme:
path: readme.txt
nextgen-download-gallery:
QueryParameter:
files:
- css/style.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
nextgen-facebook:
QueryParameter:
files:
- cache/sharing-styles-id-1.min.css
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /NGFB (?<v>\d+\.[\.\d]+)\/[a-z]/i
TranslationFile:
class: BodyPattern
path: languages/nextgen-facebook-fr_FR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ NextGEN Facebook (?<v>\d+\.[\.\d]+)/i
version: true
nextgen-gallery:
Comment:
pattern: !ruby/regexp /<meta name="NextGEN" version="(?<v>\d+\.[\.\d]+)"/i
version: true
nextgen-gallery-optimizer:
Readme:
path: readme.txt
nextgen-image-cropper:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
nextgen-public-deletor:
QueryParameter:
files:
- ngdupstyle.css
version: true
nextgen-scrollgallery:
Comment:
pattern: !ruby/regexp /nextgen scrollGallery (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- scrollGallery/css/scrollGallery.css
- scrollGallery/css/scrollGallery_greyDesign.css
version: true
nexxplay:
Readme:
path: readme.txt
neykane-viral-list-posts:
TranslationFile:
class: BodyPattern
path: languages/neykane-viral-list-posts.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Neykane Viral List Posts (?<v>\d+\.[\.\d]+)/i'
version: true
ng-lazyload:
QueryParameter:
files:
- "/plugin.js"
- "/nglazyload.css"
version: true
Readme:
path: readme.txt
ng-mail2telegram:
Readme:
path: readme.txt
ng-secret-link:
Readme:
path: readme.txt
ng-wp-gallery:
QueryParameter:
files:
- assets/css/infinite-scroll-docs.css
- assets/css/mwrpg-grid.css
- assets/css/jquery.fancybox.min.css
- assets/js/infinite-scroll-docs.min.js
version: true
ngdesk:
Readme:
path: readme.txt
ngg-image-chooser-block:
Readme:
path: readme.txt
ngg-image-search:
TranslationFile:
class: BodyPattern
path: lang/ngg-image-search.po
pattern: !ruby/regexp '/: NextGEN Gallery Frontend Image Search (?<v>\d+\.[\.\d]+)/i'
version: true
nggimagerotation:
QueryParameter:
files:
- view.css
- view.js
version: true
nginx-helper:
Comment:
pattern: !ruby/regexp /Cached using Nginx-Helper|Visit https?:\/\/wordpress.org\/extend\/plugins\/nginx-helper\/faq\/
for more details/i
Readme:
path: readme.txt
ngs-js-salat-times:
Readme:
path: readme.txt
ngx-image-resizer:
TranslationFile:
class: BodyPattern
path: languages/ngx-image-resizer.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ngx Image Resizer (?<v>\d+\.[\.\d]+)/i'
version: true
nhsblocks:
Readme:
path: readme.txt
ni-crm-lead:
Readme:
path: readme.txt
ni-daily-sales-report-for-woocommerce:
Readme:
path: readme.txt
ni-one-page-inventory-management-system-for-woocommerce:
Readme:
path: readme.txt
ni-payment-reminder-for-woocommerce:
Readme:
path: readme.txt
ni-woo-sales-commission:
Readme:
path: readme.txt
ni-woocommerce-admin-order-columns:
Readme:
path: readme.txt
ni-woocommerce-cost-of-goods:
Readme:
path: readme.txt
ni-woocommerce-custom-order-status:
Readme:
path: readme.txt
ni-woocommerce-customer-product-report:
Readme:
path: readme.txt
ni-woocommerce-dashboard-report:
Readme:
path: readme.txt
ni-woocommerce-multi-currency-report:
Readme:
path: readme.txt
ni-woocommerce-order-delivery:
Readme:
path: readme.txt
ni-woocommerce-order-export:
Readme:
path: readme.txt
ni-woocommerce-payment-gateway-charges:
Readme:
path: readme.txt
ni-woocommerce-product-editor:
Readme:
path: readme.txt
ni-woocommerce-product-enquiry:
Readme:
path: readme.txt
ni-woocommerce-product-variations-table:
Readme:
path: readme.txt
ni-woocommerce-product-vendor:
Readme:
path: readme.txt
ni-woocommerce-sales-report:
TranslationFile:
class: BodyPattern
path: languages/nisalesreport-it_IT.po
pattern: !ruby/regexp '/d\-Version: Ni WooCommerce Sales Report v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ni-woocommerce-sales-report-by-user-role:
Readme:
path: readme.txt
ni-woocommerce-stock:
Readme:
path: readme.txt
ni-youtube-video-gallery:
Readme:
path: readme.txt
nic-app-crono:
TranslationFile:
class: BodyPattern
path: languages/nicappcrono.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Nic\-app Crono (?<v>\d+\.[\.\d]+)/i'
version: true
nic-app-stock:
Readme:
path: README.txt
nice-fixed-menu:
Readme:
path: readme.txt
nice-infoboxes:
QueryParameter:
files:
- includes/assets/css/font-awesome.min.css
- public/assets/css/nice-infoboxes.css
version: true
nice-likes:
QueryParameter:
files:
- public/assets/css/nice-likes.css
- public/assets/fonts/fontello-font-awesome/css/fontello.css
- public/assets/js/min/nice-likes.min.js
version: true
nice-login-register-widget:
QueryParameter:
files:
- css/pw-login-widget.css
- js/pw-login-widget.js
- js/ajax-authentication.js
version: true
nice-navigation:
QueryParameter:
files:
- styles.css
- script.js
version: true
nice-page-transition:
Readme:
path: readme.txt
nice-portfolio:
QueryParameter:
files:
- public/assets/css/nice-portfolio.css
- public/assets/js/min/nice-portfolio.min.js
version: true
nice-team:
QueryParameter:
files:
- public/assets/css/nice-team.css
version: true
nice-testimonials:
QueryParameter:
files:
- public/assets/css/nice-testimonials.css
version: true
nice-titles:
Comment:
pattern: !ruby/regexp /Generated by Nice Titles (?<v>\d+\.[\.\d]+)/i
version: true
nicebackgrounds:
TranslationFile:
class: BodyPattern
path: nicebackgrounds.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Nice Backgrounds (?<v>\d+\.[\.\d]+)/i
version: true
nicechat:
QueryParameter:
files:
- public/js/nicechat-cart-service.js
version: true
nightingale-companion:
Readme:
path: readme.txt
nikan-woocomerce-base:
Readme:
path: readme.txt
nimble-builder:
QueryParameter:
files:
- assets/front/css/sek-base.min.css
- assets/front/js/sek-main.js
- assets/front/js/ccat-nimble-front.min.js
version: true
Readme:
path: readme.txt
nimble-portfolio:
QueryParameter:
files:
- includes/sort.js
- includes/prettyphoto/prettyphoto.js
- includes/prettyphoto/nimble-prettyPhoto.js
version: true
Readme:
path: readme.txt
nines-music:
QueryParameter:
files:
- dist/APlayer.min.css
- dist/APlayer.min.js
- static/APlayer.min.css
- static/APlayer.min.js
version: true
Readme:
path: readme.txt
nines-taoke:
Readme:
path: readme.txt
ninja-forms:
Readme:
path: readme.txt
ninja-gdpr-compliance:
Readme:
path: readme.txt
ninja-gutenberg-blocks-gutenberg-blocks-collection:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ninja-job-board:
Readme:
path: readme.txt
ninja-notes:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
ninja-tables:
Readme:
path: readme.txt
ninjafirewall:
Readme:
path: readme.txt
nitek-carousel-cool-transitions:
QueryParameter:
files:
- public/css/nitek-carousel-public.css
- public/js/nitek-carousel-public.js
version: true
nitropack:
Readme:
path: readme.txt
nivo-slider-lite:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# v?(?<v>\d+\.[\.\d]+) \- [\d\-\/]{8,}/i
version: true
Readme:
path:
- readme.txt
- readme.md
nk-google-analytics:
Readme:
path: readme.txt
nk-search:
QueryParameter:
files:
- "/nk-assets/css/nk-search.css"
- "/nk-assets/js/nk-search.js"
version: true
Readme:
path: readme.txt
nm-gift-registry-and-wishlist-lite:
Readme:
path: readme.txt
nnsmarttooltip:
QueryParameter:
files:
- plugin-assets/public.css
- plugin-assets/public.bundle.js
version: true
no-aioseop-nags:
Readme:
path: readme.txt
no-bs-image-slider:
Readme:
path: readme.txt
no-category-base-wpml:
Readme:
path: readme.txt
no-category-parents:
Readme:
path: readme.txt
no-category-title:
Readme:
path: readme.txt
no-copy:
QueryParameter:
files:
- no-copy.js
version: true
no-copy-block-text-selection:
Readme:
path: readme.txt
no-google-fonts:
Readme:
path: readme.txt
no-gutenberg:
Readme:
path: readme.txt
no-page-comment:
Readme:
path: readme.txt
no-right-click-images-plugin:
Readme:
path: readme.txt
no-self-ping:
Readme:
path: readme.txt
no-spam-at-all:
QueryParameter:
files:
- assets/css/nsaa_style.css
version: true
Readme:
path: Readme.txt
noakes-menu-manager:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
nocacheadmincaats:
Readme:
path: readme.txt
nochex-payment-gateway-for-woocommerce:
Readme:
path:
- readme.txt
- readme.md
nodeinfo:
TranslationFile:
class: BodyPattern
path: languages/nodeinfo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: NodeInfo (?<v>\d+\.[\.\d]+)/i'
version: true
nofollow-for-external-link:
Readme:
path: readme.txt
nofollow-for-external-link-tap:
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
nofollow-jquery-links:
Readme:
path: readme.txt
noindex-seo:
Readme:
path: readme.txt
nokaut-offers-box:
QueryParameter:
files:
- assets/css/nokaut-offers-box.css
- assets/js/nokaut-offers-box.js
version: true
nokia-mapsplaces:
Readme:
path: readme.txt
nomorepass-forget-your-passwords:
Readme:
path: readme.txt
non-latin-attachments:
Readme:
path: readme.txt
nooz:
QueryParameter:
files:
- inc/assets/front.css
version: true
nordot:
Readme:
path: readme.txt
norsani-api:
Readme:
path: readme.txt
note:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
note-finder-for-woocommerce:
Readme:
path: readme.txt
notes:
Readme:
path: readme.txt
notes-postwidgets:
TranslationFile:
class: BodyPattern
path: languages/Notes-PostWidgets-sv_SE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Notes PostWidgets (?<v>\d+\.[\.\d]+)/i
version: true
notes-widget-wrapper:
QueryParameter:
files:
- public/css/notes-widget-wrapper-public.css
- public/js/notes-widget-wrapper-public.js
version: true
notibar:
QueryParameter:
files:
- assets/home/css/home-notification-bar.css
- assets/home/js/home-notification-bar.js
- assets/frontend/css/notibar.css
- assets/frontend/js/notibar.js
version: true
Readme:
path: readme.txt
notice-block:
Readme:
path: readme.txt
notification-attachments-for-gravity-forms:
Readme:
path: readme.txt
notification-bar-builder-for-elementor:
Readme:
path: readme.txt
notification-bar-on-footer:
QueryParameter:
files:
- public/css/notification-bar-on-footer-public.css
- public/js/notification-bar-on-footer-public.js
version: true
notification-box-lite:
QueryParameter:
files:
- css/notification-box.css
- js/notification-box.js
version: true
notification-buddypress:
Readme:
path: readme.txt
notification-button:
Readme:
path: readme.txt
notification-for-telegram:
Readme:
path: readme.txt
notification-system:
QueryParameter:
files:
- css/style.css
- dist/js/notificationsRESTAPI/app.js
version: true
notifications-bearychat:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
notify-comment-reply:
Readme:
path:
- readme.txt
- README.md
notify-connect-par-jm-crea:
MetaTag:
class: Xpath
xpath: //meta[contains(@name, "Notify Connect")]/@content
version: true
notify-engage:
Readme:
path: readme.txt
notify-events:
Readme:
path: readme.txt
notify-events-contact-form-7:
Readme:
path: readme.txt
notify-events-ninja-forms:
Readme:
path: readme.txt
notify-events-wpforms:
Readme:
path: readme.txt
notify-odoo:
Readme:
path: readme.txt
notify-old-blog:
Readme:
path: readme.txt
notifyit:
QueryParameter:
files:
- css/ns-style.min.css
- js/modernizr.custom.js
- js/classie.js
- js/notificationFx.js
- js/script.js
version: true
notifyme:
QueryParameter:
files:
- js/notifyme.js
version: true
notikumi-ticketing:
QueryParameter:
files:
- public/css/bootstrap/bootstrap.css
- public/css/bootstrap/bootstrap-theme.css
- templates/original/css/color-custom.css
- templates/original/css/custom-styles.css
- public/js/ntk-px-tracking.js
- public/js/notikumi-public.js
version: true
notipress-noticias:
Readme:
path: readme.txt
noto-font-loader:
QueryParameter:
files:
- public/css/noto-font-loader-sans.css
- public/js/noto-font-loader-public.js
version: true
novamodule-woocommerce:
Readme:
path: readme.txt
novarum-json-importer:
QueryParameter:
files:
- public/css/novarumimporter-public.css
- public/js/novarumimporter-public.js
version: true
novasense-security:
Readme:
path: readme.txt
novelist:
QueryParameter:
files:
- templates/novelist-front-end.min.css
version: true
novo-map:
QueryParameter:
files:
- public/assets/css/novo-map-public.css
- public/assets/js/novo-map-public.js
version: true
now-watching:
MetaTag:
class: Xpath
xpath: //meta[@name="now-watching-version"]/@content
version: true
nowpayments-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
nps-computy:
Readme:
path: readme.txt
ns-adblock-blocker:
Readme:
path: readme.txt
ns-category-widget:
QueryParameter:
files:
- public/assets/css/themes/default/style.css
- public/assets/js/jstree.min.js
- public/assets/js/jstree.state.js
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/ns-category-widget.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ NS Category Widget (?<v>\d+\.[\.\d]+)/i
version: true
ns-marketplace-multi-vendor:
QueryParameter:
files:
- "/ASSETS/CSS/all.min.css"
- "/ASSETS/JS/ns-marketplace-multi-vendor-ajax-functions.js"
- "/ASSETS/JS/ns-marketplace-multi-vendor-account.js"
version: true
ns-mistercorporate:
QueryParameter:
files:
- css/mistercorporate-contact-style.css
version: true
ns-slidebar-sliding-panel-sidebar:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
ns-tweet:
TranslationFile:
class: BodyPattern
path: languages/ns-tweet.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ NS Tweet (?<v>\d+\.[\.\d]+)/i
version: true
nt-redirect:
TranslationFile:
class: BodyPattern
path: lang/nt-redirect-vi_VN.po
pattern: !ruby/regexp /epath:\ D:\\\\projects\\\\nt\-redirect\\\\tags\\\\(?<v>\d+\.[\.\d]+)/i
version: true
nudgify:
Readme:
path: readme.txt
nuevecubica-custom-login-page:
TranslationFile:
class: BodyPattern
path: languages/nuevecubica-custom-login-page.pot
pattern: !ruby/regexp '/ersion: nuevecubica \| Custom Login Page (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
numb-facebook-page:
QueryParameter:
files:
- js/numb-main.js
version: true
numix-post-slider:
QueryParameter:
files:
- public/assets/css/numix-slider.css
- public/assets/js/jquery.numix-slider.min.js
version: true
nuno-sarmento-api-to-post:
QueryParameter:
files:
- assets/css/nuno-sarmento-atp.css
version: true
Readme:
path: readme.txt
nuno-sarmento-simple-contact-form:
QueryParameter:
files:
- "/assets/css/ns-simple-contact-form.css"
version: true
nutrifox:
Readme:
path: readme.txt
nutrition-facts:
Readme:
path: readme.txt
nutritionwp:
QueryParameter:
files:
- public/css/nutritionwp-public.css
version: true
nuttifox-support:
QueryParameter:
files:
- public/css/nuttifox-support-public.css
- public/js/nuttifox-support-public.js
version: true
nw-company-profile:
Readme:
path: readme.txt
nw-description-for-custom-post-types:
Readme:
path: readme.txt
nwa:
QueryParameter:
files:
- public/css/nwa-public.css
- public/js/nwa-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/nwa.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Navionics\-WebAPI (?<v>\d+\.[\.\d]+)/i
version: true
nwmc-login-and-support:
Readme:
path: readme.txt
nx-ads:
QueryParameter:
files:
- public/css/nx-ads-public.css
version: true
nxtbridge-ledger:
QueryParameter:
files:
- css/nxtbridge-bootstrap.min.css
- css/font-awesome.min.css
- css/style.min.css
- nxtbridge.min.js
version: true
nyzo-tip:
Readme:
path: readme.txt
o3-cli-services:
Readme:
path: readme.txt
o365-user-authentication:
Readme:
path: readme.txt
o365-wp-restrict:
Readme:
path: readme.txt
oa-social-login:
Readme:
path: readme.txt
oauth-client-for-user-authentication:
Readme:
path: readme.txt
oauth-for-gap-messenger:
TranslationFile:
class: BodyPattern
path: languages/oauth-gap-messenger-fa_IR.po
pattern: !ruby/regexp '/roject\-Id\-Version: Oauth Gap Messenger v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
oauth-twitter-feed-for-developers:
Readme:
path:
- readme.txt
- README.md
oauth2-server:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
oberon-wpaddin:
Readme:
path: readme.txt
obituary-assistant-by-funeral-home-website-solutions:
Comment:
pattern: !ruby/regexp /\/obituary\-assistant\-by\-funeral\-home\-website\-solutions\/public\/css\/florist\-one\-flower\-delivery\-public\-old\-browser\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/jquery-ui.css
- public/css/fhw-solutions-obituaries-public.css
- public/captcha/src/jquery.simpleCaptcha.css
- public/css/slicknav.css
- public/css/florist-one-flower-delivery-public.css
- public/js/jquery.validate.js
- public/js/fhw-solutions-obituaries-main.js
- public/js/fhw-solutions-obituaries-photo-gallery.js
- public/js/fhw-solutions-obituaries-condolences.js
- public/js/jquery.slicknav.min.js
- public/js/jquery.history.js
- public/js/florist-one-flower-delivery-public.js
- public/js/resizeSensor.js
- public/js/elementQueries.js
- public/js/jquery.cookie.js
- public/captcha/src/jquery.simpleCaptcha.js
- public/css/fhw-solutions-obituaries-public.min.css
- public/css/florist-one-flower-delivery-public.min.css
- public/js/fhw-solutions-obituaries-main.min.js
- public/js/florist-one-flower-delivery-public.min.js
- public/js/fhw-solutions-obituaries-condolences.min.js
version: true
Readme:
path: README.txt
obituary-central-newspaper-obituary-editor:
QueryParameter:
files:
- public/css/jquery-ui.css
- public/css/loving-memorials-public.css
- public/css/loving-memorials-flowers.css
- public/css/jquery.fancybox.min.css
- public/css/jquery.timepicker.css
- frontend/css/dataTables.bootstrap.min.css
- frontend/css/loving-memorials-front-form-styles.css
- admin/css/jquery.timepicker.css
- public/js/jquery.timepicker.min.js
- public/js/loving-memorials-public.js
- public/js/jquery.history.js
- public/js/jquery.validate.js
- public/js/loving-memorials-flowers.js
- public/js/jquery.slicknav.min.js
- public/js/jquery.fancybox.min.js
- admin/js/jquery.countries.js
- public/js/uploader/jquery.dm-uploader.js
- public/js/uploader/upload-ui.js
- public/js/uploader/upload-config.js
- frontend/js/jquery.dataTables.min.js
- frontend/js/dataTables.bootstrap.min.js
- admin/js/jquery.timepicker.min.js
- frontend/js/loving-memorials-frontend-custom.js
- frontend/js/loving-memorials-frontend.js
- frontend/js/payment.js
- public/js/datatables.min.js
- public/css/loving-memorials-public.min.css
- public/css/bootstrap.min.css
- public/js/loving-memorials-public.min.js
- frontend/js/loving-memorials-frontend.min.js
- frontend/css/loving-memorials-front-form-styles.min.css
- frontend/js/loving-memorials-frontend-custom.min.js
- frontend/js/payment.min.js
version: true
Readme:
path: README.txt
object-cache-4-everyone:
Readme:
path: readme.txt
object-sync-for-salesforce:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
obox-mobile:
Readme:
path: readme.txt
oboxmedia-ads:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
obs-huaweicloud:
Readme:
path: readme.txt
observo-monitoring:
Readme:
path: readme.txt
oc-newsletter:
QueryParameter:
files:
- assets/js/custom.min.js
version: true
oca-for-woocommerce:
Readme:
path:
- readme.txt
- readme.md
occupancy-plan:
Readme:
path: readme.txt
ocean-custom-sidebar:
Readme:
path: readme.txt
ocean-demo-import:
Readme:
path: readme.txt
ocean-extra:
Readme:
path: readme.txt
ocean-product-sharing:
Readme:
path: readme.txt
ocean-social-sharing:
Readme:
path: readme.txt
ocean-stick-anything:
Readme:
path: readme.txt
ocr-one:
QueryParameter:
files:
- public/css/ocr-one-public.css
- public/js/ocr-one-public.js
version: true
octagon-elements-lite-for-elementor:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path:
- readme.txt
- README.md
octolio:
Readme:
path: readme.txt
octrace-support:
Readme:
path: readme.txt
odds-comparison-widget:
Readme:
path: readme.txt
odds-widget:
QueryParameter:
files:
- js/ow-frontend.js
version: true
odise:
Readme:
path: readme.txt
oembed-plus:
Readme:
path: readme.txt
oembed-travis:
TranslationFile:
class: BodyPattern
path: languages/oembed-travis.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ oEmbed Travis (?<v>\d+\.[\.\d]+)/i
version: true
offer-out-stock:
Readme:
path: README.txt
offermative-discount-pricing-related-products-upsell-funnels-for-woocommerce:
Readme:
path: readme.txt
offers-for-woocommerce:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
offers-overview-block:
QueryParameter:
files:
- build/block.css
version: true
officeparty-connect:
Readme:
path: README.txt
official-facebook-pixel:
TranslationFile:
class: BodyPattern
path: languages/official-facebook-pixel-ja_JP.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Facebook Pixel (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
official-mailerlite-sign-up-forms:
QueryParameter:
files:
- assets/css/mailerlite_forms.css
version: true
Readme:
path: readme.txt
official-sendle-shipping-method:
Readme:
path: readme.txt
official-skrill-woocommerce:
Readme:
path: readme.txt
official-statcounter-plugin-for-wordpress:
Readme:
path: readme.txt
offline-shell:
TranslationFile:
class: BodyPattern
path: lang/offline-shell.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Offline Shell (?<v>\d+\.[\.\d]+)/i
version: true
offline-site-mode:
Readme:
path: readme.txt
offline-updater:
Readme:
path: readme.txt
offsprout-page-builder:
QueryParameter:
files:
- builder/app/build/offsprout.css
- library/other/tether.min.js
- library/bootstrap/js/bootstrap.min.js
- builder/app/build/js/public.js
version: true
og:
Comment:
pattern: !ruby/regexp /OG:\ (?<v>\d+\.[\.\d]+)/i
version: true
ogp-plus:
Readme:
path: readme.txt
ogpanic:
Readme:
path: README.txt
ogulo-360-tour:
QueryParameter:
files:
- public/css/ogulo-360-tour-public.css
- public/js/ogulo-360-tour-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/ogulo-360-tour.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ogulo \- 360[^\s]+ Tour (?<v>\d+\.[\.\d]+)/i'
version: true
oh-add-script-header-footer:
Readme:
path: readme.txt
ohdear:
TranslationFile:
class: BodyPattern
path: languages/ohdear.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Oh Dear (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ohmylead-add-on-gravity-forms:
Readme:
path: readme.txt
oik:
TranslationFile:
class: BodyPattern
path: languages/oik.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ oik (?<v>\d+\.[\.\d]+)/i
version: true
oik-bwtrace:
TranslationFile:
class: BodyPattern
path: languages/oik-bwtrace-en_GB.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ oik bwtrace (?<v>\d+\.[\.\d]+)/i
version: true
oik-nivo-slider:
TranslationFile:
class: BodyPattern
path: languages/oik-nivo-slider-en_GB.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ oik\-nivo\-slider (?<v>\d+\.[\.\d]+)/i
version: true
okcom-sort-and-show-id-slug-thumbnails:
Readme:
path: readme.txt
okey:
Readme:
path: readme.txt
oktopost-future-posts:
Readme:
path: readme.txt
okv-oauth:
TranslationFile:
class: BodyPattern
path: languages/okv-oauth-default.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ okv\-oauth (?<v>\d+\.[\.\d]+)/i
version: true
old-post-spinner:
Readme:
path: readme.txt
old-style-admin-ui:
Readme:
path: readme.txt
olevmedia-shortcodes:
QueryParameter:
files:
- assets/js/shortcodes.js
version: true
oliver-pos:
Readme:
path: readme.txt
olycash-for-woocommerce:
Readme:
path: readme.txt
olympus-google-fonts:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
omega-add-paypal-tracking-for-woocommerce:
Readme:
path: readme.txt
omi-live-talk:
Readme:
path: readme.txt
omise:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
omniads:
MetaTag:
class: Xpath
xpath: //meta[@name="omniads"]/@content
version: true
pattern: !ruby/regexp /omniads\/(?<v>\d+\.[\.\d]+)/i
omnivore:
Readme:
path: readme.txt
on-page-and-post-seo:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
onc-master:
QueryParameter:
files:
- public/css/onc_master-public.css
- public/js/onc_master-public.js
version: true
once-cart-items-remover:
Readme:
path: README.txt
onclick-popup:
Readme:
path: readme.txt
onclick-show-popup:
Readme:
path: readme.txt
one-click-close-comments:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
one-click-coming-soon:
Readme:
path: readme.txt
one-click-demo-import:
TranslationFile:
class: BodyPattern
path: languages/pt-ocdi.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ One Click Demo Import (?<v>\d+\.[\.\d]+)/i
version: true
one-click-maintenance:
Readme:
path: README.txt
one-click-maintenance-mode:
Readme:
path: readme.txt
one-click-master:
Readme:
path: readme.txt
one-click-order-reorder:
Readme:
path: readme.txt
one-click-read-more:
Readme:
path: readme.txt
one-click-ssl:
Readme:
path: readme.txt
one-off-emails-for-woocommerce:
Readme:
path: readme.txt
one-page-blocks:
QueryParameter:
files:
- public/dist/global.bundle.css
version: true
TranslationFile:
class: BodyPattern
path: languages/coming-soon-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Coming Soon Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
one-step-checkout:
Readme:
path: README.txt
one-tap-google-sign-in:
Readme:
path: readme.txt
one-termspolicy-page:
Readme:
path: readme.txt
one-thousand-nine-hundred-and-ninety-nineify:
QueryParameter:
files:
- assets/css/oneK99ify.min.css
- assets/js/oneK99ify.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
onecrm:
Readme:
path: readme.txt
onedash:
Readme:
path: readme.txt
onedigiflow-lead-capture:
Readme:
path: readme.txt
oneelements-ultimate-addons-for-elementor:
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
onesignal-free-web-push-notifications:
Readme:
path: readme.txt
onetwotrip:
QueryParameter:
files:
- public/css/wp-ott-public.css
- public/js/wp-ott-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-ott.pot
pattern: !ruby/regexp /"Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
onex-custom-popup-builder:
Readme:
path: readme.txt
onex-custom-woo-builder:
Readme:
path: readme.txt
ongkoskirim-id:
Readme:
path: README.txt
onionbuzz-viral-quiz:
QueryParameter:
files:
- static/frontend/css/frontend.css
- static/vendors/animations/animations.css
- static/vendors/pnotify/pnotify.min.js
- static/vendors/sharer/sharer.js
- static/frontend/js/frontend.js
version: true
onlim:
TranslationFile:
class: BodyPattern
path: languages/onlim-en_US.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Onlim \- (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
online-consultant:
Readme:
path: readme.txt
online-indicator-for-twitch:
Readme:
path: readme.txt
online-lesson-booking-system:
QueryParameter:
files:
- front.js
version: true
online-restaurant-reservation:
QueryParameter:
files:
- assets/css/online-restaurant-reservation-layout.css
- assets/css/online-restaurant-reservation-smallscreen.css
- assets/css/online-restaurant-reservation.css
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Online Restaurant Reservation (?<v>\d+\.[\.\d]+)/i
TranslationFile:
class: BodyPattern
path: languages/online-restaurant-reservation.pot
pattern: !ruby/regexp /\-Version:\ Online Restaurant Reservation (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
online-succes:
Readme:
path: readme.txt
only-rest-api:
TranslationFile:
class: BodyPattern
path: languages/only-rest-api.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Only REST API (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
only-tweet-like-share-and-google-1:
Readme:
path: readme.txt
onoffice-for-wp-websites:
Readme:
path: readme.txt
onpay-io-for-woocommerce:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: README.txt
ontario-hst-calculator:
QueryParameter:
files:
- cc-ontario-hst-calculator.js
version: true
ooboo-request-a-quote:
Readme:
path: readme.txt
oometrics:
Readme:
path: readme.txt
ooohboi-steroids-for-elementor:
Readme:
path: readme.txt
oopspam-anti-spam:
Readme:
path: readme.txt
ootb-openstreetmap:
Readme:
path: readme.txt
op-custom-api:
Readme:
path: readme.txt
op-kassa-for-woocommerce:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
op-payment-service-for-woocommerce:
Readme:
path: readme.txt
opal-estate:
Readme:
path: readme.txt
opal-estate-custom-fields:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
opal-estate-packages:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
opal-estate-pro:
QueryParameter:
files:
- assets/js/infobox.js
- assets/js/opalestate.js
- assets/js/country-select.js
- assets/js/frontend/googlemaps.js
- assets/js/frontend/property.js
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
TranslationFile:
class: BodyPattern
path: languages/opalestate-pro.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Opal Estate Pro (?<v>\d+\.[\.\d]+)/i'
version: true
opal-hotel-room-booking:
Readme:
path: readme.txt
opal-megamenu-for-elementor:
Readme:
path: readme.txt
opal-membership:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/opalmembership.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Opal Membership (?<v>\d+\.[\.\d]+)/i'
version: true
opal-scan-and-support:
Readme:
path: readme.txt
opal-service:
Readme:
path: readme.txt
opal-widgets-for-elementor:
Readme:
path: readme.txt
opcache-manager:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
open-admin-view-site-in-new-tab:
Readme:
path: readme.txt
open-badge-factory:
TranslationFile:
class: BodyPattern
path: languages/badgeos.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Open Badge Factory (?<v>\d+\.[\.\d]+)/i
version: true
open-booking-calendar:
QueryParameter:
files:
- public/css/open-booking-calendar-public.css
- includes/css/flatpickr.min.css
- public/js/open-booking-calendar-public.js
- includes/js/flatpickr.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/open-booking-calendar-es_ES.po
pattern: !ruby/regexp '/ject\-Id\-Version: Open Booking Calendar v(?<v>\d+\.[\.\d]+)/i'
version: true
open-calais:
Readme:
path: readme.txt
open-external-links-in-a-new-window:
Readme:
path: readme.txt
open-external-links-in-new-window:
QueryParameter:
files:
- oelinw.js
version: true
open-flash-chart-core-wordpress-plugin:
Readme:
path: readme.txt
open-graph-headers-for-wp:
Readme:
path: readme.txt
open-graph-protocol-framework:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
open-in-new-tab-internal-link:
QueryParameter:
files:
- public/css/ndh-ointil-public.css
- public/js/ndh-ointil-public.js
version: true
open-in-social-debugger:
Readme:
path: readme.txt
open-lazy:
Readme:
path: readme.txt
open-link:
Readme:
path: readme.txt
open-menu:
Readme:
path: readme.txt
open-one-on-demand-delivery:
Readme:
path: readme.txt
open-rdw-kenteken-voertuiginformatie:
Readme:
path: readme.txt
open-social:
TranslationFile:
class: BodyPattern
path: lang/open-social-zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Open Social (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
open-source-emoji:
QueryParameter:
files:
- pub/js/emoji.min.js
version: true
open-whatsapp-chat:
Readme:
path: readme.txt
open-wp-seo:
Comment:
xpath: //comment()[contains(., "Open WordPress")]
pattern: !ruby/regexp /Open WordPress SEO (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
openbucks-payment-gateway:
Readme:
path: readme.txt
openhousevideo:
QueryParameter:
files:
- assets/styles/ohv-loader.css
- assets/scripts/ohv-loader.js
version: true
opening-hours:
Readme:
path: readme.txt
openinviter-for-wordpress:
Readme:
path: readme.txt
opensimulator-bridge:
Readme:
path: readme.txt
opera-share-button:
QueryParameter:
files:
- css/opera-buttons.css
version: true
TranslationFile:
class: BodyPattern
path: languages/opera-share-button.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Opera Share Button (?<v>\d+\.[\.\d]+)/i
version: true
opes-wp-ads-manager:
QueryParameter:
files:
- inc/front/assets/css/style-front.css
- inc/front/assets/js/script-front-stats.js
version: true
opinions-clients:
QueryParameter:
files:
- opcl_front.js
version: true
Readme:
path: readme.txt
opml-importer:
TranslationFile:
class: BodyPattern
path: languages/opml-importer.pot
pattern: !ruby/regexp /n of the WordPress plugin OPML Importer (?<v>\d+\.[\.\d]+)/i
version: true
opr-place-reservations:
Readme:
path: readme.txt
opt-in-hound:
QueryParameter:
files:
- assets/css/style-front-opt-in-hound.css
- assets/js/script-front-opt-in-hound.js
version: true
optenhanse:
Readme:
path: readme.txt
optimize-wp-website:
Readme:
path: readme.txt
OptimizePress:
JavascriptVar:
pattern: !ruby/regexp /var OptimizePress\s*=\s*{(?<json>.+?(?=};))};/i
version: true
version_key: version
optimole-wp:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
optimum-review-feed:
QueryParameter:
files:
- public/css/swiper.min.css
- public/css/optimum-review-feed-public.css
- public/js/swiper.min.js
- public/js/optimum-review-feed-public.js
version: true
optimus:
Readme:
path: readme.txt
optin-monster:
Comment:
pattern: !ruby/regexp '/OptinMonster(?: WordPress plugin v(?<v>\d+\.[\.\d]+))?
-/i'
version: true
optin-revolution:
Readme:
path: readme.txt
optinengine-email-optins-lead-generation:
QueryParameter:
files:
- dist/client/app.js
pattern: !ruby/regexp /v=(?<v>\d+\.[\.\d]+)/i
version: true
optinmonster:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
optinpoint-lite:
QueryParameter:
files:
- public/assets/js/public.js
version: true
option-tree:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
options-definitely:
TranslationFile:
class: BodyPattern
path: vendor/felixarntz/wpdlib/languages/wpdlib-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ wpdlib (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
options-for-twenty-nineteen:
Readme:
path: readme.txt
options-for-twenty-seventeen:
Readme:
path: readme.txt
options-for-twenty-twenty:
Readme:
path: readme.txt
options-for-twenty-twenty-one:
Readme:
path: readme.txt
options-framework:
Readme:
path: readme.txt
options-view:
Readme:
path: readme.txt
optipic:
Readme:
path: readme.txt
opumo-conect:
Readme:
path: readme.txt
oqey-headers:
Readme:
path: readme.txt
orange-form:
QueryParameter:
files:
- include/js/front-script.js
version: true
orangebox:
QueryParameter:
files:
- js/orangebox.min.js
version: true
orbis:
TranslationFile:
class: BodyPattern
path: languages/orbis.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Orbis (?<v>\d+\.[\.\d]+)/i
version: true
orbisius-child-theme-creator:
Readme:
path: readme.txt
orcsnet-from-inditip:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
order-and-inventory-manager-for-woocommerce:
Readme:
path: readme.txt
order-approval-woocommerce:
Readme:
path: readme.txt
order-barcode-for-woocommerce:
QueryParameter:
files:
- css/woobar-main.css
- js/woobar-main.js
version: true
Readme:
path: readme.txt
order-categories-for-woocommerce:
Readme:
path: readme.txt
order-on-chat-for-woocommerce:
Readme:
path: readme.txt
order-on-mobile-for-woocommerce:
QueryParameter:
files:
- public/css/woocommerce-order-on-whatsapp-public.css
- public/js/woocommerce-order-on-whatsapp-public.js
version: true
Readme:
path: README.txt
order-postback-woo:
Readme:
path: README.txt
order-status-customizer-for-woocommerce:
Readme:
path: README.txt
order-status-history-for-woocommerce:
Readme:
path: readme.txt
order-status-notification:
Readme:
path: readme.txt
order-status-rules-for-woocommerce:
Readme:
path: readme.txt
order-tip-woo:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
order-tracking-codes-for-woocommerce:
Readme:
path: readme.txt
orderbee:
Readme:
path: README.txt
orders-table:
Readme:
path: Readme.txt
orders-to-route4me-for-woocommerce:
Readme:
path: readme.txt
orens-unsplash-widget:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
org-frontpage:
Readme:
path: readme.txt
organic-customizer-widgets:
QueryParameter:
files:
- public/css/organic-widgets-public.css
- public/js/organic-widgets-public.js
version: true
organize-media-folder:
Readme:
path: readme.txt
oribi-analytics:
Readme:
path: readme.txt
original-image-handler:
TranslationFile:
class: BodyPattern
path: lang/blockx-oih-nl_NL.po
pattern: !ruby/regexp /\-Version:\ BlockX Original Image Handler (?<v>\d+\.[\.\d]+)/i
version: true
original-texts-yandex-webmaster:
Readme:
path: readme.txt
orion-login-with-sms:
QueryParameter:
files:
- css/style.css
- dist/main.js
version: true
os-bxslider:
QueryParameter:
files:
- plugins/bxslider/jquery.bxslider.min.js
- js/frontend-min.js
version: true
os-datahub-maps:
Readme:
path: Readme.txt
os-image-gallery:
QueryParameter:
files:
- js/frontend-min.js
version: true
os-materializecss-popup:
QueryParameter:
files:
- js/custom-min.js
version: true
os-pricing-tables:
QueryParameter:
files:
- js/custom-min.js
version: true
osa-content:
Readme:
path: readme.txt
oscar-hotel-booking-engine:
QueryParameter:
files:
- assets/css/basic.css
- assets/js/ohbe-search-ui.js
version: true
osd-social-media-sharing:
Readme:
path: readme.txt
osm:
Comment:
pattern: !ruby/regexp /OSM plugin V(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
osm-map-elementor:
Readme:
path: readme.txt
osmapper:
QueryParameter:
files:
- assets/css/ba_map_renderer.css
- assets/css/ba_map_styles.css
- assets/js/leaflet.js
- assets/js/ba_map_renderer.js
version: true
osom-login-page-customizer:
TranslationFile:
class: BodyPattern
path: languages/osom-login-customizer.pot
pattern: !ruby/regexp '/\-Id\-Version: Osom Login Page Customizer (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
osom-modal-login:
QueryParameter:
files:
- "/assets/js/osom-modal-login.js"
version: true
TranslationFile:
class: BodyPattern
path: languages/osom-ml.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Osom Modal Login (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
osomblocks:
TranslationFile:
class: BodyPattern
path: languages/osomblocks-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: OsomBlocks (?<v>\d+\.[\.\d]+)/i'
version: true
oss-aliyun:
Readme:
path: readme.txt
oss-upload:
TranslationFile:
class: BodyPattern
path: lang/oss-upload.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ OSS Upload (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ot-flatsome-vertical-menu:
QueryParameter:
files:
- assets/css/ot-vertical-menu.css
- assets/js/ot-vertical-menu.js
version: true
otf-regenerate-thumbnails:
Readme:
path: readme.txt
otfm-countdown-to-new-year-block:
Readme:
path:
- readme.txt
- readme.md
otfm-gutenberg-spoiler:
Readme:
path:
- readme.txt
- readme.md
otm-accessibly:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
otp-authenticator:
Readme:
path:
- readme.txt
- README.MD
otp-login:
Readme:
path: readme.txt
otter-blocks:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
oui-booking:
Readme:
path: readme.txt
our-services-showcase:
QueryParameter:
files:
- inc/style/sc_our_services.css
- inc/style/font-awesome.min.css
- inc/style/animate.min.css
- inc/script/carousel.js
- inc/script/sc_our_services.js
version: true
our-team-enhanced:
QueryParameter:
files:
- assets/css/common.css
- assets/css/widgets.css
version: true
our-team-members:
Readme:
path: readme.txt
our-team-widget-for-elementor:
Readme:
path: readme.txt
outboundlinks:
QueryParameter:
files:
- js/outbound.js
version: true
outdated-plugin-notifier:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
outdr-booking-widget:
QueryParameter:
files:
- main.css
- main.js
- static/js/main.js
version: true
Readme:
path: readme.txt
outvoice:
Readme:
path: readme.txt
ouzayyts:
Readme:
path: readme.txt
overengineer-gasp:
Readme:
path: readme.txt
overlay-image-divi-module:
Readme:
path: readme.txt
override-comment-options:
Readme:
path: readme.txt
overtok:
Readme:
path: readme.txt
ovic-addon-toolkit:
QueryParameter:
files:
- assets/css/ovic-core.min.css
- assets/js/ovic-core.min.js
version: true
ovic-pinmap:
Readme:
path: readme.txt
ovulation-calculator:
QueryParameter:
files:
- js/ovulation_calculator_front.js
version: true
Readme:
path: readme.txt
owids:
Readme:
path: README.txt
owl-carousel-wp:
Readme:
path: readme.txt
ownerrez:
Readme:
path: readme.txt
oxipay-payment-gateway:
Readme:
path: readme.txt
oxygen-tutor-lms:
Readme:
path: readme.txt
oxygen-visual-site-builder:
QueryParameter:
files:
- component-framework/style.css
version: true
p2-control-enter-command-enter-submit:
QueryParameter:
files:
- p2-control-enter-command-enter-submit.js
version: true
p2-new-post-categories:
QueryParameter:
files:
- style.css
- functions.js
version: true
p3-profiler:
Readme:
path: readme.txt
pablo-career:
QueryParameter:
files:
- public/css/pablo-career-public.css
- public/css/dashicons.min.css
version: true
packpin-widget:
TranslationFile:
class: BodyPattern
path: lang/packpin-widget.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Packpin Widget (?<v>\d+\.[\.\d]+)/i
version: true
packpin-woocommerce-shipment-tracking:
TranslationFile:
class: BodyPattern
path: languages/packpin-woocommerce-shipment-tracking.pot
pattern: !ruby/regexp /:\ Packpin Woocommerce Shipment Tracking (?<v>\d+\.[\.\d]+)/i
version: true
padma-advanced:
Readme:
path: readme.txt
pagamentos-digitais-4all:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-4all-pt_BR.po
pattern: !ruby/regexp '/ct\-Id\-Version: pagamentos\-digitais\-4all (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path:
- readme.txt
- README.md
pagaris-para-woocommerce:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
page-and-post-notes:
Readme:
path: readme.txt
page-builder-by-azexo:
QueryParameter:
files:
- css/swiper.css
- css/animate.css
- css/magnific-popup.css
- css/frontend.css
- js/isotope.pkgd.js
- js/jquery.waypoints.js
- js/jquery.countdown.js
- js/jquery.maskedinput.js
- js/swiper.js
- js/jquery.magnific-popup.js
- js/scrollReveal.js
- js/parallax.js
- js/rellax.js
- js/frontend.js
- js/liquid.js
version: true
page-builder-sandwich:
QueryParameter:
files:
- page_builder_sandwich/css/style.min.css
- page_builder_sandwich/js/min/frontend-min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
page-editor-full-width:
Readme:
path: readme.txt
page-geo-redirect:
Readme:
path: readme.txt
page-keys:
TranslationFile:
class: BodyPattern
path: languages/page-keys.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Page Keys (?<v>\d+\.[\.\d]+)/i
version: true
page-links-to:
QueryParameter:
files:
- js/new-tab.min.js
version: true
Readme:
path: readme.txt
page-list:
QueryParameter:
files:
- css/page-list.css
version: true
Readme:
path: readme.txt
page-map:
QueryParameter:
files:
- js/script.js
version: true
page-optimize:
Readme:
path: readme.txt
page-parts:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
page-popup:
QueryParameter:
files:
- assets/css/component.css
- assets/css/frontend.css
- assets/js/modernizr.custom.js
- assets/js/classie.js
- assets/js/modalEffects.js
version: true
Readme:
path: readme.txt
page-post-notes:
Readme:
path: readme.txt
page-restrict-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/page_restrict_domain.pot
pattern: !ruby/regexp '/\-Version: Page Restrict for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
page-scroll-progress:
Readme:
path: readme.txt
page-scroll-to-id:
QueryParameter:
files:
- js/page-scroll-to-id.min.js
version: true
JavascriptComment:
class: BodyPattern
path: js/page-scroll-to-id.min.js
pattern: !ruby/regexp /Page scroll to id \- version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
page-speed:
Readme:
path: readme.txt
page-template-column:
Readme:
path: README.txt
page-title-customizer-for-twenty-series:
Readme:
path: readme.txt
page-views-count:
QueryParameter:
files:
- assets/css/style.min.css
version: true
page-visit-counter:
Readme:
path: README.txt
page2images-visual-link:
QueryParameter:
files:
- js/p2i.thumbnails.js
version: true
pageapp:
Readme:
path: readme.txt
pagecrumbs:
Readme:
path: README.txt
pagelayer:
Readme:
path: readme.txt
pageloader-lite:
Readme:
path: readme.txt
pagemagic-page-lists:
QueryParameter:
files:
- css/page-list.css
version: true
Readme:
path: readme.txt
pagemash:
Readme:
path: README.txt
pagenator:
QueryParameter:
files:
- public/assets/css/pagenator.css
- public/assets/js/public.js
version: true
pageviews-counter:
Readme:
path: readme.txt
pagfort-boleto:
Readme:
path:
- readme.txt
- readme.md
pagination-test-drive:
TranslationFile:
class: BodyPattern
path: languages/pagination-test-drive.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Pagination Test Drive (?<v>\d+\.[\.\d]+)/i
version: true
paginator:
Comment:
pattern: !ruby/regexp /Script Generated By Paginator (?<v>\d+\.[\.\d]+)/i
version: true
pago-redsys-tpv-grafreak:
QueryParameter:
files:
- public/css/pago-redsys-grafreak-public.css
- public/js/pago-redsys-grafreak-public.js
version: true
Readme:
path: README.txt
pagopar-woocommerce-gateway:
Readme:
path: readme.txt
paid-downloads:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
paid-member-subscriptions:
QueryParameter:
files:
- assets/css/style-front-end.css
- assets/js/front-end.js
version: true
paid-memberships-pro:
QueryParameter:
files:
- css/frontend.css
- css/print.css
version: true
Readme:
path: readme.txt
paid-pages-with-woocommerce:
Readme:
path: readme.txt
paidy-wc:
Readme:
path: readme.txt
paj-featured-image-owl-carousel:
Readme:
path: Readme.txt
pal-for-edd:
QueryParameter:
files:
- public/css/pal-for-edd-public.css
- public/js/pal-for-edd-public.js
- public/js/pal-for-edd-public-blockUI.js
version: true
pal-shopping-cart:
QueryParameter:
files:
- public/css/paypal-shopping-cart-public.css
- admin/css/jquery-customselect.css
- public/css/colorbox.css
- public/js/paypal-shopping-cart-public.js
- public/js/paypal-shopping-cart-public-blockUI.js
- admin/js/jquery-customselect.js
- public/js/jquery.colorbox.js
version: true
paldesk-live-chat-helpdesk:
Readme:
path: readme.txt
palmodule-paypal-payment-for-woocoomerce:
QueryParameter:
files:
- public/css/palmodule-paypal-payment-for-woocoomerce-public.css
- public/js/palmodule-paypal-payment-for-woocoomerce-public.js
version: true
pandasms-for-woocommerce:
Readme:
path: readme.txt
panopress:
Comment:
pattern: !ruby/regexp /PanoPress \[(?<v>\d+\.[\.\d]+)\]/i
version: true
QueryParameter:
files:
- js/panopress.js
- css/panopress.css
version: true
papaya-youtube-widget:
QueryParameter:
files:
- inc/js/script.js
version: true
Readme:
path: readme.txt
papernapfree-expert-reviews:
Readme:
path: readme.txt
paperview-publisher:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
papi-compatibility-for-wpml:
TranslationFile:
class: BodyPattern
path: languages/papi-compatibility-for-wpml.pot
pattern: !ruby/regexp /Id\-Version:\ Papi compatibility for WPML (?<v>\d+\.[\.\d]+)/i
version: true
papier-mache:
QueryParameter:
files:
- styles/papier-mache.css
- scripts/confetti-js/dist/index.min.js
- scripts/papier-mache.js
version: true
Readme:
path: readme.txt
paps-shipping-for-woocommerce:
Readme:
path: readme.txt
paragon-profile:
QueryParameter:
files:
- css/bootstrap.min.css
- css/paragoncss.css
version: true
parallax-scrolling-enllax-js:
TranslationFile:
class: BodyPattern
path: lang/parallax_scrolling_enllax-hu_HU.po
pattern: !ruby/regexp /d\-Version:\ Parallax Scrolling Enllax\.js (?<v>\d+\.[\.\d]+)/i
version: true
parallax-slider:
Readme:
path: readme.txt
parallax-slider-block:
Readme:
path: readme.txt
parallel-theme-extensions:
Readme:
path: readme.txt
parcelware:
TranslationFile:
class: BodyPattern
path: languages/parcelware.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Parcelware (?<v>\d+\.[\.\d]+)/i
version: true
pardot-marketing:
Readme:
path: readme.txt
pareto-security:
Readme:
path: readme.txt
parkingpro-booking-widgets:
QueryParameter:
files:
- public/css/jquery.timepicker.min.css
- public/css/parkingpro-booking-widgets-public.css
- public/js/jquery.timepicker.min.js
- public/js/parkingpro-booking-widgets-public.js
version: true
parknav-wp:
Readme:
path: readme.txt
parse-markdown:
Readme:
path: readme.txt
parsedown-importer:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
particle-background:
Readme:
path: readme.txt
particle-background-wp:
Readme:
path: readme.txt
particles-block:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
partner-manager:
QueryParameter:
files:
- public/css/slick.css
- public/css/partner-manager-public.css
- public/js/slick.min.js
- public/js/partner-manager-public.js
version: true
pasa-link-redirect:
QueryParameter:
files:
- public/css/pasa-link-redirect-and-manager-public.css
- public/js/pasa-link-redirect-and-manager-public.js
version: true
Readme:
path: README.txt
pass-url-parameters-to-embeded-iframe:
Readme:
path: README.txt
passbeemedia-web-push-notifications:
Comment:
xpath: //comment()[contains(., "passbeemedia.com")]
pattern: !ruby/regexp /Chrome Browser Push\. \(v (?<v>\d+\.[\.\d]+)\) \- https?:\/\/passbeemedia\.com/i
version: true
password-confirm-action:
TranslationFile:
class: BodyPattern
path: languages/password-confirm-action.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ password\-confirm\-action (?<v>\d+\.[\.\d]+)/i
version: true
password-for-wp:
Readme:
path: readme.txt
password-policy:
Readme:
path: readme.txt
password-protect-page:
Readme:
path: README.txt
QueryParameter:
files:
- "/public/js/dist//ppw-rc-form.css"
- "/public/js/dist//ppw-rc-form.bundle.js"
- "/public/js/dist/ppw-rc-form.css"
- "/public/js/dist/ppw-rc-form.bundle.js"
version: true
TranslationFile:
class: BodyPattern
path: languages/password-protect-page.pot
pattern: !ruby/regexp /msgid "(?<v>\d+\.[\.\d]+)/i
version: true
password-protected:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /## \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]{8,}/i
version: true
Readme:
path:
- readme.txt
- README.md
passwords-manager:
Readme:
path: readme.txt
past-events-extension:
QueryParameter:
files:
- public/css/past-events-extension-public.css
version: true
paste-json-text:
Readme:
path: readme.txt
pathfinder:
Readme:
path: README.md
pathmonk:
Readme:
path: readme.txt
pathomation:
QueryParameter:
files:
- public/css/pma-wordpress-public.css
- includes/pma.ui/perfect-scrollbar.css
- includes/pma.ui/ol.css
- includes/pma.ui/nouislider.css
- includes/pma.ui/jquery.fancytree.css
- includes/pma.ui/font-awesome.css
- includes/pma.ui/pma.ui.css
- public/js/pma-wordpress-public.js
- includes/pma.ui/webpack.js
- includes/pma.ui/elm-pep.js
- includes/pma.ui/file-saver.js
- includes/pma.ui/font-awesome.js
- includes/pma.ui/ieee754.js
- includes/pma.ui/jquery.fancytree.js
- includes/pma.ui/nouislider.js
- includes/pma.ui/ol.js
- includes/pma.ui/pbf.js
- includes/pma.ui/perfect-scrollbar.js
- includes/pma.ui/pixelworks.js
- includes/pma.ui/rbush.js
- includes/pma.ui/turf.js
- includes/pma.ui/turf-jsts.js
- includes/pma.ui/pma.ui.js
version: true
Readme:
path: README.txt
pathshala:
QueryParameter:
files:
- public/css/pathshala-public.css
- public/js/pathshala-public.js
version: true
pattern:
Readme:
path: readme.txt
patterns:
Readme:
path: readme.txt
pay-in-store-woocommerce-payment-gateway:
Readme:
path: readme.txt
pay-with-contact-form-7:
Readme:
path: README.txt
pay4fun-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-pay4fun-es_ES.po
pattern: !ruby/regexp '/sion: Pay4Fun for Wordpress\/WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
paybats:
Readme:
path: readme.txt
paybox-payment-gateway:
Readme:
path: readme.txt
paybyme-woocommerce:
Readme:
path: README.md
paycall-analytics:
Readme:
path: readme.txt
payday:
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
payex-woocommerce-payments:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
payflexi-split-payment-gateway:
Readme:
path: readme.txt
payhere-payment-gateway:
Readme:
path: readme.txt
payjustnow-for-woocommerce:
Readme:
path: readme.txt
paymaya-checkout-for-woocommerce:
Readme:
path: readme.txt
payment-gateway-for-ameriabank:
Readme:
path: readme.txt
payment-gateway-for-ba-paypal:
Readme:
path: readme.txt
payment-gateway-for-evocabank:
Readme:
path: readme.txt
payment-gateway-for-idbank:
Readme:
path: readme.txt
payment-gateway-givewp-asoriba-businesspay:
Readme:
path: readme.txt
payment-gateway-restrictions-for-woocommerce:
Readme:
path: Readme.txt
payment-gateway-stripe-for-easy-digital-downloads:
TranslationFile:
class: BodyPattern
path: languages/payment-gateway-stripe.pot
pattern: !ruby/regexp /teway Stripe for Easy Digital Downloads (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
payment-gateway-via-borgun-rpg-for-woocommerce:
Readme:
path: README.txt
payment-gateways-by-currency-for-woocommerce:
Readme:
path: readme.txt
payment-gateways-caller-for-wp-e-commerce:
Readme:
path:
- readme.txt
- README.md
payment-inlire-gateway:
Readme:
path: readme.txt
payment-qr-woo:
Readme:
path: readme.txt
paymentiq-checkout:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
payments-for-elementor:
Readme:
path: readme.txt
paymentsense-gateway-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
payout-payment-gateway:
Readme:
path: readme.txt
paypal-donations:
Readme:
path: readme.txt
paypal-for-woocommerce:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/paypal-for-woocommerce-en_US.po
pattern: !ruby/regexp /ject\-Id\-Version:\ PayPal for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Comment:
xpath: //comment()[contains(., "www.angelleye.com/product/woocommerce-paypal-plugin")]
pattern: !ruby/regexp /installed PayPal for WooCommerce v(?<v>\d+\.[\.\d]+)/i
version: true
paypal-ipn:
QueryParameter:
files:
- public/js/paypal-ipn-for-wordpress-public-bn.js
version: true
paypal-security:
QueryParameter:
files:
- public/js/paypal-security-public.js
version: true
paypal-wp-button-manager:
QueryParameter:
files:
- public/css/paypal-wp-button-manager-public.css
- public/js/paypal-wp-button-manager-public.js
version: true
payplug:
TranslationFile:
class: BodyPattern
path: languages/payplug.pot
pattern: !ruby/regexp '/on: PayPlug pour WooCommerce \(Officiel\) (?<v>\d+\.[\.\d]+)/i'
version: true
paysley:
TranslationFile:
class: BodyPattern
path: languages/paysley-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Paysley (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
paystack-for-give:
QueryParameter:
files:
- public/css/paystack-give-public.css
- public/js/paystack-give-public.js
version: true
paystack-memberpress:
Readme:
path: readme.txt
paytium:
QueryParameter:
files:
- public/css/public.css
- public/js/parsley.min.js
- public/js/public.js
version: true
paytr-sanal-pos-woocommerce-iframe-api:
Readme:
path: readme.txt
paytr-taksit-tablosu-woocommerce:
Readme:
path: readme.txt
paywithbank3d:
Readme:
path: readme.txt
paywithbank3d-payment-gateway:
Readme:
path: readme.txt
pb-modular-pattern-system:
Readme:
path: readme.txt
pb-seo-friendly-images:
Readme:
path: readme.txt
pbc-woo-menu-for-divi:
Readme:
path: readme.txt
pc-robotstxt:
Readme:
path: readme.txt
pc-to-mobile-via-qr-code:
QueryParameter:
files:
- public/css/qr_code_generator-public.css
- public/js/qr_code_generator-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/qr_code_generator-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Qr\-Code\-Generator\-(?<v>\d+\.[\.\d]+)/i'
version: true
pcloud-backup:
TranslationFile:
class: BodyPattern
path: languages/pcb-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Pcloud Backup v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pd-helper:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
pdf-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
pdf-builder-for-gravity:
Readme:
path: readme.txt
pdf-builder-for-ninja-forms:
Readme:
path: readme.txt
pdf-builder-for-wpforms:
Readme:
path: readme.txt
pdf-embedder:
Readme:
path: readme.txt
pdf-forms-for-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/wpcf7-pdf-forms.pot
pattern: !ruby/regexp /on:\ PDF Forms Filler for Contact Form 7 (?<v>\d+\.[\.\d]+)/i
version: true
pdf-generator-addon-for-elementor-page-builder:
QueryParameter:
files:
- public/css/pdf-generator-addon-for-elementor-page-builder-public.css
- public/js/pdf-generator-addon-for-elementor-page-builder-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/pdf-generator-addon-for-elementor-page-builder-en_US.po
pattern: !ruby/regexp /erator Addon for Elementor Page Builder (?<v>\d+\.[\.\d]+)/i
version: true
pdf-invoice-and-packing-slip:
Readme:
path: readme.txt
pdf-invoices-and-packing-slips-for-woocommerce:
QueryParameter:
files:
- assets/css/frontend.css
version: true
TranslationFile:
class: BodyPattern
path: languages/pdf-invoices-and-packing-slips-for-woocommerce.pot
pattern: !ruby/regexp /oices and Packing Slips For WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
pdf-invoicespacking-slip-and-shipping-label-free-for-woocommerce:
Readme:
path: README.txt
pdf-invoicing-for-woocommerce:
Readme:
path: readme.txt
pdf-office-documents-converter:
Readme:
path:
- readme.txt
- readme.md
pdf-print:
QueryParameter:
files:
- css/frontend.css
version: true
pdf-viewer:
Readme:
path: readme.txt
pdf-viewer-blocks:
Readme:
path: readme.txt
pdf-viewer-for-elementor:
Readme:
path: README.txt
pdf-world-de-pdf-blatterbar-einfugen:
Readme:
path: readme.txt
pdf2post:
Readme:
path: readme.txt
pe-theme-elements-info:
QueryParameter:
files:
- css/pe-theme-elements-info.css
version: true
peachpay-for-woocommerce:
Readme:
path: readme.txt
pearl-header-builder:
Readme:
path: readme.txt
pec-cod-sdi-p-iva-cf-for-woocommerce:
Readme:
path: readme.txt
peculiar-pointers:
Readme:
path: readme.txt
peentify-woocommerce:
Readme:
path: readme.txt
peepso-core:
QueryParameter:
files:
- templates/css/template.css
- assets/js/peepso-core.min.js
- assets/js/peepso.js
- assets/js/time.min.js
- assets/js/member.min.js
- assets/js/autosize.min.js
- assets/js/jquery.mousewheel.min.js
- assets/js/notifications.js
- assets/js/pswindow.min.js
- assets/js/activitystream.js
- assets/js/comment.js
- assets/js/datepicker.js
- assets/js/form.js
- assets/js/activity.js
- assets/js/image-scale.min.js
- assets/js/lightbox.min.js
- assets/js/modal-comments.min.js
- assets/js/bundle.min.js
- assets/js/dropdown.min.js
- assets/js/jquery.autosize.min.js
- assets/js/postbox-legacy.min.js
- assets/js/postbox.min.js
- assets/js/share.min.js
- assets/js/posttabs.min.js
version: true
JavascriptVar:
pattern: !ruby/regexp /var peepsodata\s*=\s*{(?<json>.+?(?=,"login_)),"login_/i
version_key: version
version: true
peerpal-widget:
Readme:
path: readme.txt
pei-payments:
Readme:
path: readme.txt
pen-extra-features:
Readme:
path: readme.txt
penguinet-gripeless:
TranslationFile:
class: BodyPattern
path: languages/penguinet-gripeless.pot
pattern: !ruby/regexp '/sion: Gripeless \- Encourage complaining (?<v>\d+\.[\.\d]+)/i'
version: true
peoplepress:
Readme:
path: readme.txt
pepro-bacs-receipt-upload-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
pepro-blogging-assistant:
Readme:
path:
- readme.txt
- README.md
pepro-delivery-stages-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
peps-media-seo:
Readme:
path: readme.txt
per-form-confirmation-pages-for-givewp:
Readme:
path: readme.txt
per-page-add-to:
Readme:
path: readme.txt
per-product-flat-rate-shipping-for-wc:
Readme:
path: readme.txt
perelandra-sermons:
QueryParameter:
files:
- assets/dist/css/main.css
- vendor/fitVids/jquery.fitvids.js
- assets/src/js/main.js
version: true
perfect-font-awesome-integration:
Readme:
path: readme.txt
perfect-pullquotes:
QueryParameter:
files:
- perfect-pullquotes.css
version: true
perfect-woocommerce-brands:
Readme:
path: readme.txt
perfecto-portfolio:
QueryParameter:
files:
- public/css/perfecto-portfolio-public.css
- public/lib/uikit-3.2.0/css/uikit.min.css
- public/lib/uikit-3.2.0/js/uikit.min.js
version: true
Readme:
path: README.txt
perfectwpthemes-toolkit:
QueryParameter:
files:
- public/css/perfectwpthemes-toolkit-public.css
- public/js/perfectwpthemes-toolkit-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/perfectwpthemes-toolkit.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Perfectwpthemes Toolkit (?<v>\d+\.[\.\d]+)/i'
version: true
performance-kit:
Readme:
path: README.txt
permalink-history:
Readme:
path: readme.txt
permalink-manager-for-woocommerce:
Readme:
path: readme.txt
permalink-supervisor:
Readme:
path: readme.txt
permissions-security-audit:
Readme:
path: README.txt
persian-date:
Readme:
path: readme.txt
persian-elementor:
Readme:
path: README.txt
persian-gravity-forms:
Readme:
path: readme.txt
persian-quote-of-the-day-by-sokhanak:
QueryParameter:
files:
- public/css/sokhanak-public.css
- public/js/sokhanak-public.js
version: true
persian-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
personal-contact-info-widget:
QueryParameter:
files:
- css/wp-styles.css
version: true
personal-fundraiser:
TranslationFile:
class: BodyPattern
path: translations/pfund-ro_RO.po
pattern: !ruby/regexp /Project\-Id\-Version:\ Personal Fundraiser (?<v>\d+\.[\.\d]+)/i
version: true
personalized-shortcode-pro:
QueryParameter:
files:
- public/js/personalized-shortcode-pro-public.js
version: true
personizely:
Readme:
path: readme.txt
perspective-3d-carousel:
Readme:
path: readme.txt
perzonalization:
Readme:
path: readme.txt
pesapress:
QueryParameter:
files:
- app/assets/css/pp-public.min.css
- app/assets/js/pp-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/pesapress.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: PesaPress (?<v>\d+\.[\.\d]+)/i'
version: true
peters-login-redirect:
Readme:
path: readme.txt
petje-af:
QueryParameter:
files:
- public/css/petje-af.css
- public/js/oauth2.js
version: true
peuwl-hero-block-lite:
Readme:
path: readme.txt
pgall-for-woocommerce:
Readme:
path: readme.txt
pgreca-chat:
TranslationFile:
class: BodyPattern
path: languages/pgreca_chat-it_IT.po
pattern: !ruby/regexp '/Project-Id-Version: pgreca_chat (?<v>\d+\.[\.\d]+)/i'
version: true
phando-video-player:
Readme:
path: readme.txt
phanes-care-initiative:
QueryParameter:
files:
- assets/css/style.css
version: true
phanes-payments:
QueryParameter:
files:
- assets/css/front.css
pattern: !ruby/regexp /ver=(?<v>[\d\.]+)/i
version: true
phastpress:
Readme:
path: readme.txt
philantro:
Readme:
path: readme.txt
phone-and-email-links-for-woocommerce-orders:
Readme:
path: readme.txt
phone-button:
Readme:
path: readme.txt
photection:
QueryParameter:
files:
- public/resources/build/photection.css
- public/resources/build/photection.js
version: true
photo-contest:
Readme:
path: readme.txt
photo-feed:
QueryParameter:
files:
- assets/style.css
version: true
Readme:
path: readme.txt
photo-feed-gallery:
Readme:
path: readme.txt
photo-feed-tookapic:
QueryParameter:
files:
- public/css/photo-feed-tookapic-public.css
version: true
photo-gallery:
QueryParameter:
files:
- css/bwg_frontend.css
- css/jquery.mCustomScrollbar.css
- js/bwg_frontend.js
- js/jquery.mobile.js
- js/jquery.mCustomScrollbar.concat.min.js
- js/bwg_gallery_box.js
- css/jquery.mCustomScrollbar.min.css
- css/styles.min.css
- js/scripts.min.js
version: true
Readme:
path: readme.txt
photo-gallery-builder:
Readme:
path: readme.txt
photo-gallery-portfolio:
QueryParameter:
files:
- com/public/assets/css/settings.css
- com/public/assets/font/fontello/css/fontello.css
version: true
photo-gallery-with-responsive:
QueryParameter:
files:
- assets/css/popup.css
- assets/css/slick.css
- assets/css/font-awesome.min.css
- assets/css/pgr-custom.css
- assets/js/catfilter.js
version: true
Readme:
path: readme.txt
photo-image-gallery:
Readme:
path: readme.txt
photo-roll:
QueryParameter:
files:
- public/css/instantgram-public.css
- public/js/instantgram-public.js
version: true
Readme:
path: README.txt
photo-swipe:
QueryParameter:
files:
- lib/photoswipe.css
- lib/default-skin/default-skin.css
- lib/photoswipe.min.js
- lib/photoswipe-ui-default.min.js
- js/photoswipe.js
version: true
photoblocks-grid-gallery:
Readme:
path: README.txt
QueryParameter:
files:
- public/css/photoblocks-public.css
- public/js/anime.min.js
- public/js/photoblocks.public.js
version: true
photocopier:
QueryParameter:
files:
- style.css
version: true
Readme:
path: readme.txt
photonic:
QueryParameter:
files:
- include/scripts/lightslider/css/lightslider.css
- include/css/photonic.css
- include/scripts/lightslider/lightslider.min.js
- include/scripts/.min.js
- include/scripts/photonic.js
version: true
TranslationFile:
class: BodyPattern
path: languages/photonic.po
pattern: !ruby/regexp /SmugMug, 500px, Zenfolio and Instagram (?<v>\d+\.[\.\d]+)/i
version: true
photoshelter-importer:
TranslationFile:
class: BodyPattern
path: languages/photoshelter-importer.pot
pattern: !ruby/regexp '/oject\-Id\-Version: PhotoShelter Importer (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
photoshow:
Readme:
path: README.txt
photospace-responsive:
Readme:
path: readme.txt
photostack-slider:
Readme:
path: readme.txt
photoswipe-foogallery:
Readme:
path: readme.txt
php-code-widget:
Readme:
path: readme.txt
php-console-log:
QueryParameter:
files:
- js/php-console-log.js
version: true
TranslationFile:
class: BodyPattern
path: languages/php-console-log.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: PHP Console Log (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
php-everywhere:
Readme:
path: readme.txt
php-info-wp:
Readme:
path: readme.txt
php-live-wordpress:
Readme:
path: readme.txt
php-version-plus:
Readme:
path: readme.txt
phphtmllib:
VersionFile:
class: BodyPattern
path: version.inc
pattern: !ruby/regexp /define\("PHPHTMLLIB_VERSION", '(?<v>\d+\.[\.\d]+)'\);/i
version: true
phpls:
Readme:
path: readme.txt
phpsword-favicon-manager:
Readme:
path: readme.txt
phrase:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
phzoom:
QueryParameter:
files:
- phzoom.js
version: true
piano:
Readme:
path: readme.txt
picasa-express-x2:
QueryParameter:
files:
- pe2-display.css
version: true
pick-it-para-woocommerce:
Readme:
path: readme.txt
pick-n-post-quote:
QueryParameter:
files:
- css/style.css
version: true
pickit:
Readme:
path: readme.txt
pics-payment-gateway:
Readme:
path: readme.txt
picsascii:
QueryParameter:
files:
- public/css/picsascii-public.min.css
version: true
pictia:
Readme:
path: readme.txt
pie-and-donut-chart:
Readme:
path: readme.txt
pie-forms-for-wp:
Readme:
path: readme.txt
pigeon-pack:
QueryParameter:
files:
- "/css/pigeonpack.min.css"
- "/js/pigeonpack.min.js"
version: true
piggly-views:
TranslationFile:
class: BodyPattern
path: languages/piggly_views-pt_BR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Piggly View (?<v>\d+\.[\.\d]+)/i'
version: true
piggy-for-woocommerce:
Readme:
path: readme.txt
piklist:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Piklist (?<v>\d+\.[\.\d]+)/i
pillar-press-content-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
pinboard-bookmarks:
TranslationFile:
class: BodyPattern
path: languages/pinboard-bookmarks.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pinboard Bookmarks (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
ping-news:
Readme:
path: readme.txt
pinpoint-free:
TranslationFile:
class: BodyPattern
path: languages/pinpoint.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Pinpoint Free (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pinq-inquiry-management-solution:
QueryParameter:
files:
- public/css/picalunchpinq-public.css
- public/js/picalunchpinq-public.js
version: true
pinterest-pin-it-button:
QueryParameter:
files:
- css/public.css
version: true
Readme:
path: readme.txt
pinterest-pin-it-button-on-image-hover-and-post:
Readme:
path: readme.txt
pinterest-verify:
Readme:
path: README.txt
pinterest-widgets:
Readme:
path: README.txt
pio-express:
Readme:
path: readme.txt
pipdisqus:
Readme:
path: readme.txt
pipfrosch-jquery:
Readme:
path: readme.txt
pirate-forms:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /### v(?<v>\d+\.[\.\d]+) \- [\d\-]{8,}/i
version: true
StyleComment:
class: BodyPattern
path: public/css/front.css
pattern: !ruby/regexp /Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
piri-faq-ai-assistant:
QueryParameter:
files:
- assets/js/widget.js
version: true
Readme:
path: readme.txt
pisol-mmq:
Readme:
path: README.txt
pitch-and-match:
QueryParameter:
files:
- public/dist/css/pmwpp-public.css
- public/dist/js/pmwpp-public.js
version: true
piwi-warehouse:
Readme:
path: readme.txt
pixabay-images:
Readme:
path: readme.txt
pixcodes:
Readme:
path: readme.txt
pixel-caffeine:
TranslationFile:
class: BodyPattern
path: languages/pixel-caffeine.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pixel Caffeine (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
pixel-clusters:
Readme:
path: readme.txt
pixel-for-web-stories:
Readme:
path: readme.txt
pixelating-image-slideshow-gallery:
Readme:
path: readme.txt
pixelgrade-assistant:
TranslationFile:
class: BodyPattern
path: languages/pixelgrade_assistant.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Pixelgrade Assistant (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pixelyoursite:
Readme:
path: readme.txt
pixobe-coloring-book:
QueryParameter:
files:
- public/build/main.js
version: true
Readme:
path: readme.txt
pixopoint-menu:
Comment:
pattern: !ruby/regexp /PixoPoint Menu Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
pixproof:
QueryParameter:
files:
- css/inuit.css
- css/mangnific-popup.css
- js/public.js
- assets/css/inuit.css
- assets/css/mangnific-popup.css
- assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/pixproof.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: PixProof (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pixtypes:
Readme:
path: readme.txt
pj-contact-form:
QueryParameter:
files:
- assets/front-end/css/style.css
- assets/front-end/js/main.js
version: true
pj-jquery-ui-helper:
QueryParameter:
files:
- css/themes//minified/jquery-ui.min.css
version: true
pj-news-ticker:
QueryParameter:
files:
- public/css/pj-news-ticker.css
- public/js/pj-news-ticker.js
version: true
Readme:
path: readme.txt
pkt1-centro-de-envios:
Readme:
path: readme.txt
placeholder-block-square-happiness:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
placester:
QueryParameter:
files:
- placester-search/js/jquery.address.js
- placester-search/js/listings.js
version: true
plaintext-newsletter:
Readme:
path: readme.txt
planaday-api:
QueryParameter:
files:
- css/planaday-fa.css
- css/fullcalendar.min.css
- css/planaday-style.css
- js/moment.min.js
- js/fullcalendar.min.js
version: true
Readme:
path: readme.txt
plataya-pagos-gateway:
Readme:
path: readme.txt
platformly:
Readme:
path: readme.txt
platinum-seo-pack:
Comment:
pattern: !ruby/regexp /platinum seo pack (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
platon-pay:
Readme:
path: readme.txt
platon-pay-woocommerce:
Readme:
path: readme.txt
platycorp-etsy-syncer:
Readme:
path: readme.txt
plausible-analytics:
Readme:
path: readme.txt
play-ht:
TranslationFile:
class: BodyPattern
path: languages/template.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Play (?<v>\d+\.[\.\d]+)/i'
version: true
playable-video:
Readme:
path: readme.txt
player-for-web-pure-data-patches:
Readme:
path: README.txt
playlist-for-youtube:
Readme:
path: readme.txt
playme:
Readme:
path: readme.txt
plestar-directory-listing:
QueryParameter:
files:
- assets/css/widgets.min.css
version: true
plexx-elementor-extension:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
plinks:
QueryParameter:
files:
- plinks.css
version: true
plugin-99-minutos:
Readme:
path: readme.txt
plugin-activation-tracker:
Readme:
path: readme.txt
plugin-bundles:
QueryParameter:
files:
- assets/js/bndls.js
version: true
plugin-central:
Readme:
path: readme.txt
plugin-compatibility-checker:
Readme:
path: readme.txt
plugin-compatibility-info:
Readme:
path: README.txt
plugin-grouper:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
plugin-info-cards:
TranslationFile:
class: BodyPattern
path: languages/plugin-info-cards.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Plugin Info Cards (?<v>\d+\.[\.\d]+)/i
version: true
plugin-installer-from-public-url:
Readme:
path: readme.txt
plugin-kontakt:
TranslationFile:
class: BodyPattern
path: lang/pk-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Plugin:\ Kontakt v(?<v>\d+\.[\.\d]+)/i
version: true
plugin-last-updated-warning:
Readme:
path: readme.txt
plugin-notes-plus:
TranslationFile:
class: BodyPattern
path: languages/plugin-notes-plus-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Plugin Notes Plus (?<v>\d+\.[\.\d]+)/i'
version: true
plugin-report:
Readme:
path: README.txt
plugin-reviews:
QueryParameter:
files:
- plugin-reviews.css
- plugin-reviews.js
version: true
plugin-status-export-and-import:
Readme:
path: readme.txt
plugins-condition:
Readme:
path: readme.txt
plugins-deactivator:
Readme:
path: readme.txt
plugins-manager:
Readme:
path: README.txt
pluginsify-social-share:
TranslationFile:
class: BodyPattern
path: languages/tpl-social-share.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Pluginsify Social Share (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pluglab:
Readme:
path: readme.txt
plugmatter-gdpr-bot-integration:
Readme:
path: readme.txt
plugmatter-pricing-table:
QueryParameter:
files:
- css/pmpt_responsivegrid.css
- css/pmpt_buttons.css
- js/pmpt_frontend.js
version: true
Readme:
path: readme.txt
plus-twenty-twenty:
Readme:
path: readme.txt
plusprice:
Readme:
path:
- readme.txt
- README.md
plytix-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
pmccoin-for-woocommerce:
Readme:
path: readme.txt
png-compress:
Readme:
path: readme.txt
pocket-articles-collection:
QueryParameter:
files:
- pocketarticles-collection.css
version: true
podamibe-2checkout:
QueryParameter:
files:
- css/frontend.css
- js/2co.min.js
- js/frontend.js
version: true
podamibe-advertisement-management:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
podamibe-appointment-calendar:
QueryParameter:
files:
- assets/pac-calendar.css
- assets/pac-front-style.css
version: true
podcast-importer-secondline:
Readme:
path: readme.txt
podcast-player:
QueryParameter:
files:
- public/css/podcast-player-public.css
- public/js/podcast-player-public.js
- public/js/simplebar.min.js
- public/js/public.build.js
version: true
TranslationFile:
class: BodyPattern
path: lang/podcast-player.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Podcast Player (?<v>\d+\.[\.\d]+)/i'
version: true
podcastde-wordpress-plugin:
TranslationFile:
class: BodyPattern
path: languages/podcastde.pot
pattern: !ruby/regexp /Id\-Version:\ podcast\.de Plugin Standards (?<v>\d+\.[\.\d]+)/i
version: true
podcaster-kit:
Readme:
path: readme.txt
podlove-podcasting-plugin-for-wordpress:
QueryParameter:
files:
- css/admin-font.css
- js/frontend.js
- lib/modules/podlove_web_player/player_v4/pwp4.js
version: true
podlove-web-player:
QueryParameter:
files:
- static/podlove-web-player.min.css
- static/podlove-web-player.min.js
version: true
pods:
Readme:
path: readme.txt
poi-acf-for-wp:
Readme:
path: readme.txt
point-maker:
Readme:
path: readme.txt
pointfast-website-tracking:
QueryParameter:
files:
- public/css/pointfast-public.css
- public/js/pointfast-public.js
version: true
pointfinder-xml-csv-listings-import:
Readme:
path: readme.md
points-and-rewards-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/points-rewards-for-woocommerce.pot
pattern: !ruby/regexp '/ion: Points and Rewards for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
points-and-rewards-with-wc-blocks:
Readme:
path: README.txt
pojo-accessibility:
TranslationFile:
class: BodyPattern
path: languages/pojo-accessibility.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ pojo\-accessibility (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
pojo-builder-animation:
TranslationFile:
class: BodyPattern
path: languages/pb-animation.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ pojo\-builder\-animation (?<v>\d+\.[\.\d]+)/i
version: true
pojo-lightbox:
TranslationFile:
class: BodyPattern
path: languages/pojo-lightbox.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ pojo\-lightbox (?<v>\d+\.[\.\d]+)/i
version: true
pojo-news-ticker:
TranslationFile:
class: BodyPattern
path: languages/pojo-news-ticker.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ pojo\-news\-ticker (?<v>\d+\.[\.\d]+)/i
version: true
pojo-sidebars:
TranslationFile:
class: BodyPattern
path: languages/pojo-sidebars.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ pojo\-sidebars (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
pokupo:
Readme:
path: readme.txt
polar-auto-post:
Readme:
path: readme.txt
polaris-flexible-ssl:
Readme:
path: readme.txt
polaroid-gallery:
Readme:
path: readme.txt
poli-payments-for-woocommerce:
Readme:
path: readme.txt
poll-builder:
Readme:
path: readme.txt
poll-survey-form-builder-by-zigpoll:
Readme:
path: readme.txt
polldirectory:
QueryParameter:
files:
- css/font-awesome-4.2.0/css/font-awesome.min.css
- css/user.css
- js/admin.js
version: true
pollen:
QueryParameter:
files:
- assets/css/pollen.css
- assets/js/pollen.js
version: true
polmo-lite-demo-importer:
Readme:
path: readme.txt
polskie-eplatnosci-online-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
polylang:
Readme:
path: readme.txt
poor-mans-wp-seo:
Comment:
pattern: !ruby/regexp /Poor Man's WordPress SEO (?<v>\d+\.[\.\d]+)/i
version: true
pootle-page-builder:
QueryParameter:
files:
- css/front.css
version: true
pop-up-pop-up:
Readme:
path: readme.txt
popeye:
QueryParameter:
files:
- jquery/jquery.popeye.css
- styles/example-plain/style.css
- jquery/jquery.popeye-2.0.4.min.js
version: true
popforms-lite:
Readme:
path: readme.txt
popliup:
QueryParameter:
files:
- assets/css/popliup-popup-basic.css
version: true
popover-tool:
Readme:
path: readme.txt
popular-post-google-analytics-real-time:
TranslationFile:
class: BodyPattern
path: lang/popularpostrealtime.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ PopularPostRealTime (?<v>\d+\.[\.\d]+)/i
version: true
popular-posts-views:
Readme:
path: readme.txt
popular-widget:
QueryParameter:
files:
- _css/pop-widget.css
- _js/pop-widget.js
version: true
popularis-extra:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: readme.txt
popunder-popup:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
popup-anything-on-click:
QueryParameter:
files:
- assets/css/popupaoc-public-style.css
version: true
Readme:
path: readme.txt
popup-block:
Readme:
path: readme.txt
popup-box:
Readme:
path: README.txt
popup-builder:
Readme:
path: readme.txt
popup-by-supsystic:
Readme:
path: readme.txt
popup-contact-form:
Readme:
path: readme.txt
popup-dropping-box:
Readme:
path: readme.txt
popup-events-tracker-for-elementor:
Readme:
path: readme.txt
popup-lightbox:
TranslationFile:
class: BodyPattern
path: languages/popup-lightbox-en.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Popup Lightbox (?<v>\d+\.[\.\d]+)/i
version: true
popup-maker:
QueryParameter:
files:
- deprecated/assets/css/site.min.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>[\d\.]+) \- [\dA-Z\/]{6,}/
version: true
Readme:
path: readme.txt
popup-more:
Readme:
path: readme.txt
popup-notification-news-alert:
QueryParameter:
files:
- public/css/popup-alert-plugin-public.css
- public//css/toastr.min.css
- public/js/popup-alert-plugin-public.js
- public//js/toastr.min.js
version: true
Readme:
path: readme.txt
popup-on-click:
QueryParameter:
files:
- public/js/popup-on-click-public.js
version: true
popup-scroll:
QueryParameter:
files:
- public/templates/css/defaults.css
- public/templates/css/fonts.css
- public/assets/js/jquery-cookie/jquery.cookie.js
- public/assets/js/public.js
version: true
popup-tb:
QueryParameter:
files:
- css/popuptb-style.css
- js/popuptb-js.js
version: true
Readme:
path: readme.txt
popup-with-fancybox:
Readme:
path: readme.txt
popup4phone:
QueryParameter:
files:
- css/popup4phone.css
- vendor/bootstrap-partial/bootstrap-partial.css
- vendor/bootstrap-partial/bootstrap-theme-partial.css
- js/popup4phone.js
version: true
popupper-v10:
TranslationFile:
class: BodyPattern
path: i18n/popupper-v10-es_ES.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ popupper\-v10 (?<v>\d+\.[\.\d]+)/i
version: true
popups:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/min/public-min.js
version: true
Readme:
path: README.txt
popups-for-divi:
QueryParameter:
files:
- css/front.css
- js/front.js
version: true
Readme:
path: readme.txt
popupsmart:
QueryParameter:
files:
- public/css/pop-public.css
- public/js/pop-public.js
version: true
portfolio-and-projects:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/wp-pap-public.css
- assets/css/portfolio.jquery.css
version: true
Readme:
path: readme.txt
portfolio-builder-awesome:
Readme:
path: README.txt
portfolio-designer-lite:
QueryParameter:
files:
- css/jquery.fancybox.css
- css/font-awesome.min.css
- css/style.css
- css/fontawesome-all.min.css
version: true
Readme:
path: readme.txt
portfolio-elementor:
Readme:
path: readme.txt
portfolio-gallery-by-ims:
QueryParameter:
files:
- public/css/ims-portfolio-public.css
- public/css/elastic_grid.min.css
- public/js/ims-portfolio-public.js
version: true
portfolio-mgmt:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Portfolio Mgmt\. (?<v>\d+\.[\.\d]+)(?!.*Portfolio Mgmt\.
\d+\.[\.\d]+)/mi
version: true
portfolio-post-type:
Readme:
path: readme.txt
portfolio-pro:
Readme:
path: README.txt
portfolio-responsive-gallery:
QueryParameter:
files:
- public/css/prg_lightbox_styles.css
- public/css/portfolio-responsive-gallery-public.css
- public/js/portfolio-responsive-gallery-public.js
- public/js/prg-lightbox-ajax.js
version: true
portfolio-toolkit:
TranslationFile:
class: BodyPattern
path: languages/portfolio-toolkit.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Portfolio Toolkit (?<v>\d+\.[\.\d]+)/i
version: true
portfolio-widgets-for-elementor:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
portfolio-with-filter:
Readme:
path: readme.txt
portfolio-wp:
Readme:
path: readme.txt
portugal-ctt-tracking-woocommerce:
Readme:
path: readme.txt
poshtiban:
QueryParameter:
files:
- assets/js/poshtiban-public.js
version: true
poslogic-credit:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
posnet-printer-for-woocommerce:
Readme:
path: readme.txt
post-and-page-builder:
QueryParameter:
files:
- assets/css/editor-fe.min.css
- assets/js/jquery-stellar/jquery.stellar.js
- assets/js/editor/public.min.js
- assets/css/animate.min.css
- assets/dist/public.min.js
version: true
Readme:
path: readme.txt
post-and-page-protect-azure:
Readme:
path: readme.txt
post-bookmarks:
QueryParameter:
files:
- _inc/css/post_bkmarks.css
version: true
post-carousel:
QueryParameter:
files:
- public/assets/css/slick.css
- public/assets/css/spfont.css
- public/assets/css/style.css
- public/assets/js/slick.min.js
version: true
post-carousel-for-dv-builder:
Readme:
path: readme.txt
post-carousel-slider-for-elementor:
Readme:
path: readme.txt
post-categories-tree:
Readme:
path: README.txt
post-category-fcm-notifications:
Readme:
path: readme.txt
post-co-authors:
QueryParameter:
files:
- public/css/post-co-authors-public.css
- public/js/post-co-authors-public.js
version: true
post-comment-validation:
QueryParameter:
files:
- public/css/post-comment-validation-public.css
- public/js/post-comment-validation-public.js
version: true
post-content-shortcodes:
QueryParameter:
files:
- styles/default-styles.css
version: true
post-deadlines:
QueryParameter:
files:
- assets/script.js
version: true
post-display:
QueryParameter:
files:
- js/owl.carousel.js
version: true
post-display-counter:
QueryParameter:
files:
- js/post-display-counter.js
version: true
post-duplicator:
Readme:
path: readme.txt
post-expirator:
Readme:
path: readme.txt
post-expire-date-sidebar:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
post-favorite-h3:
Readme:
path: readme.txt
post-featured-font-icon:
QueryParameter:
files:
- css/icon-picker.css
- "/js/icon-picker.js"
version: true
post-featured-video:
Readme:
path: readme.txt
post-filters-by-digitize:
QueryParameter:
files:
- js/dg-posts-filter.js
version: true
post-filtration:
Readme:
path: readme.txt
post-grid:
Readme:
path: readme.txt
post-grid-and-filter-ultimate:
QueryParameter:
files:
- assets/css/pgafu-public.css
version: true
Readme:
path: readme.txt
post-grid-builder-addon-for-elementor:
Readme:
path: readme.txt
post-hit-counter:
QueryParameter:
files:
- assets/css/widget.css
version: true
TranslationFile:
class: BodyPattern
path: lang/post-hit-counter.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Post Hit Counter (?<v>\d+\.[\.\d]+)/i
version: true
post-hit-stats:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
post-index:
TranslationFile:
class: BodyPattern
path: post-index.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Post Index (?<v>\d+\.[\.\d]+)/i
version: true
post-kits-for-elementor:
Readme:
path: readme.txt
post-layouts:
Readme:
path: readme.txt
post-length-indicator:
TranslationFile:
class: BodyPattern
path: lang/post-length-indicator-en_GB.po
pattern: !ruby/regexp /ject\-Id\-Version:\ Post Length Indicator v(?<v>\d+\.[\.\d]+)/i
version: true
post-likedislike:
QueryParameter:
files:
- assests/js/ajax.js
version: true
post-likerator:
QueryParameter:
files:
- javascript/post-likerator.js
version: true
post-list-designer:
QueryParameter:
files:
- assets/css/bld-public.css
version: true
Readme:
path: readme.txt
post-list-generator:
QueryParameter:
files:
- post-list-generator.css
- next-page.js
version: true
post-list-with-load-more:
QueryParameter:
files:
- public/css/post-list-with-load-more-public.css
- public/js/post-list-with-load-more-public.js
version: true
Readme:
path: README.txt
post-meta-viewer:
Readme:
path: readme.txt
post-notice:
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\da-z]+)(?!.*v\d+\.[\.\da-z]+)/mi
version: true
post-notif:
QueryParameter:
files:
- public/js/post-notif-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/post-notif-de_DE_formal.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Post Notif (?<v>\d+\.[\.\d]+)/i
version: true
post-order-by-category:
Readme:
path: readme.txt
post-plugin-library:
Readme:
path: readme.txt
post-plus:
Readme:
path: readme.txt
post-ratings:
QueryParameter:
files:
- assets/jquery.raty.css
- js/post-ratings.js
- assets/jquery.raty.js
version: true
post-raw-viewer:
Readme:
path: readme.txt
post-revision-workflow:
TranslationFile:
class: BodyPattern
path: languages/post-revision-workflow.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Post Revision Workflow (?<v>[\d\.a-z]+)/i
version: true
post-script:
QueryParameter:
files:
- src/theme.css
- src/theme.js
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
post-search:
Readme:
path: readme.txt
post-slider-and-carousel:
QueryParameter:
files:
- assets/css/owl.carousel.min.css
- assets/css/psac-public.css
version: true
Readme:
path: readme.txt
post-slider-for-elementor:
QueryParameter:
files:
- assets/css/slider-style.css
- assets/js/slider-style.js
version: true
Readme:
path: readme.txt
post-slider-wd:
QueryParameter:
files:
- css/wdps_frontend.css
- css/wdps_effects.css
- js/jquery.mobile.js
- js/wdps_frontend.js
version: true
post-sliders:
QueryParameter:
files:
- js/owl.carousel.js
version: true
post-smtp:
Readme:
path: readme.txt
post-snippets:
Readme:
path: readme.txt
post-tags-and-categories-for-pages:
Readme:
path: readme.txt
post-theming:
TranslationFile:
class: BodyPattern
path: lang/post-theming.pot
pattern: !ruby/regexp /on of the WordPress plugin Post Theming (?<v>\d+\.[\.\d]+)/i
version: true
post-thumbnail-carousel:
Readme:
path: readme.txt
post-thumbnail-from-url:
TranslationFile:
class: BodyPattern
path: languages/post-thumbnail-from-url-en_GB.po
pattern: !ruby/regexp /ct\-Id\-Version:\ Post thumbnail from url v(?<v>\d+\.[\.\d]+)/i
version: true
post-thumbnail-post-list:
QueryParameter:
files:
- "/assets/wp-post-thumb-list.css"
version: true
Readme:
path: readme.txt
post-timeline:
QueryParameter:
files:
- public/css/post-timeline.css
- public/css/bootstrap.min.css
- public/css/bootstrap-theme.min.css
- public/js/libs_new.js
- public/js/post-timeline.js
version: true
post-title-marquee-scroll:
Readme:
path: readme.txt
post-to-dev-to:
Readme:
path: readme.txt
post-to-flarum:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
post-to-image:
Readme:
path: readme.txt
post-to-queue:
TranslationFile:
class: BodyPattern
path: languages/post-to-queue.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Post to Queue (?<v>\d+\.[\.\d]+)/i
version: true
post-type-archive-links:
Readme:
path:
- readme.txt
- readme.md
post-type-enhanced:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
post-type-information:
QueryParameter:
files:
- public/css/gs-post-type-information-public.css
- public/js/gs-post-type-information-public.js
version: true
post-type-listing-block-lite:
Readme:
path: README.txt
post-type-requirements-checklist:
TranslationFile:
class: BodyPattern
path: languages/aptrc.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Requirements Checklist (?<v>\d+\.[\.\d]+)/i
version: true
post-type-slider:
Readme:
path: readme.txt
post-type-switcher:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /## (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
post-type-taxonomy-debug:
Readme:
path: readme.txt
post-types-definitely:
TranslationFile:
class: BodyPattern
path: vendor/felixarntz/wpdlib/languages/wpdlib-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ wpdlib (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
post-types-order:
Readme:
path: readme.txt
post-types-unlimited:
Readme:
path: readme.txt
post-url-qr-code:
Readme:
path: readme.txt
post-view-count-editor:
Readme:
path: readme.txt
post-views-counter:
QueryParameter:
files:
- css/frontend.css
version: true
Readme:
path: readme.txt
post-words-count:
Readme:
path: readme.txt
postaga:
Readme:
path: readme.txt
postbar-shipping:
Readme:
path: readme.txt
postcode-redirect:
Readme:
path: readme.txt
postcodes4u-address-finder:
Readme:
path: readme.txt
postcodex-lookup:
Readme:
path: readme.txt
posterno:
TranslationFile:
class: BodyPattern
path: languages/posterno.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Posterno (?<v>\d+\.[\.\d]+)/i'
version: true
posterno-elementor:
TranslationFile:
class: BodyPattern
path: languages/posterno-elementor.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Posterno Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
posterno-favourites:
TranslationFile:
class: BodyPattern
path: languages/posterno-favourites.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Posterno Favourites (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
posterno-restaurants-menu:
TranslationFile:
class: BodyPattern
path: languages/posterno-restaurants-menu.pot
pattern: !ruby/regexp '/t\-Id\-Version: Posterno Restaurants Menu (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
posti-shipping:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: posti_shipping/languages/posti_shipping-en.po
pattern: !ruby/regexp '/Version: Posti Shipping for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
postie:
Readme:
path: readme.txt
postmatic:
TranslationFile:
class: BodyPattern
path: lang/Postmatic.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
postpage-edit-restriction-days:
Readme:
path: readme.txt
posts:
TranslationFile:
class: BodyPattern
path: languages/posts.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Posts (?<v>\d+\.[\.\d]+)/i
version: true
posts-by-tags:
Readme:
path: readme.txt
posts-category-by-atlas:
Readme:
path: readme.txt
posts-data-table:
QueryParameter:
files:
- assets/css/posts-data-table.min.css
- assets/js/posts-data-table.min.js
version: true
posts-filter-multiselect:
Readme:
path: readme.txt
posts-generator:
Readme:
path: readme.txt
posts-grid:
QueryParameter:
files:
- gs-wpposts-files/assets/css/gswpposts_custom_bootstrap.css
- gs-wpposts-files/assets/css/gswpposts_custom.css
version: true
posts-in-category-widget:
QueryParameter:
files:
- style.css
version: true
posts-in-page:
Readme:
path: readme.txt
posts-in-sidebar:
TranslationFile:
class: BodyPattern
path: languages/posts-in-sidebar.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Posts in Sidebar (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
posts-slider-shortcode:
QueryParameter:
files:
- js/owl.carousel.js
version: true
posts-table-filterable:
Readme:
path: readme.txt
posts-to-posts:
Readme:
path: readme.txt
posttube:
Comment:
pattern: !ruby/regexp /Generated By PostTube (?<v>\d+\.[\.\d]+)/i
version: true
posttube-video-generator:
Readme:
path: readme.txt
posttype-widget:
Readme:
path: readme.txt
potenza-slider:
QueryParameter:
files:
- css/ps-style.css
- js/ps-script.js
version: true
potter-kit:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/potter-kit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Potter Kit (?<v>\d+\.[\.\d]+)/i'
version: true
power-calculator:
Readme:
path: readme.txt
power-forms-builder:
QueryParameter:
files:
- public/css/power-forms-public.min.css
- public/js/power-forms-jquery.validate.min.js
- public/js/power-forms-jquery.dataTables.min.js
- public/js/power-forms-dataTables.buttons.min.js
- public/js/power-forms-public.min.js
version: true
power-links:
Readme:
path: readme.txt
power-vc-add-on:
QueryParameter:
files:
- public/css/plugins.css
- public/css/power-addons-public.css
- public/js/power-addons-public-jquery.js
- public/js/jquery.masonry.min.js
- public/js/power-addons-public.js
version: true
Readme:
path: readme.txt
powered-cache:
TranslationFile:
class: BodyPattern
path: languages/powered-cache.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Powered Cache Premium (?<v>\d+\.[\.\d]+)/i
version: true
powerful-addons-for-visual-composer-lite:
TranslationFile:
class: BodyPattern
path: languages/pavc-translation.pot
pattern: !ruby/regexp /erful Addons for Visual Composer \- Lite (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
powerkit:
QueryParameter:
files:
- assets/css/powerkit.css
- modules/basic-shortcodes/public/css/public-powerkit-basic-shortcodes.css
- modules/content-formatting/public/css/public-powerkit-content-formatting.css
- modules/facebook/public/css/public-powerkit-facebook.css
- modules/inline-posts/public/css/public-powerkit-inline-posts.css
- modules/instagram/public/css/public-powerkit-instagram.css
- modules/justified-gallery/public/css/public-powerkit-justified-gallery.css
- modules/lightbox/public/css/public-powerkit-lightbox.css
- modules/opt-in-forms/public/css/public-powerkit-opt-in-forms.css
- modules/pinterest/public/css/public-powerkit-pinterest.css
- modules/scroll-to-top/public/css/public-powerkit-scroll-to-top.css
- modules/share-buttons/public/css/public-powerkit-share-buttons.css
- modules/slider-gallery/public/css/public-powerkit-slider-gallery.css
- modules/social-links/public/css/public-powerkit-social-links.css
- modules/twitter/public/css/public-powerkit-twitter.css
- modules/widget-about/public/css/public-powerkit-widget-about.css
- modules/widget-author/public/css/public-powerkit-widget-author.css
- modules/widget-contributors/public/css/public-powerkit-widget-contributors.css
- modules/widget-posts/public/css/public-powerkit-widget-posts.css
- modules/justified-gallery/public/js/jquery.justifiedGallery.min.js
- modules/justified-gallery/public/js/public-powerkit-justified-gallery.js
- modules/lightbox/public/js/jquery.magnific-popup.min.js
- modules/lightbox/public/js/public-powerkit-lightbox.js
- modules/opt-in-forms/public/js/public-powerkit-opt-in-forms.js
- modules/pinterest/public/js/public-powerkit-pin-it.js
- modules/scroll-to-top/public/js/public-powerkit-scroll-to-top.js
- modules/slider-gallery/public/js/flickity.pkgd.min.js
- modules/slider-gallery/public/js/public-powerkit-slider-gallery.js
- modules/share-buttons/public/js/public-powerkit-share-buttons.js
- modules/author-box/public/css/public-powerkit-author-box.css
- modules/basic-elements/public/css/public-powerkit-basic-elements.css
- modules/coming-soon/public/css/public-powerkit-coming-soon.css
- modules/contributors/public/css/public-powerkit-contributors.css
- modules/featured-categories/public/css/public-powerkit-featured-categories.css
- modules/posts/public/css/public-powerkit-widget-posts.css
version: true
Readme:
path:
- readme.txt
- README.txt
powerpack-addon-for-beaver-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
powerpack-lite:
QueryParameter:
files:
- assets/css/pwpc-public.css
version: true
powerpack-lite-for-elementor:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
powerpress:
Readme:
path: readme.txt
powers-triggers-of-woo-to-chat:
Readme:
path: readme.txt
pp-express-wc4jp:
TranslationFile:
class: BodyPattern
path: languages/pp-express-wc4jp.pot
pattern: !ruby/regexp /\-Version:\ PayPal Express Checkout WC4JP (?<v>\d+\.[\.\d]+)/i
version: true
ppc-masterminds:
Readme:
path: readme.txt
ppm-accordion:
QueryParameter:
files:
- js/ppm-accordion-active.js
version: true
ppm-fulfillment-woocommerce:
Readme:
path: readme.txt
ppo-call-to-actions:
Readme:
path: readme.txt
pppt:
QueryParameter:
files:
- public/css/pppt-public.css
- public/js/pppt-public.js
version: true
pr-gateway-connect:
Readme:
path: readme.txt
practicepulse-tools:
QueryParameter:
files:
- public/css/practicepulse-tools-public-min.css
version: true
Readme:
path: README.txt
pramadillo-activecampaign-email-preference-center:
QueryParameter:
files:
- public/js/public.js
version: true
pramadillo-priceline-partner-network:
QueryParameter:
files:
- public/css/priceline-partner-network-public.css
version: true
pravel-rent-sell-addon-for-woocommerce:
Readme:
path: readme.txt
prayer-24-7:
Readme:
path: readme.txt
prayers:
QueryParameter:
files:
- elements/css/prayer.css
version: true
pre-publish-checklist:
Readme:
path: readme.txt
precios-bitcoin-criptomonedas:
Readme:
path: readme.txt
precise-plugin-updater:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
precisobid-smartformerchant:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
prediction-league:
MetaTag:
class: Xpath
xpath: //meta[@name="Prediction League"]/@content
version: true
predictive-preloader:
Readme:
path: readme.txt
predikan:
Readme:
path: readme.txt
predikarens-bibelreferenser:
Readme:
path: readme.txt
preeco-widgets:
Readme:
path: README.txt
preferred-languages:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
preloader-awesome:
QueryParameter:
files:
- public/css/preloader-awesome-public.css
- public/js/classie.js
version: true
Readme:
path: README.txt
preloader-for-website:
QueryParameter:
files:
- assets/css/plwao-front.css
version: true
Readme:
path: readme.txt
preloading:
TranslationFile:
class: BodyPattern
path: lang/wp-pre-loading-domain-es_ES.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pre Loading (?<v>\d+\.[\.\d]+)/i
version: true
premium-addons-for-elementor:
Readme:
path: readme.txt
premium-addons-for-kingcomposer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path:
- readme.txt
- README.md
premium-chat:
Readme:
path:
- readme.txt
- README.md
premium-seo-pack:
Comment:
pattern: !ruby/regexp /Premium SEO Pack Plugin (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
prerender:
QueryParameter:
files:
- public/css/prerender-public.css
- public/js/prerender-public.js
version: true
Readme:
path: README.txt
presbooks-openstax-import:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
preserve-mainwp:
Readme:
path: readme.txt
preserve-taxonomy-hierarchy:
Readme:
path: readme.txt
press-elements:
Readme:
path: readme.txt
press-events:
QueryParameter:
files:
- assets/css/magnific-popup/magnific-popup.css
- assets/css/press-events.css
- assets/css/menu.css
- assets/js/frontend/press-events.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content[contains(., "Press Events")]
version: true
pattern: !ruby/regexp /Press Events (?<v>\d+\.[\.\d]+)/i
press-release:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_editor-frontend.css
- inc/frontend/js/prwirepro-press_release_editor-frontend.js
version: true
press-release-distribution:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_distribution-frontend.css
- inc/frontend/js/prwirepro-press_release_distribution-frontend.js
version: true
press-release-newsroom:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_newsroom-frontend.css
- inc/frontend/js/prwirepro-press_release_newsroom-frontend.js
version: true
press-release-reviews:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_reviews-frontend.css
- inc/frontend/js/prwirepro-press_release_reviews-frontend.js
version: true
press-release-services:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_services-frontend.css
- inc/frontend/js/prwirepro-press_release_services-frontend.js
version: true
press-release-template:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_template-frontend.css
- inc/frontend/js/prwirepro-press_release_template-frontend.js
version: true
press-release-writer:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_writer-frontend.css
- inc/frontend/js/prwirepro-press_release_writer-frontend.js
version: true
press-search:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
TranslationFile:
class: BodyPattern
path: languages/press-search.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Press Search SUFFIX (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
press-tube:
TranslationFile:
class: BodyPattern
path: languages/press-tube.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Press Tube (?<v>\d+\.[\.\d]+)/i
version: true
pressbooks-cc-export:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
pressbooks-mpdf:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
pressbooks-openstax-import:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
pressbooks-textbook:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
pressenter:
Readme:
path: readme.txt
pressforward:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
pressmailer:
Readme:
path: README.txt
pressmodo-onboarding:
TranslationFile:
class: BodyPattern
path: languages/pressmodo-onboarding.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Pressmodo Onboarding (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pressnative:
Readme:
path: README.txt
presswell-art-direction:
Readme:
path: readme.txt
pretty-link:
TranslationFile:
class: BodyPattern
path: i18n/pretty-link.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pretty Links (?<v>\d+\.[\.\d]+)/i
version: true
pretty-opt-in-lite:
QueryParameter:
files:
- assets/css/front.css
- "/assets/js/library/ionicons.js"
- assets/js/locker-front.js
version: true
Readme:
path: README.txt
pretty-portfolio:
QueryParameter:
files:
- assets/js/charming.min.js
- assets/js/TweenMax.min.js
- assets/js/demo.js
- assets/js/test.js
version: true
TranslationFile:
class: BodyPattern
path: lib/csf/languages/bn_BD.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
prevent-all-updates:
Readme:
path: readme.txt
prevent-file-access:
QueryParameter:
files:
- public/css/media-restriction-public.css
- public/js/media-restriction-public.js
version: true
Readme:
path: README.txt
prevent-landscape-rotation:
Readme:
path: readme.txt
prevent-updates-notification:
Readme:
path: readme.txt
previous-page-redirect-for-woocommerce:
Readme:
path: readme.txt
price-calculator-to-your-website:
QueryParameter:
files:
- includes/frontend/assets/css/style.css
- includes/frontend/assets/js/script.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
price-display-anywhere:
Readme:
path: readme.txt
price-offerings-for-woocommerce:
Readme:
path: readme.txt
price-table-block:
Readme:
path: readme.txt
pricelist-for-woocommerce:
Readme:
path: readme.txt
pricer-ninja-pricing-tables:
Readme:
path: readme.txt
prices-by-user-role-lite:
TranslationFile:
class: BodyPattern
path: languages/PriceByRoleLite.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Prices By User Role Lite (?<v>\d+\.[\.\d]+)/i'
version: true
priceshape:
Readme:
path: readme.txt
pricetable-wp:
Readme:
path: readme.txt
pricex-lite:
Readme:
path: readme.txt
pricing-table:
Readme:
path: readme.txt
pricing-table-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
pricing-table-by-supsystic:
Readme:
path: readme.txt
pricing-tables-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
pricingblock:
Readme:
path: readme.txt
prihlasovanie-na-svate-omse:
Readme:
path: readme.txt
primary-addon-for-elementor:
Readme:
path: readme.txt
primer-by-chloedigital:
QueryParameter:
files:
- public/css/primer-by-chloedigital-public.css
- public/js/primer-by-chloedigital-public.js
version: true
print-my-blog:
Readme:
path:
- readme.txt
- README.md
printable-pdf-newspaper:
Readme:
path: readme.txt
printedly:
QueryParameter:
files:
- public/css/printedly-public.css
- public/js/printedly-public.js
version: true
printfriendly:
Readme:
path: readme.txt
printful-shipping-for-woocommerce:
Readme:
path: readme.txt
priority-shortcodes:
Readme:
path: readme.txt
prism-syntax-highlighter:
QueryParameter:
files:
- prism/default.css
- prism/prism.js
version: true
privacy-cookie-law:
QueryParameter:
files:
- public/css/privacy-cookie-law-public.css
- public/js/privacy-cookie-law-public.js
version: true
private-content:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
private-demos-generator:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
private-google-calendars:
Readme:
path: readme.txt
QueryParameter:
files:
- lib/fullcalendar4/core/main.min.css
- lib/fullcalendar4/daygrid/main.min.css
- lib/fullcalendar4/timegrid/main.min.css
- lib/fullcalendar4/list/main.min.css
- css/pgc.css
- lib/tippy/light-border.css
- lib/popper.min.js
- lib/tippy/tippy-bundle.iife.min.js
- lib/fullcalendar4/core/main.min.js
- lib/fullcalendar4/daygrid/main.min.js
- lib/fullcalendar4/timegrid/main.min.js
- lib/fullcalendar4/list/main.min.js
- lib/fullcalendar4/core/locales-all.min.js
- js/pgc.js
- lib/moment/moment-with-locales.min.js
- lib/moment/moment-timezone-with-data.min.js
- lib/fullcalendar4/moment/main.min.js
- lib/fullcalendar4/moment-timezone/main.min.js
- lib/tippy/tippy-bundle.umd.min.js
version: true
pattern: !ruby/regexp /ver=(?<v>\d+)/
private-password-posts:
Readme:
path: readme.txt
private-workrooms:
Readme:
path: readme.txt
pro-adblock:
QueryParameter:
files:
- assets/css/padb-style.css
- gads.js
- padb-style.css
version: true
pro-author-review:
QueryParameter:
files:
- assets/css/front/author-review.min.css
version: true
Readme:
path: readme.txt
pro-links-maintainer-dev:
Readme:
path: readme.txt
pro-locker:
TranslationFile:
class: BodyPattern
path: languages/prolocker.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ProLocker (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pro-reports-for-memberpress:
Readme:
path: readme.txt
pro-vip:
TranslationFile:
class: BodyPattern
path: languages/provip-fa_IR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pro\-VIP v(?<v>\d+\.[\.\d]+)/i
version: true
probotdev-customer-support-faq-chatbot:
QueryParameter:
files:
- public/css/default.css
- public/js/default.js
version: true
processing-js:
QueryParameter:
files:
- js/processing.min.js
version: true
processing-js-easy:
QueryParameter:
files:
- processing.js
version: true
procommerca-booking:
Readme:
path: readme.txt
product-availability-checker:
QueryParameter:
files:
- public/css/pac-public.css
- public/js/pac-public.js
version: true
Readme:
path: README.txt
product-badges:
Readme:
path: readme.txt
product-blocks:
Readme:
path: readme.txt
product-brands-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/product-brands-for-woocommerce.pot
pattern: !ruby/regexp /Version:\ Product Brands For WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
product-bundles-bulk-discounts-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-bundles-bulk-discounts.pot
pattern: !ruby/regexp /undles \- Bulk Discounts for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
product-bundles-minmax-items-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-bundles-min-max-items.pot
pattern: !ruby/regexp /Bundles \- Min\/Max Items for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
product-bundles-variation-bundles:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-bundles-variation-bundles.pot
pattern: !ruby/regexp '/on: Product Bundles \- Variation Bundles (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
product-category-discounts-for-woo:
Readme:
path: readme.txt
product-category-dropdowns:
Readme:
path: readme.txt
product-configurator-for-woocommerce:
Readme:
path: readme.txt
product-customizer-light:
QueryParameter:
files:
- public/css/customizer.css
- public/css/grid.min.css
- public/js/customizer.js
version: true
product-explode:
Readme:
path: readme.txt
product-faq:
Readme:
path: Readme.txt
product-feature-request:
QueryParameter:
files:
- assets/public/js/thpfr-public.js
version: true
Readme:
path: readme.txt
product-filter-addon-for-woocommerce:
Readme:
path: readme.txt
product-filter-for-woocommerce-product:
Readme:
path: readme.txt
product-image-watermark-for-woo:
Readme:
path: readme.txt
product-image-zoom-for-woocommerce:
Readme:
path: readme.txt
product-lister-amazon:
TranslationFile:
class: BodyPattern
path: languages/ced-amazon-lister-en_US.po
pattern: !ruby/regexp /oject\-Id\-Version:\ Amazon Product Lister (?<v>\d+\.[\.\d]+)/i
version: true
product-lister-bonanza:
Readme:
path: readme.txt
product-lister-ebay:
Readme:
path: readme.txt
product-lister-walmart:
TranslationFile:
class: BodyPattern
path: languages/ced-umb-en_US.po
pattern: !ruby/regexp /ject\-Id\-Version:\ Walmart Product Lister (?<v>\d+\.[\.\d]+)/i
version: true
product-notes-for-woocommerce:
Readme:
path: readme.txt
product-options-index-for-woocommerce:
Readme:
path: readme.txt
product-percentage-coupon-woo:
Readme:
path: readme.txt
product-qa-for-woocommerce:
QueryParameter:
files:
- public/js/faq-public.js
version: true
Readme:
path: README.txt
product-recommendation-quiz-for-ecommerce:
QueryParameter:
files:
- public/css/product-recommendation-quiz-for-ecommerce-public.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
product-redirection-for-woocommerce:
Readme:
path: readme.txt
product-review:
QueryParameter:
files:
- public/assets/css/product-review-public.css
- public/assets/css/responsive.css
- public/assets/js/product-review-public.js
version: true
product-showcase:
QueryParameter:
files:
- public/css/event-showcase-public.css
- public/js/event-showcase-public.js
version: true
product-specifications:
QueryParameter:
files:
- assets/css/front-styles.css
version: true
Readme:
path:
- readme.txt
- README.md
product-stock-alert-woocommerce:
QueryParameter:
files:
- public/css/product-stock-alert-woocommerce-public.css
- public/js/product-stock-alert-woocommerce-public.js
version: true
product-variations-swatches-for-woocommerce:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
product-video-gallery-slider-for-woocommerce:
Readme:
path: readme.txt
product-videos-for-woocommerce:
Readme:
path: readme.txt
productdyno:
QueryParameter:
files:
- public/css/productdyno-public.css
- public/js/productdyno-public.js
version: true
products-boxes-slider-for-woocommerce:
QueryParameter:
files:
- js/uikit.min.js
- js/uikit-icons.min.js
version: true
products-extractor-for-woocommerce:
Readme:
path: readme.txt
products-per-row-for-woocommerce:
Readme:
path: readme.txt
products-stock-manager-with-excel:
Readme:
path: readme.txt
professional-contact-form:
QueryParameter:
files:
- assets/stylesheets/pcf-front-inputs.css
- assets/stylesheets/pcf-front-layout.css
- assets/stylesheets/pcf-front-response.css
- assets/scripts/pcf-front.js
version: true
profile-builder:
QueryParameter:
files:
- assets/css/style-front-end.css
version: true
Readme:
path: readme.txt
profile-tabs-for-ultimate-member:
TranslationFile:
class: BodyPattern
path: languages/profile-tabs-for-ultimate-member-hi.po
pattern: !ruby/regexp /Version:\ Ultimate Member \- Profile Tabs (?<v>\d+\.[\.\d]+)/i
version: true
profilepress:
QueryParameter:
files:
- "/theme/default/fonts/style.css"
- "/theme/default/css/main.min.css"
- "/theme/default/css/overrides.css"
- assets/pp_site.js
- "/theme/default/js/jquery.tooltipster.min.js"
- "/theme/default/js/pp-theme.js"
- "/theme/default/js/initial.min.js"
version: true
profit-calculator-for-woocommerce:
Readme:
path: readme.txt
profit-products-tables-for-woocommerce:
Readme:
path: readme.txt
profitori:
Readme:
path: readme.txt
program-output:
QueryParameter:
files:
- public/css/style.css
version: true
progress-bar-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
progress-bar-ecpay-gateway:
TranslationFile:
class: BodyPattern
path: languages/pb_ecpay_woo-zh_TW.po
pattern: !ruby/regexp '/ion: progressbar\-ecpay\-for\-woocommerce v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
progress-bars:
Readme:
path: readme.txt
progressive-images:
QueryParameter:
files:
- "/_dist/css/app.css"
- "/_dist/js/app.js"
version: true
progressive-wp:
QueryParameter:
files:
- assets/styles/ui.min.css
- assets/scripts/ui.min.js
version: true
project-donations:
QueryParameter:
files:
- public/css/project-donations-public.css
- public/js/project-donations-public.js
version: true
project-panorama-lite:
Readme:
path: readme.txt
projecthuddle-child-site:
Readme:
path: readme.txt
projects-by-serge-liatko:
QueryParameter:
files:
- css/styles.css
version: true
projects-by-woothemes:
QueryParameter:
files:
- assets/css/woo-projects.css
- assets/css/woo-projects-handheld.css
version: true
Readme:
path: readme.txt
projects-showroom:
Readme:
path: readme.txt
promo-video-maker:
Readme:
path: README.txt
promociones-tap:
QueryParameter:
files:
- public/assets/css/modal.css
- public/assets/js/modal.js
version: true
TranslationFile:
class: BodyPattern
path: languages/promociones-tap.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ TODO (?<v>\d+\.[\.\d]+)/i
version: true
promotion-products-in-cart-for-woocommerce:
Readme:
path: README.txt
promotore-simple-analytics:
Readme:
path: readme.txt
prompty-web-push-notifications:
Readme:
path: readme.txt
pronamic-client:
TranslationFile:
class: BodyPattern
path: languages/pronamic_client.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pronamic Client (?<v>\d+\.[\.\d]+)/i
version: true
pronamic-companies:
TranslationFile:
class: BodyPattern
path: languages/pronamic_companies.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pronamic Companies (?<v>\d+\.[\.\d]+)/i
version: true
pronamic-events:
TranslationFile:
class: BodyPattern
path: languages/pronamic-events.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pronamic Events (?<v>\d+\.[\.\d]+)/i
version: true
pronamic-framework:
TranslationFile:
class: BodyPattern
path: languages/pronamic_framework.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pronamic Framework (?<v>\d+\.[\.\d]+)/i
version: true
pronamic-google-maps:
TranslationFile:
class: BodyPattern
path: languages/pronamic-google-maps.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Pronamic Google Maps (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pronamic-ideal:
TranslationFile:
class: BodyPattern
path: languages/pronamic_ideal.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Pronamic Pay (?<v>\d+\.[\.\d]+)/i
version: true
proof-factor-social-proof-notifications:
QueryParameter:
files:
- public/css/proof-factor-wp-public.css
version: true
propel:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
propellerads-official:
Readme:
path: README.txt
property-hive-allagents-review-embed:
Readme:
path: README.txt
property-permissions-for-realhomes:
QueryParameter:
files:
- public/css/property-permissions-for-realhomes-public.css
- public/js/property-permissions-for-realhomes-public.js
version: true
propertyhive:
QueryParameter:
files:
- assets/css/propertyhive.css
- assets/js/frontend/search.js
- assets/js/frontend/make-enquiry.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /PropertyHive (?<v>\d+\.[\.\d]+)/i
propertyshift:
Readme:
path: readme.txt
prosolution-wp-client:
Readme:
path: README.txt
prostudio-auto-meta-images:
Readme:
path: readme.txt
protect-admin-account:
Readme:
path: readme.txt
protect-pages-posts:
QueryParameter:
files:
- public/css/prevent_ur_pages-public.css
version: true
protect-uploads:
Readme:
path: readme.txt
protect-wp-admin:
Readme:
path: readme.txt
protect-wp-config-from-phishing-attacks:
TranslationFile:
class: BodyPattern
path: langs/protect-wp-config-from-phishing-attacks-fr_FR.po
pattern: !ruby/regexp /on:\ WordPress\.com Stats Smiley Remover v(?<v>\d+\.[\.\d]+)/i
version: true
protect-wp-files:
Readme:
path:
- readme.txt
- README.md
protect-wp-videos:
QueryParameter:
files:
- public/css/protect-ur-videos-public.css
- public/js/videojs-errors-3.0.2/videojs-errors.js
- public/js/protect-ur-videos-public.js
- public/js/protect-ur-videos-util.js
version: true
protected-page:
Readme:
path: readme.txt
proteusthemes-mailchimp-widget:
QueryParameter:
files:
- assets/css/main.css
version: true
prothemeswp-fade-in-shortcode:
Readme:
path: readme.txt
prothemeswp-frontend-admin-menu:
Readme:
path: readme.txt
prothemeswp-jquery-shortcode:
Readme:
path: readme.txt
prouptime:
Readme:
path: README.txt
prove-you-are-a-human-ruh-captcha-plugin:
TranslationFile:
class: BodyPattern
path: languages/RUH-ru_RU.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ RUH Captcha, (?<v>\d+\.[\.\d]+)/i
version: true
provesource:
Readme:
path: readme.txt
Comment:
pattern: !ruby/regexp /ProveSource Code \(Wordpress \/ Woocommerce v(?<v>\d+\.[\.\d]+)/i
version: true
provinces-and-districts-of-panama-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/provinces-and-districts-of-panama-for-woocommerce-es_ES.po
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.md
pryc-wp-add-custom-content-to-bottom-of-post:
Readme:
path: readme.txt
pryc-wp-remove-languages-for-divi:
Readme:
path: readme.txt
pryce-app:
Readme:
path: readme.txt
ps-ads-pro:
QueryParameter:
files:
- public/css/ps-ads-pro-public.css
- public/js/ps-ads-pro-public.js
version: true
ps-auto-sitemap:
Readme:
path: readme.txt
ps-disable-auto-formatting:
Readme:
path: readme.txt
ps-lms:
QueryParameter:
files:
- public/css/ps_lms-public.css
- public/js/ps_lms-public.js
version: true
ps-phpcaptcha:
QueryParameter:
files:
- public/css/psphpcaptchawp-public.css
- public/js/psphpcaptchawp-public.js
version: true
psn-pagespeed-ninja:
Readme:
path: readme.txt
psydro-reviews:
Readme:
path: readme.txt
pt-elementor-addons-lite:
Readme:
path: readme.txt
ptest-personality-tests-for-wordpress:
MetaTag:
class: Xpath
xpath: //meta[@name="PTest"]/@content
version: true
public-post-preview:
Readme:
path: readme.txt
publiq-wallet:
Readme:
path: readme.txt
publish-confirm-message:
Readme:
path: readme.txt
publish-date-datepicker:
TranslationFile:
class: BodyPattern
path: languages/pddp.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Publish Date DatePicker (?<v>\d+\.[\.\d]+)/i
version: true
publish-post-email-notification:
TranslationFile:
class: BodyPattern
path: languages/publish-post-email-notification.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
publish2:
QueryParameter:
files:
- js/pagination.js
version: true
publishing-checklist:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
publishpress-authors:
Readme:
path: readme.txt
publishpress-checklists:
Readme:
path: readme.txt
publitio:
QueryParameter:
files:
- public/css/publitio-public.css
- public/js/publitio-public.js
version: true
publitio-offloading:
Readme:
path: README.txt
pubmed-posts:
QueryParameter:
files:
- style.css
- script.js
version: true
pubperf-analytics:
Readme:
path: README.txt
pubsubhubbub:
TranslationFile:
class: BodyPattern
path: languages/pubsubhubbub.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WebSub\/PubSubHubbub (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
puchi-ab-testing:
QueryParameter:
files:
- public/css/puchi-public.css
- public/js/base64.js
- public/js/puchi-public.min.js
version: true
pud-generator:
QueryParameter:
files:
- public/css/pud-generator-public.css
- public/js/pud-generator-public.js
version: true
puilo:
Readme:
path: readme.txt
puppyfw:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
purchased-items-column-woocommerce:
Readme:
path: readme.txt
puredevs-gdpr-compliance:
QueryParameter:
files:
- public/css/icofont.min.css
- public/css/pd_gdpr-public.css
- public/js/pd_gdpr-public.js
version: true
purple-ecommerce-gateway-for-zotapay:
Readme:
path: readme.txt
purplepass-ticketing:
Readme:
path: readme.txt
purplesalad:
TranslationFile:
class: BodyPattern
path: purplesalad.pot
pattern: !ruby/regexp /\-Version:\ PurpleSalad Restaurant Plugin (?<v>\d+\.[\.\d]+)/i
version: true
push-notification:
QueryParameter:
files:
- "/assets/public/application.min.js"
- "/assets/public/messaging.min.js"
- "/assets/public/app.js"
version: true
Readme:
path: readme.txt
push-notification-for-post-and-buddypress:
Readme:
path: readme.txt
push-notification-for-wp-by-pushassist:
Comment:
xpath: //comment()[contains(., "pushassist.com")]
pattern: !ruby/regexp /Plugin version (?<v>\d+\.[\.\d]+) \- https?:\/\/pushassist\.com/i
version: true
Readme:
path: README.txt
push-notification-sender:
QueryParameter:
files:
- public/css/push-notification-sender-public.css
- public/js/push-notification-sender-public.js
version: true
pushdy-notifications:
Readme:
path: readme.txt
pushe-webpush:
TranslationFile:
class: BodyPattern
path: languages/pushe-webpush.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Pushe Webpush (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
pushnews:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
pushpress:
Readme:
path: readme.txt
pushpress-integration:
QueryParameter:
files:
- css/pushpress.css
version: true
pushpro-push-notifications:
Readme:
path: Readme.txt
pushquote:
QueryParameter:
files:
- css/pullquote.css
- js/pullquote.js
version: true
pvb-contact-form-7-calculator:
Readme:
path: readme.txt
pw-woocommerce-affiliates:
TranslationFile:
class: BodyPattern
path: languages/pw-woocommerce-affiliates.pot
pattern: !ruby/regexp '/t\-Id\-Version: PW WooCommerce Affiliates (?<v>\d+\.[\.\d]+)/i'
version: true
pw-woocommerce-bogo-free:
TranslationFile:
class: BodyPattern
path: languages/pimwick.pot
pattern: !ruby/regexp '/ct\-Id\-Version: PW WooCommerce BOGO Free (?<v>\d+\.[\.\d]+)/i'
version: true
pw-woocommerce-gift-cards:
TranslationFile:
class: BodyPattern
path: languages/pimwick.pot
pattern: !ruby/regexp '/t\-Id\-Version: PW WooCommerce Gift Cards (?<v>\d+\.[\.\d]+)/i'
version: true
pw-woocommerce-lets-export:
TranslationFile:
class: BodyPattern
path: languages/pimwick.pot
pattern: !ruby/regexp '/d\-Version: PW WooCommerce Let''s Export! (?<v>\d+\.[\.\d]+)/i'
version: true
pw-woocommerce-on-sale:
TranslationFile:
class: BodyPattern
path: languages/pimwick.pot
pattern: !ruby/regexp '/ect\-Id\-Version: PW WooCommerce On Sale! (?<v>\d+\.[\.\d]+)/i'
version: true
pwacommerce:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
pws-better-widget-title:
QueryParameter:
files:
- public/css/pws-better-widget-title-public.css
- public/js/pws-better-widget-title-public.js
version: true
pym-shortcode:
JavascriptComment:
class: BodyPattern
path: js/pym.v1.min.js
pattern: !ruby/regexp /pym\.js \- v(?<v>\d+\.[\.\d]+)/i
version: true
pyrfekt-cat:
Readme:
path: readme.txt
pythia-for-woocommerce:
Readme:
path: readme.txt
pyxis-mobile-menu:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/script.js
version: true
Readme:
path: readme.txt
pz-linkcard:
Readme:
path: readme.txt
pzz-api-client:
Readme:
path: readme.txt
q-and-a:
Comment:
pattern: !ruby/regexp /Q & A/i
q-events-light:
QueryParameter:
files:
- public/css/events-public.css
- public/js/events-public.js
version: true
q2w3-fixed-widget:
QueryParameter:
files:
- js/q2w3-fixed-widget.min.js
version: true
Readme:
path: readme.txt
q2w3-inc-manager:
Readme:
path: readme.txt
qa-cost-of-goods-margins:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
qa-heatmap-analytics:
Readme:
path: readme.txt
qbank-dam-connector:
Readme:
path: readme.txt
qbot-question-answer:
QueryParameter:
files:
- css//style.css
version: true
qibla-directory:
QueryParameter:
files:
- assets/js/utils.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/qibla-directory.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: QiblaDirectory (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
qibla-events:
QueryParameter:
files:
- assets/js/utils.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/qibla-events.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: QiblaEvents (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
qinvoice-mollie-ideal-for-gravity-forms:
Readme:
path: readme.txt
qinvoice-sisow-ideal-for-gravity-forms:
Readme:
path: readme.txt
qlik-sense:
QueryParameter:
files:
- index.js
version: true
JavascriptVar:
xpath: //script[not(@src) and contains(., "qs_host")]
pattern: !ruby/regexp /var vars = {(?<json>.+?(?=};))}/i
version_key: version
version: true
qnnp-restful-ui:
Readme:
path: readme.txt
qode-essential-addons:
TranslationFile:
class: BodyPattern
path: languages/qode-essential-addons.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Qode Essential Addons (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
qonvo-webchat:
Readme:
path: README.md
qoob:
ComposerFile:
class: ConfigParser
path: qoob/package-lock.json
key: version
version: true
JavascriptVar:
class: BodyPattern
path: qoob/qoob-backend-starter.js
pattern: !ruby/regexp /window\.QoobVersion = "(?<v>\d+\.[\.\d]+)";/i
version: true
qq-weather:
Comment:
pattern: !ruby/regexp '/v(?<v>\d+\.[\.\d]+): https?:\/\/www\.webucd\.com\/qq\-weather/i'
version: true
qqworld-auto-save-images:
Readme:
path: readme.txt
qqworld-cloud-storage:
Readme:
path: readme.txt
qr-code-composer:
QueryParameter:
files:
- public/js/qrious.min.js
version: true
Readme:
path: README.txt
qr-code-management:
Readme:
path: readme.txt
qr-code-payment:
Readme:
path: readme.txt
qr-code-scan-me-anywhere:
Comment:
pattern: !ruby/regexp /Social QR Code Scan Me Anywhere (?<v>\d+\.[\.\d]+)/i
version: true
qr-code-tag:
TranslationFile:
class: BodyPattern
path: lang/qrctwp-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: QR Code Tag v(?<v>\d+\.[\.\d]+)/i'
version: true
qr-code-waiter-calling-system:
Readme:
path: readme.txt
qr-code-woocommerce:
Readme:
path: readme.txt
qr-links:
Readme:
path: README.txt
qrcode-login-for-weixin:
Readme:
path: readme.md
qreatmenu-restaurant-qr-menu-for-woocommerce:
QueryParameter:
files:
- public/css/qrm-woocommerce-qr-menu-public.css
- public/js/qrm-woocommerce-qr-menu-public.js
version: true
qreuz:
Readme:
path: readme.txt
qroko-blocks:
Readme:
path: readme.txt
qstomizer-custom-product-designer:
TranslationFile:
class: BodyPattern
path: languages/qstomizer-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Qstomizer v(?<v>\d+\.[\.\d]+)/i'
version: true
qtranslate-x:
Readme:
path: readme.txt
quadmenu:
QueryParameter:
files:
- assets/frontend/js/quadmenu.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
quadmenu-avada:
Readme:
path: readme.txt
quadmenu-divi:
Readme:
path: readme.txt
quadpay-gateway-for-woocommerce:
Readme:
path: readme.txt
quae-map:
TranslationFile:
class: BodyPattern
path: lang/pl_PL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: quae_map (?<v>\d+\.[\.\d]+)/i'
version: true
qualigo-multi-banner:
Readme:
path: readme.txt
qualigo-widget:
Readme:
path: readme.txt
quality-checklist-opquast:
Readme:
path: readme.txt
quantcast-choice:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
quantity-changer-on-checkout-for-wc:
Readme:
path: readme.txt
quantity-field-on-shop-page-for-woocommerce:
Readme:
path: readme.txt
quarantinewp:
Readme:
path: readme.txt
quatriceps:
QueryParameter:
files:
- quatriceps.css
- quatriceps.js
version: true
quatro-splatkovy-predaj:
Readme:
path: readme.txt
queerify:
Readme:
path: README.txt
quenso-asgaros-forum-frontend-utilities:
QueryParameter:
files:
- assets/css/style.css
- assets/js/ajax.js
version: true
Readme:
path: readme.txt
quenso-peepso-asgaros-forum-integration:
Readme:
path: readme.txt
quentn-wp:
QueryParameter:
files:
- public/css/quentn-wp-public.css
- public/js/quentn-wp-public.js
- public/js/flipclock.min.js
version: true
Readme:
path: readme.txt
query-monitor:
Readme:
path: readme.txt
questionscout:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
quform-mailchimp:
TranslationFile:
class: BodyPattern
path: languages/quform-mailchimp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Quform Mailchimp (?<v>\d+\.[\.\d]+)/i'
version: true
quick-adsense:
Readme:
path: readme.txt
quick-adsense-reloaded:
Readme:
path: readme.txt
quick-age-verification:
Readme:
path: readme.txt
quick-chat:
QueryParameter:
files:
- js/jquery.c00kie.js
- js/quick-chat-load.js
version: true
Readme:
path:
- readme.txt
- README.md
quick-child-theme-generator:
Readme:
path: readme.txt
quick-coming-soon:
Readme:
path: README.txt
quick-count:
QueryParameter:
files:
- js/quick-count-load-frontend.js
version: true
TranslationFile:
class: BodyPattern
path: languages/quick-count.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Quick Count (?<v>\d+\.[\.\d]+)/i'
version: true
quick-download-button:
TranslationFile:
class: BodyPattern
path: languages/quick_download_button.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Quick Download Button (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
quick-edit:
Readme:
path: readme.txt
quick-edit-template-link:
Readme:
path: readme.txt
quick-event-calendar:
QueryParameter:
files:
- css/calendar.css
- calendar.js
version: true
Readme:
path: readme.txt
quick-featured-images:
Readme:
path: README.txt
quick-flag:
Readme:
path: readme.txt
quick-google-analytics:
Readme:
path: readme.txt
quick-login:
QueryParameter:
files:
- assets/quick-login.css
version: true
Readme:
path: readme.txt
quick-mail:
TranslationFile:
class: BodyPattern
path: lang/quick-mail-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Quick Mail v(?<v>\d+\.[\.\d]+)/i'
version: true
quick-maps:
Readme:
path: readme.txt
quick-pagepost-redirect-plugin:
Readme:
path: readme.txt
quick-popup-anything:
QueryParameter:
files:
- public/css/style.css
- public/js/script.js
version: true
Readme:
path: readme.txt
quick-questionnaire:
Readme:
path: readme.txt
quick-sharing:
Readme:
path: readme.txt
quick-sms-by-route-mobile:
Readme:
path: readme.txt
quick-testimonials:
QueryParameter:
files:
- public/assets/css/font-awesome.min.css
- public/assets/css/slick.css
- public/assets/css/structure.css
- public/assets/css/main.css
- public/assets/css/responsive.css
- public/assets/js/slick.min.js
- public/assets/js/main.js
- public/assets/css/plugin-styles.css
- public/assets/js/masonry.pkgd.min.js
- public/assets/js/plugin-scripts.js
version: true
quick-toolbar:
QueryParameter:
files:
- "/css/ecmqt-admin-styles.css"
- "/js/ecmqt-scripts.js"
version: true
quick-view-woo:
Readme:
path: readme.txt
quick-whatsapp:
Readme:
path: readme.txt
quickboard:
Readme:
path: readme.txt
quickcustomize:
Readme:
path: readme.txt
quickdashboard:
Readme:
path: readme.txt
quickemailverification:
Readme:
path: readme.txt
quickex:
Readme:
path: readme.md
quicklink:
QueryParameter:
files:
- "/quicklink.min.js"
- quicklink.min.js
version: true
Readme:
path: readme.txt
quicknav:
Readme:
path: readme.txt
quickom:
QueryParameter:
files:
- public/css/quickom-public.css
- public/js/quickom-public.js
- public/js/qrcode.min.js
version: true
quickpop-popup-builder:
Readme:
path: readme.txt
quickseo-by-squirrly:
Comment:
xpath: //comment()[contains(., "Quick SEO")]
pattern: !ruby/regexp /Quick SEO Plugin (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
quietly:
Comment:
pattern: !ruby/regexp /QWP v(?<v>\d+\.[\.\d]+)/i
version: true
quip-invoices-free:
Readme:
path: readme.txt
quixchat-live-wp-chat-customer-support-system:
Readme:
path: readme.txt
quiz-and-survey:
Readme:
path: readme.txt
quiz-by-categories:
Readme:
path: readme.txt
quiz-master-next:
Readme:
path: readme.txt
quizmaster-grades:
QueryParameter:
files:
- assets/css/quizmaster_grades.css
- assets/js/quizmaster_grades.js
version: true
quizmaster-progress-bar:
QueryParameter:
files:
- css/progress-bar.css
- js/progress_bar.js
version: true
quotation-manager:
Readme:
path: readme.txt
quote-of-the-day-by-libquotes:
Readme:
path: readme.txt
quote-press:
Readme:
path: readme.txt
quotes-collection:
QueryParameter:
files:
- css/quotes-collection.css
- js/quotes-collection.js
version: true
Readme:
path: readme.txt
quotes-llama:
QueryParameter:
files:
- quotes-llama.js
version: true
quotopia:
Readme:
path: readme.txt
quran-live:
QueryParameter:
files:
- "/template/js/quranlive_load.js"
- "/template/js/screenfull.js"
version: true
qwanturank:
Readme:
path: readme.txt
qwiz-online-quizzes-and-flashcards:
QueryParameter:
files:
- qwiz.js
- qwizcards.js
- jquery.ui.touch-punch.min.js
- qwiz_qcards_common.js
version: true
qyrr-code:
Readme:
path: readme.txt
r-cool-social-buttons:
QueryParameter:
files:
- assets/cool-share/plugin.css
version: true
r1-widget:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
r3df-copyright-message:
QueryParameter:
files:
- css/style.css
version: true
ra-shortcodes-bundle:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
rabbitbuilder-global-central-js-css:
Readme:
path:
- readme.txt
- README.md
racar-clear-cart-for-woocommerce:
Readme:
path: readme.txt
radar-shortcodes:
QueryParameter:
files:
- public/css/radar-shortcodes.css
- public/css/hljs/atom-one-dark.css
- public/js/radar-shortcodes.js
- public/js/radar-shortcodes-plugins.js
version: true
radio-buttons-for-taxonomies:
TranslationFile:
class: BodyPattern
path: languages/radio-buttons-for-taxonomies.pot
pattern: !ruby/regexp '/d\-Version: Radio Buttons for Taxonomies (?<v>\d+\.[\.\d]+)/i'
version: true
radio-station:
Readme:
path: readme.txt
radio-tools:
Readme:
path: readme.txt
raffle-ticket-generator:
Readme:
path: readme.txt
rafflepress:
Readme:
path: readme.txt
raileo:
QueryParameter:
files:
- public/css/raileo-public.css
- public/js/raileo-public.js
version: true
Readme:
path: README.txt
rainbow-address-bar:
Readme:
path: readme.txt
rajce:
Readme:
path: readme.txt
rake-live-chat:
Readme:
path: readme.txt
ramadhan-countdown:
Readme:
path: README.txt
random-and-popular-post:
QueryParameter:
files:
- public/css/random-and-popular-post-public.css
version: true
Readme:
path: readme.txt
random-banner:
QueryParameter:
files:
- assets/style/bc_rb_global.css
- assets/style/animate.css
- assets/style/owl.carousel.css
- assets/style/owl.theme.default.css
- assets/style/owl.transitions.css
- assets/script/bc_rb_global.js
- assets/script/owl.carousel.js
version: true
random-banners:
Readme:
path: readme.txt
random-content-shortcode:
QueryParameter:
files:
- random-content-shortcode.js
version: true
random-image-gallery-with-fancy-zoom:
Readme:
path: readme.txt
random-image-gallery-with-pretty-photo-zoom:
Readme:
path: readme.txt
random-image-light-box:
Readme:
path: readme.txt
random-look:
Readme:
path: readme.txt
random-numbers-generator:
Readme:
path: readme.txt
random-post-name:
Readme:
path: readme.txt
random-posts-mp3-player-sharebutton:
Comment:
pattern: !ruby/regexp '/4 in 1 Widget v(?<v>\d+\.[\.\d]+): Random Posts, Mp3
Player,/i'
version: true
random-quiz-addon-for-lifterlms:
Readme:
path: readme.txt
random-quote-generator:
Readme:
path: readme.txt
random-quote-of-the-day:
QueryParameter:
files:
- includes/assets/css/public.css
- includes/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/random-quote-of-the-day.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
rank-with-schema:
QueryParameter:
files:
- js/main.js
version: true
rankbear:
Readme:
path: readme.txt
rankingman:
Readme:
path: readme.txt
rapid-cache:
Readme:
path: readme.txt
rara-one-click-demo-import:
Readme:
path: readme.txt
raratheme-companion:
TranslationFile:
class: BodyPattern
path: languages/raratheme-companion.pot
pattern: !ruby/regexp '/Project\-Id\-Version: RaraTheme Companion (?<v>\d+\.[\.\d]+)/i'
version: true
rate:
QueryParameter:
files:
- js/rate.js
version: true
rating-block:
Readme:
path: readme.txt
rating-plus:
TranslationFile:
class: BodyPattern
path: languages/ratingplus.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Rating Plus (?<v>\d+\.[\.\d]+)/i'
version: true
rating-writing:
QueryParameter:
files:
- css/gcrw.css
version: true
ratio-thumbnails-size:
Readme:
path: readme.txt
raudhah-pay-for-woocommerce:
Readme:
path: readme.txt
ravelry-projects-widget:
TranslationFile:
class: BodyPattern
path: languages/ravelry-projects-widget.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Ravelry projects widget (?<v>\d+\.[\.\d]+)/i'
version: true
raw-html:
Readme:
path: readme.txt
raw-html-snippets:
Readme:
path: readme.txt
ray-social-feeds-for-twitter:
QueryParameter:
files:
- css/rc-myctf.css
- js/rc_myctf_media_buttons.js
- js/rc_myctf_image_slider.js
version: true
Readme:
path: readme.txt
razorpay-gravity-forms:
Readme:
path: readme.txt
rc-geo-access:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
rc-site-map:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
rc-wc-custom-payment-gateway-api:
Readme:
path: readme.txt
rch-menu-cart-for-woocommerce:
Readme:
path: readme.txt
rch-migrate-shopify-to-wp:
Readme:
path: readme.txt
rch-wc-affiliates-system:
Readme:
path: readme.txt
rch-woo-store-sale:
Readme:
path: readme.txt
rd-add-palecolors:
Readme:
path: readme.txt
rd-products-no-api-for-amazon:
Readme:
path: readme.txt
rd-wapp:
QueryParameter:
files:
- assets/css/rdwapp-style-front.css
- assets/js/rdwapp-script-front.js
version: true
Readme:
path: readme.txt
rdp-google-custom-search:
QueryParameter:
files:
- pl/style/gsc.default-en.css
- pl/style/gsc.default.css
- pl/style/rdp-gcs.style.css
- pl/js/script.global.js
version: true
rdp-ingroups:
QueryParameter:
files:
- pl/js/script.global.js
version: true
rdp-linkedin-login:
QueryParameter:
files:
- pl/js/script.global.js
version: true
rdp-wiki-embed:
QueryParameter:
files:
- pl/css/wiki-embed.css
- pl/css/style.css
version: true
rdp-wiki-press-embed:
QueryParameter:
files:
- resources/css/wiki-embed.css
version: true
rduplicator:
Readme:
path: readme.txt
re-abolish-slavery-ribbon:
QueryParameter:
files:
- css/style.css
- javascript/functions.js
version: true
re-add-text-justify-button:
Readme:
path: readme.txt
re-add-underline-justify:
Readme:
path: readme.txt
re-phone-cta:
QueryParameter:
files:
- frontend/css/cta_style.css
- frontend/js/cta_script.js
version: true
Readme:
path: readme.txt
reachdrip-web-push-notifications:
Comment:
xpath: //comment()[contains(., "powered by ReachDrip")]
pattern: !ruby/regexp /Plugin version (?<v>\d+\.[\.\d]+) \- https:\/\/reachdrip\.com/i
version: true
Readme:
path: README.txt
react-and-share:
QueryParameter:
files:
- assets/css/styles.css
- assets/js/js.cookie.min.js
- assets/js/rns.js
version: true
reactive-mortgage-calculator:
QueryParameter:
files:
- site/resources/materialize.css
- site/resources/app.css
version: true
read-me-later:
QueryParameter:
files:
- public/css/read-me-later-public.css
- public/js/read-me-later-public.js
version: true
read-meter:
QueryParameter:
files:
- assets/css/bsfrt-frontend-css.css
version: true
read-more-buddy:
QueryParameter:
files:
- public/css/read_mb-public.css
- public/js/read_mb-public.js
version: true
read-more-by-gasoline-digital:
Readme:
path: readme.txt
read-offline:
TranslationFile:
class: BodyPattern
path: languages/read-offline.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Read Offline (?<v>\d+\.[\.\d]+)/i'
version: true
real-accessability:
QueryParameter:
files:
- real-accessability.css
- real-accessability.js
version: true
real-category-library-lite:
TranslationFile:
class: BodyPattern
path: languages/real-category-library-de_DE.po
pattern: !ruby/regexp '/\-Version: WP Real Categories Management (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
real-content-locker:
QueryParameter:
files:
- assets/css/front.css
- assets/js/front.js
version: true
real-cookie-banner:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
real-custom-post-order:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
real-estate-agencies:
QueryParameter:
files:
- public/css/real-estate-agencies-public.css
- public/js/real-estate-agencies-public.js
version: true
real-estate-properties:
QueryParameter:
files:
- public/css/real-estate-properties-public.css
- public/js/real-estate-properties-public.js
version: true
real-estate-right-now:
QueryParameter:
files:
- "/assets/fonts/font-awesome/css/font-awesome.min.css"
version: true
real-media-library-lite:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
real-membership:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
real-protection-otp:
Readme:
path: readme.txt
real-thumbnail-generator-lite:
TranslationFile:
class: BodyPattern
path: languages/real-thumbnail-generator.pot
pattern: !ruby/regexp '/Id\-Version: WP Real Thumbnail Generator (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
real-time-find-and-replace:
Readme:
path: readme.txt
realbig-media:
QueryParameter:
files:
- asyncBlockInserting.js
- readyAdGather.js
version: true
realhomes-currency-switcher:
QueryParameter:
files:
- public/css/realhomes-currency-switcher-public.css
- public/js/realhomes-currency-switcher-public.js
version: true
Readme:
path: README.txt
really-simple-captcha:
Readme:
path: readme.txt
really-simple-csv-importer:
Readme:
path: readme.txt
really-simple-feedback:
QueryParameter:
files:
- dist/really-simple-feedback.css
- dist/really-simple-feedback.js
version: true
Readme:
path: readme.txt
really-simple-ga:
TranslationFile:
class: BodyPattern
path: languages/really-simple-ga.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Really Simple GA (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
really-simple-google-tag-manager:
Readme:
path: readme.txt
really-simple-rfq-form-for-woocommerce:
Readme:
path: readme.txt
really-simple-ssl:
Readme:
path: readme.txt
really-static:
TranslationFile:
class: BodyPattern
path: languages/default.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Really\-static (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
realtime-comments:
QueryParameter:
files:
- css/style.css
- js/script.js
version: true
realtimehot-weibo:
Readme:
path: readme.txt
realtypack-core:
QueryParameter:
files:
- views/assets/css/agancy.css
- views/assets/admin/css/featherlight.min.css
- views/assets/admin/js/featherlight.min.js
- views/assets/js/plugins/jquery.lazy.min.js
- views/assets/js/realty-pack-core.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/RTPC.pot
pattern: !ruby/regexp /msgid "v (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
reanimate-on-scroll:
Readme:
path: readme.txt
rearrange-woocommerce-products:
Readme:
path: readme.txt
rebel-slider:
QueryParameter:
files:
- public/css/rebel-slider-public.css
- public/js/rebel-slider-public.js
version: true
rebranded-pro-the-agency-toolkit:
Readme:
path: readme.txt
recaptcha-for-asgaros-forum:
Readme:
path: readme.txt
recaptcha-for-login-and-registration:
QueryParameter:
files:
- public/css/prositecaptcha-public.css
- public/js/prositecaptcha-public.js
version: true
recaptcha-for-mw-wp-form:
Readme:
path: readme.txt
recaptcha-lite:
Readme:
path: readme.txt
recaptcha-protected-downloads:
TranslationFile:
class: BodyPattern
path: languages/rcpdl.pot
pattern: !ruby/regexp '/\-Version: reCaptcha Protected Downloads (?<v>\d+\.[\.\d]+)/i'
version: true
recapture-for-edd:
Readme:
path: readme.txt
recapture-for-restrict-content-pro:
Readme:
path: readme.txt
recapture-for-woocommerce:
Readme:
path: readme.txt
recencio-book-reviews:
QueryParameter:
files:
- public/css/rcno-reviews-public.css
- public/js/rcno-reviews-public.js
version: true
recent-facebook-posts:
QueryParameter:
files:
- assets/css/default.min.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
Readme:
path: readme.txt
recent-popular-comment-tag-widget:
QueryParameter:
files:
- assets/js/rpctw-script.js
version: true
recent-post-lazy-load:
QueryParameter:
files:
- inc/css/custom.css
version: true
recent-post-slider-with-widget:
QueryParameter:
files:
- rpsw-assets/css/slick.css
- rpsw-assets/css/recent-post-style.css
- rpsw-assets/css/font-awesome.min.css
version: true
Readme:
path: readme.txt
recent-posts-flexslider:
Readme:
path: README.txt
recent-posts-from-each-category:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
recent-posts-markdown:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
recent-posts-slider:
Readme:
path: readme.txt
recent-posts-ultimate:
Readme:
path: readme.txt
recent-posts-widget-and-shortcode:
Readme:
path: README.txt
recent-posts-widget-designer:
QueryParameter:
files:
- assets/css/recent-post-widget-style.css
version: true
recent-posts-widget-extended:
Readme:
path: readme.txt
recent-posts-widget-with-thumbnails:
Readme:
path: README.txt
recent-shots-widget:
QueryParameter:
files:
- assets/style.css
version: true
recent-tweet:
QueryParameter:
files:
- fa_twitter_plugin.css
version: true
recent-tweets-widget:
Readme:
path: readme.txt
recently:
QueryParameter:
files:
- style/recently.css
version: true
recently-purchased-product-list-for-woocommerce:
Readme:
path: readme.txt
recentnews-shortcode:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
recents-post-widget-extended:
Comment:
pattern: !ruby/regexp /Generated by https?:\/\/wordpress.org\/plugins\/recent\-posts\-widget\-extended/i
recherche-multi-champs:
Readme:
path: readme.txt
recipe-block:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
recipe-hero:
QueryParameter:
files:
- assets/frontend/css/gridism.css
- assets/frontend/css/recipe-hero.css
- assets/frontend/js/rh-scripts.js
version: true
recipe-rating:
Readme:
path: readme.txt
recipe-snippets:
Readme:
path: readme.txt
recipecan-recipes:
QueryParameter:
files:
- stylesheets/recipecan.css
- stylesheets/print.css
version: true
recobox:
Readme:
path: README.txt
recombee-recommendation-engine:
TranslationFile:
class: BodyPattern
path: includes/assets/languages/menu-page-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Listable (?<v>\d+\.[\.\d]+)/i'
version: true
recommender:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
record-screen:
Readme:
path: readme.txt
recover-wc-abandoned-cart:
Readme:
path: readme.txt
recover-woocommerce-abandoned-cart:
QueryParameter:
files:
- public/css/recover-woocommerce-abandoned-cart-public.css
- public/js/recover-woocommerce-abandoned-cart-public.js
version: true
recras:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
recurly-subscription:
QueryParameter:
files:
- public/css/recurly-subscription-public.css
- public/js/recurly-subscription-public.js
- public/js/rs-jquery-validate.js
- public/js/rs-additional-methods.js
version: true
recursive-shortcode:
Readme:
path: readme.txt
red-balloon-frontend-suite:
QueryParameter:
files:
- js/rb-vertical-equaliser.js
- js/rb-autotype.js
- js/rb-dropcap.js
version: true
redes-sociais-wpdev-net:
Readme:
path: readme.txt
redi-restaurant-reservation:
Readme:
path: readme.txt
redirect-301:
Readme:
path: readme.txt
redirect-404-to-home-page-custom-url:
Readme:
path: readme.txt
redirect-editor:
Readme:
path: readme.txt
redirect-pagespost-with-shortcode:
QueryParameter:
files:
- public/css/pi_redirect_shortcode-public.css
- public/js/pi_redirect_shortcode-public.js
version: true
redirect-role-wise:
Readme:
path: readme.txt
redirect-to-home:
Readme:
path: readme.txt
redirect-unattached-images:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
redirect-woocommerce-user-that-bought-this-product:
Readme:
path: readme.txt
redirection:
JavascriptComment:
class: BodyPattern
path: redirection.js
pattern: !ruby/regexp /Redirection v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
redirection-https-for-apache:
Readme:
path: readme.txt
redis-cache:
TranslationFile:
class: BodyPattern
path: languages/redis-cache.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Redis Object Cache (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
redpic-js-css-optimizer:
Readme:
path: readme.txt
redux-framework:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
reelgood-publishers-widget:
Readme:
path: README.txt
reenio:
Readme:
path: readme.txt
refback:
TranslationFile:
class: BodyPattern
path: languages/refback.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Refback (?<v>\d+\.[\.\d]+)/i'
version: true
refer-a-friend-for-woocommerce-by-wpgens:
QueryParameter:
files:
- public/js/cookie.min.js
- public/js/gens-raf-public.js
version: true
referencer:
Readme:
path: readme.txt
referralcandy-for-woocommerce:
Readme:
path: readme.txt
referralyard:
Readme:
path: readme.txt
referrer-analytics:
Readme:
path: readme.txt
refiner:
Readme:
path: readme.txt
reforestum:
Readme:
path: readme.txt
reframer:
QueryParameter:
files:
- public/css/reframer-public.min.css
- public/js/reframer-public.min.js
version: true
regenerate-thumbnails:
Readme:
path: readme.txt
regenerate-thumbnails-advanced:
Readme:
path: readme.txt
regiondo-widgets:
Readme:
path: readme.txt
registration-agreement-checkboxes:
Readme:
path: readme.txt
registration-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/registration-for-woocommerce.pot
pattern: !ruby/regexp '/d\-Version: Registration For WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
registrations-for-the-events-calendar:
QueryParameter:
files:
- css/rtec-styles.css
- js/rtec-scripts.js
version: true
Readme:
path: readme.txt
relais-2fa:
Readme:
path: readme.txt
related:
QueryParameter:
files:
- css/frontend-style.css
version: true
related-categories-for-woocommerce:
Readme:
path: readme.txt
related-categories-post:
Readme:
path: readme.txt
related-post-for-wp:
QueryParameter:
files:
- public/assets/css/style.css
version: true
related-posts-by-taxonomy:
TranslationFile:
class: BodyPattern
path: lang/related-posts-by-taxonomy.pot
pattern: !ruby/regexp '/t\-Id\-Version: Related Posts By Taxonomy (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
related-posts-for-wp:
Readme:
path: readme.txt
related-posts-on-404-page:
Readme:
path: readme.txt
related-posts-slider:
QueryParameter:
files:
- styles/default/style.css
- js/jquery.easing.1.3.js
- js/cf5.rps.js
version: true
related-posts-thumbnails:
Readme:
path: readme.txt
related-posts-with-relevanssi:
Readme:
path: readme.txt
related-posts-with-slider:
QueryParameter:
files:
- public/css/tm-related-posts-public.css
- public/js/bootstrap.min.js
version: true
related-product-for-woo:
QueryParameter:
files:
- public/css/similar-product-for-woo-public.css
- public/js/similar-product-for-woo-public.js
version: true
Readme:
path: README.txt
related-products-sku:
QueryParameter:
files:
- public/css/wcrp-public.css
- public/js/wcrp-public.js
version: true
related-products-slider-for-woocommerce:
QueryParameter:
files:
- "/assets/css/main.css"
version: true
relations-lite:
QueryParameter:
files:
- assets/public/css/relations.css
- assets/public/js/relations.js
version: true
relevanssi:
Readme:
path: readme.txt
relevanssi-light:
Readme:
path: readme.txt
relevanzz:
Readme:
path: readme.txt
relic-sales-motivator-woocommerce-lite:
QueryParameter:
files:
- public/css/sales-motivator-woocommerce-public.css
- public/js/notify.min.js
- public/js/sales-motivator-woocommerce-public.js
version: true
relocate-upload:
Readme:
path: readme.txt
remarkety-for-woocommerce:
Readme:
path: readme.txt
remind-me-tinymce-keyboard-shortcuts-list:
Readme:
path: readme.txt
remixd-voice:
Readme:
path: README.txt
remoji:
QueryParameter:
files:
- assets/css/remoji.css
- assets/remoji.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/remoji.pot
pattern: !ruby/regexp /emoji \- Comment Reaction and Management (?<v>\d+\.[\.\d]+)/i
version: true
remote-cache-purger:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
remote-medias-lite:
TranslationFile:
class: BodyPattern
path: lang/remote-medias-lite.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: remote\-medias\-lite (?<v>\d+\.[\.\d]+)/i'
version: true
remote-site-posts-for-elementor:
Readme:
path: readme.txt
remote-snippets:
Readme:
path: readme.txt
remove-add-to-cart-button-for-woocommerce:
Readme:
path: README.txt
remove-add-to-cart-woocommerce:
Readme:
path: readme.txt
remove-admin-footer-and-version:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
remove-admin-menus-by-role:
Readme:
path: readme.txt
remove-canonical-urls-for-facebook:
Readme:
path: readme.txt
remove-category-url:
Readme:
path: readme.txt
remove-core-editor-google-font:
Readme:
path: readme.txt
remove-dashboard-access-for-non-admins:
Readme:
path: readme.txt
remove-emoji-css-and-js:
Readme:
path: readme.txt
remove-extra-media:
TranslationFile:
class: BodyPattern
path: languages/remove-extra-media.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Remove Extra Media (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
remove-footer-credit:
Readme:
path: readme.txt
remove-generator-tag-for-wordpress:
TranslationFile:
class: BodyPattern
path: langs/wp-remove-generator-meta-de_DE.po
pattern: !ruby/regexp '/on: WordPress\.com Stats Smiley Remover v(?<v>\d+\.[\.\d]+)/i'
version: true
remove-google-fonts-references:
Readme:
path: readme.txt
remove-howdy-in-admin-panel:
Readme:
path: readme.txt
remove-jquery-migrate:
Readme:
path: readme.txt
remove-media-library:
QueryParameter:
files:
- public/css/remove-media-library-public.css
- public/js/remove-media-library-public.js
version: true
remove-noreferrer:
Readme:
path: readme.txt
remove-old-slug-for-postpages:
Readme:
path: readme.txt
remove-open-sans-font-from-wp-core:
Readme:
path: readme.txt
remove-projects-in-divi:
TranslationFile:
class: BodyPattern
path: languages/remove-projects-in-divi.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Remove Projects in Divi (?<v>\d+\.[\.\d]+)/i
version: true
remove-query-strings-from-static-resources:
Readme:
path: readme.txt
remove-rss-feed:
Readme:
path: readme.txt
remove-schema:
Readme:
path: README.txt
remove-site-heath-from-dashboard:
Readme:
path: readme.txt
remove-taxonomy-url:
Readme:
path: README.txt
remove-unwanted-p-tag-from-content:
QueryParameter:
files:
- public/css/remove-unwanted-p-tag-from-content-public.css
- public/js/remove-unwanted-p-tag-from-content-public.js
version: true
remove-update-notification:
Readme:
path: readme.txt
remove-url-field-from-comment-form-in-generatepress-theme:
Readme:
path: readme.txt
remove-website-link-field-from-comment-section:
Readme:
path: readme.txt
remove-widget-titles:
Readme:
path: readme.txt
remove-woocommerce-billing-address-for-free-checkout:
Readme:
path: readme.txt
remove-wordfence-2fa:
Readme:
path: readme.txt
remove-xml-rpc-pingback:
Readme:
path: readme.txt
remove-xmlrpc-pingback-ping:
Readme:
path: README.txt
remove-yellow-bgbox:
Readme:
path: README.txt
remove-yoast-seo-comments:
Readme:
path: readme.txt
rename-taxonomies:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
rename-wp-login:
Readme:
path: readme.md
render-posts:
Readme:
path: readme.txt
rendez-vous:
TranslationFile:
class: BodyPattern
path: languages/rendez-vous.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Rendez Vous (?<v>\d+\.[\.\d]+)/i'
version: true
renee-work-in-progress:
Readme:
path: readme.txt
repack-for-woocommerce:
Readme:
path: README.txt
repeat-events:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
repeater-add-on-for-gravity-forms:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
replace-broken-images:
Readme:
path: readme.txt
replaybird:
Readme:
path: readme.txt
reportcomments:
QueryParameter:
files:
- reportcomments.js
version: true
reported-comments:
Readme:
path: readme.txt
republish-old-posts:
Readme:
path: readme.txt
reputate:
QueryParameter:
files:
- public/css/reputate_wordpress-public.css
- public/js/reputate_wordpress-public.js
version: true
request-a-date:
Readme:
path: readme.txt
request-a-quote:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Request a quote v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
request-for-quotation:
Readme:
path: readme.txt
rescue-children-banner:
QueryParameter:
files:
- css/front-end.css
- javascript/front-end.js
version: true
TranslationFile:
class: BodyPattern
path: languages/rescue-children-banner.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Rescue Children Banner (?<v>\d+\.[\.\d]+)/i'
version: true
reservas-online:
QueryParameter:
files:
- public/css/wp-reservas-public.css
- public/js/wp-reservas-public.js
version: true
reservation-facile:
Readme:
path: readme.txt
reserveren-via-couverts:
QueryParameter:
files:
- assets/css/couverts.min.css
- assets/js/couverts.min.js
version: true
reset-button-for-acf:
Readme:
path: readme.txt
reset-customizer:
Readme:
path: readme.txt
reset-roles-and-capabilities:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
residential-address-detection:
Readme:
path: readme.txt
resize-image-after-upload:
Readme:
path: readme.txt
resize-width:
Readme:
path: readme.txt
resmushit-image-optimizer:
Readme:
path: readme.txt
resolw-chat:
Readme:
path: readme.txt
resource-library:
Comment:
xpath: //comment()[contains(., "resource-library")]
pattern: !ruby/regexp /resource\-library\/inc\/fontello\/css\/fontello\-ie7\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- inc/fontello/css/fontello.css
- inc/front.css
- inc/front.js
version: true
responcierge:
QueryParameter:
files:
- public/css/responcierge-public.css
- public/js/responcierge-public.js
version: true
responsive-add-ons:
Readme:
path: readme.txt
responsive-album-and-image-gallery-lightbox:
QueryParameter:
files:
- assets/css/magnific-popup.css
- assets/css/slick.css
- assets/css/raigl-public.css
version: true
responsive-attention-box:
QueryParameter:
files:
- js/alert.js
version: true
responsive-block-control:
QueryParameter:
files:
- public/js/responsive-block-control-public.js
version: true
Readme:
path: README.txt
responsive-block-editor-addons:
Readme:
path: readme.txt
responsive-calendar-widget:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/responsive-calendar-widget.pot
pattern: !ruby/regexp '/\-Id\-Version: Responsive Calendar Widget (?<v>\d+\.[\.\d]+)/i'
version: true
responsive-customizer:
TranslationFile:
class: BodyPattern
path: languages/wp-responsive-customizer-en_US.po
pattern: !ruby/regexp '/ersion: WordPress Responsive Customizer (?<v>\d+\.[\.\d]+)/i'
version: true
responsive-embed-videos:
QueryParameter:
files:
- js/rev.js
version: true
responsive-embeds:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
responsive-full-width-background-slider:
Readme:
path: readme.txt
responsive-gallery-grid:
QueryParameter:
files:
- css/style.css
version: true
responsive-grid-gallery-with-custom-links:
QueryParameter:
files:
- css/rggcl.css
version: true
responsive-grid-layout-blocks:
Readme:
path:
- readme.txt
- readme.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
responsive-header-image-slider:
QueryParameter:
files:
- css/responsiveimgslider.css
- js/jquery.slides.min.js
version: true
responsive-horizontal-vertical-and-accordion-tabs:
TranslationFile:
class: BodyPattern
path: languages/wp-best-responsive-tabs.pot
pattern: !ruby/regexp /horizontal vertical and accordion Tabs (?<v>\d+\.[\.\d]+)/i
version: true
responsive-iframe:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
responsive-jquery-slider:
TranslationFile:
class: BodyPattern
path: languages/responsive-jquery-slider.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Responsive jQuery Slider (?<v>\d+\.[\.\d]+)/i'
version: true
responsive-lightbox:
QueryParameter:
files:
- assets/swipebox/css/swipebox.min.css
- assets/swipebox/js/jquery.swipebox.min.js
- js/front.js
version: true
Readme:
path: readme.txt
responsive-lightbox-lite:
Readme:
path: readme.txt
responsive-lightbox-popup:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
responsive-lightbox2:
QueryParameter:
files:
- js/lightbox.js
version: true
Readme:
path: readme.txt
responsive-logo-slideshow:
Readme:
path: readme.txt
responsive-menu:
Readme:
path: readme.txt
responsive-mobile-menu:
QueryParameter:
files:
- public/css/rmm-responsive-mobile-menu-public.css
- public/js/rmm-responsive-mobile-menu-public.js
version: true
responsive-mobile-select-menu:
Readme:
path:
- readme.txt
- readme.md
responsive-mortgage-calculator:
Readme:
path: readme.txt
responsive-news-scroller:
QueryParameter:
files:
- public/css/wpr-theme.css
version: true
responsive-owl-carousel:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
responsive-p5js-for-wp:
QueryParameter:
files:
- css/p5js.min.css
- js/loader.min.js
version: true
responsive-portfolio-image-gallery:
QueryParameter:
files:
- assets/css/rcpig_grid_light.css
- assets/js/rcpig_grid.min.js
version: true
responsive-posts-widget:
QueryParameter:
files:
- responsive-posts-widget.css
version: true
responsive-pricing-info-tables:
QueryParameter:
files:
- assets/css/frontend/rptb_ui.css
- assets/css/frontend/rptb-bsgrid.min.css
- assets/css/frontend/animate.min.css
- assets/js/frontend/rptb_ui.js
version: true
responsive-pricing-table:
QueryParameter:
files:
- assets/css/style.css
version: true
responsive-select-menu:
Readme:
path: readme.txt
responsive-slider:
Readme:
path: readme.txt
responsive-sliding-menu:
Readme:
path: readme.txt
responsive-team-showcase:
QueryParameter:
files:
- rts-assets/css/slick.css
- rts-assets/css/magnific-popup.css
- rts-assets/css/rts-costum.css
- rts-assets/css/font-awesome.min.css
version: true
Readme:
path: readme.txt
responsive-ui-for-beaver-builder:
Readme:
path:
- readme.txt
- README.md
responsive-video-shortcodes:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
responsive-video-ultimate:
QueryParameter:
files:
- js/jquery.fitvids.js
version: true
responsive-videos-fitvids:
QueryParameter:
files:
- assets/js/jQuery.fitVids.js
version: true
responsive-widgets:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
responsive-youtube-video-player-and-iframe:
QueryParameter:
files:
- public/css/wp-yrvp-public.css
- public/js/wp-yrvp-public.js
version: true
responsivity:
Readme:
path: readme.txt
resrc:
QueryParameter:
files:
- public/assets/css/public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/resrc.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
rest-api-cache:
QueryParameter:
files:
- public/css/rest-api-cache-public.css
- public/js/rest-api-cache-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/rest-api-cache.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Rest Api Cache (?<v>\d+\.[\.\d]+)/i'
version: true
rest-api-custom-fields:
Readme:
path: readme.txt
rest-api-enabler:
TranslationFile:
class: BodyPattern
path: languages/rest-api-enabler.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: REST API Enabler (?<v>\d+\.[\.\d]+)/i'
version: true
rest-api-featured-image:
Readme:
path: readme.txt
rest-api-head-tags:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
rest-api-helper:
Readme:
path: readme.txt
rest-api-link-manager:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
rest-interface-for-wpforms:
Readme:
path: README.txt
rest-manager:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
rest-query-monitor:
Readme:
path: readme.txt
rest-xmlrpc-data-checker:
TranslationFile:
class: BodyPattern
path: languages/rest-xmlrpc-data-checker.pot
pattern: !ruby/regexp '/t\-Id\-Version: REST XML\-RPC Data Checker (?<v>\d+\.[\.\d]+)/i'
version: true
restaurant-cafe-addon-for-elementor:
QueryParameter:
files:
- assets/css/niche-frame.css
- assets/css/magnific-popup.min.css
- assets/css/slick-theme.min.css
- assets/css/slick.min.css
- assets/css/responsive.css
- assets/js/jquery.counterup.min.js
- assets/js/jquery.multiscroll.min.js
- assets/js/scripts.js
version: true
Readme:
path: readme.txt
restaurant-link:
QueryParameter:
files:
- public/css/restaurant-link-public.css
- public/js/restaurant-link-public.js
version: true
Readme:
path: readme.txt
restaurant-pickup-delivery-dine-in:
Readme:
path: readme.txt
restaurant-reservations:
TranslationFile:
class: BodyPattern
path: languages/restaurant-reservations.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Restaurant Reservations (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.md
restaurantpress:
QueryParameter:
files:
- assets/css/restaurantpress-layout.css
- assets/css/restaurantpress-smallscreen.css
- assets/css/restaurantpress.css
- assets/js/frontend/restaurantpress.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /RestaurantPress (?<v>\d+\.[\.\d]+)/i
TranslationFile:
class: BodyPattern
path: languages/restaurantpress.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ RestaurantPress (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
restful-syndication:
Readme:
path: readme.txt
restore-admin-header:
TranslationFile:
class: BodyPattern
path: languages/default.po
pattern: !ruby/regexp '/oject\-Id\-Version: Restore Admin Header v(?<v>\d+\.[\.\d]+)/i'
version: true
restore-post-format-icons:
Readme:
path: readme.txt
restore-purchased-items-column:
Readme:
path: readme.txt
restrict-author-categories:
Readme:
path: readme.txt
restrict-user-access:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
restrict-widgets:
Readme:
path: readme.txt
restrict-woocommerce-reports-status:
TranslationFile:
class: BodyPattern
path: languages/restrict-woocommerce-reports-status-pt_BR.po
pattern: !ruby/regexp '/on: Restrict WooCommerce Reports Status (?<v>\d+\.[\.\d]+)/i'
version: true
restricted-block-by-user-roles:
Readme:
path: readme.txt
restricted-content:
Readme:
path: readme.txt
restropress:
QueryParameter:
files:
- templates/rpress.min.css
- assets/js/rpress-ajax.js
- assets/js/jquery.fancybox.js
- assets/js/custom.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "RestroPress")]/@content
version: true
pattern: !ruby/regexp /RestroPress v(?<v>\d+\.[\.\d]+)/i
resume-builder:
QueryParameter:
files:
- "/assets/css/style.css"
- assets/css/style.min.css
version: true
resume-cv:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
resume-cv-block:
Readme:
path: readme.txt
resume-page:
TranslationFile:
class: BodyPattern
path: libs/custom-meta-boxes/languages/cmb-fi.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Custom Meta Boxes (?<v>\d+\.[\.\d]+)/i'
version: true
resume-upload-form:
Readme:
path: readme.txt
retainly:
QueryParameter:
files:
- css/style.css
- js/jquery.uniform.min.js
- js/custom.js
- js/idle-timer.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
retargetapp-integration-for-woocommerce:
Readme:
path: readme.txt
retrigger-notifications-gravity-forms:
Readme:
path: README.txt
rettipay:
Readme:
path: readme.txt
return-shortlink-button:
Readme:
path: readme.txt
reusable-blocks-admin-menu-option:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
reusable-blocks-extended:
Readme:
path: readme.txt
reuse-builder:
Readme:
path: readme.txt
rev-responsive-embedded-video:
Readme:
path: readme.txt
revcent-payments:
Readme:
path: readme.txt
reveal-ids-for-wp-admin-25:
Readme:
path: readme.txt
revenue-generator:
TranslationFile:
class: BodyPattern
path: languages/revenue-generator.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Revenue Generator (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
reverse-comment-textarea:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
TranslationFile:
class: BodyPattern
path: languages/reverse-comment-textarea.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Reverse Comment Textarea (?<v>\d+\.[\.\d]+)/i'
version: true
revi-io-customer-and-product-reviews:
Readme:
path: readme.txt
review-buddypress-groups:
TranslationFile:
class: BodyPattern
path: languages/bp-group-reviews-en_US.po
pattern: !ruby/regexp '/ct\-Id\-Version: Review BuddyPress Groups (?<v>\d+\.[\.\d]+)/i'
version: true
review-content-type:
QueryParameter:
files:
- assets/css/frontend.min.css
- assets/js/frontend.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/review-content-type.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Review Content Type (?<v>\d+\.[\.\d]+)/i'
version: true
review-engine:
QueryParameter:
files:
- assets/css/ree-frontend-plugins.css
- assets/css/reviewengine-button.css
- assets/css/ree-frontend.css
version: true
review-find-and-import-for-woocommerce:
Readme:
path: readme.txt
review-manager:
Readme:
path: readme.txt
review-pro:
QueryParameter:
files:
- public/css/review-pro-public.css
- public/js/review-pro-public.js
version: true
review-widgets-for-airbnb:
Readme:
path: readme.txt
review-widgets-for-amazon:
Readme:
path: readme.txt
review-widgets-for-arukereso:
Readme:
path: readme.txt
review-widgets-for-bookatable:
Readme:
path: readme.txt
review-widgets-for-booking-com:
Readme:
path: readme.txt
review-widgets-for-capterra:
Readme:
path: readme.txt
review-widgets-for-foursquare:
Readme:
path: readme.txt
review-widgets-for-hotels-com:
Readme:
path: readme.txt
review-widgets-for-opentable:
Readme:
path: readme.txt
review-widgets-for-szallas-hu:
Readme:
path: readme.txt
review-widgets-for-tripadvisor:
Readme:
path: readme.txt
review-widgets-for-trustpilot:
Readme:
path: readme.txt
reviewbucket-lite:
QueryParameter:
files:
- assets/js/main.js
version: true
Readme:
path: readme.txt
reviewdrop:
Readme:
path: README.txt
reviewnow:
Readme:
path: readme.txt
reviewpress:
QueryParameter:
files:
- assets/css/front.css
- assets/js/front-main.js
version: true
reviews-for-easy-digital-downloads:
TranslationFile:
class: BodyPattern
path: languages/easy-digital-downloads-reviews.pot
pattern: !ruby/regexp '/ion: Reviews for Easy Digital Downloads (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
reviews-for-elementor:
Readme:
path: readme.txt
reviews-for-freelancehunt:
Readme:
path: readme.txt
reviews-from-google:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
reviews-widgets-for-yelp:
Readme:
path: readme.txt
reviewstap:
Readme:
path: readme.txt
reviewx:
QueryParameter:
files:
- public/assets/css/jquery-ui.css
- public/assets/css/magnific-popup.css
- public/assets/css/sweetalert2.min.css
- public/assets/css/reviewx-my-account.css
- public/assets/css/reviewx-public.css
- public/assets/js/jquery.paginate.js
- public/assets/js/jquery.magnific-popup.min.js
- public/assets/js/sweetalert2.min.js
- public/assets/js/reviewx-public.js
- public/assets/js/reviewx-my-account.js
version: true
Readme:
path: README.txt
revised-publishing-status:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
revision-control:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
Readme:
path: readme.txt
revision-strike:
TranslationFile:
class: BodyPattern
path: languages/revision-strike.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Revision Strike (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
revivify-social:
Readme:
path: readme.txt
revslider:
Comment:
pattern: !ruby/regexp /START REVOLUTION SLIDER (?<v>\d+\.[\.\d]+)/i
version: true
DivDataVersion:
class: Xpath
xpath: //div[contains(@id, "rev_slider_")]/@data-version
version: true
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator"]/@content
pattern: !ruby/regexp /Powered by Slider Revolution (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/assets/css/settings.css
- public/assets/js/jquery.themepunch.tools.min.js
- public/assets/js/jquery.themepunch.revolution.min.js
version: true
ReleaseLog:
class: Xpath
path: release_log.html
xpath: "(//div/h3[@class='version-number'])[1]"
pattern: !ruby/regexp /\AVersion (?<v>\d+\.[\.\d]+).*\z/i
version: true
confidence: 80
revue:
QueryParameter:
files:
- revue.js
version: true
reward-for-comment:
Readme:
path: readme.txt
rewind-wp:
Readme:
path: readme.txt
rewrite-flush-button:
TranslationFile:
class: BodyPattern
path: lang/rewrite-flush-button.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Rewrite Flush Button (?<v>\d+\.[\.\d]+)/i'
version: true
rewrite-image-url:
QueryParameter:
files:
- public/css/rewrite-image-url-public.css
- public/js/rewrite-image-url-public.js
version: true
Readme:
path: readme.txt
rewrite-rules-inspector:
Readme:
path: readme.txt
rexpansive-page-builder:
QueryParameter:
files:
- public/css/public.css
- public/js/plugins.js
- public/js/public.js
version: true
rgpd-fields-registration-form:
Readme:
path: readme.txt
rhino-portfolio:
Readme:
path: readme.txt
ricg-responsive-images:
Readme:
path:
- readme.txt
- readme.md
rich-meta-in-rdfa:
QueryParameter:
files:
- public/css/rich-meta-in-rdfa-public.css
- public/js/rich-meta-in-rdfa-public.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
rich-reviews:
Readme:
path: readme.txt
rich-snippets-enhancement-with-rank-math:
Readme:
path: README.txt
rich-table-of-content:
Readme:
path: readme.txt
rich-text-excerpts:
Readme:
path: readme.txt
rich-text-extension:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
rich-text-tags:
Readme:
path: readme.txt
richpanel-for-woocommerce:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
richtext-extension:
Readme:
path: readme.txt
riddle-playful-content-on-the-go:
QueryParameter:
files:
- assets/css/front.css
version: true
ride-here-with-lyft:
QueryParameter:
files:
- public/css/ride-here-with-lyft-public.css
- public/js/ride-here-with-lyft-public.js
version: true
Readme:
path: README.txt
rideshare-importer:
TranslationFile:
class: BodyPattern
path: languages/rideshare-importer.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: RideShare Importer (?<v>\d+\.[\.\d]+)/i'
version: true
ridhi-companion:
TranslationFile:
class: BodyPattern
path: languages/ridhi-companion.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ridhi Companion (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
rife-elementor-extensions:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
riloadr-for-wordpress:
QueryParameter:
files:
- includes/riloadr.wp.jquery.min.js
version: true
rimplenet:
QueryParameter:
files:
- public/css/material-kit.css
- public/css/rimplenet-mlm-style-matrix-tree.css
- public/css/rimplenet-mlm-public.css
- public/js/rimplenet-mlm-public.js
version: true
Readme:
path: README.txt
ringotel-messenger-customer-chat:
QueryParameter:
files:
- messenger-customer-chat.js
version: true
ringotel-webchat:
QueryParameter:
files:
- ringotel-webchat.js
version: true
ripple-themes-toolset:
Readme:
path: readme.txt
risk-warning-bar:
TranslationFile:
class: BodyPattern
path: lang/risk-warning-bar.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Risk Warning Bar (?<v>\d+\.[\.\d]+)/i'
version: true
rj-socal-media-in-widget:
Readme:
path: readme.txt
rk-hreview-for-wp:
QueryParameter:
files:
- css/rk-wp-hreview.css
version: true
roadmap:
TranslationFile:
class: BodyPattern
path: languages/roadmap-space.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Roadmap (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
rob-rat-out-blocker:
Readme:
path: readme.txt
robin-image-optimizer:
Readme:
path: readme.txt
robo-gallery:
Readme:
path: readme.txt
robo-maps:
QueryParameter:
files:
- public/css/robo-maps-public.css
- public/js/robo-maps-public.js
version: true
robokassa:
Readme:
path: readme.txt
robots-sitemap:
Readme:
path: README.txt
robots-txt-extender:
Readme:
path: readme.txt
robust-user-search:
Readme:
path: readme.txt
rock-convert:
QueryParameter:
files:
- inc/frontend/css/rock-convert-frontend.css
- inc/frontend/js/rock-convert-frontend.js
- inc/frontend/css/rock-convert-frontend.min.css
- inc/frontend/js/rock-convert-frontend.min.js
version: true
rocket-lazy-load:
Readme:
path: readme.txt
rocket-reader-speed-reader:
Comment:
xpath: //comment()[contains(., "Rocket Reader")]
pattern: !ruby/regexp /START Rocket Reader v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/rr_rocket_reader_fe.min.css
- js/rr_rocket_reader.min.js
version: true
rocket-text-reviews:
Readme:
path: readme.txt
rocketdeliver:
Readme:
path: README.txt
rocketfuel-launch6-popup-script:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
rohoz-easy-captcha:
Readme:
path: readme.txt
rokka-integration:
TranslationFile:
class: BodyPattern
path: languages/rokka-integration-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: rokka\-integration (?<v>\d+\.[\.\d]+)/i'
version: true
roknewsflash:
TranslationFile:
class: BodyPattern
path: languages/roknewsflash.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: RokNewsFlash (?<v>\d+\.[\.\d]+)/i'
version: true
role-based-storage-limiter:
QueryParameter:
files:
- public/css/role-based-storage-limiter-public.css
- public/js/role-based-storage-limiter-public.js
version: true
role-quick-changer:
QueryParameter:
files:
- assets/js/rqc.main.min.js
version: true
role-scoper:
Readme:
path: readme.txt
rolo-slider:
QueryParameter:
files:
- assets/js/owl.carousel.min.js
- assets/js/rolo.js
version: true
romanian-billing-fields:
Readme:
path: readme.txt
rontar-blog-retargeting:
TranslationFile:
class: BodyPattern
path: languages/rontar-blog-retargeting.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Rontar Blog Retargeting (?<v>\d+\.[\.\d]+)/i'
version: true
roosium-info:
Readme:
path: readme.txt
roost-for-bloggers:
Comment:
xpath: //comment()[contains(., "goroost.com")]
pattern: !ruby/regexp /and Firefox\. \(v (?<v>\d+\.[\.\d]+)\) \- https?:\/\/goroost\.com/i
version: true
root-relative-urls:
Readme:
path: readme.txt
rosariosis-rest-api:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
roses-like-this:
Readme:
path: readme.txt
rot13-encoderdecoder:
QueryParameter:
files:
- js/rot13-encoderdecoder.js
version: true
rotate-for-elementor:
Readme:
path: readme.txt
rotatingtweets:
Readme:
path: readme.txt
rotativa:
QueryParameter:
files:
- public/css/rotativa-public.css
- public/js/rotativa-public.js
version: true
rough-chart:
Readme:
path: readme.txt
roughest-instant-estimate-calculator:
Readme:
path: readme.txt
rounded-tag-cloud:
QueryParameter:
files:
- style.css
version: true
roundup-app-for-woocommerce:
Readme:
path: readme.txt
rp-ads-manager:
TranslationFile:
class: BodyPattern
path: languages/rp-ads-manager-ru.po
pattern: !ruby/regexp /ect\-Id\-Version:\ RedPic ADS Manager Lite (?<v>\d+\.[\.\d]+)/i
version: true
rp-news-ticker:
QueryParameter:
files:
- liScroll.min.js
version: true
rp-simple-analytics:
Readme:
path: README.txt
rp-spintax-post-creator:
Readme:
path: readme.txt
rpb-chessboard:
QueryParameter:
files:
- fonts/chess-fonts.css
- css/rpbchess-ui-chessboard.css
- css/rpbchess-ui-chessgame.css
- css/frontend.css
- js/rpbchess-core.min.js
- js/rpbchess-ui-chessboard.min.js
- js/rpbchess-pgn.min.js
- js/rpbchess-ui-chessgame.min.js
version: true
rs-custom-popup:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
rs-google-analytics:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
rs-logo-showcase:
Readme:
path: readme.txt
rs-members:
QueryParameter:
files:
- assets/css/main.css
- assets/css/dtpicker.css
- assets/js/rs-login-widget.js
- assets/js/dtpicker.js
version: true
rs-social-sidebar:
QueryParameter:
files:
- public/css/rs-social-sidebar-public.css
- public/js/rs-social-sidebar-public.js
version: true
rs-twitter-follow-popup:
QueryParameter:
files:
- public/css/rs-twitter-follow-popup-public.css
- public/js/rs-twitter-follow-popup-public.js
version: true
rs-user-access:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
rselements-lite:
Readme:
path: readme.txt
rsfirewall:
Readme:
path: readme.txt
rsg-compiled-libraries:
QueryParameter:
files:
- my-lib/rsg/rsg.min.js
version: true
rsilitech-postcode-availability:
Readme:
path: Readme.txt
rsrpp:
QueryParameter:
files:
- public/css/rsrpp-public.css
- public/js/rsrpp-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/rsrpp-pl_PL.po
pattern: !ruby/regexp '/ion: Really Simple Related Posts Plugin (?<v>\d+\.[\.\d]+)/i'
version: true
rss-antenna:
QueryParameter:
files:
- rss-antenna.css
version: true
rss-control:
Readme:
path: readme.txt
rss-feed-pro:
Readme:
path: readme.txt
rss-feed-styles:
Readme:
path: README.txt
rss-for-yandex-turbo:
Readme:
path: readme.txt
rss-ground:
Readme:
path: readme.txt
rss-importer:
TranslationFile:
class: BodyPattern
path: languages/rss-importer.pot
pattern: !ruby/regexp /on of the WordPress plugin RSS Importer (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
rss-includes-pages:
Readme:
path: readme.txt
rss-news-display:
Readme:
path: readme.txt
rss-post-importer:
Readme:
path: readme.txt
rss-scroller:
Readme:
path: readme.txt
rss-slider-on-post:
Readme:
path: readme.txt
rss-synchronization:
QueryParameter:
files:
- public/assets/css/public.css
version: true
rsv-360-view:
QueryParameter:
files:
- jquery.reel.js
- jquery.mousewheel.min.js
version: true
rsv-pdf-preview:
Readme:
path: README.txt
rsv-slider:
QueryParameter:
files:
- owl.carousel.min.js
version: true
rsvpmaker:
TranslationFile:
class: BodyPattern
path: translations/rsvpmaker.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: RSVPMaker (?<v>\d+\.[\.\d]+)/i'
version: true
QueryParameter:
files:
- style.css
- rsvpmaker.js
version: true
rt-wp-logo-slider:
QueryParameter:
files:
- assets/css/wplogoslider.css
version: true
rtl-tester-mirror:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
rtwidgets:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
rubi-characters:
Readme:
path: readme.txt
rubsum-stuff-lists:
Readme:
path: readme.txt
rubytabs-lite:
QueryParameter:
files:
- ruby/rubytabs.css
- ruby/ruby.animate.css
- ruby/rubytabs.js
version: true
run-log:
TranslationFile:
class: BodyPattern
path: languages/run-log-he_IL.po
pattern: !ruby/regexp /\#\. \#\-\#\-\#\-\#\-\# run\-log\-code\.pot \(Run Log
(?<v>\d+\.[\.\d]+)/i
version: true
run-my-accounts-for-woocommerce:
Readme:
path: readme.txt
runcache-purger:
TranslationFile:
class: BodyPattern
path: languages/runcachepurger.pot
pattern: !ruby/regexp '/r "Project\-Id\-Version: RunCache Purger (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
rundiz-downloads:
QueryParameter:
files:
- assets/css/front/rd-downloads.min.css
version: true
rus-to-lat-advanced:
Readme:
path: readme.txt
russian-currency-chart:
TranslationFile:
class: BodyPattern
path: languages/russian-currency-chart.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Russian Currency Chart (?<v>\d+\.[\.\d]+)/i'
version: true
russian-privacy-policy-page-and-notice:
Readme:
path: readme.txt
russian-regions-as-post-on-svg-map:
Readme:
path: readme.txt
rustolat:
Readme:
path: readme.txt
rusty-top-bar:
Readme:
path: readme.txt
rut-chileno-con-validacion:
QueryParameter:
files:
- public/css/wc-chilean-bundle-public.css
- public/js/wc-chilean-bundle-public.js
version: true
ruvuv-extension-for-elementor:
Readme:
path: readme.txt
rvg-optimize-database:
Readme:
path: readme.txt
rvvideos:
TranslationFile:
class: BodyPattern
path: languages/rvvideos-fr_FR.po
pattern: !ruby/regexp /gin\.pot \(RVVideos \- RestoVisio's videos (?<v>\d+\.[\.\d]+)/i
version: true
rw-elephant-rental-inventory:
QueryParameter:
files:
- lib/assets/css/rw-elephant.min.css
- lib/assets/js/rw-elephant.min.js
version: true
ry-wc-city-select:
TranslationFile:
class: BodyPattern
path: languages/ry-wc-city-select.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: RY WC City Select (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ryans-useful-options:
Readme:
path: readme.txt
ryspayhn-gateway:
Readme:
path: readme.txt
ryviu:
QueryParameter:
files:
- assets/js/local-ryviu.js
version: true
rz-extended-registration-form:
Readme:
path: readme.txt
rz-job-application-form:
Readme:
path: readme.txt
rzp-woocommerce:
Readme:
path: readme.txt
s-buttonz:
Comment:
xpath: //comment()[contains(., "S-ButtonZ")]
pattern: !ruby/regexp /S\-ButtonZ (?<v>\d+\.[\.\d]+)/i
version: true
s-dev-seo:
Readme:
path: readme.txt
s2-wishlist-for-woocommerce:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
s2member:
QueryParameter:
files:
- s2member-o.php
pattern: !ruby/regexp /ver=(?<v>[\d\.]+)\-/i
version: true
TranslationFile:
class: BodyPattern
path: src/includes/translations/s2member.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ (?<v>[\d\.]+)/i
version: true
Readme:
path: readme.txt
s3-secure-url:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/s3-secure-url.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
s3bubble-amazon-web-services-oembed-media-streaming-support:
Readme:
path: readme.txt
sa-coronavirus-banner:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
sa-post-author-filter:
Readme:
path: README.txt
saber-feedback-button:
Readme:
path: README.txt
sac-digital-lite:
QueryParameter:
files:
- public/css/sac-digital-lite-public.css
- public/js/sac-digital-lite-public.js
version: true
sacoronavirus-link:
Readme:
path: readme.txt
sacredbits-remove-website-link-input-field-from-comment-form-of-post:
Readme:
path: readme.txt
safan-addons:
Readme:
path: Readme.txt
safari-push:
QueryParameter:
files:
- js/safari-push.min.js
version: true
safe-and-secure-wp:
Readme:
path: README.txt
safe-block-editor:
Readme:
path: readme.txt
safe-function-call:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
safe-pay:
Readme:
path: README.txt
safe-redirect-manager:
TranslationFile:
class: BodyPattern
path: lang/safe-redirect-manager.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ Safe Redirect Manager (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
safe-svg:
Readme:
path: readme.txt
safe-updates:
Readme:
path: readme.txt
safe2pay-hosted-payment-page:
Readme:
path: readme.txt
safe2pay-payment-gateway-notifications:
Readme:
path: readme.txt
saferoute-woocommerce:
Readme:
path: readme.txt
safeshop:
Readme:
path: readme.txt
safetymails-forms:
QueryParameter:
files:
- public/css/bootstrap.min.css
- public/js/form-render.min.js
version: true
sailthru-widget:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
sakolawp-lite:
Readme:
path: readme.txt
saksh-private-ielts-preparation:
Readme:
path: readme.txt
sakura-rs-wp-ssl:
Readme:
path: readme.txt
salah-time-calender:
Readme:
path: readme.txt
salamantex-payment-for-woocommerce:
Readme:
path: README.txt
salat-times:
Readme:
path: readme.txt
sales-booster:
Readme:
path: readme.txt
sales-countdown-timer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
sales-layer-wp-microsites:
Readme:
path: readme.txt
sales-manager-for-woocommerce:
Readme:
path: readme.txt
sales-notifications-by-social-oracle:
QueryParameter:
files:
- public/css/social-oracle-public.css
- public/js/social-oracle-public.js
version: true
Readme:
path: README.txt
sales-popup-for-woocommerce:
Readme:
path: readme.txt
sales-suckers:
TranslationFile:
class: BodyPattern
path: languages/salessuckers-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: salessuckers (?<v>\d+\.[\.\d]+)/i'
version: true
salesbeat-for-woocommerce:
Readme:
path: readme.txt
saleshybrid-forms:
QueryParameter:
files:
- featherlight/featherlight.css
- featherlight/featherlight.js
- handler.js
version: true
salesmanago:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
salespanel:
Readme:
path: readme.txt
saleztalk:
TranslationFile:
class: BodyPattern
path: languages/SalezTalk.pot
pattern: !ruby/regexp '/t\-Id\-Version: SalezTalk CallBack Plugin (?<v>\d+\.[\.\d]+)/i'
version: true
salmon:
TranslationFile:
class: BodyPattern
path: languages/salmon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Salmon (?<v>\d+\.[\.\d]+)/i'
version: true
samba-videos:
QueryParameter:
files:
- public/css/samba-videos-public.css
- public/js/samba-videos-public.js
version: true
same-but-different:
QueryParameter:
files:
- library/css/style.css
version: true
Readme:
path: readme.txt
samedaycourier-shipping:
Readme:
path: readme.txt
samohyb-goodaccess:
Readme:
path: readme.txt
sample-data-for-bbpress:
Readme:
path: readme.txt
sample-images:
QueryParameter:
files:
- sample-images.js
version: true
Readme:
path: readme.txt
samudra-log:
Readme:
path: readme.txt
samuweb-related-questions:
QueryParameter:
files:
- samuweb-related-questions-style.css
- samuweb-related-questions.js
version: true
samuweb-skim-blog:
QueryParameter:
files:
- samuweb-skim-blog-style.css
- samuweb-skim-blog.js
version: true
sanctions-io-search:
Readme:
path: readme.txt
santas-christmas-countdown:
Readme:
path: readme.txt
saola-animate-helper:
Readme:
path: readme.txt
saoshyant-page-builder:
QueryParameter:
files:
- assets/js/script.js
- assets/css/imagehover.min.css
- assets/css/buttonhover.min.css
- assets/css/aos.css
version: true
Readme:
path: readme.txt
saoshyant-slider:
Readme:
path: readme.txt
saphali-woocommerce-lite:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Saphali Lite (?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
sapo-feed:
Readme:
path: readme.txt
sapphire-popups:
Readme:
path: readme.txt
sapphire-rms:
QueryParameter:
files:
- public/css/bootstrap-datetimepicker.min.css
- public/css/SapphireRMS-public.css
- public/js/SapphireRMS-public.js
version: true
sara-covid:
QueryParameter:
files:
- public/css/dr-sara-covid-public.css
- public/js/dr-sara-covid-public.js
version: true
Readme:
path: README.txt
sardex-for-woocommerce:
Readme:
path: readme.txt
sarvarov-lazy-load:
QueryParameter:
files:
- public/css/sarvarov-lazy-load.min.css
- public/js/sarvarov-lazy-load.min.js
version: true
Readme:
path: README.txt
sass-to-css-compiler:
Readme:
path: readme.txt
sassy-social-share:
QueryParameter:
files:
- public/css/sassy-social-share-public.css
- admin/css/sassy-social-share-svg.css
- public/js/sassy-social-share-public.js
version: true
Readme:
path: readme.txt
saturn-tables:
Readme:
path: readme.txt
save-as-image-by-pdfcrowd:
QueryParameter:
files:
- public/css/save-as-image-pdfcrowd-public.css
- public/js/save-as-image-pdfcrowd-public.js
- public/css/save-as-image-pdfcrowd-indicators.css
- public/js/save-as-image-pdfcrowd-indicators.js
version: true
Readme:
path: README.txt
save-as-pdf-by-pdfcrowd:
QueryParameter:
files:
- public/css/save-as-pdf-pdfcrowd-public.css
- public/js/save-as-pdf-pdfcrowd-public.js
- public/css/save-as-pdf-pdfcrowd-indicators.css
- public/js/save-as-pdf-pdfcrowd-indicators.js
version: true
Readme:
path: README.txt
save-for-later-like-amazon:
Readme:
path: readme.txt
save-page-to-pdf:
QueryParameter:
files:
- api2pdf.js
version: true
save-single-file:
Readme:
path: readme.txt
savyour-affiliate-partner:
Readme:
path: readme.txt
say-it:
QueryParameter:
files:
- public/css/say-it-public.css
- public/js/say-it-public.js
version: true
say-what:
Readme:
path: readme.txt
sayonara:
QueryParameter:
files:
- public/js/sayonara-public.js
version: true
Readme:
path: README.txt
sb-children-block:
TranslationFile:
class: BodyPattern
path: languages/sb-children-block-bb_BB.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SB Children block (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
sb-data-importer-wp-all-import-add-on:
Readme:
path: readme.txt
sb-login:
TranslationFile:
class: BodyPattern
path: langs/sb-login.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SB Login (?<v>\d+\.[\.\d]+)/i'
version: true
sb-uploader:
Readme:
path: readme.txt
sbl-admin-bar:
Readme:
path: readme.txt
sc-simple-zazzle:
Readme:
path:
- readme.txt
- readme.md
sc-vue:
Readme:
path: readme.txt
scalable-vector-graphics-svg:
Readme:
path: readme.txt
scalapay-payment-gateway-for-woocommerce:
Readme:
path: README.txt
scale-large-image-threshold:
Readme:
path: readme.txt
scan-my-wp:
Readme:
path: readme.txt
scand-osticket-connector:
TranslationFile:
class: BodyPattern
path: languages/scand-osticket-connector-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: osTicket Connector (?<v>\d+\.[\.\d]+)/i'
version: true
scanpay-for-woocommerce:
Readme:
path: readme.txt
scblocks:
Readme:
path: readme.txt
scd-smart-currency-detector:
Readme:
path: readme.txt
schedule:
Readme:
path: readme.txt
schedule-content-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
scheduled-content-by-sizeable:
Readme:
path: readme.txt
scheduled-pages-dashboard-widget:
TranslationFile:
class: BodyPattern
path: languages/scheduled-pages-dashboard-widget-en_GB.po
pattern: !ruby/regexp '/sion: Scheduled Pages Dashboard Widget v(?<v>\d+\.[\.\d]+)/i'
version: true
scheduled-post-shortcut:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
scheduled-post-trigger:
Readme:
path: readme.txt
scheduled-posts-publisher:
Readme:
path: readme.txt
scheduled-products-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woo-scheduled-products.pot
pattern: !ruby/regexp '/Version: WooCommerce Scheduled Products (?<v>\d+\.[\.\d]+)/i'
version: true
schema:
Comment:
pattern: !ruby/regexp /te is optimized with the Schema plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
schema-and-structured-data-for-wp:
Comment:
xpath: //comment()[contains(., "Schema And Structured Data")]
pattern: !ruby/regexp /Schema And Structured Data For WP v(?<v>\d+\.[\.\d]+)/i
version: true
schema-google-blocks:
Readme:
path: readme.md
schema-integration:
Readme:
path: README.txt
schemaninja:
QueryParameter:
files:
- style.css
- assets/font-awesome/css/font-awesome.min.css
- assets/css/circle.css
version: true
schemify:
TranslationFile:
class: BodyPattern
path: languages/schemify.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Schemify (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
school-management-system:
TranslationFile:
class: BodyPattern
path: languages/school-management-system-hi_IN.po
pattern: !ruby/regexp '/ct\-Id\-Version: School Management System (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
schreikasten:
Readme:
path: readme.txt
scim-user-provisioning:
Readme:
path: readme.txt
scode-by-mojwp:
TranslationFile:
class: BodyPattern
path: languages/scode-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: sCode (?<v>\d+\.[\.\d]+)/i'
version: true
scootercontact:
Readme:
path: readme.txt
scoreboard-widget:
QueryParameter:
files:
- js/jc-scores-scripts.js
- js/jquery.elastislide.js
version: true
scormcloud:
Readme:
path: readme.txt
scorpion-ppf-product-extension:
Readme:
path: readme.txt
scottcart:
QueryParameter:
files:
- assets/css/public.css
- assets/js/cart.js
- assets/js/purchase_confirmation.js
- assets/js/single_product.js
- assets/js/jquery.zoom.min.js
- assets/js/tabs.js
- assets/js/account.js
- assets/js/jquery.validate.js
version: true
scr-camping-key-europe-purchase:
QueryParameter:
files:
- assets/js/cke-lightbox.js
version: true
scratch-pad:
Readme:
path: readme.txt
scratch-win-giveaways-for-website-facebook:
Readme:
path: readme.txt
scratchblocks-for-wp:
QueryParameter:
files:
- lib/scratchblocks2.css
- lib/scratchblocks2.js
version: true
screen-one-datalayer-tracking:
Readme:
path: readme.txt
screen-reader-text-theme-support:
QueryParameter:
files:
- assets/css/main.css
version: true
screening-questions-for-wp-job-manager:
QueryParameter:
files:
- assets/js/wp-job-manager-screening-questions.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/screening-questions-for-wp-job-manager.pot
pattern: !ruby/regexp /Screening Questions For WP Job Manager (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
screenshot-machine-shortcode:
TranslationFile:
class: BodyPattern
path: languages/screenshot-machine-shortcode.pot
pattern: !ruby/regexp '/ion: JSM''s Screenshot Machine Shortcode (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
screenshot-to-media:
Readme:
path: readme.txt
script-planner:
Readme:
path: readme.txt
scripts-n-styles:
Readme:
path: README.txt
scripts-to-footerphp:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
scroll-back-to-top:
Readme:
path: readme.txt
scroll-magic-addon-for-elementor:
Readme:
path: readme.txt
scroll-popup:
QueryParameter:
files:
- js/jquery.cornerslider.js
version: true
scroll-popup-html-content-ads:
Readme:
path: readme.txt
scroll-post-excerpt:
Readme:
path: readme.txt
scroll-progress:
Readme:
path: readme.txt
scroll-rss-excerpt:
Readme:
path: readme.txt
scroll-styler:
Readme:
path: readme.txt
scroll-top:
TranslationFile:
class: BodyPattern
path: languages/scroll-top.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Scroll Top (?<v>\d+\.[\.\d]+)/i'
version: true
scroll-triggered-boxes:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
Readme:
path: readme.txt
scroll-up-sticky-header-for-total:
Readme:
path: readme.txt
scrollbar-by-webxapp:
QueryParameter:
files:
- assets/css/style.css
- assets/js/jquery.easeScroll.js
- assets/js/script.js
version: true
scrolling-down-popup-plugin:
Readme:
path: readme.txt
scrolling-overlays:
TranslationFile:
class: BodyPattern
path: koptional-video-overlay.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Scrolling Overlays (?<v>\d+\.[\.\d]+)/i'
version: true
scrolling-text-module-for-beaver-builder:
Readme:
path: readme.txt
scrollkit-nice-scrollbar:
Readme:
path: readme.txt
scrollsequence:
Readme:
path: README.txt
scrolltick:
QueryParameter:
files:
- assets/js/style.css
- assets/js/frontend.js
version: true
TranslationFile:
class: BodyPattern
path: languages/scrolltick.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ScrollTick (?<v>\d+\.[\.\d]+)/i'
version: true
scrolltotop:
QueryParameter:
files:
- assets/css/styles.min.css
- assets/js/scripts.min.js
version: true
Comment:
xpath: //comment()[contains(., "scrollToTop")]
pattern: !ruby/regexp /This site uses free scrollToTop plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
scrybs-translation:
QueryParameter:
files:
- public/css/scrybs-public.css
- public/js/scrybs-public.js
version: true
scss-library:
Readme:
path:
- readme.txt
- README.md
scuolasemplice-contacts:
Readme:
path: readme.txt
sdstudio-portfolio-for-google-reviews:
QueryParameter:
files:
- public/css/sdstudio_grfp-public.css
- public/js/sdstudio_grfp-public.js
version: true
sea-sp-community-edition:
Readme:
path: README.md
seahorse-gdpr-data-manager:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/seahorse-gdpr-data-manager-it_IT.po
pattern: !ruby/regexp '/\-Id\-Version: seahorse\-gdpr\-data\-manager (?<v>\d+\.[\.\d]+)/i'
version: true
seamlesschex-echeck-payments:
Readme:
path: README.txt
search-and-menu-popup:
Readme:
path: readme.txt
search-and-navigation-popup:
QueryParameter:
files:
- assets/css/sanpop-public-style.css
version: true
Readme:
path: readme.txt
search-and-replace:
Readme:
path: readme.txt
search-autocomplete:
Readme:
path: readme.txt
search-box-seo:
Readme:
path: readme.txt
search-boxes-integration-for-booking-affiliates:
TranslationFile:
class: BodyPattern
path: languages/basb_text_domain.pot
pattern: !ruby/regexp /oxes integration for Booking affiliates (?<v>\d+\.[\.\d]+)/i
version: true
search-by-algolia-instant-relevant-results:
TranslationFile:
class: BodyPattern
path: languages/algolia.pot
pattern: !ruby/regexp /Algolia [^\s]+ Instant & Relevant results (?<v>\d+\.[\.\d]+)/i
version: true
search-by-post-id:
Readme:
path: readme.txt
search-by-product-sku-for-woocommerce:
Readme:
path: readme.txt
search-cloud-one:
QueryParameter:
files:
- public/css/sc1-search-public.css
- public/js/sc1-search-public.js
version: true
search-everything:
JavascriptVar:
pattern: !ruby/regexp /window\._se_plugin_version = '(?<v>\d+\.[\.\d]+)';/i
version: true
Readme:
path: readme.txt
search-exclude:
Readme:
path: readme.txt
search-filter:
Readme:
path: readme.txt
search-google:
QueryParameter:
files:
- css/search-google.css
- js/search-google.js
version: true
search-in-place:
QueryParameter:
files:
- css/codepeople_shearch_in_place.css
- js/codepeople_shearch_in_place.js
version: true
Readme:
path: README.txt
search-live:
QueryParameter:
files:
- css/search-live.css
- js/jquery.typewatch.min.js
- js/search-live.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
search-meter:
Readme:
path: readme.txt
search-placeholder-avada:
Readme:
path: readme.txt
search-redirections:
Readme:
path: readme.txt
search-regex:
Readme:
path: readme.txt
search-replace:
Readme:
path: readme.txt
search-report:
Readme:
path: readme.txt
search-results-optimizer:
QueryParameter:
files:
- assets/css/searchresultsoptimizer.css
- assets/js/searchresultsoptimizer.min.js
version: true
search-star-wars-stuff:
Readme:
path: readme.txt
search-widget-post-types-for-elementor:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/search-widget-post-types-for-elementor.pot
pattern: !ruby/regexp /Search Widget Post Types for Elementor (?<v>\d+\.[\.\d]+)/i
version: true
search-with-algolia-headless-extention:
TranslationFile:
class: BodyPattern
path: languages/algolia-headless.pot
pattern: !ruby/regexp /Search with Algolia Headless extention (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
search-with-algolia-instantsearch-blocks:
Readme:
path: readme.txt
search-with-azure:
QueryParameter:
files:
- public/css/azure-search-public.css
version: true
search-with-google:
Readme:
path: readme.txt
searchbar-org-search:
Readme:
path: readme.txt
searchie:
QueryParameter:
files:
- assets/bootstrap-iso/bootstrap-iso.min.css
- public/css/searchie-public.css
- public/js/searchie-public.js
version: true
Readme:
path: README.txt
searching-for-posts:
QueryParameter:
files:
- public/css/searching-for-posts-public.css
- public/js/jsrender.js
- public/js/searching-for-posts-public.js
version: true
Readme:
path: README.txt
searchlive-lite:
Readme:
path: readme.txt
searchmetrics-content-experience:
Readme:
path: readme.txt
searchwp-live-ajax-search:
QueryParameter:
files:
- assets/styles/style.css
- assets/javascript/build/searchwp-live-search.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
seatgeek-affiliate-tickets:
QueryParameter:
files:
- public/css/wisersteps-bootstrap.css
- public/css/seatgeek-affiliate-tickets-public.css
- public/js/seatgeek-affiliate-tickets-public.js
version: true
sebastian:
QueryParameter:
files:
- public/css/sebastian-public.css
- public/js/sebastian-public.js
version: true
Readme:
path: README.txt
secret-image-slide-and-tune:
Readme:
path: readme.txt
secsign:
Readme:
path: readme.txt
section-block:
QueryParameter:
files:
- build/block.css
- build/background-position-events.min.js
version: true
sectors:
Readme:
path: readme.txt
secupress:
Readme:
path: readme.txt
secure-copy-content-protection:
QueryParameter:
files:
- public/css/secure-copy-content-protection-public.css
- public/js/secure-copy-content-protection-public.js
version: true
secure-downloads:
QueryParameter:
files:
- css/client.css
- css/popover.css
- css/calendar.css
version: true
secure-file-manager:
Readme:
path: readme.txt
secure-login:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
secure-login-captcha:
Readme:
path: readme.txt
secure-login-page:
Readme:
path: readme.txt
secure-wordpress:
Readme:
path: readme.txt
securepay:
TranslationFile:
class: BodyPattern
path: languages/securepay.pot
pattern: !ruby/regexp '/msgstr "Project\-Id\-Version: SecurePay (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
securiti-cookie-consent:
Readme:
path: readme.txt
security-core-control-for-wordfence:
Readme:
path: readme.txt
security-force:
Readme:
path: readme.txt
security-made-easy:
Readme:
path: readme.txt
security-site:
Readme:
path: readme.txt
securitywp:
Readme:
path: readme.txt
sedox-performance-vehicle-catalogue:
Readme:
path: readme.txt
seers-cookie-consent-banner-privacy-policy:
Readme:
path: readme.txt
seesiu-for-woocommerce:
Readme:
path: readme.txt
segmetrics:
Readme:
path: README.txt
seguros-promo:
QueryParameter:
files:
- public/css/seguros-promo-public.css
version: true
seldos-mail:
QueryParameter:
files:
- public/css/seldos-mail-public.css
- public/js/seldos-mail-public.js
version: true
seldos-seo:
QueryParameter:
files:
- public/css/seldos-seo-public.css
- public/js/seldos-seo-public.js
version: true
seldos-special-days:
QueryParameter:
files:
- public/css/seldos-special-days-public.css
- public/js/seldos-special-days-public.js
version: true
select-all-posts:
Readme:
path: readme.txt
select-multiselect-field-contact-form-7:
Readme:
path: readme.txt
select-share:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
select-table-and-column-and-output-in-csv:
Readme:
path: readme.txt
selected-categories-post-ordering:
QueryParameter:
files:
- public/css/selected-categories-post-ordering-public.css
- public/js/selected-categories-post-ordering-public.js
version: true
self-sustaining-spam-stopper:
TranslationFile:
class: BodyPattern
path: languages/self-sustaining-spam-stopper.pot
pattern: !ruby/regexp '/d\-Version: Self\-Sustaining Spam Stopper (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
selfhost-google-fonts:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
selfie:
QueryParameter:
files:
- Selfie/Public/css/selfie.css
- Selfie/Public/js/selfie-fe.js
version: true
sell-digital-downloads:
QueryParameter:
files:
- css/isell_style.css
version: true
sell-downloads:
Readme:
path: readme.txt
selz-ecommerce:
QueryParameter:
files:
- dist/css/styles.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
sem-external-links:
Readme:
path: readme.txt
semalt-seo:
Readme:
path: README.txt
semantic-linkbacks:
QueryParameter:
files:
- css/semantic-linkbacks.css
version: true
TranslationFile:
class: BodyPattern
path: languages/semantic-linkbacks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Semantic\-Linkbacks (?<v>\d+\.[\.\d]+)/i'
version: true
semantify-it:
QueryParameter:
files:
- public/css/semantify_it-public.css
- public/js/semantify_it-public.js
version: true
semor-analyzer:
Readme:
path: readme.txt
semrush-seo-writing-assistant:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
send-2-my-mail:
QueryParameter:
files:
- public/js/b2reader-public.js
version: true
send-admin-mail-on-new-post:
Readme:
path: readme.txt
send-booking-invites-to-friends:
Readme:
path: readme.txt
send-email:
Readme:
path: readme.txt
send-emails-with-mandrill:
TranslationFile:
class: BodyPattern
path: lang/wpmandrill.po
pattern: !ruby/regexp '/"Project\-Id\-Version: wpMandrill (?<v>\d+\.[\.\d]+)/i'
version: true
send-facebook-notification:
QueryParameter:
files:
- public/css/fb-notify-public.css
- public/js/fb-notify-public.js
version: true
send-files:
QueryParameter:
files:
- assets/css/style.css
- assets/js/script.js
version: true
send-form-entries-to-telegram:
Readme:
path: readme.txt
send-to-kindle:
TranslationFile:
class: BodyPattern
path: languages/send-to-kindle.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Amazon Send to Kindle (?<v>\d+\.[\.\d]+)/i'
version: true
send24:
QueryParameter:
files:
- assets/css/popup.css
- assets/js/frontend-main.js
version: true
sendapi-net:
QueryParameter:
files:
- public/css/sendapi-public.css
version: true
sendbox-email-marketing-newsletter:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
sendbox-shipping:
QueryParameter:
files:
- public/css/wooss-public.css
- public/js/wooss-public.js
version: true
Readme:
path: README.txt
sendcloud-shipping:
Readme:
path: readme.txt
sender-post-importer:
Readme:
path: README.md
sendgrid-email-delivery-simplified:
Readme:
path: readme.txt
sendpulse-email-marketing-newsletter:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
sendsms:
Readme:
path: readme.txt
sendy-widget:
Readme:
path: readme.txt
sensei-certificates:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?<v>\d+\.[\.\d]+)/i
version: true
sensei-course-progress:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?<v>\d+\.[\.\d]+)/i
version: true
sensei-lms:
QueryParameter:
files:
- assets/css/modules-frontend.css
- assets/css/frontend/sensei.css
- assets/js/user-dashboard.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?<v>\d+\.[\.\d]+)/i
version: true
sensei-lms-divi:
Readme:
path: readme.txt
sensei-media-attachments:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?<v>\d+\.[\.\d]+)/i
version: true
sensei-post-to-course:
Readme:
path: readme.txt
seo-301-meta:
Readme:
path: readme.txt
seo-automatic-links:
Readme:
path: readme.txt
seo-breadcrumbs:
Readme:
path: readme.txt
seo-by-rank-math:
Readme:
path: readme.txt
seo-check:
QueryParameter:
files:
- css/widget-report.css
- js/base.js
version: true
seo-content-editor:
Readme:
path: readme.txt
seo-content-randomizer:
QueryParameter:
files:
- public/css/issscr-public.css
- public/js/issscr-public.js
- public/plugins/flexslider/jquery.flexslider-min.js
version: true
Readme:
path: readme.txt
seo-dynamic-pages:
QueryParameter:
files:
- public/css/seo-dynamic-pages-public.css
- public/css/bootstrap-grid.min.css
- public/css/bootstrap-helpers.css
- public/css/seo-dynamic-pages-public-custom.css
- public/js/seo-dynamic-pages-public.js
version: true
seo-engine:
TranslationFile:
class: BodyPattern
path: i18n/languages/seo-engine.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SEO Engine (?<v>\d+\.[\.\d]+)/i'
version: true
seo-for-woocommerce:
Readme:
path: readme.txt
seo-friendly-urls-for-woocommerce:
Readme:
path: readme.txt
seo-image:
Readme:
path: readme.txt
seo-images-reloaded:
Readme:
path: readme.txt
seo-key:
Readme:
path: readme.txt
seo-landing-page-generator:
QueryParameter:
files:
- public/css/issslpg-public.css
- public/js/issslpg-public.js
- public/plugins/flexslider/jquery.flexslider-min.js
version: true
Readme:
path: readme.txt
seo-local-rank:
QueryParameter:
files:
- public/css/plugin-name-public.css
- public/js/seolocalrank-public.js
version: true
Readme:
path: readme.txt
seo-made-easy:
Readme:
path: readme.txt
seo-marketing-checklist:
QueryParameter:
files:
- inc/frontend/css/prwirepro-press_release_template-frontend.css
- inc/frontend/js/prwirepro-press_release_template-frontend.js
version: true
seo-monster:
Readme:
path: readme.txt
seo-optimized-images:
Readme:
path: readme.txt
seo-rank-breadcrumbs:
Readme:
path: readme.txt
seo-ready:
TranslationFile:
class: BodyPattern
path: languages/seo-ready.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SEO Ready (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
seo-redirection:
Readme:
path: readme.txt
seo-searchterms-admin:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
seo-simple-pack:
Comment:
xpath: //comment()[contains(., "SEO SIMPLE PACK")]
pattern: !ruby/regexp /SEO SIMPLE PACK (?<v>\d+\.[\.\d]+)/i
version: true
seo-slider:
Readme:
path: README.txt
QueryParameter:
files:
- assets/styles/styles.css
- assets/scripts/scripts.js
version: true
seo-tag-cloud:
TranslationFile:
class: BodyPattern
path: lang/seo-tag-cloud.pot
pattern: !ruby/regexp '/roject\-Id\-Version: SEO Tag Cloud Widget (?<v>\d+\.[\.\d]+)/i'
version: true
seo-toolkit:
TranslationFile:
class: BodyPattern
path: languages/seo-toolkit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SEO Toolkit (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
seo-ultimate:
Readme:
path: readme.txt
seo-wordpress:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
seohide:
QueryParameter:
files:
- js/sh.js
version: true
Readme:
path: readme.txt
seolat-tool-plus:
QueryParameter:
files:
- plugin/seo.front.css
version: true
Readme:
path: readme.txt
seomix-disable-core-sitemaps:
Readme:
path: readme.txt
seos:
Readme:
path: readme.txt
seos-contact-form:
Readme:
path: readme.txt
seostack:
Comment:
pattern: !ruby/regexp /ack\.io \| SeoStack for WordPress version (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- js/seostack.frontend.js
version: true
seothemes-core:
Readme:
path: readme.txt
seotudy:
QueryParameter:
files:
- public/css/seotudy-public.css
- public/js/seotudy-public.js
version: true
sequence-animation:
Readme:
path: readme.txt
sequential-invoice-numbers:
Readme:
path: readme.txt
seraphconsulting-monitor:
Readme:
path: readme.txt
serbian-dinar-exchange-rates:
Readme:
path: readme.txt
serbian-transliteration:
Readme:
path: readme.txt
serengeti-builders:
Readme:
path: readme.txt
serenity-theme-extensions:
Readme:
path: readme.txt
serial-codes-generator-and-validator:
Readme:
path: readme.txt
series:
TranslationFile:
class: BodyPattern
path: lang/series.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Series (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
serious-duplicated-terms:
Readme:
path: README.txt
serious-toxic-comments:
QueryParameter:
files:
- public/css/serious-toxic-comments-public.css
- public/js/serious-toxic-comments-public.js
version: true
seriously-simple-podcasting:
QueryParameter:
files:
- assets/css/icon_fonts.css
- assets/fonts/Gizmo/gizmo.css
- assets/css/frontend.css
- assets/css/player.css
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Seriously Simple Podcasting (?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
serp-rank:
QueryParameter:
files:
- public/css/serp-rank-public.css
- public/js/serp-rank-public.js
version: true
serped-net:
Readme:
path: readme.txt
serpwars-mobile-cta:
Readme:
path: readme.txt
server-info-wp:
Readme:
path: readme.txt
server-ip-memory-usage:
Readme:
path: readme.txt
server-mail-blacklist-checker:
Readme:
path: readme.txt
server-side-cache-autopurge:
Readme:
path: readme.txt
serverless-radio:
Readme:
path: readme.txt
service-area-postcode-checker:
QueryParameter:
files:
- css/my_services_postcode_checker.css
version: true
service-giaohangtietkiem:
Readme:
path: readme.txt
service-provider-list:
QueryParameter:
files:
- Common/css/service-provider-list-public.css
- Common/js/service-provider-list-front.js
version: true
Readme:
path: readme.txt
service-showcase:
TranslationFile:
class: BodyPattern
path: languages/service-showcase.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Service Showcase (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
servicebot:
QueryParameter:
files:
- public/css/servicebot-public.css
- public/js/servicebot-public.js
version: true
serviceform-pixel:
Readme:
path: readme.txt
sessions:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
set-a-time-appointment-scheduling:
Readme:
path: readme.txt
set-admin-colour-on-staging-and-dev:
Readme:
path: readme.txt
set-custom-order-number:
Readme:
path: readme.txt
set-minimum-order-amount-for-woocommerce:
Readme:
path: readme.txt
set-minimum-order-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
set-unset-bulk-post-categories:
Readme:
path: readme.txt
set-youtube-image-as-featured-thumbnail:
Readme:
path: readme.txt
sewn-in-notifications:
QueryParameter:
files:
- assets/css/style.css
- assets/js/scripts.js
version: true
sewn-in-post-delete:
QueryParameter:
files:
- assets/js/sewn-in-post-delete.js
version: true
sexy-contact-form:
Readme:
path: readme.txt
seynd-connection:
Readme:
path: README.txt
sezame:
TranslationFile:
class: BodyPattern
path: languages/sezame.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Sezame (?<v>\d+\.[\.\d]+)/i'
version: true
seznam-doporucuje-rss:
Readme:
path: readme.txt
sf-move-login:
Readme:
path: readme.txt
sfwd-lms:
QueryParameter:
files:
- includes/gutenberg/assets/css/blocks.style.css
- includes/gutenberg/assets/js/frontend.blocks.js
- themes/legacy/templates/learndash_quiz_front.min.css
- themes/legacy/templates/learndash_lesson_video.min.css
- themes/legacy/templates/learndash_template_script.min.js
- themes/ld30/assets/css/learndash.min.css
- themes/legacy/templates/learndash_pager.min.js
- assets/css/jquery.dropdown.min.css
- themes/ld30/assets/js/learndash.js
version: true
TranslationFile:
class: BodyPattern
path: languages/learndash.pot
pattern: !ruby/regexp '/Project\-Id\-Version: LearnDash LMS (?<v>\d+\.[\.\d]+)/i'
version: true
sg-checkout-location-picker:
Readme:
path: README.txt
sh-slideshow:
Readme:
path: readme.txt
shadowbox:
Comment:
xpath: //comment()[contains(., "shadowbox")]
pattern: !ruby/regexp /WP shadowbox Plugin version (?<v>\d+\.[\.\d]+)/i
version: true
shape-size-calculator:
Readme:
path: readme.txt
shapely-companion:
Readme:
path: readme.txt
shapepress-dsgvo:
QueryParameter:
files:
- public/css/sp-dsgvo-public.css
- public/js/sp-dsgvo-public.js
version: true
Readme:
path: README.txt
shaplatools:
QueryParameter:
files:
- assets/css/style.css
version: true
share-buttons:
TranslationFile:
class: BodyPattern
path: lang/share_buttons-ru_RU.po
pattern: !ruby/regexp /D:\\\\plugin share\-buttons\\\\share\-buttons (?<v>\d+\.[\.\d]+)/i
version: true
share-decentral:
TranslationFile:
class: BodyPattern
path: languages/share-decentral-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Share Decentral v(?<v>\d+\.[\.\d]+)/i'
version: true
share-monkey:
QueryParameter:
files:
- "/shared/css/share-monkey-shared.css"
- "/shared/socicon/style.css"
version: true
TranslationFile:
class: BodyPattern
path: languages/share_monkey-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Share Monkey (?<v>\d+\.[\.\d]+)/i'
version: true
share-mxh:
QueryParameter:
files:
- css/sharemxh-style.css
version: true
share-on-mastodon:
TranslationFile:
class: BodyPattern
path: languages/share-on-mastodon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Share on Mastodon (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
share-preview-for-post-and-pages-publicly:
Readme:
path: README.txt
share-social-media:
TranslationFile:
class: BodyPattern
path: languages/share-social-media-hi_IN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Share Social Media (?<v>\d+\.[\.\d]+)/i'
version: true
share-subscribe-contact-aio-widget:
Readme:
path: readme.txt
share-this-image:
QueryParameter:
files:
- assets/css/sti.css
- assets/js/sti.js
version: true
share-to-microsoft-teams:
QueryParameter:
files:
- css/ms-teams-share.css
version: true
share-to-social-bookmarking:
QueryParameter:
files:
- style.css
version: true
shareaholic:
MetaTag:
class: Xpath
xpath: //meta[@name="shareaholic:wp_version"]/@content
version: true
Readme:
path: readme.txt
shareboost:
QueryParameter:
files:
- css/public.css
version: true
TranslationFile:
class: BodyPattern
path: lang/shareboost-wordpress.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
shared-counts:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
shared-files:
QueryParameter:
files:
- public/css/shared-files-public.css
- public/js/shared-files-public.js
- public/shared-files-public.css
- public/shared-files-public.js
- dist/css/main.css
- dist/js/main.js
version: true
TranslationFile:
class: BodyPattern
path: languages/shared-files.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Shared Files (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
shared-whiteboard:
QueryParameter:
files:
- helper.js
version: true
shareme:
Readme:
path: readme.txt
shareon:
QueryParameter:
files:
- shareon.min.css
- shareon.min.js
version: true
sharethis-reviews:
QueryParameter:
files:
- css/sharethisreviews.css
- js/review.js
version: true
Readme:
path: readme.txt
sharewhere:
QueryParameter:
files:
- includes/assets/lib/magnific-popup/magnific-popup.css
- includes/assets/main/css/wpls.min.css
- includes/assets/lib/magnific-popup/jquery.magnific-popup.min.js
- includes/assets/main/js/wpls.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/sharewhere.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ShareWhere (?<v>\d+\.[\.\d]+)/i'
version: true
shari-share-me:
Readme:
path:
- readme.txt
- README.md
shariff:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
shariff-sharing:
Readme:
path: readme.txt
sharing-plus:
Comment:
xpath: //comment()[contains(., "Sharing Plus")]
pattern: !ruby/regexp /Meta Tags generated by Sharing Plus (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/css/sharing-plus-front.css
- assets/js/sharing-plus-front.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
sheet2site:
Readme:
path: readme.txt
sheetdb:
Readme:
path: readme.txt
sheetpress:
QueryParameter:
files:
- public/css/sheetpress-by-wpgeniuz-public.css
- public/js/sheetpress-by-wpgeniuz-public.js
version: true
shift-schedule:
Readme:
path: readme.txt
shift8-cdn:
Readme:
path: readme.txt
shift8-full-navigation:
Readme:
path: readme.txt
shift8-geoip-location:
Readme:
path: readme.txt
shift8-jenkins-integration:
Readme:
path: readme.txt
shift8-modal:
Readme:
path: readme.txt
shiftnav-responsive-mobile-menu:
QueryParameter:
files:
- assets/css/shiftnav.min.css
- assets/css/fontawesome/css/font-awesome.min.css
- assets/css/skins/standard-dark.css
- assets/js/shiftnav.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/shiftnav.pot
pattern: !ruby/regexp /:\ ShiftNav Pro \- Responsive Mobile Menu (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptVar:
pattern: !ruby/regexp /var shiftnav_data = {(?<json>.+?(?=};))}/i
version_key: v
version: true
Readme:
path: readme.txt
shiga-custom-login-by-corelabs:
Readme:
path: readme.txt
shika365-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
shinystat-analytics:
TranslationFile:
class: BodyPattern
path: languages/shinystat-analytics-it_IT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: ShinyStat (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ship-to-a-different-address-unchecked:
Readme:
path: readme.txt
ship-to-multiple-addresses:
QueryParameter:
files:
- public/css/ship_to_multiple_addresses-public.css
- public/js/ship_to_multiple_addresses-public.js
version: true
shipbob-express-rates:
Readme:
path: readme.txt
shipfunk-woocommerce-shipping:
Readme:
path: readme.txt
shipit:
Readme:
path: readme.txt
shipment-based-product-for-ali2woo:
Readme:
path: readme.txt
shipping-by-city-for-woocommerce:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
shipping-delivery-date-management-with-gift-message:
Readme:
path: readme.txt
shipping-deprisa-woo:
Readme:
path: readme.txt
shipping-envia-colvanes-woo:
Readme:
path: readme.txt
shipping-method-for-hermes-germany-and-wc:
Readme:
path: readme.txt
shipping-mipaquete-woocommerce:
Readme:
path: readme.txt
shipping-per-neighborhood-for-woocommerce:
Readme:
path: readme.txt
shipping-pincodes:
Readme:
path: Readme.txt
shipping-rates-cities-woocommerce:
Readme:
path: readme.txt
shipping-rd:
Readme:
path: readme.txt
shipping-viet-nam-woocommerce:
Readme:
path: readme.txt
shippop-ecommerce:
Readme:
path: readme.txt
shipstation-for-ecwid:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
shiptimize-for-woocommerce:
Readme:
path: readme.txt
shiptor-woocommerce:
Readme:
path: readme.txt
shipworks-e-commerce-bridge:
Readme:
path: readme.txt
shipyaari-shipping-managment:
Readme:
path: readme.txt
shlwhenneed:
QueryParameter:
files:
- shlwhenneed.js
version: true
shmapper-by-teplitsa:
Readme:
path: README.txt
shoot-the-zombie:
QueryParameter:
files:
- scripts.js
version: true
shop-3d:
Readme:
path: readme.txt
shop-information-system:
Readme:
path: readme.txt
shop-menu:
QueryParameter:
files:
- shop-menu.css
- next-page.js
version: true
shop-page-wp:
QueryParameter:
files:
- assets/css/shop-page-wp-grid.css
- assets/css/shop-page-wp-base-styles.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
shop1-dropshipping:
Readme:
path: readme.txt
shopcode-menu-horizontal-woocommerce:
QueryParameter:
files:
- assets/css/main.css
version: true
shopcode-owl-carousel-woocommerce-widget:
QueryParameter:
files:
- assets/css/main.css
- assets/js/main.js
version: true
shopcode-popup-profile-builder:
QueryParameter:
files:
- assets/css/main.css
- assets/js/main.js
version: true
shopmagic-abandoned-carts:
Readme:
path: readme.txt
shoppable-snippet-placer:
Readme:
path: readme.txt
shopper-approved-reviews:
Readme:
path: readme.txt
shopybot-woocommerce:
Readme:
path: readme.txt
shortbuild:
Readme:
path: readme.txt
shortcake-bakery:
TranslationFile:
class: BodyPattern
path: languages/shortcake-bakery.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Shortcake Bakery (?<v>\d+\.[\.\d]+)/i'
version: true
shortcode-bootstrap-visuals:
Readme:
path: readme.txt
shortcode-cleaner-lite:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
shortcode-developer:
TranslationFile:
class: BodyPattern
path: lang/scd.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Shortcode Developer (?<v>\d+\.[\.\d]+)/i'
version: true
shortcode-directives:
Readme:
path: readme.txt
shortcode-elementor:
Readme:
path: readme.txt
shortcode-in-menus:
Readme:
path: readme.txt
shortcode-ui:
TranslationFile:
class: BodyPattern
path: languages/shortcode-ui.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ Shortcake \(Shortcode UI\) (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
shortcode-widget:
TranslationFile:
class: BodyPattern
path: languages/shortcode-widget.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Shortcode Widget (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
shortcodehub-addon-image-color-palette:
Readme:
path: readme.txt
shortcoder:
Readme:
path: readme.txt
shortcodes-finder:
QueryParameter:
files:
- public/css/shortcodes-finder-public.css
- public/js/shortcodes-finder-public.js
version: true
shortcodes-for-amp-web-stories-and-elementor-widget:
Readme:
path: readme.txt
shortcodes-for-bbpress:
QueryParameter:
files:
- inc/frontend/css/wireaccess-shortcodes_for_bbpress-frontend.css
- inc/frontend/js/wireaccess-shortcodes_for_bbpress-frontend.js
version: true
shortcodes-for-buddypress:
TranslationFile:
class: BodyPattern
path: languages/shortcodes-for-bp-en_US.po
pattern: !ruby/regexp '/t\-Id\-Version: Shortcodes For BuddyPress (?<v>\d+\.[\.\d]+)/i'
version: true
shortcodes-for-font-awesome:
QueryParameter:
files:
- public/css/all.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/shortcodes-for-font-awesome.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SCFA (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
shortcodes-for-gravity-forms:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
shortcodes-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/shortcodes-for-woocommerce.pot
pattern: !ruby/regexp /\-Id\-Version:\ Shortcodes for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
shortcodes-gravity-form:
Readme:
path: readme.txt
shortcodes-ultimate:
Readme:
path: readme.txt
shortcore:
Readme:
path: readme.txt
shortener-url-redirect:
Readme:
path:
- readme.txt
- README.md
shortest-website-monetization:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
shortnit:
Comment:
xpath: //comment()[contains(., "Shortn.It")]
pattern: !ruby/regexp /Shortn\.It version (?<v>\d+\.[\.\d]+)/i
version: true
shortpixel-adaptive-images:
QueryParameter:
files:
- js/ai.js
version: true
JavascriptVar:
xpath: "//script[not(@src) and contains(., 'spai_settings')]"
pattern: !ruby/regexp /shortpixel\-adaptive\-images","version":"(?<v>\d+\.[\.\d]+)"/i
version: true
shortpixel-image-optimiser:
Readme:
path: readme.txt
shorturl-to-random-url:
Readme:
path: readme.txt
shoutcast-and-icecast-html5-web-radio-player-by-yesstreaming-com:
Readme:
path: readme.txt
shoutout:
Readme:
path: readme.txt
shoutworks:
Readme:
path: readme.txt
show-active-purchases-for-woocommerce:
QueryParameter:
files:
- public/css/sap-for-woocommerce-public.css
- public/js/sap-for-woocommerce-public.js
version: true
show-activity-log-of-custom-roles:
Readme:
path: readme.txt
show-apache-and-php-version:
Readme:
path: readme.txt
show-current-template:
Readme:
path: readme.txt
show-descriptions-for-woocommerce:
Readme:
path: readme.txt
show-external-links:
QueryParameter:
files:
- public/css/show-external-links-public.css
version: true
show-free-for-woocommerce:
Readme:
path: readme.txt
show-git-developer-profile:
Readme:
path: README.txt
show-hide-content-for-fusion-builder:
TranslationFile:
class: BodyPattern
path: languages/show-hide-content-for-fusion-builder.pot
pattern: !ruby/regexp '/n: Show Hide Content for Fusion Builder (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
show-hooks:
Readme:
path: readme.txt
show-me-the-admin:
QueryParameter:
files:
- assets/css/show-me-the-admin.min.css
- assets/js/show-me-the-admin.min.js
version: true
show-more-p2:
QueryParameter:
files:
- show-more-p2.js
version: true
show-only-lowest-prices-in-woocommerce-variable-products:
Readme:
path: readme.txt
show-post-by-category:
QueryParameter:
files:
- css/postcat.css
version: true
show-post-in-lightbox:
QueryParameter:
files:
- ostlightbox/js/ostlightbox.js
version: true
show-posts:
QueryParameter:
files:
- atw-posts-style.min.css
version: true
show-preview-for-revision:
Readme:
path: readme.txt
show-remote-ip:
QueryParameter:
files:
- public/css/show-remote-ip-public.css
- public/js/show-remote-ip-public.js
version: true
Readme:
path: readme.txt
show-shipping-class-in-product-page:
Readme:
path: readme.txt
show-template-name:
Readme:
path: readme.txt
show-visitor-ip-address-widget-and-shortcode:
Readme:
path: README.txt
show-youtube-video:
Readme:
path: readme.txt
showcase-visual-composer-addon:
QueryParameter:
files:
- assets/css/style.min.css
version: true
showcase-your-team:
Readme:
path: readme.txt
showcaster:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
showkeys:
Readme:
path:
- readme.txt
- readme.md
shownotes:
QueryParameter:
files:
- static/shownotes.js
version: true
showpass:
Readme:
path: readme.txt
shp-icon:
TranslationFile:
class: BodyPattern
path: languages/shp-icon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SVG Icons (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
shp-rssimage:
Readme:
path: readme.txt
shuffle-for-woocommerce:
Readme:
path: readme.txt
shutter-reloaded:
QueryParameter:
files:
- "/shutter-reloaded.js"
version: true
shutterstock:
QueryParameter:
files:
- public/css/shutterstock-public.css
- public/js/shutterstock-public.js
version: true
Readme:
path: README.txt
side-by-side:
QueryParameter:
files:
- style.css
- script.min.js
version: true
side-cart-woocommerce:
Readme:
path: README.txt
side-matter:
QueryParameter:
files:
- css/side-matter.css
- js/side-matter.js
version: true
TranslationFile:
class: BodyPattern
path: languages/side-matter.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Side Matter (?<v>\d+\.[\.\d]+)/i'
version: true
side-menu:
QueryParameter:
files:
- public/css/style.css
- public/css/left.css
- public/js/side-menu.js
version: true
sidebar-login:
QueryParameter:
files:
- assets/css/sidebar-login.css
- assets/js/sidebar-login.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/sidebar-login.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Sidebar Login (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
sidebar-post:
QueryParameter:
files:
- nexusframework/css/general.css
- js/spost.js
version: true
sidebar-widget-collapser:
QueryParameter:
files:
- SidebarCollapserScript.js
version: true
sidemenu:
Readme:
path: readme.txt
QueryParameter:
files:
- css/sidemenu.css
- js/sidemenu.js
version: true
sidepop:
Readme:
path: readme.txt
sideposts:
QueryParameter:
files:
- style.css
version: true
sierotki:
Readme:
path: readme.txt
sighted-invoice-manager:
QueryParameter:
files:
- public/css/sighted-invoice-manager-public.css
- public/js/sighted-invoice-manager-public.js
version: true
sightmill-nps:
TranslationFile:
class: BodyPattern
path: lang/sightmill-nps.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SightMill NPS (?<v>\d+\.[\.\d]+)/i'
version: true
signal-flags:
Readme:
path: readme.txt
signup-modal-add-on-for-mailpoet:
Readme:
path: readme.txt
signup-signin:
QueryParameter:
files:
- assets/css/style.css
- assets/js/main.js
- assets/js/pravel-verification-code.min.js
version: true
Readme:
path: readme.txt
sikshya:
QueryParameter:
files:
- assets/css/custom/sikshya-grid.css
- assets/css/custom/sikshya.css
- assets/vendor/font-awesome/font-awesome.css
- assets/vendor/ionicons//css/ionicons.min.css
- assets/public/css/sikshya-public.css
- assets/public/style.css
- assets/vendor/jquery.countdown.min.js
- assets/js/custom/sikshya.js
- assets/public/js/custom/video.js
- assets/public/js/custom/countdown.js
- assets/public/js/custom/tabs.js
version: true
Readme:
path: readme.txt
silent-warning:
Readme:
path: readme.txt
sim-clickable-links:
Readme:
path: readme.txt
sim-social-feed:
Readme:
path: readme.txt
simcast:
Readme:
path: readme.txt
similar-post-title-checker:
TranslationFile:
class: BodyPattern
path: languages/sp-post-title-fa_IR.po
pattern: !ruby/regexp '/\-Id\-Version: Similar post\-title checker (?<v>\d+\.[\.\d]+)/i'
version: true
similar-posts:
Readme:
path: readme.txt
similar-products:
Readme:
path: readme.txt
simple-301-article-redirect:
Readme:
path: readme.txt
simple-301-redirects:
Readme:
path: readme.txt
simple-301-redirects-addon-bulk-uploader:
Readme:
path: readme.txt
simple-ab-testing:
QueryParameter:
files:
- public/css/wordpress-ab-testing-public.css
- public/js/wordpress-ab-testing-public.js
version: true
simple-accordion:
QueryParameter:
files:
- js/mam-accordion.js
version: true
simple-age-restriction-warning:
QueryParameter:
files:
- assets/simple-age-restriction-warning-public.css
- assets/simple-age-restriction-warning-public.js
version: true
simple-ajax-search:
TranslationFile:
class: BodyPattern
path: languages/simple-ajax-search.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Ajax Search (?<v>\d+\.[\.\d]+)/i'
version: true
simple-alert-system:
Readme:
path: readme.txt
simple-analytics-and-tag-manager-integration-for-google:
Readme:
path: readme.txt
simple-analytics-tag-beta:
Readme:
path: readme.txt
simple-attribution:
QueryParameter:
files:
- assets/css/simple-attribution.min.css
version: true
simple-author-box:
QueryParameter:
files:
- assets/css/simple-author-box.min.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
simple-barcode-generator:
Readme:
path: readme.txt
simple-bitcoin-donations-for-woocommerce:
Readme:
path: readme.txt
simple-bitcoin-donations-widget:
Readme:
path: readme.txt
simple-bitcoin-faucets:
Readme:
path: readme.txt
simple-block-gallery:
Readme:
path: readme.txt
simple-blog-card:
Readme:
path: readme.txt
simple-blueprint-installer:
TranslationFile:
class: BodyPattern
path: languages/simple-blueprint-installer.pot
pattern: !ruby/regexp '/\-Id\-Version: Simple blueprint installer (?<v>\d+\.[\.\d]+)/i'
version: true
simple-bmi-form:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
Readme:
path: readme.txt
simple-buddypress-notifications:
Readme:
path: readme.txt
simple-calendar-for-google:
Readme:
path: readme.txt
simple-call-button-click-to-call-now-button:
Readme:
path: README.txt
simple-cart-solution:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/dist/js/public.js
version: true
simple-catalog-mode-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
simple-category-posts-widget:
QueryParameter:
files:
- css/p2hc-category-posts.css
version: true
simple-chat-box-wp:
Readme:
path: readme.txt
simple-classifieds:
QueryParameter:
files:
- assets/css/classifieds.css
- assets/scripts/classifieds.js
version: true
Readme:
path: readme.txt
simple-cleanup:
Readme:
path: readme.txt
simple-clinic:
Readme:
path: readme.txt
simple-code-block:
TranslationFile:
class: BodyPattern
path: languages/simple-code-block.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Code Block (?<v>\d+\.[\.\d]+)/i'
version: true
simple-colorbox:
Comment:
xpath: //comment()[contains(., "Simple Colorbox")]
pattern: !ruby/regexp /Simple Colorbox Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
simple-contact-form-revisited-plugin:
QueryParameter:
files:
- assets/css/style.css
- assets/js/simple-contact-form-revisited-plugin.js
version: true
simple-contact-us-form-widget:
QueryParameter:
files:
- assets/style/gb_contact_us_widget_front.css
- assets/js/para.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ \[(?<v>\d+\.[\.\d]+)\](?!.*\#+ \[\d+\.[\.\d]+\])/mi
version: true
Readme:
path: readme.txt
simple-cookie-consents:
Readme:
path: readme.txt
simple-cookie-control:
QueryParameter:
files:
- public/css/cookieconsent.min.css
- public/js/cookieconsent.min.js
- public/js/simple-cookie-control-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/simple-cookie-control.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Simple Cookie Control (?<v>\d+\.[\.\d]+)/i'
version: true
simple-cookie-law:
TranslationFile:
class: BodyPattern
path: lang/simple_cookie_law.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Cookie Law (?<v>\d+\.[\.\d]+)/i'
version: true
simple-cookie-notice:
Readme:
path: readme.txt
simple-cookie-notification-bar:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/script.js
version: true
simple-cookies:
Readme:
path: readme.txt
simple-css:
Readme:
path: readme.txt
simple-csv-exporter:
Readme:
path: readme.txt
simple-csv-tables:
Readme:
path: readme.txt
simple-csv-xls-exporter:
Readme:
path: readme.txt
simple-custom-css:
Readme:
path: readme.txt
simple-custom-post-order:
Readme:
path: readme.txt
simple-custom-website-data:
Readme:
path: readme.txt
simple-customer-crm:
QueryParameter:
files:
- css/bootstrap.min.css
- css/main.css
- js/jquery.validate.js
- js/main.js
version: true
simple-database-repair:
Readme:
path: readme.txt
simple-date-and-time:
Readme:
path: README.txt
simple-debug-info-panel:
QueryParameter:
files:
- assets/js/simple-debug.js
version: true
simple-dfp:
Readme:
path: readme.txt
simple-disable-for-woocommerce-admin:
Readme:
path: readme.txt
simple-disable-rest-api:
Readme:
path: readme.txt
simple-discount-badge:
Readme:
path: readme.txt
simple-download-monitor:
Readme:
path: readme.txt
simple-dropbox-upload-form:
Readme:
path: readme.txt
simple-easy-google-analytics:
QueryParameter:
files:
- public/js/simple-easy-google-analytics-public.js
version: true
simple-embed-code:
Readme:
path: readme.txt
simple-emoji-reactions:
QueryParameter:
files:
- public/css/simple-emoji-reactions-public.css
- public/js/simple-emoji-reactions-public.js
version: true
simple-emzon-links:
QueryParameter:
files:
- assets/css/salfwp-widgets.css
version: true
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
simple-event-scheduler:
TranslationFile:
class: BodyPattern
path: languages/se-scheduler.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Simple Event Scheduler (?<v>\d+\.[\.\d]+)/i'
version: true
simple-events-calendar:
Comment:
xpath: //comment()[contains(., "Simple Events Calendar")]
pattern: !ruby/regexp /Simple Events Calendar (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- simple-events-calendar.css
version: true
simple-exit-intent-popup:
QueryParameter:
files:
- public/js/seip-public.js
version: true
simple-exit-popup:
Readme:
path: readme.txt
simple-expires:
TranslationFile:
class: BodyPattern
path: lang/simple-expires.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple expires (?<v>\d+\.[\.\d]+)/i'
version: true
simple-export-page:
Readme:
path: readme.txt
simple-facebook:
QueryParameter:
files:
- css/simple-facebook.css
version: true
simple-facebook-feeds:
QueryParameter:
files:
- assets/css/sff_plugin_style.css
- admin/assets/css/font-awesome.css
version: true
simple-facebook-twitter-widget:
QueryParameter:
files:
- js/simple-facebook-page-root.js
version: true
Readme:
path: readme.txt
simple-fading-testimonials-widget:
QueryParameter:
files:
- public/css/sft-public.min.css
- public/js/sft-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/simple-fading-testimonials-es_ES.po
pattern: !ruby/regexp '/\-Id\-Version: Simple Fading Testimonials (?<v>\d+\.[\.\d]+)/i'
version: true
simple-fancybox:
QueryParameter:
files:
- css/jquery.fancybox.min.css
- js/jquery.fancybox.min.js
version: true
simple-faq-manager:
QueryParameter:
files:
- "/assets/styles/simple_faq.css"
- "/assets/js/simple_faq.js"
version: true
simple-faq-to-the-website:
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
simple-featured-image-finder:
TranslationFile:
class: BodyPattern
path: languages/default.pot
pattern: !ruby/regexp /d\-Version:\ Simple Featured Image Finder (?<v>\d+\.[\.\d]+)/i
version: true
simple-file-downloader:
Readme:
path: readme.txt
simple-floating-menu:
QueryParameter:
files:
- assets/css/all.css
- assets/css/eleganticons.css
- assets/css/essential-icon.css
- assets/css/icofont.css
- assets/css/materialdesignicons.css
- assets/css/style.css
- assets/js/custom-scripts.js
version: true
simple-folio:
QueryParameter:
files:
- public/css/simple-folio-public.css
version: true
simple-follow-me-social-buttons-widget:
QueryParameter:
files:
- assets/css/style.css
- assets/css/icons.css
- assets/js/front-widget.js
version: true
Readme:
path: readme.txt
simple-ftp-directory-lister:
Readme:
path: readme.txt
simple-full-screen-background-image:
Readme:
path: readme.txt
simple-gallery-lightbox:
Readme:
path: readme.txt
simple-gallery-with-filter:
Readme:
path: readme.txt
simple-gdpr-cookie-compliance:
QueryParameter:
files:
- public/css/simple-gdpr-cookie-compliance-public.css
- public/js/jquery.cookie.js
- public/js/simple-gdpr-cookie-compliance-public.js
version: true
Readme:
path: README.txt
simple-gdpr-cookies:
QueryParameter:
files:
- assets/css/public/dist/styles.min.css
- assets/js/public/dist/scripts.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
simple-golf-club:
QueryParameter:
files:
- public/css/sgc-public.css
- public/js/sgc-public.js
version: true
Readme:
path: README.txt
simple-google-analytics:
Readme:
path: readme.txt
simple-google-fonts-japanese:
Readme:
path: readme.txt
simple-google-maps-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
simple-google-photos-grid:
Readme:
path: readme.txt
simple-googlebot-visit:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
simple-halloween-decoration-for-your-page:
Readme:
path: readme.txt
simple-history:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
simple-https-redirect:
Readme:
path: readme.txt
simple-iframe:
TranslationFile:
class: BodyPattern
path: languages/simple-iframe-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Iframe (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
simple-iframe-buster:
QueryParameter:
files:
- js/iframe-buster.js
version: true
simple-image-seo:
Readme:
path: readme.txt
simple-image-sizes:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path:
- readme.txt
- readme.md
simple-image-widget:
Readme:
path: readme.txt
simple-image-xml-sitemap:
Readme:
path: readme.txt
simple-inventory-and-sales:
Readme:
path:
- readme.txt
- README.txt
simple-job-board:
Readme:
path: README.txt
simple-jwt-login:
Readme:
path: README.md
simple-lazy-load-videos:
Readme:
path: readme.txt
simple-lead-generator:
Readme:
path: readme.txt
simple-lightbox:
QueryParameter:
files:
- client/css/app.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
simple-load-more:
TranslationFile:
class: BodyPattern
path: lang/simple-load-more.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Easy Load More (?<v>\d+\.[\.\d]+)/i'
version: true
simple-local-avatars:
Readme:
path: readme.txt
simple-location:
QueryParameter:
files:
- css/location.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/simple-location.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Location (?<v>\d+\.[\.\d]+)/i'
version: true
simple-login-limit-protect:
TranslationFile:
class: BodyPattern
path: languages/en_US.pot
pattern: !ruby/regexp '/d\-Version: Simple Login Limit & Protect (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
simple-login-log:
Readme:
path: readme.txt
simple-login-with-social:
Readme:
path: README.txt
simple-map:
Readme:
path: readme.txt
simple-map-no-api:
Readme:
path: readme.txt
simple-mapbox-data:
QueryParameter:
files:
- public/css/simple-mapbox-data-public.css
- public/js/simple-mapbox-data-public.js
version: true
simple-matomo-tracking-code:
Readme:
path: readme.txt
simple-membership:
Readme:
path: readme.txt
simple-membership-custom-messages:
Readme:
path: readme.txt
simple-meta-shortcode:
Readme:
path: readme.txt
simple-metadata:
Readme:
path: readme.txt
simple-multi-currency-for-woocommerce:
Readme:
path: readme.txt
simple-myisam-to-innodb:
Readme:
path: readme.txt
simple-nested-menu:
QueryParameter:
files:
- js/script.js
version: true
simple-news:
Readme:
path: readme.txt
simple-news-list-and-slider:
Readme:
path: readme.txt
simple-newsletter:
TranslationFile:
class: BodyPattern
path: languages/simple-newsletter-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WB Newsletter (?<v>\d+\.[\.\d]+)/i'
version: true
simple-open-graphs:
Readme:
path: readme.txt
simple-org-chart:
Readme:
path: readme.txt
simple-owl-carousel:
QueryParameter:
files:
- public/css/simple-owl-carousel-public.css
version: true
simple-page-ordering:
Readme:
path: readme.txt
simple-page-sidebars:
TranslationFile:
class: BodyPattern
path: languages/simple-page-sidebars.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ Simple Page Sidebars (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
simple-pagesposts-specific-maintenance-mode:
Readme:
path: readme.txt
simple-pagination:
QueryParameter:
files:
- css/default.css
version: true
simple-payment:
TranslationFile:
class: BodyPattern
path: languages/simple-payment.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Payment (?<v>\d+\.[\.\d]+)/i'
version: true
simple-payoneer-offsite-gateway-for-woocommerce:
Readme:
path: readme.txt
simple-plugin-selector:
Readme:
path: readme.txt
simple-pop-up:
QueryParameter:
files:
- "/assets/js/smp-scipt.js"
version: true
simple-post-box:
QueryParameter:
files:
- css/simplepost-box-style.css
version: true
simple-post-gmaps:
QueryParameter:
files:
- lib/geoxml3.js
- inc/ressources/spgm-map.min.js
version: true
simple-post-inserter:
Readme:
path: readme.txt
simple-post-views-count:
Readme:
path: readme.txt
simple-posts-ticker:
Comment:
xpath: //comment()[contains(., "Simple Posts Ticker")]
pattern: !ruby/regexp /te uses the Simple Posts Ticker plugin v(?<v>\d+\.[\.\d]+)/i
version: true
simple-presenter:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
simple-primary-category:
Readme:
path: readme.txt
simple-private-video:
TranslationFile:
class: BodyPattern
path: languages/simple-private-video.pot
pattern: !ruby/regexp '/roject\-Id\-Version: Simple Private Video (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
simple-product-counter:
Readme:
path: readme.txt
simple-qr-code-generator-block:
Readme:
path: readme.txt
simple-reading-progress-bar:
Readme:
path: readme.txt
QueryParameter:
files:
- css/srpb.css
- js/srpb_scripts.js
version: true
simple-redirect:
Readme:
path: readme.txt
simple-regenerate-slug:
Readme:
path: readme.txt
simple-responsive-images:
QueryParameter:
files:
- "/ressources/js/responsive.min.js"
version: true
simple-restrict-content:
Readme:
path: README.txt
simple-restrict-post-access:
Readme:
path: readme.txt
simple-sales-tax:
TranslationFile:
class: BodyPattern
path: languages/simple-sales-tax.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple Sales Tax (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
simple-schema-reviews:
Readme:
path: readme.txt
simple-scroll-to-top:
Comment:
xpath: //comment()[contains(., "Simple Scroll")]
pattern: !ruby/regexp /Simple Scroll To Top (?<v>\d+\.[\.\d]+) by/i
version: true
simple-scroll-up-button:
Readme:
path: README.txt
simple-security:
Readme:
path: readme.txt
simple-seo-criteria-check:
Readme:
path: readme.txt
simple-seo-metadata:
Readme:
path: readme.txt
simple-sermon-media-podcast:
QueryParameter:
files:
- public/css/sermon-media-public.css
- public/js/sermon-media-public.js
version: true
Readme:
path: README.txt
simple-share-button-adder:
Comment:
pattern: !ruby/regexp /Simple Share Buttons Adder \((?<v>\d+\.[\.\d]+)\)/i
version: true
simple-share-buttons-adder:
Readme:
path: readme.txt
simple-share-sticky:
QueryParameter:
files:
- simple-share-sticky.css
- simple-share-sticky.js
version: true
simple-sharing:
QueryParameter:
files:
- public/css/exxica-simple-sharing-public.css
- public/js/exxica-simple-sharing-public.js
version: true
simple-shipping-labels-for-woocommerce:
Readme:
path: readme.txt
simple-shortcode-block:
TranslationFile:
class: BodyPattern
path: languages/simple-shortcode-block.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Simple Shortcode Block (?<v>\d+\.[\.\d]+)/i'
version: true
simple-sidebar-manager:
TranslationFile:
class: BodyPattern
path: languages/default.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ Simple Sidebar Manager (?<v>\d+\.[\.\d]+)/i
version: true
simple-sitemap:
Readme:
path: readme.txt
simple-slider:
Readme:
path: readme.txt
simple-slideshow-manager:
QueryParameter:
files:
- css/style.css
version: true
simple-smtp:
Readme:
path: readme.txt
simple-soc-widget:
Readme:
path: Readme.txt
simple-social-buttons:
QueryParameter:
files:
- assets/css/front.css
- assets/js/front.js
version: true
Comment:
xpath: //comment()[contains(., "Simple Social Buttons")]
pattern: !ruby/regexp /Tags generated by Simple Social Buttons (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
simple-social-icons:
QueryParameter:
files:
- css/style.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: plugin:version
version: true
Readme:
path: readme.txt
simple-social-sharing-buttons:
QueryParameter:
files:
- public/css/wp-scsb-public.css
- public/js/wp-scsb-public.js
version: true
simple-social-shout-for-givewp:
QueryParameter:
files:
- assets/sss4givewp-frontend.css
version: true
Readme:
path: readme.txt
simple-speech-bubble:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
simple-sponsorships:
QueryParameter:
files:
- assets/dist/css/public.css
- assets/dist/js/public.js
version: true
simple-ssl:
Readme:
path: readme.txt
simple-staff-list:
QueryParameter:
files:
- public/css/simple-staff-list-public.css
- public/js/simple-staff-list-public.js
version: true
simple-sticky-note:
Readme:
path: readme.txt
simple-stopwatch:
QueryParameter:
files:
- public/css/simple-stopwatch-public.css
- public/js/simple-stopwatch-public.js
version: true
simple-stripe:
Readme:
path: readme.txt
simple-stripe-button:
Readme:
path: readme.txt
simple-stripe-checkout:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/simple-stripe-checkout.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Simple stripe checkout (?<v>\d+\.[\.\d]+)/i'
version: true
simple-student-result:
QueryParameter:
files:
- css/ssr_style.css
- js/ssr_scripts.js
- js/ssr_scripts_front.js
version: true
Readme:
path: readme.txt
simple-support-system:
QueryParameter:
files:
- public/css/simple-support-system-public.css
- public/js/simple-support-system-public.js
version: true
simple-system-status:
Readme:
path: readme.txt
simple-tableau-viz:
Readme:
path: readme.txt
simple-tags:
Readme:
path:
- readme.txt
- readme.md
simple-taxonomy-refreshed:
Readme:
path: readme.txt
simple-team:
QueryParameter:
files:
- css/simple-team.css
version: true
simple-tel-tracking:
QueryParameter:
files:
- tracking-code.js
version: true
simple-testimonials-showcase:
QueryParameter:
files:
- public/css/simple-testimonials-showcase-public.css
- public/js/simple-testimonials-showcase-public.js
version: true
simple-theme-changer:
Readme:
path: readme.txt
simple-theme-demo-importer:
Readme:
path: readme.txt
simple-tooltips:
Readme:
path: readme.txt
simple-twitter-tweets:
Readme:
path: README.txt
simple-url-tracker:
QueryParameter:
files:
- public/css/simple-track-public.css
- public/js/simple-track-public.js
version: true
simple-urls:
TranslationFile:
class: BodyPattern
path: languages/simple-urls.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simple URLs (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: plugin:version
version: true
simple-user-adding:
TranslationFile:
class: BodyPattern
path: languages/simple-user-adding.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Simple User Adding (?<v>\d+\.[\.\d]+)/i
version: true
simple-user-listing:
TranslationFile:
class: BodyPattern
path: languages/simple-user-listing.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Simple User Listing (?<v>\d+\.[\.\d]+)/i'
version: true
simple-video-management-system:
Readme:
path: readme.txt
simple-visitor-registration-form:
QueryParameter:
files:
- public/css/simple-visitor-registration-public.css
- public/js/simple-visitor-registration-public.js
version: true
Readme:
path: README.txt
simple-vote:
QueryParameter:
files:
- public/css/simple-vote-public.css
- public/js/simple-vote-public.js
version: true
Readme:
path: README.txt
simple-webp-images:
Readme:
path: readme.txt
simple-widget-title-links:
TranslationFile:
class: BodyPattern
path: languages/simple-widget-title-links.pot
pattern: !ruby/regexp '/t\-Id\-Version: Simple Widget Title Links (?<v>\d+\.[\.\d]+)/i'
version: true
simple-word-count-and-reading-time:
QueryParameter:
files:
- js/swcart-scripts.js
version: true
simple-wp-sitemap:
Readme:
path: readme.txt
simple-www-redirect:
Readme:
path: readme.txt
simple-xml-rpc-disabler:
Readme:
path: readme.txt
simple-xml-rpc-pingback-disabler:
Readme:
path: readme.txt
simple-xml-sitemap-generator:
Readme:
path: readme.txt
simple-youtube-embed:
QueryParameter:
files:
- jquery.waitforimages.min.js
- jquery.prettyembed.min.js
- jquery.fitvids.js
version: true
simple-youtube-gdpr:
QueryParameter:
files:
- public/css/simple-youtube-gdpr-public.css
- public/js/simple-youtube-gdpr-public.js
version: true
simplebooklet:
Readme:
path: readme.txt
simpleform:
Readme:
path: README.txt
simplegal:
TranslationFile:
class: BodyPattern
path: simplegal-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SimpleGal v(?<v>\d+\.[\.\d]+)/i'
version: true
simplelightbox:
QueryParameter:
files:
- dist/simple-lightbox.min.js
- resources/js/setup.simplelightbox.js
version: true
simplemodal-contact-form-smcf:
QueryParameter:
files:
- css/smcf.css
- js/smcf.js
version: true
simplemodal-login:
QueryParameter:
files:
- css/default.css
- js/default.js
version: true
Readme:
path: readme.txt
simplepay-nigeria-official:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
simpleshib:
Readme:
path: readme.txt
simplest-gallery:
Comment:
xpath: //comment()[contains(., "Simplest Gallery")]
pattern: !ruby/regexp /Added by Simplest Gallery Plugin v\. (?<v>\d+\.[\.\d]+)/i
version: true
simplest-under-construction:
Readme:
path: readme.txt
simpletoc:
Readme:
path: readme.txt
simplified-font-manager:
TranslationFile:
class: BodyPattern
path: lang/simplified-font-manager.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Simplified Font Manager (?<v>\d+\.[\.\d]+)/i'
version: true
simplified-japanese:
Readme:
path: readme.txt
simplified-social-share:
Readme:
path: readme.txt
simplify-menu-usage:
TranslationFile:
class: BodyPattern
path: languages/simplify-menu-usage-de_DE.po
pattern: !ruby/regexp '/Project\-Id\-Version: Simplify Menu Usage (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
simplistic-page-navi:
Readme:
path: readme.txt
simplr-registration-form:
Readme:
path: readme.txt
simply-change-author-url:
Readme:
path: README.txt
simply-event-blog:
QueryParameter:
files:
- public/css/simply-event-blog-public.css
version: true
Readme:
path: README.txt
simply-gallery-block:
QueryParameter:
files:
- dist/blocks.style.build.css
- dist/pgc_sgb.min.js
version: true
Readme:
path: readme.txt
simply-snow:
QueryParameter:
files:
- assets/js/simply-snow.js
version: true
simply-social-links:
TranslationFile:
class: BodyPattern
path: simply-social-links.po
pattern: !ruby/regexp '/Project\-Id\-Version: Simply Social Links (?<v>\d+\.[\.\d]+)/i'
version: true
simply-static:
TranslationFile:
class: BodyPattern
path: languages/simply-static.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simply Static (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
simsage-search:
Readme:
path: readme.txt
simvoicing:
TranslationFile:
class: BodyPattern
path: simvoicing.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Simvoicing (?<v>\d+\.[\.\d]+)/i'
version: true
sinalite-for-woocommerce:
Readme:
path: readme.txt
sinatra-core:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
single-category-permalink:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
single-mailchimp:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
single-post-meta-description:
QueryParameter:
files:
- admin/js/single-post-meta-description-ajax-script.js
version: true
sinm-scroll-to-top:
QueryParameter:
files:
- js/jquery.scrollUp.min.js
- js/active.js
version: true
sis-handball:
QueryParameter:
files:
- public/js/sis-handball-public.js
version: true
site-announcements:
QueryParameter:
files:
- public/css/cw-site-announcements-public.css
- public/css/animate.css
- public/js/js.cookie.js
version: true
site-auditor:
Readme:
path: readme.txt
site-icon-extended:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
site-is-offline-plugin:
Readme:
path: readme.txt
site-offline:
Readme:
path: readme.txt
site-reviews:
QueryParameter:
files:
- assets/css/twenty-fifteen.css
- assets/js/site-reviews.js
- assets/styles/site-reviews.css
- assets/scripts/site-reviews.js
version: true
site-search-360:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
site-speed-monitor:
TranslationFile:
class: BodyPattern
path: languages/site-speed-monitor.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Site Speed Monitor (?<v>\d+\.[\.\d]+)/i'
version: true
site-uptime-monitoring:
Readme:
path: readme.txt
site-watch:
QueryParameter:
files:
- styles/easy-pie-ibc-styles.css
- js/ezp_ibc.js
- js/ezp_ibc_trk.js
version: true
site24x7-rum:
Readme:
path:
- readme.txt
- readme.md
site2crm:
Readme:
path: readme.txt
sitebuilder-dynamic-components:
QueryParameter:
files:
- assets/scripts/sb-dc.js
version: true
siteguard:
Readme:
path: readme.txt
siteimprove:
TranslationFile:
class: BodyPattern
path: languages/siteimprove.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Siteimprove Plugin (?<v>\d+\.[\.\d]+)/i'
version: true
sitemap:
QueryParameter:
files:
- css/page-list.css
version: true
Readme:
path: readme.txt
sitemap-by-click5:
Readme:
path: readme.txt
sitemap-simple:
Readme:
path: readme.txt
sitemap-ui:
Readme:
path: readme.txt
siteorigin-panels:
Readme:
path: readme.txt
sitepress-multilingual-cms:
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "WPML")]/@content
pattern: !ruby/regexp /\AWPML\sver:(?<v>\d+\.[\.\d]+)\sstt/i
version: true
QueryParameter:
files:
- res/css/language-selector.css.gzip
- res/js/jquery.cookie.js
version: true
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: sitepress-multilingual-cms
version: true
sites-coloring:
Readme:
path: readme.txt
sitesupercharger:
Readme:
path: readme.txt
sitewit-engagement-analytics:
TranslationFile:
class: BodyPattern
path: languages/sitewit-engagement-analytics.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Search Engine Marketing (?<v>\d+\.[\.\d]+)/i'
version: true
siwecos:
TranslationFile:
class: BodyPattern
path: languages/siwecos-de_DE.po
pattern: !ruby/regexp '/\# Version: (?<v>\d+\.[\.\d]+)/i'
version: true
sj-cornerstone-addon:
QueryParameter:
files:
- "/assets/styles/sjc-frontend.css"
version: true
skash-payment:
Readme:
path: readme.txt
skautappka-connection:
Readme:
path: readme.txt
skeerel:
Readme:
path: readme.txt
skillbars:
QueryParameter:
files:
- js/shortcodes_skillbar.js
version: true
skimlinks:
TranslationFile:
class: BodyPattern
path: languages/skimlinks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Skimlinks (?<v>\d+\.[\.\d]+)/i'
version: true
skip-to:
QueryParameter:
files:
- js/SkipTo.min.js
version: true
skrumpt-lead-form:
Readme:
path: readme.txt
skt-skill-bar:
QueryParameter:
files:
- skill_bar/circle/jquery.easy-pie-chart.js
- skill_bar/circle/custom.js
- skill_bar/gage/justgage.js
- skill_bar/gage/raphael-2.1.4.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
skt-templates:
Readme:
path: readme.txt
sku-search:
Readme:
path: readme.txt
skybookings-widget:
Readme:
path: readme.txt
skyboot-custom-icons-for-elementor:
Readme:
path: readme.txt
skyboot-portfolio-gallery:
QueryParameter:
files:
- assests/css/venobox.css
- assests/css/skyboot-portfolio-style.css
- assests/css/responsive.css
- assests/js/jquery.hoverdir.js
- assests/js/venobox.js
- assests/js/isotope.pkgd.min.js
version: true
Readme:
path: readme.txt
skyboot-subscribe-button-for-youtube:
Readme:
path: readme.txt
skybox-checkout-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#+ \[(?<v>\d+\.[\.\d]+)\](?!.*\#+ \[\d+\.[\.\d]+\])/mi
version: true
skyroom-wp:
Readme:
path: readme.txt
skyweb-projects:
Readme:
path: readme.txt
skyword-publishing-api:
Readme:
path: readme.txt
sl-user-create:
Readme:
path: readme.txt
slate:
TranslationFile:
class: BodyPattern
path: languages/slate.pot
pattern: !ruby/regexp '/t\-Id\-Version: SVG_Logo_and_Text_Effects (?<v>\d+\.[\.\d]+)/i'
version: true
slatre:
QueryParameter:
files:
- public/css/slatre-public.css
- public/js/slatre-public.js
version: true
Readme:
path: README.txt
slazzer-background-changer:
QueryParameter:
files:
- public/css/slazzer-background-changer-public.css
- public/js/slazzer-background-changer-public.js
version: true
slcrerator-shorten-link-creator:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
sliced-invoices-formidable-forms:
Readme:
path: README.txt
slicewp:
QueryParameter:
files:
- assets/css/style-front-end.css
- assets/js/script-tracking.js
- assets/js/script-front-end.js
- assets/js/script-trk.js
version: true
Readme:
path: readme.txt
slickr-flickr:
QueryParameter:
files:
- styles/public.css
- scripts/public.js
version: true
slide:
Readme:
path: readme.md
slide-to-subscribe:
Readme:
path: readme.txt
slidedeck:
QueryParameter:
files:
- css/slidedeck.css
- js/jail.js
- js/slidedeck-public.js
version: true
slidedeck-lite-for-wordpress:
QueryParameter:
files:
- lib/jquery-mousewheel/jquery.mousewheel.min.js
- lib/slidedeck.jquery.lite.pack.js
version: true
slidedeck2:
QueryParameter:
files:
- css/slidedeck.css
- js/slidedeck-public.js
version: true
Readme:
path: readme.txt
slidedeck3:
QueryParameter:
files:
- css/slidedeck.css
- js/jail.js
- js/slidedeck-public.js
version: true
JavascriptVar:
xpath: //script[not(@src) and contains(., "slideDeck")]
pattern: !ruby/regexp /window\.slideDeck2Version = "(?<v>\d+\.[\.\d]+)";/i
version: true
slider-and-carousel-plus-widget-for-instagram:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/magnific-popup.css
- assets/css/slick.css
- assets/css/iscwp-public.css
version: true
slider-block:
Readme:
path: readme.txt
slider-by-supsystic:
Readme:
path: readme.txt
slider-by-webxapp:
QueryParameter:
files:
- assets/css/style.css
- assets/css/slick/slick.css
- assets/css/slick/slick-theme.css
- assets/js/script.js
- assets/js/slick.min.js
version: true
slider-pro-wp:
Readme:
path: readme.txt
slider-revolution-search-replace:
Readme:
path: readme.txt
slider-spider:
QueryParameter:
files:
- public/css/slider-spider-public.css
- public/css/swiper.min.css
- public/js/slider-spider-public.js
version: true
slider-templates:
QueryParameter:
files:
- public/css/slider-templates-public.css
- public/js/slider-templates-public.js
version: true
Readme:
path: README.txt
slider-wd:
Readme:
path: readme.txt
sliderme:
TranslationFile:
class: BodyPattern
path: lang/slider-me-en_GB.po
pattern: !ruby/regexp '/"Project\-Id\-Version: slider\.me v(?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
sliderspack-all-in-one-image-sliders:
QueryParameter:
files:
- assets/css/wp-spaios-public.css
version: true
sliderview:
QueryParameter:
files:
- js/jquery.cycle2.min.js
- js/frontend.js
- js/vimeo-player.js
version: true
Readme:
path: readme.txt
slideshow:
QueryParameter:
files:
- slideshow.css
- slideshow.js
version: true
slideshow-gallery:
Readme:
path: readme.txt
slideshow-jquery-image-gallery:
Readme:
path: readme.txt
slideshow-posts:
QueryParameter:
files:
- public/css/cw-slideshow-public.css
- public/js/cw-slideshow-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/cw-slideshow.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Slideshow Posts (?<v>\d+\.[\.\d]+)/i'
version: true
slideshow-reloaded:
Readme:
path: readme.txt
slideshow-se:
TranslationFile:
class: BodyPattern
path: languages/slideshow-se-original.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Slideshow SE (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
sliding-captcha-for-contact-form-7:
Readme:
path: readme.txt
sliding-tags:
QueryParameter:
files:
- assets/js/scripts.js
version: true
slidr:
QueryParameter:
files:
- js/slidr.js
version: true
slim-maintenance-mode:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
slimbox-2-slideshow:
QueryParameter:
files:
- tss.css
- tss.min.js
version: true
slimfast-youtube-lazyloader:
Readme:
path: readme.txt
slimjetpack:
Readme:
path: readme.txt
slippy:
Readme:
path: readme.txt
slipry-slider:
Readme:
path: readme.txt
slithy-web:
TranslationFile:
class: BodyPattern
path: languages/slithyweb.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Slithy Web (?<v>\d+\.[\.\d]+)/i'
version: true
slkz-breadcrumbs:
TranslationFile:
class: BodyPattern
path: languages/slkz-breadcrumbs-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SlkZ Breadcrumbs (?<v>\d+\.[\.\d]+)/i'
version: true
slovak-post-eph-export:
Readme:
path: README.txt
slp-extended-data-manager:
Readme:
path: readme.txt
slp-extenders:
Readme:
path: readme.txt
slp-gravity-forms-locations:
Readme:
path: readme.txt
sm-page-duplicator:
Readme:
path: readme.txt
sm-post-duplicator:
Readme:
path: readme.txt
sm-testimonial-slider:
Readme:
path: readme.txt
smaily-for-wp:
Readme:
path: readme.txt
small-package-quotes-fedex-edition:
Readme:
path: readme.txt
small-package-quotes-purolator-edition:
Readme:
path: readme.txt
small-package-quotes-unishippers-edition:
Readme:
path: readme.txt
small-package-quotes-ups-edition:
Readme:
path: readme.txt
small-package-quotes-wwe-edition:
Readme:
path: readme.txt
smallpay:
Readme:
path: readme.txt
smart-addon:
Readme:
path: readme.txt
smart-addons-for-elementor:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
smart-author-box:
QueryParameter:
files:
- public/css/font-awesome.css
- public/css/style.css
- public/js/main.js
version: true
TranslationFile:
class: BodyPattern
path: languages/smart-author-box.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Smart Author Box v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
smart-codegrape-widget:
QueryParameter:
files:
- css/style.css
version: true
smart-coming-soon-mode:
Readme:
path: readme.txt
smart-custom-fields:
Readme:
path: readme.txt
smart-faq:
QueryParameter:
files:
- css/skin1.css
- js/smartfaq.min.js
version: true
smart-grid-gallery:
Readme:
path: readme.txt
smart-id:
Readme:
path: readme.txt
smart-image-resize:
QueryParameter:
files:
- public/css/plugpix-smart-image-resize-public.css
- public/js/plugpix-smart-image-resize-public.js
version: true
smart-language-select-disabler-for-polylang:
Readme:
path:
- readme.txt
- readme.md
smart-logo-showcase-lite:
QueryParameter:
files:
- css/font-awesome.min.css
- css/owl.carousel.css
- css/tooltipster.bundle.css
- css/smls-frontend-style.css
- css/smls-responsive.css
- js/owl.carousel.js
- js/tooltipster.bundle.js
- js/smls-frontend-script.js
version: true
smart-manager-for-wp-e-commerce:
TranslationFile:
class: BodyPattern
path: languages/smart-manager-for-wp-e-commerce.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Smart Manager (?<v>\d+\.[\.\d]+)/i
version: true
smart-marketing-for-wp:
QueryParameter:
files:
- public/css/egoi-for-wp-public.css
version: true
smart-navbar:
QueryParameter:
files:
- includes/css/smart_nav.css
- includes/js/smart-nav.js
version: true
smart-overlay:
QueryParameter:
files:
- smart-overlay.js
- assets/smart-overlay.js
- assets/smart-overlay.css
version: true
smart-paypal-checkout-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/smart-paypal-checkout-for-woocommerce.pot
pattern: !ruby/regexp '/: Smart PayPal Checkout For WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- README.txt
- README.md
smart-png-gif-and-jpeg-compression-and-manipulation-in-the-cloud-cdn-4eq:
Readme:
path: Readme.txt
smart-post-like:
QueryParameter:
files:
- spr.js
version: true
smart-post-rating:
QueryParameter:
files:
- spr.js
version: true
smart-recaptcha:
QueryParameter:
files:
- css/re_front_end_style.css
- css/desktop_style.css
version: true
smart-reporter-for-wp-e-commerce:
TranslationFile:
class: BodyPattern
path: languages/smart-reporter-for-wp-e-commerce.pot
pattern: !ruby/regexp /\-Version:\ Smart Reporter for e\-commerce (?<v>\d+\.[\.\d]+)/i
version: true
smart-threema:
Readme:
path: readme.txt
smart-visitor-tracker:
QueryParameter:
files:
- assets/css/alerts.css
version: true
Readme:
path: readme.txt
smart-wetransfer:
Readme:
path: readme.txt
smart-youtube:
Readme:
path: readme.txt
smartaccounts:
Readme:
path: readme.txt
smartarget-contact-us:
QueryParameter:
files:
- public/css/smartarget-public.css
- public/js/smartarget-public.js
version: true
Readme:
path: README.txt
smartcat-video-image-slider:
QueryParameter:
files:
- assets/css/camera.css
- assets/css/style.css
- assets/js/camera.min.js
- assets/js/script.js
version: true
smartcrawl-seo:
TranslationFile:
class: BodyPattern
path: languages/wpmu-dev-seo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SmartCrawl (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
smartformat:
Readme:
path: readme.txt
smartideo:
QueryParameter:
files:
- static/smartideo.css
- static/smartideo.js
version: true
smartifw:
QueryParameter:
files:
- assets/css/smart_ifw_site.css
version: true
smartlink-dinamic-urls:
Readme:
path: readme.txt
smartly:
Readme:
path: readme.txt
smartpay:
Readme:
path: readme.txt
smartt-shipping:
Readme:
path: readme.txt
smarttouchinteractive-form-builder:
Comment:
xpath: //comment()[contains(., 'name="sti"')]
pattern: !ruby/regexp /<meta name="sti" version="(?<v>\d+\.[\.\d]+)" \/>/i
version: true
smartwaiver-waiver-widget:
Readme:
path: readme.txt
smarty-for-wordpress:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
smashing-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
smilebox-widget:
QueryParameter:
files:
- assets/css/style.css
- assets/js/smile-pingback.js
version: true
smiling-video:
QueryParameter:
files:
- css/video-js-5.19.2.css
- css/videojs.ima.css
- css/skin-smiling-player-multicp-2.0.css
- js/sm-common-func.js
pattern: !ruby/regexp /smver=(?<v>\d+\.[\.\d]+)/i
version: true
smk-sidebar-generator:
Readme:
path: readme.txt
smntcs-deactivate-image-compression:
Readme:
path: README.txt
smntcs-show-sale-price-date-for-woocommerce:
Readme:
path:
- README.txt
- README.md
smooth-back-to-top-button:
QueryParameter:
files:
- assets/css/sbttb-fonts.css
- assets/css/smooth-back-to-top-button.css
- assets/js/smooth-back-to-top-button.js
version: true
smooth-gallery-replacement:
QueryParameter:
files:
- scripts/History.js
version: true
smooth-page-scroll-updown-buttons:
QueryParameter:
files:
- assets/js/smooth-page-scroll-updown-buttons.min.js
- assets/js/addButtons.js
version: true
smooth-scroll-by-wpos:
QueryParameter:
files:
- assets/css/ssbywpos-style.css
- assets/js/wp-ssbywpos-public.js
version: true
smooth-scroll-up:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
smoothbook:
Readme:
path: readme.txt
sms-for-woocommerce:
QueryParameter:
files:
- assets/css/admin-bar.css
- assets/css/subscribe.css
version: true
Readme:
path: readme.txt
sms-notification-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/Repute-SMS-en_US.po
pattern: !ruby/regexp '/roject\-Id\-Version: SMS for WooCommerce v(?<v>\d+\.[\.\d]+)/i'
version: true
smslist:
QueryParameter:
files:
- css/style.css
- js/numberAction.js
version: true
smspilot-ru-woocommerce:
Readme:
path: readme.txt
smtp-mailer:
Readme:
path: readme.txt
smtp-mailer-wp:
Readme:
path: readme.txt
smtp-yandex-mail-server:
Readme:
path: README.txt
smurfify:
QueryParameter:
files:
- scripts.js
version: true
sn-google-plus:
Comment:
xpath: //comment()[contains(., "SN Google Plus")]
pattern: !ruby/regexp /SN Google Plus (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/retioSlider.css
version: true
snack-ads-txt:
Readme:
path: readme.txt
snap-pixel:
Readme:
path: readme.txt
snap-pixel-for-woocommerce:
Readme:
path: readme.txt
snapid-two-factor-authentication:
Readme:
path: readme.txt
snapshots:
Readme:
path: readme.txt
snazzy-archives:
Readme:
path: readme.txt
snazzy-maps:
Readme:
path: readme.txt
sneakers:
Readme:
path: readme.txt
snip-structured-data:
Readme:
path: readme.txt
sniperpress-mail:
QueryParameter:
files:
- public/css/sniperpress-mail-public.css
- public/js/sniperpress-mail-public.js
version: true
sniplets:
Readme:
path: readme.txt
snippets-done-right:
QueryParameter:
files:
- assets/sdr-front.css
- assets/sdr-front.js
version: true
snipzine-slider:
QueryParameter:
files:
- themes/all.css
version: true
snordians-h5p-resize-pulse:
QueryParameter:
files:
- js/h5p-resize-pulse.js
version: true
Readme:
path: readme.txt
snow-monkey-editor:
Readme:
path: readme.txt
snow-monkey-forms:
Readme:
path: readme.txt
snow-storm:
QueryParameter:
files:
- snow-storm.js
version: true
snowfall:
Readme:
path: README.md
snowy:
QueryParameter:
files:
- js/jquery.snow.js
- js/snowy.js
version: true
sns-count-cache:
Readme:
path: readme.txt
sns-subscription-form-for-amazon-web-services-push-notifications:
QueryParameter:
files:
- script.js
version: true
so-css:
Readme:
path: readme.txt
so-widgets-bundle:
Readme:
path: readme.txt
soapberry:
Readme:
path: readme.txt
socail-profile-linking:
QueryParameter:
files:
- includes/css/spl-styles.css
version: true
soccerpress:
Readme:
path: readme.txt
sociable:
Readme:
path: readme.txt
social-blend:
Readme:
path: readme.txt
social-boost:
Readme:
path: readme.txt
social-booster:
QueryParameter:
files:
- public/css/social-booster-public.css
- public/js/social-booster-public.js
version: true
social-commerce-by-cedcommerce:
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
social-count-plus:
TranslationFile:
class: BodyPattern
path: languages/social-count-plus.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Social Count Plus (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
social-counter:
Readme:
path: readme.txt
social-discussions:
Readme:
path: readme.txt
social-divi:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
social-elementor-lite:
TranslationFile:
class: BodyPattern
path: languages/social-elementor-lite.pot
pattern: !ruby/regexp '/ion: Social Addons for Elementor \(Lite\) (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
social-fabric-analytics-by-collective-bias:
Readme:
path: readme.txt
social-feed-gallery-portfolio:
Readme:
path: readme.txt
social-hashtags:
Readme:
path: readme.txt
social-icons:
QueryParameter:
files:
- assets/css/social-icons.css
version: true
Readme:
path: readme.txt
social-icons-lite:
QueryParameter:
files:
- assets/css/social-icons-lite.css
version: true
social-icons-widget-by-wpzoom:
Readme:
path: readme.txt
social-images-widget:
Readme:
path: readme.txt
social-link-look:
Readme:
path: readme.txt
social-link-pages:
Readme:
path: readme.txt
social-links-group:
QueryParameter:
files:
- css/animate.css
- css/font-awesome.css
version: true
social-maven:
TranslationFile:
class: BodyPattern
path: i18n/social-maven.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Social Maven (?<v>\d+\.[\.\d]+)/i'
version: true
social-media-aggregator:
QueryParameter:
files:
- js/im-social-aggregator.js
version: true
social-media-buttons-toolbar:
QueryParameter:
files:
- inc/lib/bootstrap-tooltip/bootstrap-tooltip.css
- inc/css/frontend.css
- inc/lib/bootstrap-tooltip/bootstrap-tooltip.js
version: true
Readme:
path: readme.txt
social-media-feather:
Readme:
path: readme.txt
social-media-followers-counter:
QueryParameter:
files:
- css/style.css
version: true
social-media-icon:
Readme:
path: readme.txt
social-media-icons-widget:
Readme:
path: readme.txt
social-media-links:
QueryParameter:
files:
- public/css/social-media-public.css
- public/js/social-media-public.js
version: true
social-media-share-and-widget:
Readme:
path: readme.txt
social-media-share-buttons-gshare:
Readme:
path: readme.txt
social-media-widget:
Readme:
path: readme.txt
social-media-widget-icon:
QueryParameter:
files:
- assets/js/wpssiw-script.js
version: true
social-medias-connect:
Comment:
xpath: //comment()[contains(., "social medias connect")]
pattern: !ruby/regexp /social medias connect V(?<v>\d+\.[\.\d]+)/i
version: true
social-mentions:
QueryParameter:
files:
- css/front-end.css
version: true
social-menu:
QueryParameter:
files:
- style.css
version: true
Readme:
path: readme.txt
social-nation-itsme-login:
QueryParameter:
files:
- assets/css/social-nation-itsme-login.css
version: true
social-nation-itsme-oauth-login-multibutton:
QueryParameter:
files:
- assets/css/social-nation-itsme-oauth-login-multibutton.css
version: true
social-network-chat:
Readme:
path: readme.txt
social-network-widget:
Readme:
path: readme.txt
social-networks-auto-poster-facebook-twitter-g:
Readme:
path: readme.txt
social-networks-links-by-performance-foundry:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/foundrysl.css
version: true
social-parts:
QueryParameter:
files:
- public/js/social-parts-public.js
version: true
Readme:
path: readme.txt
social-photo-blocks:
Readme:
path: readme.txt
social-pixel:
Readme:
path: readme.txt
social-polls-by-opinionstage:
QueryParameter:
files:
- public/js/shortcodes.js
version: true
social-proof-testimonials-slider:
QueryParameter:
files:
- public/css/social-proof-slider-public.css
version: true
social-pug:
Readme:
path: readme.txt
social-repeater-widget:
Readme:
path: readme.txt
social-rocket:
Comment:
xpath: //comment()[contains(., "Social Rocket")]
pattern: !ruby/regexp /Begin Social Rocket v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/style.css
- css/fontawesome.min.css
- css/fa-brands.min.css
- css/fa-regular.min.css
- css/fa-solid.min.css
- js/script.js
version: true
social-share-and-social-locker-arsocial:
TranslationFile:
class: BodyPattern
path: languages/arsocial_lite-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: ARSocial Lite v(?<v>\d+\.[\.\d]+)/i'
version: true
social-share-block:
Readme:
path: readme.txt
social-share-buttons-by-elixirs-io:
QueryParameter:
files:
- public/css/fontawesome-5.13.1/fontawesome.min.css
- public/css/fontawesome-5.13.1/brands.min.css
- public/css/fontawesome-5.13.1/regular.min.css
- public/css/social-share-buttons-public.css
- public/js/social-share-buttons-public.js
version: true
Readme:
path: README.txt
social-share-buttons-by-supsystic:
Readme:
path: readme.txt
social-share-buttons-widget-and-shortcode:
Readme:
path: README.txt
social-share-by-7span:
Readme:
path: README.txt
social-share-by-jm-crea:
MetaTag:
class: Xpath
xpath: //meta[contains(@name, "Social Share By JM")]/@content
version: true
social-sharing-buttons-and-counters:
QueryParameter:
files:
- assets/css/jc-social-sharing.css
- assets/js/jc-social-sharing.js
version: true
social-sharing-by-miniorange:
Readme:
path: readme.txt
social-testimonials-and-reviews-widget:
Readme:
path: readme.txt
social-warfare:
Comment:
pattern: !ruby/regexp /Social Warfare v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/style.min.css
- js/script.min.js
- assets/css/style.min.css
- assets/js/script.min.js
version: true
Readme:
path: readme.txt
social-web-suite:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
social-wiggle:
QueryParameter:
files:
- css/socialwiggle.css
- js/socialwiggle.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
social2blog:
Readme:
path: readme.txt
socialall-social-login:
Readme:
path: readme.txt
socialbugcrm:
Readme:
path: readme.txt
socialized:
QueryParameter:
files:
- assets/styles/socialized.css
version: true
Readme:
path: readme.txt
socialmediafeedwidget:
Readme:
path: readme.txt
socials-ag:
Readme:
path: README.md
socials-ga:
Readme:
path: README.md
socialsnap:
QueryParameter:
files:
- assets/css/socialsnap.css
- assets/js/socialsnap.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
socialvault:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
sociofluid:
Comment:
xpath: //comment()[contains(., "SocioFluid")]
pattern: !ruby/regexp /Required by SocioFluid (?<v>\d+\.[\.\d]+) plugin/i
version: true
socioscope:
Readme:
path: readme.txt
socketlabs:
QueryParameter:
files:
- public/css/socketlabs-public.css
- public/js/socketlabs-public.js
version: true
sofcar-for-wp:
QueryParameter:
files:
- public/css/sofcar-public.css
- public/js/sofcar-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/sofcar-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Sofcar (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
softdiscover-db-file-manager:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
softshare-floating-button:
Readme:
path: readme.txt
software-issue-manager:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Software Issue Manager v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
sogo-accessibility:
Readme:
path: README.txt
soivigol-post-list:
Readme:
path: readme.txt
sola-testimonials:
QueryParameter:
files:
- js/jquery.form-validator.min.js
- js/sola_t_frontend.js
- js/imgLiquid-min.js
version: true
sold-alerts:
QueryParameter:
files:
- static/css/css.css
- static/js.js
version: true
sold-out-badge-for-woocommerce:
Readme:
path: readme.txt
solidres:
QueryParameter:
files:
- assets/js/site.js
- assets/js/common.js
version: true
TranslationFile:
class: BodyPattern
path: i18n/solidres.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Solidres (?<v>\d+\.[\.\d]+)/i'
version: true
soliloquy-lite:
Readme:
path: readme.txt
solo-search:
Readme:
path: readme.txt
solr-power:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: solr-for-wordpress-on-pantheon.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ solr\-power (?<v>\d+\.[\.\d]+)/i
version: true
soluship-shipping:
Readme:
path: readme.txt
solutions-invoice-manager:
QueryParameter:
files:
- public/css/solutions-invoice-manager-public.css
- public/js/solutions-invoice-manager-public.js
version: true
solvemedia:
Readme:
path: readme.txt
some-maps:
QueryParameter:
files:
- css/some-maps.css
- js/some-maps.js
version: true
somewhere-search-box:
Readme:
path: readme.txt
son-of-gifv:
TranslationFile:
class: BodyPattern
path: languages/son-of-gifv.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Son of GIFV (?<v>\d+\.[\.\d]+)/i'
version: true
sonetel-website-chat:
Readme:
path: README.txt
sonypayment-light-for-woocommerce:
Readme:
path: readme.txt
sophia-twitter-auto-post:
TranslationFile:
class: BodyPattern
path: languages/sophia-post-to-twitter.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Sophia Twitter Auto Post (?<v>\d+\.[\.\d]+)/i'
version: true
sorsawodigital-edd-bank-transfer:
Readme:
path: readme.txt
sorsawodigital-edd-currency:
Readme:
path: readme.txt
sort-by-recent-views-for-woocommerce:
Readme:
path: readme.txt
sort-me-this:
Readme:
path: README.txt
sort-products-in-cart-order-lite-for-woocommerce:
Readme:
path: README.txt
soumettre-fr:
Readme:
path: readme.txt
soundcloud-shortcode:
Readme:
path: readme.txt
soup-waiter:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
source-affix:
QueryParameter:
files:
- css/public.css
version: true
sourceknowledge-shopping-ads:
TranslationFile:
class: BodyPattern
path: languages/sourceknowledge-shopping-ads.pot
pattern: !ruby/regexp '/d\-Version: SourceKnowledge Shopping Ads (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
south-african-covid-19-banner:
Readme:
path: readme.txt
south-african-id-number-validator:
Readme:
path: readme.txt
sovereign-crypto-payments:
Readme:
path: readme.txt
sozlesmeler:
Readme:
path: readme.txt
sp-client-document-manager:
QueryParameter:
files:
- style.css
version: true
sp-disable-site:
TranslationFile:
class: BodyPattern
path: languages/spdp86-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SP Disable Site v(?<v>\d+\.[\.\d]+)/i'
version: true
sp-display-widgets:
TranslationFile:
class: BodyPattern
path: languages/sp-display-widgets-en_US.po
pattern: !ruby/regexp '/Project\-Id\-Version: SP Display Widgets v(?<v>\d+\.[\.\d]+)/i'
version: true
sp-faq:
QueryParameter:
files:
- css/jquery.accordion.css
- js/jquery.accordion.js
version: true
sp-framework:
Readme:
path: readme.txt
sp-header-image-slider:
QueryParameter:
files:
- css/jquery.bxslider.css
- js/jquery.bxslider.min.js
version: true
sp-news-and-widget:
QueryParameter:
files:
- css/stylenews.css
- js/jquery.newstape.js
- assets/css/stylenews.css
- assets/js/jquery.newstape.js
- assets/js/sp-news-public.js
version: true
Readme:
path: readme.txt
space-admin-theme:
Readme:
path: readme.txt
space-gallery:
Readme:
path: readme.txt
spacento:
QueryParameter:
files:
- public/css/spacento-blocks.css
- public/css/spacento.css
- public/js/spacento-blocks.js
- public/js/spacento.js
version: true
Readme:
path: README.txt
spacer:
Readme:
path: readme.txt
spacious-toolkit:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
spam-blip:
TranslationFile:
class: BodyPattern
path: locale/spambl_l10n.pot
pattern: !ruby/regexp /\# Spam_BLIP (?<v>\d+\.[\.\d]+)/i
version: true
spam-free-wordpress:
Readme:
path: readme.txt
spam-protection-antispam-for-contact-form-7:
Readme:
path: readme.txt
spam-protection-without-captcha:
Readme:
path: readme.txt
spambomb:
Readme:
path: readme.txt
spanish-quote-of-the-day-frase-del-dia:
QueryParameter:
files:
- css/spanish-quotes.css
version: true
TranslationFile:
class: BodyPattern
path: languages/spanish-quote-of-the-day-frase-del-dia.pot
pattern: !ruby/regexp /Spanish Quotes of the Day \(Frase del D[^a]+a\) (?<v>\d+\.[\.\d]+)/i
version: true
spantext:
QueryParameter:
files:
- "/css/spantext.css"
version: true
spark-gf-failed-submissions:
TranslationFile:
class: BodyPattern
path: languages/spark-gf-failed-submissions.pot
pattern: !ruby/regexp /"Submissions (?<v>\d+\.[\.\d]+)/i
version: true
sparkle-demo-importer:
Readme:
path: readme.txt
sparkle-elementor-kit:
Readme:
path: readme.txt
sparky-logos:
QueryParameter:
files:
- admin/sl-admin-style.css
version: true
sparrow:
QueryParameter:
files:
- public/css/getsparrow-public.css
- public/js/getsparrow-public.js
version: true
speak-it:
Readme:
path: readme.txt
speakabout-inline-comments:
Readme:
path: readme.txt
speaker-lite:
QueryParameter:
files:
- css/speaker.min.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
speakout:
Readme:
path: readme.txt
spec-theme-options:
QueryParameter:
files:
- public/css/spec-theme-options-public.css
- extensions/font-awesome/css/all.css
- public/js/spec-theme-options-public.js
version: true
Readme:
path: README.txt
special-admins:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
specialist-in-websites:
Readme:
path: README.md
specific-content-for-mobile:
Readme:
path: readme.txt
speed-booster-pack:
Comment:
pattern: !ruby/regexp /themes using Speed Booster Pack Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
speed-bumps:
TranslationFile:
class: BodyPattern
path: languages/speed-bumps.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Speed\-bumps (?<v>\d+\.[\.\d]+)/i'
version: true
speed-matters:
Readme:
path: readme.txt
speed-up-lazy-load:
QueryParameter:
files:
- js/lazy-load.min.js
version: true
speed-up-page-cache:
Readme:
path: readme.txt
speedy-video:
QueryParameter:
files:
- public/css/speedyvideo-public.css
- public/js/speedyvideo-public.js
version: true
sphere-manager:
TranslationFile:
class: BodyPattern
path: languages/SphereManager-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SphereManager(?<v>\d+\.[\.\d]+)/i'
version: true
spicebox:
Readme:
path: readme.txt
spider-analyser:
Readme:
path: readme.txt
spider-event-calendar:
QueryParameter:
files:
- elements/calendar.js
- elements/calendar-setup.js
- elements/calendar_function.js
- elements/calendar-jos.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
spiderblocker:
Readme:
path: readme.txt
spikkl-address-lookup:
Readme:
path: readme.txt
spiraclethemes-site-library:
Readme:
path: README.txt
spiral-form:
Readme:
path: readme.txt
spirit-events:
Readme:
path: readme.txt
spirit-liturgicky-kalendar:
Readme:
path: readme.txt
spiritual-gifts-test:
Readme:
path: readme.txt
splash-popup-for-woocommerce:
QueryParameter:
files:
- js/frontend.js
version: true
splendid-speed:
Readme:
path: readme.txt
split-back-order:
Readme:
path: readme.txt
split-order-by-weight-for-woocommerce:
Readme:
path: readme.txt
split-order-for-woocommerce:
Readme:
path: readme.txt
splitwit:
Readme:
path: readme.txt
spoiler-alert:
Readme:
path: readme.txt
spoken-search:
QueryParameter:
files:
- assets/css/ss2t.min.css
- assets/js/ss2t-bundle.min.js
version: true
Readme:
path: readme.txt
spoken-word:
QueryParameter:
files:
- dist/spoken-word.js
version: true
sponsor-banners:
QueryParameter:
files:
- public/css/sponsor-public.css
- public/js/sponsor-public.js
version: true
sponsors-carousel:
QueryParameter:
files:
- js/jquery.jcarousel.min.js
- js/jquery.jcarousel-autoscroll.min.js
- js/sponsors-carousel.js
version: true
sponsors-slideshow-widget:
QueryParameter:
files:
- style.css
version: true
spontit:
Readme:
path: readme.txt
sports-address-book:
QueryParameter:
files:
- assets/css/sports-address-book.css
- assets/js/sports-address-book.js
version: true
sports-leagues:
QueryParameter:
files:
- public/css/styles.css
- vendor/world-flags-sprite/stylesheets/flags32.css
- vendor/world-flags-sprite/stylesheets/flags16.css
- public/js/sl-public.js
- vendor/datatables/datatables.min.css
- vendor/datatables/datatables.min.js
- public/js/sl-public.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
sportspress:
QueryParameter:
files:
- assets/css/sportspress.css
- assets/js/sportspress.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /SportsPress (?<v>\d+\.[\.\d]+)/i
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
sportspress-for-cricket:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /SportsPress for Cricket (?<v>\d+\.[\.\d]+)/i
QueryParameter:
files:
- js/sportspress-cricket.js
version: true
sportspress-for-volleyball:
Readme:
path: readme.txt
sportsteam-widget:
QueryParameter:
files:
- css/sportsteam-widget.css
version: true
spotlight-social-photo-feeds:
Readme:
path: readme.txt
spoton-live:
MetaTag:
class: Xpath
xpath: //meta[@name="slp_version"]/@content
version: true
spottercommt-xml-feed:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
spr-posts-import:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
spreadr-for-woocomerce:
Readme:
path: readme.txt
spreaker-shortcode:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
springboard-video-quick-publish:
Readme:
path: readme.txt
sprout-clients:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
sprout-invoices:
Comment:
pattern: !ruby/regexp /Sprout Invoices v(?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
spyr-bar:
QueryParameter:
files:
- style.css
version: true
sql-reporting-services:
QueryParameter:
files:
- public/css/sql-reporting-services-public.css
- public/js/sql-reporting-services-public.js
version: true
sqrl-login:
Readme:
path: readme.txt
square-thumbnails:
QueryParameter:
files:
- public/css/square-thumbnails-public.css
- public/js/square-thumbnails-public.js
version: true
squelch-tabs-and-accordions-shortcodes:
QueryParameter:
files:
- css/jquery-ui/jquery-ui-1.11.4/smoothness/jquery-ui.theme.min.css
- css/squelch-tabs-and-accordions.css
- js/squelch-tabs-and-accordions.js
version: true
squirrly-seo:
Comment:
pattern: !ruby/regexp /Squirrly SEO Plugin (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- view/assets/css/frontend.min.css
version: true
Readme:
path: readme.txt
srbtranslatin:
Readme:
path: readme.txt
srizon-instagram-album:
QueryParameter:
files:
- site/resources/materialize.css
- site/resources/app.css
version: true
srs-simple-hits-counter:
Readme:
path: readme.txt
ss-font-awesome-icon:
Readme:
path: README.txt
ss-link-hover-effect:
Readme:
path: README.txt
ss-map-md-streets-suggestions:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\# \[(?<v>\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\]
\- [\d\-]+)/mi
version: true
Readme:
path: readme.txt
ss-share:
Readme:
path: readme.txt
ssbd-contact-from:
QueryParameter:
files:
- public/css/ssbd_plugin-public.css
- public/js/ssbd_plugin-public.js
version: true
ssh-sftp-updater-support:
Readme:
path: readme.txt
ssl-fixer:
Readme:
path: readme.txt
ssl-for-buddypress:
Readme:
path: readme.txt
ssl-insecure-content-fixer:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /### (?<v>\d+\.[\.\d]+), [\d\-]{8,}/i
version: true
Readme:
path: readme.txt
ssl-wireless-sms-notification:
Readme:
path: readme.txt
sso-flarum:
TranslationFile:
class: BodyPattern
path: languages/sso-flarum.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SSO for Flarum (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
sso-for-azure-ad:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: sso-for-azure-ad.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: SSO for Azure AD (?<v>\d+\.[\.\d]+)/i'
version: true
sso-with-azure-ad:
Readme:
path: readme.txt
ssquiz:
Readme:
path: readme.txt
stack-slider-3d-image-slider:
QueryParameter:
files:
- assets/css/swiper.min.css
- assets/css/wp-sk-public.css
version: true
staff-directory-pro:
Readme:
path: readme.txt
staff-list:
QueryParameter:
files:
- css/staff-list.css
version: true
staff-manager-lite:
Readme:
path: readme.txt
staff-team:
QueryParameter:
files:
- css/themesCSS/sc_theme.css
- js/imagelightbox.min.js
- js/common.js
- js/SC_Script.js
- js/responsive.js
version: true
staffer:
QueryParameter:
files:
- public/css/staffer-styles.css
- public/js/staffer-scripts.js
version: true
stafflist:
Readme:
path: readme.txt
stageshow:
QueryParameter:
files:
- css/stageshow.css
- js/stageshowlib_js.js
- js/stageshow.js
- css/stageshow-seats.css
- js/stageshowgold.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="StageShow"]/@content
version: true
pattern: !ruby/regexp /StageShow for WordPress by Malcolm Shergold \- Ver:(?<v>\d+\.[\.\d]+)
\- BoxOfficeURL:/i
stagtools:
QueryParameter:
files:
- assets/css/stag-shortcodes.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: languages/stagtools.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: StagTools (?<v>\d+\.[\.\d]+)/i'
version: true
stan-easy-connect:
QueryParameter:
files:
- public/css/stan-easy-connect-public.css
- public/js/stan-easy-connect-public.js
version: true
standard-box-sizes:
Readme:
path: readme.txt
standout-css3-buttons:
Readme:
path: readme.txt
standout-fortnox-integration-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
star-rating-block:
Readme:
path: readme.txt
starbox-voting:
Readme:
path: readme.txt
starcat-review:
Readme:
path: README.txt
starred-review:
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
stars-smtp-mailer:
Readme:
path: readme.txt
starscape:
Readme:
path: readme.txt
starter-templates:
Readme:
path: readme.txt
starterblocks:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
startup-gym-elementor-parallax-section-effect:
Readme:
path: readme.txt
statbadge:
MetaTag:
class: Xpath
xpath: //meta[@name="statbadge"]/@content
version: true
pattern: !ruby/regexp /statbadge\/(?<v>\d+\.[\.\d]+)/i
states-and-municipalities-of-venezuela-for-woocommerce:
Readme:
path: README.md
static-html-output-plugin:
TranslationFile:
class: BodyPattern
path: languages/static-html-output-plugin.pot
pattern: !ruby/regexp '/ct\-Id\-Version: WP Static Site Generator (?<v>\d+\.[\.\d]+)/i'
version: true
static-image-map:
Readme:
path: readme.txt
static-optimizer:
Readme:
path: readme.txt
statically:
Readme:
path:
- readme.txt
- statically/readme.txt
staticpress2019:
Readme:
path: readme.txt
statify:
Readme:
path: readme.txt
statsfc-fixtures:
Readme:
path: readme.txt
statsfc-form:
Readme:
path: readme.txt
statsfc-live:
Readme:
path: readme.txt
statsfc-match-centre:
Readme:
path: readme.txt
statsfc-next-fixture:
Readme:
path: readme.txt
statsfc-player-rater:
Readme:
path: readme.txt
statsfc-poll:
Readme:
path: readme.txt
statsfc-results:
Readme:
path: readme.txt
statsfc-score-predictor:
Readme:
path: readme.txt
statsfc-table:
Readme:
path: readme.txt
statsfc-top-assisters:
Readme:
path: readme.txt
statsfc-top-scorers:
Readme:
path: readme.txt
status-buddy:
QueryParameter:
files:
- public/css/status-buddy-public.css
- public/js/status-buddy-public.js
version: true
statusmc:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
stax-buddy-builder:
QueryParameter:
files:
- assets/css/index.min.css
version: true
Readme:
path: readme.txt
stay-alive:
QueryParameter:
files:
- assets/js/stay-alive.js
version: true
stay-home-stay-safe-notice:
Readme:
path: readme.txt
steady-wp:
Readme:
path: readme.txt
stedb-forms:
Readme:
path: README.txt
steemit-feed:
QueryParameter:
files:
- public/css/steemit-feed-public.css
- public/js/spin.min.js
version: true
steemit-scroller:
QueryParameter:
files:
- public/css/steemit-scroller-public.css
- public/lightbox/lightbox.min.css
- public/css/owl.carousel.css
- public/css/owl.theme.default.css
- public/js/spin.min.js
- public/lightbox/lightbox.min.js
- public/js/owl.carousel.min.js
version: true
steempress:
QueryParameter:
files:
- public/css/steempress_sp-public.css
- public/js/steempress_sp-public.js
version: true
stella-flags:
QueryParameter:
files:
- "/css/styles.css"
version: true
stencil:
QueryParameter:
files:
- public/css/stencil-public.css
- public/js/stencil-public.js
version: true
stepform:
Readme:
path: readme.txt
stephino-rpg:
Readme:
path: readme.txt
stibee-email-subscription-form:
QueryParameter:
files:
- public/css/wp-stibee-public.css
- public/js/wp-stibee-public.js
version: true
sticky-add-to-cart-for-woo:
QueryParameter:
files:
- public/css/satcwoo-public.css
- public/js/satcwoo-public.js
version: true
Readme:
path: README.txt
sticky-add-to-cart-woo:
Readme:
path: readme.txt
sticky-banner:
QueryParameter:
files:
- css/hdsb-stickybanner.css
- js/hdsb-stickybanner.js
- assets/css/stickybanner.css
- assets/js/stickybanner.min.js
version: true
Readme:
path: readme.txt
sticky-block:
QueryParameter:
files:
- dist/sticky-block.min.js
version: true
Readme:
path: readme.txt
sticky-buttons:
Readme:
path: README.txt
sticky-chat-widget:
Readme:
path: readme.txt
sticky-header-2020:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: langs/sh2020.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Sticky Header 2020 \- PRO (?<v>\d+\.[\.\d]+)/i'
version: true
sticky-header-effects-for-elementor:
Readme:
path: readme.txt
sticky-menu-or-anything-on-scroll:
QueryParameter:
files:
- assets/js/jq-sticky-anything.min.js
- assets/js/stickThis.js
version: true
Readme:
path:
- readme.txt
- README.md
sticky-posts-dashboard-widget:
TranslationFile:
class: BodyPattern
path: languages/sticky-posts-dashboard-widget-de_DE.po
pattern: !ruby/regexp '/\-Version: Sticky Post Dashboard Widget v(?<v>\d+\.[\.\d]+)/i'
version: true
sticky-posts-expire:
Readme:
path: readme.txt
sticky-related-posts:
QueryParameter:
files:
- css/sticky-related-posts.css
- css/fontawesome/font-awesome.min.css
- css/slick.css
- css/slick-theme.css
- js/sticky-related-posts.js
version: true
sticky-side-buttons:
Readme:
path: readme.txt
sticky-social-icons:
QueryParameter:
files:
- public/assets/build/css/sticky-social-icons-public.css
version: true
sticky-social-media-icons:
QueryParameter:
files:
- public/css/sticky-social-media-icons-public.css
- public/js/sticky-social-media-icons-public.js
- assets/sticky-icons-display.css
version: true
sticky-tax:
TranslationFile:
class: BodyPattern
path: languages/sticky-tax.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Sticky Tax (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
sticky-topbar:
Readme:
path: readme.txt
sticky-video-free-edition:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
stickyadmin:
QueryParameter:
files:
- lib/css/sticky-fonts.css
- lib/css/sticky-adminbar.css
- lib/css/sticky-tooltips.css
- lib/js/sticky-adminbar.min.js
version: true
TranslationFile:
class: BodyPattern
path: i18n/languages/stickyadmin.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: StickyAdmin (?<v>\d+\.[\.\d]+)/i'
version: true
still-be-widget:
QueryParameter:
files:
- asset/css/instagram.css
- asset/js/lazyload.js
version: true
Readme:
path: readme.txt
stock-count-report-for-woocommerce:
Readme:
path: README.txt
stock-locations-for-woocommerce:
Readme:
path: readme.txt
stock-manager-pro:
TranslationFile:
class: BodyPattern
path: languages/stockmanager-nl_NL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Stock Manager Pro (?<v>\d+\.[\.\d]+)/i'
version: true
stock-market-news:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/stockdio-wp.js
version: true
stock-market-overview:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/stockdio-wp.js
version: true
stock-market-ticker:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/stockdio-wp.js
version: true
stock-quotes-list:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/stockdio-wp.js
version: true
stock-ticker:
QueryParameter:
files:
- assets/css/stock-ticker.css
- assets/js/jquery.stockticker.min.js
version: true
stockdio-historical-chart:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/stockdio_chart_historical-wp.js
version: true
stockpack:
Readme:
path: readme.txt
stockpulse:
Readme:
path: readme.txt
stonehenge-em-maps-styling:
TranslationFile:
class: BodyPattern
path: languages/stonehenge-em-maps-styling-nl_NL.po
pattern: !ruby/regexp /er %u2013 Google Maps Styling \(Add\-on\) v(?<v>\d+\.[\.\d]+)/i
version: true
stop-auto-update-plugin-themes-email-notification:
Readme:
path: readme.txt
stop-automatic-updates:
QueryParameter:
files:
- public/css/stop-automatic-updates-public.css
- public/js/stop-automatic-updates-public.js
version: true
stop-spam:
Readme:
path: readme.txt
stop-spammer-registrations-plugin:
Readme:
path: readme.txt
stop-user-enumeration:
QueryParameter:
files:
- frontend/js/frontend.js
version: true
Readme:
path: readme.txt
stops-core-theme-and-plugin-updates:
Readme:
path: readme.txt
store-file-uploads-for-contact-form-7:
Readme:
path: readme.txt
store-migration-products-orders-import-export-with-excel:
Readme:
path: readme.txt
store-notification:
QueryParameter:
files:
- assets/css/store-notification.css
- assets/js/store-notification.js
version: true
TranslationFile:
class: BodyPattern
path: languages/store-notification.pot
pattern: !ruby/regexp '/\#: svn\-repository\/tags\/(?<v>\d+\.[\.\d]+)/i'
version: true
store-sale-countdown-for-woocommerce:
Readme:
path: readme.txt
store-sync-for-woocommerce:
Readme:
path: readme.txt
storefront-footer:
Readme:
path: readme.txt
storefront-jetpack:
QueryParameter:
files:
- public/css/sfjp-public.css
- public/js/sfjp-public.js
version: true
storefront-lines-and-circles:
TranslationFile:
class: BodyPattern
path: languages/storefront-extension-boilerplate.pot
pattern: !ruby/regexp '/d\-Version: Storefront Lines And Circles (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
storefront-product-sharing:
TranslationFile:
class: BodyPattern
path: languages/storefront-product-sharing.pot
pattern: !ruby/regexp /\-Id\-Version:\ Storefront Product Sharing (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
storefront-sticky-add-to-cart:
QueryParameter:
files:
- assets/css/style.css
version: true
storemapper:
TranslationFile:
class: BodyPattern
path: languages/wp-storemapper.pot
pattern: !ruby/regexp /t\-Id\-Version:\ Storemapper for WordPress (?<v>\d+\.[\.\d]+)/i
version: true
stranger-questions-faq:
Readme:
path: readme.txt
stratum:
Readme:
path: readme.txt
stray-quotes:
TranslationFile:
class: BodyPattern
path: lang/stray-quotes-da_DK.po
pattern: !ruby/regexp '/Project\-Id\-Version: Stray Random Quotes (?<v>\d+\.[\.\d]+)/i'
version: true
streak-crm-for-gmail-integration-for-contact-form-7:
Readme:
path: readme.txt
stream:
Comment:
pattern: !ruby/regexp /Stream WordPress user activity plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
stream-video-player:
Readme:
path: readme.txt
streamcast:
QueryParameter:
files:
- public/css/radio.css
- public/css/styles.css
- public/js/streamcast-final.js
version: true
Readme:
path: readme.txt
streamshare:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
string-locator:
Readme:
path: readme.txt
stripe:
QueryParameter:
files:
- assets/css/public.min.css
- assets/js/vendor/accounting.min.js
- assets/js/shared.min.js
- assets/js/public.min.js
version: true
stripe-for-woocommerce:
Readme:
path:
- README.txt
- README.md
strong-authentication:
Readme:
path: readme.txt
strong-password-maker:
Readme:
path: readme.txt
strong-testimonials:
Comment:
pattern: !ruby/regexp /:\ WordPress 4\.9\.1 \| Strong Testimonials (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
structured-data-test-button:
Readme:
path: readme.txt
student-inquiry-listing:
Readme:
path: readme.txt
studiocart:
Readme:
path: readme.txt
stulab-download-manager:
Readme:
path: readme.txt
style-manager:
TranslationFile:
class: BodyPattern
path: languages/style-manager.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Style Manager (?<v>\d+\.[\.\d]+)/i'
version: true
style-press:
TranslationFile:
class: BodyPattern
path: lang/style-press.pot
pattern: !ruby/regexp /ion of the WordPress plugin Style Press (?<v>\d+\.[\.\d]+)/i
version: true
style4block:
Readme:
path: readme.txt
styleguide:
Readme:
path: readme.txt
styles:
Readme:
path: readme.txt
styles-and-layouts-for-gravity-forms:
Readme:
path: readme.txt
styles-for-wp-pagenavi-addon:
QueryParameter:
files:
- assets/css/sfwppa-style.css
version: true
styles-selector:
QueryParameter:
files:
- public/css/styleselector-public.css
version: true
Readme:
path: README.txt
styling-default-post-flipbox:
QueryParameter:
files:
- assets/css/fontawesome.css
- assets/css/bootstrap.min.css
- assets/css/style.css
- assets/js/bootstrap.min.js
- assets/js/jquery-flip.js
- assets/js/fsdp-flipbox-script.js
version: true
stylish-author-bio:
TranslationFile:
class: BodyPattern
path: languages/fr.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Stylish Author Bio (?<v>\d+\.[\.\d]+)/i'
version: true
stylish-cost-calculator:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
stylish-price-list:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
stylistic-modals:
Readme:
path: readme.txt
subme:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
subpagelister:
QueryParameter:
files:
- css/subpagelister.css
version: true
subscribe-and-connect:
QueryParameter:
files:
- assets/css/frontend.css
version: true
subscribe-bar-youtube:
QueryParameter:
files:
- assets/css/custom.css
version: true
TranslationFile:
class: BodyPattern
path: languages/youtube-subscribe-bar.pot
pattern: !ruby/regexp '/oject\-Id\-Version: YouTube Subscribe Bar (?<v>\d+\.[\.\d]+)/i'
version: true
subscribe-google-groups:
TranslationFile:
class: BodyPattern
path: languages/wp-google-groups-subscribe.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Google Groups Subscribe (?<v>\d+\.[\.\d]+)/i'
version: true
subscribe-here-widget:
Comment:
pattern: !ruby/regexp /Required by Subscribe Here Plugin (?<v>\d+\.[\.\d]+)/i
version: true
subscribe-now:
QueryParameter:
files:
- css/main.css
- js/empty.js
version: true
subscribe-plugin:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
subscribe-to-comments-reloaded:
Readme:
path: readme.txt
subscribe-to-download-lite:
QueryParameter:
files:
- fontawesome/css/all.min.css
- "/css/stdl-frontend.css"
- "/js/stdl-frontend.js"
version: true
subscribe-to-unlock-lite:
QueryParameter:
files:
- fontawesome/css/all.min.css
- "/css/stul-frontend.css"
- "/js/stul-frontend.js"
version: true
Readme:
path: readme.txt
subscribe2:
ChangeLog:
class: BodyPattern
path: ChangeLog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/
version: true
TranslationFile:
class: BodyPattern
path: subscribe2.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Subscribe2 (?<v>\d+\.[\.\d]+)/i'
version: true
substack-importer:
Readme:
path: readme.txt
subtitles:
TranslationFile:
class: BodyPattern
path: languages/subtitles-en_US.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Subtitles (?<v>\d+\.[\.\d]+)/i'
version: true
subversion-log:
TranslationFile:
class: BodyPattern
path: languages/subversion-log.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
sucuri-scanner:
Readme:
path: readme.txt
sucursales-correo-argentino-para-woocommerce:
Readme:
path: readme.txt
sudo-oauth:
Readme:
path: readme.txt
suffice-toolkit:
TranslationFile:
class: BodyPattern
path: i18n/languages/suffice-toolkit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Suffice Toolkit (?<v>\d+\.[\.\d]+)/i'
version: true
suffusion-bbpress-pack:
QueryParameter:
files:
- include/css/bbpress.css
version: true
suffusion-shortcodes:
QueryParameter:
files:
- include/css/suffusion-shortcodes.css
version: true
sugar-calendar-wp-all-import:
Readme:
path: Readme.txt
sumo-divi-modules:
Readme:
path: readme.txt
sumome:
Readme:
path: Readme.txt
sunlime-post-label-center-export-tool:
Readme:
path: readme.txt
sunnylandingpages:
Readme:
path: README.txt
supapress:
QueryParameter:
files:
- includes/css/styles.min.css
version: true
supaz-text-headlines:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
super-blog-pack:
QueryParameter:
files:
- js/ts-post-stats.js
version: true
super-booking-calendar:
QueryParameter:
files:
- inc/fullcalendar.min.css
- inc/moment.min.js
- inc/fullcalendar.min.js
- inc/script.js
version: true
super-buttons:
QueryParameter:
files:
- assets/public.js
version: true
super-captcha:
Readme:
path: README.txt
super-duper-smtp:
Readme:
path: README.txt
super-host-speed-benchmark:
Readme:
path: readme.txt
super-light-animated-scroll-to-id:
Readme:
path: readme.txt
super-simple-age-gate-beta:
Readme:
path: readme.txt
super-simple-events-list:
Readme:
path: readme.txt
super-simple-gmaps:
QueryParameter:
files:
- css/super-simple-gmaps.css
- js/super-simple-gmaps.js
version: true
super-simple-recaptcha-v3:
Readme:
path: readme.txt
super-simple-site-offline-beta:
Readme:
path: readme.txt
super-simple-slider:
QueryParameter:
files:
- library/css/frontend.css
- library/sliders/carouFredSel/jquery.carouFredSel-6.2.1.min.js
- library/js/jquery.touchSwipe.min.js
- library/js/carouFredSel-custom.min.js
- library/js/jquery.fittext.min.js
- library/js/jquery.fitbutton.min.js
- library/js/frontend.min.js
version: true
Readme:
path: readme.txt
super-simple-xml-image-sitemap:
Readme:
path: readme.txt
super-socializer:
QueryParameter:
files:
- css/front.css
- css/share-svg.css
- js/front/social_login/general.js
- js/front/facebook/sdk.js
- js/front/facebook/commenting.js
- js/front/sharing/sharing.js
version: true
Readme:
path: readme.txt
super-stripe:
TranslationFile:
class: BodyPattern
path: i18n/super-stripe.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Buy Now for Stripe (?<v>\d+\.[\.\d]+)/i'
version: true
super-transactional-emails-for-woocommerce:
Readme:
path: readme.txt
super-transition-slideshow:
Readme:
path: readme.txt
super-web-share:
QueryParameter:
files:
- public/css/super-web-share-public.css
- public/js/super-web-share-public.js
version: true
superb-blocks:
Readme:
path: readme.txt
superb-helper:
Readme:
path: readme.txt
superb-slideshow:
Readme:
path: readme.txt
superb-slideshow-gallery:
Readme:
path: readme.txt
superb-social-share-and-follow-buttons:
QueryParameter:
files:
- "/assets/css/frontend.css"
version: true
superb-tables:
QueryParameter:
files:
- css/data-table.css
version: true
superfast-mailgun-newsletter:
Readme:
path: readme.txt
superior-faq:
QueryParameter:
files:
- css/superior-faq.css
version: true
superpack:
QueryParameter:
files:
- assets/css/shortcodes.min.css
- assets/css/widgets.min.css
version: true
superscripted:
Readme:
path: readme.txt
superslider-milkbox:
Comment:
xpath: //comment()[contains(., "Superslider-Milkbox")]
pattern: !ruby/regexp /is part of the Superslider\-Milkbox v(?<v>\d+\.[\.\d]+)
plugin/i
version: true
superslider-show:
Readme:
path: readme.txt
supo-talk-widget:
TranslationFile:
class: BodyPattern
path: languages/supo-talk-widget-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Supo Talk widget (?<v>\d+\.[\.\d]+)/i'
version: true
supplier-data-fields-for-wc:
Readme:
path: readme.txt
supplier-order-email:
Readme:
path: readme.txt
support-hero:
TranslationFile:
class: BodyPattern
path: languages/support-hero.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Support Hero (?<v>\d+\.[\.\d]+)/i'
version: true
support-ribbons:
Readme:
path: readme.txt
support-ticket-system-for-woocommerce:
Readme:
path: readme.txt
support-x:
Readme:
path: readme.txt
supportcandy:
QueryParameter:
files:
- asset/css/bootstrap-iso.css
- asset/lib/font-awesome/css/all.css
- asset/css/jquery-ui.css
- asset/css/public.css
- asset/css/admin.css
- asset/css/modal.css
- asset/js/admin.js
- asset/js/public.js
- asset/js/modal.js
pattern: !ruby/regexp /version=(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
supportifywp:
QueryParameter:
files:
- public/css/styles.min.css
- public/js/scripts.min.js
version: true
surbma-smooth-scroll:
QueryParameter:
files:
- js/surbma-smooth-scroll.js
version: true
surplus-essentials:
QueryParameter:
files:
- public/css/surplus-essentials-public.css
- public/js/surplus-essentials-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/surplus-essentials.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Surplus Essentials (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
survais:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
survey-maker:
QueryParameter:
files:
- public/css/survey-maker-public.css
version: true
Readme:
path: README.txt
survey-popup:
QueryParameter:
files:
- public/css/font-awesome.min.css
- public/css/survey-popup-public.css
- public/js/survey-popup-public.js
version: true
Readme:
path: README.txt
suspended-lists-for-sportspress:
QueryParameter:
files:
- assets/css/front/styles.css
version: true
TranslationFile:
class: BodyPattern
path: languages/suspended-lists-for-sportspress-es_ES.po
pattern: !ruby/regexp '/ersion: Suspended Lists for SportsPress (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
sv-forms:
Readme:
path: readme.txt
sv-sticky-menu:
QueryParameter:
files:
- js/sv-sticky-menu.min.js
version: true
sv-tracking-manager:
Readme:
path: readme.txt
svg-autocrop:
Readme:
path: readme.txt
svg-favicon:
QueryParameter:
files:
- public/css/svg-favicon-public.css
- public/js/svg-favicon-public.js
version: true
Readme:
path: README.txt
svg-featured-image:
Readme:
path: readme.txt
svg-map-by-saedi:
QueryParameter:
files:
- public/css/svg-map-by-saedi-public.css
- public/js/svg-map-by-saedi-public.js
version: true
svg-support:
Readme:
path: readme.txt
svg-vector-icon-plugin:
Readme:
path: readme.txt
svgator:
Readme:
path:
- readme.txt
- README.md
swa-alexa:
TranslationFile:
class: BodyPattern
path: languages/swa-alexa-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: swa\-alexa (?<v>\d+\.[\.\d]+)/i'
version: true
swal-alert-for-contact-form-7:
Readme:
path: readme.txt
swap-google-font-display:
QueryParameter:
files:
- public/css/google-font-display-swapper-public.css
- public/js/google-font-display-swapper-public.js
version: true
swe-country-code-field-gf-add-on:
Readme:
path: readme.txt
swe-easy-orders-export:
Readme:
path: readme.txt
swedbank-pay-checkout:
Readme:
path:
- readme.txt
- readme.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
swedbank-pay-payments:
Readme:
path:
- readme.txt
- readme.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
sweepstakes:
TranslationFile:
class: BodyPattern
path: languages/sw-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Sweepstakes (?<v>\d+\.[\.\d]+)/i'
version: true
sweepwidget:
Readme:
path: readme.txt
sweet-energy-efficiency:
QueryParameter:
files:
- public/css/sweet-energy-efficiency-public.css
- public/js/sweet-energy-efficiency-public.js
version: true
sweet-woocommerce:
Readme:
path: readme.txt
swfput:
QueryParameter:
files:
- evhh5v/evhh5v.css
- evhh5v/front.min.js
version: true
TranslationFile:
class: BodyPattern
path: locale/swfput_l10n-en_US.po
pattern: !ruby/regexp /\# swfput (?<v>\d+\.[\.\d]+)/i
version: true
swg-auth:
Readme:
path: readme.txt
swh-users-only:
TranslationFile:
class: BodyPattern
path: content/languages/swh_uo-fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SWH Users Only (?<v>\d+\.[\.\d]+)/i'
version: true
swidget-for-cmp:
Readme:
path: readme.txt
swift-control:
Readme:
path: readme.txt
swift-performance-lite:
Comment:
xpath: //comment()[contains(., "Swift Performance Lite")]
pattern: !ruby/regexp /with Swift Performance Lite/i
Readme:
path: readme.txt
swiftninjapro-better-scroll-bar:
QueryParameter:
files:
- assets/style.css
version: true
Readme:
path: readme.txt
swiftninjapro-comments:
Readme:
path: readme.txt
swiftninjapro-inspect-element-console-blocker:
Readme:
path: readme.txt
swiftninjapro-smart-search:
Readme:
path: readme.txt
swiftninjapro-wp-login-whitelist-ip:
Readme:
path: readme.txt
swiftninjapro-youtube-embed:
Readme:
path: readme.txt
swim-it-up-tabela-de-recordes:
QueryParameter:
files:
- public/css/swimitup-recordes-public.css
- public/js/swimitup-recordes-public.js
version: true
swipe:
Readme:
path: readme.txt
swiper-js-slider:
QueryParameter:
files:
- public/js/main.js
version: true
Readme:
path: README.txt
swiper-slider-and-carousel:
QueryParameter:
files:
- assets/css/swiper.min.css
- assets/css/wp-ssc-public.css
version: true
swiss-5-cent-rounding:
Readme:
path: readme.txt
swiss-knife-for-oxygen-buider:
Readme:
path:
- readme.txt
- README.md
swiss-qr-bill:
Readme:
path: readme.txt
swoop-password-free-authentication:
Readme:
path: readme.txt
sx-site-rating:
Readme:
path: README.txt
sympose:
QueryParameter:
files:
- public/css/sympose-public.css
- public/js/sympose-public.js
- public/css/sympose.css
- public/js/sympose.js
- public/libs/font-awesome/svg-with-js/js/fontawesome-all.js
- public/css/sympose.min.css
- public/js/sympose.min.js
- css/dist/public/sympose.min.css
- js/dist/public/sympose.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/sympose.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Sympose (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
symptoma-covid19:
Readme:
path: readme.txt
sync-ac-with-wp:
Readme:
path: readme.txt
sync-feedly:
Readme:
path: readme.txt
sync-media-with-aws-s3-cloudfront:
Readme:
path: readme.txt
sync-post-with-other-site:
TranslationFile:
class: BodyPattern
path: languages/sps_text_domain-en_US.po
pattern: !ruby/regexp '/\-Id\-Version: Sync Post With Other Site v(?<v>\d+\.[\.\d]+)/i'
version: true
sync-qcloud-cos:
Readme:
path: readme.txt
sync-snapp-ecommerce:
Readme:
path: readme.txt
syncfields:
Readme:
path: readme.txt
synchi:
TranslationFile:
class: BodyPattern
path: lang/synchi-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Synchi v(?<v>\d+\.[\.\d]+)/i'
version: true
synchronized-post-publisher:
TranslationFile:
class: BodyPattern
path: languages/synchronized-post-publisher-en_GB.po
pattern: !ruby/regexp '/Id\-Version: Synchronized Post Publisher (?<v>\d+\.[\.\d]+)/i'
version: true
synctrackinginfo:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
syndication-links:
QueryParameter:
files:
- css/syn.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/syndication-links.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Syndication Links (?<v>\d+\.[\.\d]+)/i
version: true
synergy-press:
Readme:
path: readme.txt
synfield-smart-agriculture:
Readme:
path: readme.txt
syno-author-bio:
Readme:
path: readme.txt
syntax-highlighter-mt:
QueryParameter:
files:
- styles/shCore.css
- styles/shThemeDefault.css
- scripts/shCore.js
- scripts/shAutoloader.js
- brushTypes.js
version: true
syntax-highlighting-code-block:
Readme:
path: readme.txt
syntaxhighlighter:
Readme:
path: readme.txt
synved-shortcodes:
Readme:
path: readme.txt
syra-ai-chatbot:
Readme:
path: readme.txt
syspay-for-woocommerce:
Readme:
path: readme.txt
system-admin:
Readme:
path: README.txt
system-ticket-support:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
t-countdown:
Readme:
path:
- readme.txt
- README.md
t2a-age-verify:
Readme:
path: readme.txt
tab-awesome:
Readme:
path: README.txt
tab-my-content:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
tabby-responsive-tabs:
Readme:
path: readme.txt
tabify-edit-screen:
TranslationFile:
class: BodyPattern
path: languages/tabify-edit-screen.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Tabify Edit Screen (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
table-addons-for-elementor:
QueryParameter:
files:
- public/css/table-addons-for-elementor-public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/table-addons-elementor.pot
pattern: !ruby/regexp '/\-Id\-Version: Table Addons For Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
table-builder:
QueryParameter:
files:
- admin/css/ic-datatable-builder-public.css
- admin/js/datatables/datatables.min.css
- admin/js/datatables/datatables.min.js
- admin/js/ic-datatable-builder-public.js
version: true
table-builder-for-csv:
QueryParameter:
files:
- js/script.js
version: true
table-generator:
QueryParameter:
files:
- css/style.css
version: true
table-genie:
QueryParameter:
files:
- public/css/table-genie-public.css
- public/css/table-genie-badges.css
- public/js/tbg-public.js
- public/js/tbg-shared.js
version: true
Readme:
path: README.txt
table-maker:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
table-of-contents:
Readme:
path: readme.txt
table-of-contents-block:
Readme:
path: readme.txt
table-of-contents-plus:
Readme:
path: readme.txt
tablepress:
QueryParameter:
files:
- css/default.min.css
version: true
Readme:
path: readme.txt
tablesome:
QueryParameter:
files:
- assets/bundles/public.bundle.css
- assets/bundles/public.bundle.js
version: true
Readme:
path: readme.txt
tablet-photography:
Readme:
path: readme.txt
tabs-block:
Readme:
path: readme.txt
tabs-for-woocommerce:
Readme:
path: readme.txt
tabs-recent-posts-vs-recent-comments:
Readme:
path: readme.txt
tabs-widget-for-page-builder:
TranslationFile:
class: BodyPattern
path: languages/tabs-widget-for-page-builder.pot
pattern: !ruby/regexp '/d\-Version: Tabs Widget for Page Builder (?<v>\d+\.[\.\d]+)/i'
version: true
tabs-widget-popular-posts-and-latest-posts:
Readme:
path: readme.txt
tabulate:
QueryParameter:
files:
- assets/jquery-ui-timepicker-addon.css
- assets/leaflet/css/leaflet.css
- assets/jquery-ui/themes/base/jquery-ui.min.css
- assets/style.css
version: true
tabut-companion:
QueryParameter:
files:
- public/css/tabut-companion-public.css
- public/js/tabut-companion-public.js
version: true
tackthis:
QueryParameter:
files:
- "/frontend/js/scripts.js"
version: true
tada:
Readme:
path: readme.txt
tag-groups:
QueryParameter:
files:
- css/jquery-ui.structure.min.css
- css/ui-gray/jquery-ui.theme.min.css
version: true
tag-pages:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
Readme:
path: readme.txt
tagembed-widget:
QueryParameter:
files:
- "/assets/css/font-awesome/css/font-awesome.min.css"
- "/assets/css/sweetalert.min.css"
- "/assets/css/editor/editor.css"
- "/assets/css/editor/style.css"
- "/assets/js/sweetalert.min.js"
- "/assets/js/popper.min.js"
- "/assets/js/jquery.validate.min.js"
- "/assets/js/script.js"
- "/assets/js/custom.js"
- "/assets/js/tagembed.analystic.js"
version: true
Readme:
path: readme.txt
tagesmenue:
QueryParameter:
files:
- css/tagesmenue.css
- js/WS_nojquery.js
- js/gettagesmenue.js
version: true
taggbox-widget:
QueryParameter:
files:
- assets/css/bootstrap.min.css
- assets/css/font-awesome/css/font-awesome.min.css
- assets/css/sweetalert.min.css
- assets/css/editor/editor.css
- assets/css/editor/style.css
- assets/js/sweetalert.min.js
- assets/js/popper.min.js
- assets/js/bootstrap.min.js
- assets/js/jquery.validate.min.js
- assets/js/script.js
- assets/js/custom.js
- assets/js/taggbox.analystic.js
version: true
Readme:
path: readme.txt
tagged-sitemap:
QueryParameter:
files:
- tagged-sitemap.js
version: true
taghound-media-tagger:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
taglayer:
Readme:
path: readme.txt
tagmate-io-code-snippet-installer:
Readme:
path: readme.txt
tagmyskill:
TranslationFile:
class: BodyPattern
path: languages/en_US-tagMySkill.po
pattern: !ruby/regexp '/"Project\-Id\-Version: tagMySkill (?<v>\d+\.[\.\d]+)/i'
version: true
tagregator:
QueryParameter:
files:
- css/front-end.css
- javascript/front-end.js
version: true
tags-cloud-manager:
QueryParameter:
files:
- public/css/tcm-public.css
- public/js/tcm-public.js
version: true
tailor-portfolio:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
tailtarget:
Comment:
xpath: //comment()[contains(., "TailTarget")]
pattern: !ruby/regexp /tailtarget\.com plugin TailTarget DMP v(?<v>\d+\.[\.\d]+)/i
version: true
tainacan-url-metadata-type:
QueryParameter:
files:
- metadata_type/metadata-type.css
version: true
Readme:
path: readme.txt
take-notice:
QueryParameter:
files:
- assets/css/take-notice.css
version: true
take-the-lead:
Readme:
path: readme.txt
taknalogy-reviews:
Readme:
path: readme.txt
talentlms:
Readme:
path:
- readme.txt
- README.md
talkify-text-to-speech:
Readme:
path: Readme.txt
talkjs:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
talks-add-on-for-the-events-calendar:
QueryParameter:
files:
- public/assets/css/event-talks-public.css
- public/assets/js/event-talks-public.js
version: true
tamil-quotes:
Readme:
path: readme.txt
tap-cookies:
QueryParameter:
files:
- public/assets/js/jquery.cookie.js
- public/assets/js/toastr.min.js
version: true
tapcha:
Readme:
path: readme.txt
tape:
QueryParameter:
files:
- public/css/tape-plugin-public.css
- public/css/intlTelInput.min.css
- public/js/utils.js
- public/js/intlTelInput.min.js
- public/js/tape-plugin-public.js
version: true
target-notifications:
Readme:
path: readme.txt
targetaudience:
TranslationFile:
class: BodyPattern
path: languages/targetaudience-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: TargetAudience v(?<v>\d+\.[\.\d]+)/i'
version: true
tarot-reading:
Readme:
path: README.txt
tarteaucitronjs:
Readme:
path: readme.txt
tashortcodes:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
task-manager:
QueryParameter:
files:
- core/asset/css/frontend.css
- core/asset/js/frontend.min.js
version: true
task-randomizer:
Readme:
path: readme.txt
taskbreaker-project-management:
QueryParameter:
files:
- assets//css/style.css
version: true
taugun:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/frontend/single-event.css
- assets/css/frontend/archive-event.css
- assets/js/frontend/archive-event.js
version: true
Readme:
path: readme.txt
tawkto-live-chat:
Comment:
xpath: //comment()[contains(., "Tawk.to")]
pattern: !ruby/regexp /Start of Tawk\.to Script \(/i
Readme:
path: readme.txt
taximap-integration:
Readme:
path: readme.txt
taxjar-simplified-taxes-for-woocommerce:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
taxnalogy-aliexpress-product-importer:
Readme:
path: readme.txt
taxonomy-converter:
Readme:
path: readme.txt
taxonomy-icons:
TranslationFile:
class: BodyPattern
path: languages/taxonomy-icons.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Taxonomy Icons (?<v>\d+\.[\.\d]+)/i'
version: true
taxonomy-images:
QueryParameter:
files:
- css/style.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path:
- readme.txt
- README.md
taxonomy-metadata:
Readme:
path: readme.txt
taxonomy-pages:
Readme:
path: readme.txt
taxonomy-switcher:
Readme:
path:
- readme.txt
- README.md
taxonomy-taxi-2-electric-boogaloo:
Readme:
path: readme.txt
taxonomy-terms-grid:
QueryParameter:
files:
- public/css/taxonomy-terms-grid-public.css
- public/js/taxonomy-terms-grid-public.js
version: true
Readme:
path: README.txt
taxonomy-terms-order:
Readme:
path: readme.txt
tbl-publish-tools:
Readme:
path: readme.txt
tbthemes-demo-import:
Readme:
path: README.txt
tc-logo-slider:
Readme:
path: readme.txt
tc-room-spy:
Readme:
path: readme.txt
tcard-wp:
QueryParameter:
files:
- front/css/tcard.min.css
- front/css/tcard_color.min.css
- front/js/tcard.min.js
version: true
tcbd-alert:
QueryParameter:
files:
- css/tcbd-alert.css
- js/tcbd-alert.js
version: true
tcbd-calculator:
QueryParameter:
files:
- css/calculator.css
- js/calculator.js
version: true
tcbd-tooltip:
QueryParameter:
files:
- js/active.js
version: true
tdb-g-fonts-swap:
Readme:
path: readme.txt
tdb-hide-recaptcha-badge:
Readme:
path: readme.txt
teachpress:
QueryParameter:
files:
- js/frontend.js
- styles/teachpress_front.css
version: true
team-118group-agent:
Readme:
path: readme.txt
team-builder-member-showcase:
Readme:
path: readme.txt
team-master:
QueryParameter:
files:
- public/css/team-master-public.css
- public/css/bootstrap.min.css
- public/css/font-awesome.min.css
- public/js/popper.min.js
- public/js/bootstrap.min.js
- public/js/team-master-public.js
version: true
Readme:
path: README.txt
team-member-block:
Readme:
path: readme.txt
team-members:
Readme:
path: readme.txt
team-members-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
team-members-for-elementor:
TranslationFile:
class: BodyPattern
path: i18n/languages/team-members-for-elementor.pot
pattern: !ruby/regexp '/\-Id\-Version: Team Members for Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
team-showcase-awesome:
Readme:
path: README.txt
team-ultimate:
QueryParameter:
files:
- public/js/team-ultimate-public.js
version: true
team-view:
QueryParameter:
files:
- public/css/team-view-public.css
- public/js/team-view-public.js
version: true
team-view-by-innvonix-technologies:
QueryParameter:
files:
- assets/css/style.css
- assets/js/owl.carousel.min.js
version: true
team-with-skills-and-slider:
Readme:
path: readme.txt
teampresslite:
QueryParameter:
files:
- js/teampress.js
version: true
teams-slider-shortcode-pack:
QueryParameter:
files:
- assets/css/xgenious-team-slider-custom.css
version: true
teamstuff-calendar:
QueryParameter:
files:
- public/css/teamstuff-calendar-public.css
- public/js/teamstuff-calendar.js
- public/js/teamstuff-calendar-public.js
version: true
tec-subscriber-addons:
Readme:
path: readme.txt
tech-radar:
Readme:
path: README.txt
techopialabs-backups:
Readme:
path: readme.txt
teedee-chatbots:
Readme:
path: readme.txt
teg-twitter-api:
QueryParameter:
files:
- assets/css/frontend-teg-twitter-api.css
- assets/js/frontend/teg-twitter-api-frontend.min.js
version: true
teg-wp-dialog:
QueryParameter:
files:
- assets/css/remodal-default-theme.css
- assets/css/remodal.css
- assets/css/teg-wp-dialog-frontend.css
- assets/js/nifty_modal/classie.min.js
- assets/js/nifty_modal/modalEffects.min.js
- assets/js/remodal/remodal.min.js
- assets/js/frontend/teg-wp-dialog-frontend.min.js
version: true
telaalbums:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/jssor.slider-23.1.5.min.js
version: true
teledirwidgets:
MetaTag:
class: Xpath
xpath: //meta[@name="teledirwidgets"]/@content
version: true
pattern: !ruby/regexp /teledirwidgets\/(?<v>\d+\.[\.\d]+)/i
telementor-telegram-for-elementor-form:
Readme:
path: readme.txt
teligro:
Readme:
path: readme.txt
telsender:
Readme:
path: readme.txt
template-builder-elementor:
QueryParameter:
files:
- public/css/tmpenvo-public.css
- public/js/tmpenvo-public.js
version: true
Readme:
path:
- readme.txt
- README.md
template-manager:
Readme:
path: readme.txt
template-sell-demo-importer:
Readme:
path: readme.txt
template-widget-for-beaver-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
templately:
Readme:
path: README.txt
templates-add-on-woo-onepage:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/woo-onepage-templates.pot
pattern: !ruby/regexp /Templates Add\-on for Woo OnePage \- Lite (?<v>\d+\.[\.\d]+)/i
version: true
templates-and-addons-for-wpbakery-page-builder:
Readme:
path: readme.txt
templates-patterns-collection:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
templatesnext-onepager:
QueryParameter:
files:
- js/circle-progress.min.js
version: true
templatesnext-toolkit:
Readme:
path: readme.txt
temporarily-hidden-content:
QueryParameter:
files:
- assets/styles/temporarily-hidden-content-public.min.css
- assets/scripts/temporarily-hidden-content-public.min.js
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
temporary-access-for-users:
QueryParameter:
files:
- public/css/temporary-access-for-users-public.css
- public/js/temporary-access-for-users-public.js
version: true
temporary-closures-bmlt:
Readme:
path:
- readme.txt
- README.md
temporary-login-account-ceed:
Readme:
path: readme.txt
tencentcloud-cdn:
Readme:
path: readme.txt
tencentcloud-cos:
Readme:
path: readme.txt
tencentcloud-ims:
Readme:
path: readme.txt
tencentcloud-sms:
Readme:
path: readme.txt
tencentcloud-tms:
Readme:
path: readme.txt
tennis-court-bookings:
QueryParameter:
files:
- assets/css/rncbc_calendar.css
version: true
Readme:
path: readme.txt
tennisthor:
Readme:
path: readme.txt
teral-translate:
Readme:
path: readme.txt
term-taxonomy-converter:
Readme:
path: readme.md
terminal-for-stripe-and-woocommerce:
Readme:
path: readme.txt
terminflix:
Readme:
path: readme.txt
terms-and-conditions-per-product:
QueryParameter:
files:
- assets/css/plugin-core.css
- assets/js/plugin-core.js
version: true
terms-block:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
terms-dictionary:
Readme:
path: Readme.txt
terms-of-use-fiz:
Readme:
path: README.txt
terms-popup-on-user-login:
Readme:
path: README.txt
terrys-commentary:
QueryParameter:
files:
- default.css
- tooltip.js
version: true
test-post-generator:
Readme:
path: readme.txt
testimonial-awesome:
Readme:
path: README.txt
testimonial-basics:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
testimonial-blocks:
Readme:
path: README.txt
testimonial-rotator:
Readme:
path: readme.txt
testimonial-wp-block:
Readme:
path: readme.txt
testimonials-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
testimonials-by-woothemes:
Readme:
path: readme.txt
testimonials-slider-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
testimonials-widget:
TranslationFile:
class: BodyPattern
path: languages/testimonials-widget.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ Testimonials Widget (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
testimonials-wp:
QueryParameter:
files:
- css/twp.css
- js/twp-s2n.js
version: true
testrobo-safe-update:
Readme:
path: readme.txt
text-attributes-for-woocommerce:
Readme:
path: README.txt
text-carousel-block:
Readme:
path: readme.txt
text-case-converter:
Readme:
path: readme.txt
text-filtering:
Readme:
path: readme.txt
text-hover:
QueryParameter:
files:
- assets/text-hover.js
version: true
text-message:
Readme:
path: readme.txt
text-message-contact-form-biztext:
Readme:
path: readme.txt
text-message-sms-extension-for-contact-form-7:
Readme:
path: readme.txt
text-moderation-system:
Readme:
path: readme.txt
text-modules:
TranslationFile:
class: BodyPattern
path: languages/text-modules-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Text Modules v(?<v>\d+\.[\.\d]+)/i'
version: true
text-slider-testimonial:
Readme:
path: readme.txt
text-styler:
Readme:
path: readme.txt
text-zoom-premium:
Readme:
path: readme.txt
texteller:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
textile-tools:
Readme:
path: readme.txt
textp2p-texting-widget:
QueryParameter:
files:
- assets/css/im-textp2p.css
- assets/js/im-textp2p.js
version: true
Readme:
path: readme.txt
tf-numbers-number-counter-animaton:
QueryParameter:
files:
- assets/js/tf_numbers.js
version: true
Readme:
path: readme.txt
tf-song-list:
QueryParameter:
files:
- assets/css/tf-song-list.css
version: true
tfa-update-attached-file:
QueryParameter:
files:
- public/css/TFA_update_attached_file-public.css
- public/js/TFA_update_attached_file-public.js
version: true
th23-contact:
Readme:
path: readme.txt
th23-subscribe:
QueryParameter:
files:
- th23-subscribe.css
version: true
th23-upload:
Readme:
path: readme.txt
th23-user-management:
QueryParameter:
files:
- th23-user-management.css
- th23-user-management.js
version: true
thanh-lien-he-moblie-minhducbiz:
Readme:
path: readme.txt
thanh-toan-quet-ma-qr-momozalo-paymoca-grab-airpay:
Readme:
path: readme.txt
thank-you-page-viewer-for-woocommerce:
TranslationFile:
class: BodyPattern
path: lang/jnViewThankyouPage-pt.po
pattern: !ruby/regexp /ommerce Thank you page viewer by JEVNET (?<v>\d+\.[\.\d]+)/i
version: true
thank-you-reader:
QueryParameter:
files:
- public/css/thank-you-reader-public.css
- public/js/thank-you-reader-public.js
version: true
thanks-you-counter-button:
Readme:
path: readme.txt
thankyou-coupons-for-wc:
Readme:
path: readme.txt
that-was-helpful:
TranslationFile:
class: BodyPattern
path: languages/that-was-helpful.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: That Was Helpful (?<v>\d+\.[\.\d]+)/i'
version: true
the-beyond:
QueryParameter:
files:
- src/embed.js
version: true
the-ccpa-framework:
Readme:
path: readme.txt
the-contento:
QueryParameter:
files:
- public/css/wp-contento-public.css
- public/js/wp-contento-public.js
version: true
the-courier-guy:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
the-definitive-url-sanitizer:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
the-events-calendar:
TranslationFile:
class: BodyPattern
path: lang/the-events-calendar.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ The Events Calendar (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
the-events-calendar-shortcode:
Readme:
path: readme.txt
the-future-posts:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
the-insertr:
Readme:
path: readme.txt
the-permalinker:
Readme:
path: readme.txt
the-plus-addons-for-block-editor:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/tpgb.pot
pattern: !ruby/regexp /msgid "(?<v>\d+\.[\.\d]+)/i
version: true
the-post-grid:
QueryParameter:
files:
- assets/css/thepostgrid.css
version: true
the-preloader:
Readme:
path: readme.txt
the-publisher-desk-ads-txt:
Readme:
path: readme.txt
the-publisher-desk-read-more:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
the-seo-framework-extension-manager:
TranslationFile:
class: BodyPattern
path: language/the-seo-framework-extension-manager.pot
pattern: !ruby/regexp '/: The SEO Framework \- Extension Manager (?<v>\d+\.[\.\d]+)/i'
version: true
the-seo-machine:
Readme:
path:
- readme.txt
- README.md
the-simplest-featured-image-caption:
Readme:
path: readme.txt
the-simplest-optional-shipping-by-products:
Readme:
path: readme.txt
the-tweet-button:
QueryParameter:
files:
- public/css/tweet-button-public.css
- public/js/twitter-widgets.js
- public/js/tweet-button-public.js
version: true
the-voice-designer-by-data-driven-design:
Readme:
path: readme.txt
the-wp-map-factory:
Readme:
path: readme.txt
theasys:
Readme:
path: readme.txt
theatre:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Theater (?<v>\d+\.[\.\d]+)/i
QueryParameter:
files:
- js/main.js
version: true
Readme:
path: readme.txt
thecamels-assistant:
Readme:
path: readme.txt
thecartpress:
Readme:
path: readme.txt
thelia-product-api:
Readme:
path: readme.txt
thematic-maps:
QueryParameter:
files:
- public/css/thematic-maps-public.css
- public/js/thematic-maps-public.js
version: true
Readme:
path: readme.txt
theme-builder-for-elementor:
Readme:
path: readme.txt
theme-check:
Readme:
path: readme.txt
theme-creator-with-bootstrap:
Readme:
path: README.txt
theme-demo-import:
Readme:
path: readme.txt
theme-editor:
Readme:
path: readme.txt
theme-grep-by-boldgrid:
Readme:
path: readme.txt
theme-junkie-custom-css:
TranslationFile:
class: BodyPattern
path: languages/theme-junkie-custom-css.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ TJ Custom CSS (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
theme-junkie-features-content:
TranslationFile:
class: BodyPattern
path: languages/tjfc.po
pattern: !ruby/regexp '/\-Version: Theme Junkie Features Content (?<v>\d+\.[\.\d]+)/i'
version: true
theme-junkie-portfolio-content:
TranslationFile:
class: BodyPattern
path: languages/theme-junkie-portfolio-content.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Junkie Portfolio (?<v>\d+\.[\.\d]+)/i
version: true
theme-junkie-shortcodes:
TranslationFile:
class: BodyPattern
path: languages/tj-shortcodes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TJ Shortcodes (?<v>\d+\.[\.\d]+)/i'
version: true
theme-my-login:
TranslationFile:
class: BodyPattern
path: languages/theme-my-login.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Theme My Login (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/styles/theme-my-login.min.css
- assets/scripts/theme-my-login.min.js
version: true
Readme:
path: readme.txt
theme-one-click-demo-import:
Readme:
path: readme.txt
theme-powerkit:
Readme:
path: readme.txt
theme-roulette:
QueryParameter:
files:
- "/assets/js/src/theme_roulette.js"
version: true
theme-stats-view:
Readme:
path: readme.txt
theme-test-drive:
Readme:
path: readme.txt
theme-to-browser-t2b-control:
Readme:
path: readme.txt
theme-translation-for-polylang:
Readme:
path: readme.txt
theme-tweaker-lite:
Readme:
path: readme.txt
themebeez-toolkit:
QueryParameter:
files:
- public/css/themebeez-toolkit-public.css
- public/js/themebeez-toolkit-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/themebeez-toolkit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Themebeez Toolkit (?<v>\d+\.[\.\d]+)/i'
version: true
themefarmer-woocommerce-quick-view:
TranslationFile:
class: BodyPattern
path: languages/themefarmer-woocommerce-quick-view.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
themegrill-demo-importer:
TranslationFile:
class: BodyPattern
path: languages/themegrill-demo-importer.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ ThemeGrill Demo Importer (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
themehigh-multiple-addresses:
TranslationFile:
class: BodyPattern
path: languages/themehigh-multiple-addresses.pot
pattern: !ruby/regexp '/d\-Version: Themehigh Multiple Addresses (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
themehunk-customizer:
Readme:
path: readme.txt
themeid-caldera-form-to-slack:
TranslationFile:
class: BodyPattern
path: languages/caladea-slack.pot
pattern: !ruby/regexp '/rsion: Theme\.id''s Caldera Form to Slack (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- readme.md
themeinwp-import-companion:
Readme:
path: readme.txt
themeisle-companion:
StyleComment:
class: BodyPattern
path: core/assets/css/orbit-fox-admin.css
pattern: !ruby/regexp /Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- obfx_modules/menu-icons/css/public.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# v?(?<v>\d+\.[\.\d]+) \- [\d\-\/]{8,}/i
version: true
Readme:
path:
- readme.txt
- readme.md
themely-security:
Readme:
path: readme.txt
thememove-core:
Readme:
path: README.txt
thememove-custom-sidebars:
Readme:
path: README.txt
themepacific-review-lite:
TranslationFile:
class: BodyPattern
path: languages/tp_wpreview_pro.pot
pattern: !ruby/regexp /hemepacific WordPress Review Plugin Pro (?<v>\d+\.[\.\d]+)/i
version: true
themepaste-secure-admin:
QueryParameter:
files:
- css/wptpsa-frontend.css
version: true
themerain-core:
QueryParameter:
files:
- includes/blocks/js/blocks-front.js
version: true
TranslationFile:
class: BodyPattern
path: languages/themerain-core.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: ThemeRain Core (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
themeregion-companion:
QueryParameter:
files:
- public/css/themeregion-companion-public.css
- public/js/themeregion-companion-public.js
version: true
themesfa-ccaptcha-picture-selection:
Readme:
path: readme.txt
themesfa-ccaptcha-rewrite:
Readme:
path: readme.txt
themify-audio-dock:
Readme:
path: readme.txt
themify-builder:
QueryParameter:
files:
- themify/js/main.min.js
- css/themify-builder-style.min.css
- themify/css/themify.common.min.css
- themify/css/base.min.css
- css/modules/parallax.min.css
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="builder-styles-css"]/@data-href
version: true
pattern: !ruby/regexp /\/themify\-builder\/css\/themify\-builder\-style\.min\.css\?ver=(?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
themify-builder-lite:
QueryParameter:
files:
- themify/js/main.min.js
- themify/js/main.js
version: true
themify-event-post:
QueryParameter:
files:
- assets/scripts.js
version: true
Readme:
path: readme.txt
themify-icons:
Readme:
path: readme.txt
themify-popup:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/styles.min.css
- assets/scripts.min.js
version: true
themify-portfolio-post:
Readme:
path: readme.txt
themify-shortcodes:
QueryParameter:
files:
- themify/js/main.js
version: true
Readme:
path: readme.txt
themify-store-locator:
QueryParameter:
files:
- assets/css/themify-store-locator-style.css
- assets/js/user_js.js
version: true
Readme:
path: readme.txt
themify-wc-product-filter:
Readme:
path: readme.txt
thepointofsalecom-widget-shortcode:
Readme:
path: readme.txt
thesis-openhook:
TranslationFile:
class: BodyPattern
path: languages/thesis-openhook.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: OpenHook (?<v>\d+\.[\.\d]+)/i'
version: true
theta-carousel:
TranslationFile:
class: BodyPattern
path: languages/theta_carousel.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Theta Carousel (?<v>\d+\.[\.\d]+)/i'
version: true
thin-out-revisions:
Readme:
path: readme.txt
thinker-language-translator:
QueryParameter:
files:
- public/css/thinker-language-translator-public.min.css
- public/js/thinker-language-translator-public.min.js
version: true
thinkit-wp-contact-form:
Readme:
path: readme.txt
thirstyaffiliates:
QueryParameter:
files:
- js/app/ta.js
version: true
Readme:
path: readme.txt
this-call-button:
Readme:
path: readme.txt
thnbo:
Readme:
path: readme.txt
thq-connect:
QueryParameter:
files:
- css/style.css
version: true
threatpoint-api:
Readme:
path: readme.txt
threatpoint-email-validator:
Readme:
path: readme.txt
three-d-cube:
QueryParameter:
files:
- includes/admin/assets/js/three.min.js
- includes/admin/assets/js/OrbitControls.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
thrive-esig-gen:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
thrivedesk:
Readme:
path: readme.txt
throwback-posts:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
throws-spam-away:
Readme:
path: readme.txt
thumbnail-crop-position:
TranslationFile:
class: BodyPattern
path: languages/thumb_crop_position-es_ES.po
pattern: !ruby/regexp '/ect\-Id\-Version: Thumbnail Crop Position (?<v>\d+\.[\.\d]+)/i'
version: true
thundertix:
QueryParameter:
files:
- public//css/thundertix-public.css
- public//css/thundertix-public-events-block.css
- commun/js/thundertix-commun-base-api.js
- public//js/thundertix-public-polyfills.js
version: true
Readme:
path: README.txt
ti-woocommerce-wishlist:
TranslationFile:
class: BodyPattern
path: languages/ti-woocommerce-wishlist.pot
pattern: !ruby/regexp /\) 2019 TI WooCommerce Wishlist Plugin \- (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
tibetan-style:
Readme:
path: readme.txt
ticker-ultimate:
QueryParameter:
files:
- assets/css/wptu-front.css
version: true
Readme:
path: readme.txt
tickera-event-ticketing-system:
QueryParameter:
files:
- css/front.css
- css/font-awesome.min.css
- js/cart.js
- js/jquery.validate.min.js
- css/select2.min.css
- css/elementor-sc-popup.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ticket-plus:
Readme:
path: readme.txt
ticketea:
TranslationFile:
class: BodyPattern
path: i18n/languages/ticketea.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ticketea (?<v>\d+\.[\.\d]+)/i'
version: true
ticketmachine-event-manager:
Readme:
path: readme.txt
ticketmaster:
QueryParameter:
files:
- public/js/ticketmaster-nomodal.js
version: true
ticketrilla-client:
TranslationFile:
class: BodyPattern
path: languages/ttlc.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Ticketrilla: Client (?<v>\d+\.[\.\d]+)/i'
version: true
ticketrilla-server:
Readme:
path: readme.txt
ticketscandy-sell-tickets-online:
Readme:
path: readme.txt
tickset:
Readme:
path: readme.txt
tidings:
QueryParameter:
files:
- css/tidings.css
version: true
tidio-live-chat:
Readme:
path: readme.txt
tiempo:
QueryParameter:
files:
- public/css/tiempo-public.css
- public/js/tiempo-public.js
version: true
Readme:
path: README.txt
tier-management-petfinder:
Readme:
path: readme.txt
tika-doc-pdf-indexer:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
tiled-gallery-carousel-without-jetpack:
Readme:
path: readme.txt
tim-travel-information-manager:
Readme:
path: readme.txt
timber-library:
Readme:
path: readme.txt
time-clock:
QueryParameter:
files:
- assets/css/etimeclockwp-public.css
- assets/js/etimeclockwp-date_time.js
- assets/js/etimeclockwp-clock_action.js
- assets/js/etimeclockwp-moment.min.js
- assets/js/etimeclockwp-moment.phpDateFormat.js
version: true
time-limit-for-users:
Readme:
path: readme.txt
time-sheets:
Readme:
path: readme.txt
time-slots-for-woocommerce:
Readme:
path: README.txt
time-tracker:
Readme:
path: readme.txt
timed-content:
QueryParameter:
files:
- css/timed-content.css
- js/timed-content.js
version: true
timeless-component-builder:
Readme:
path: readme.txt
timeline-and-history-slider:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/slick-slider-style.css
version: true
timeline-awesome:
QueryParameter:
files:
- public/css/timeline-awesome-public.css
- public/css/responsive.css
version: true
Readme:
path: README.txt
timeline-block:
Readme:
path: readme.txt
timeline-blocks:
Readme:
path: readme.txt
timeline-event-history:
Readme:
path: readme.txt
timeline-express:
Readme:
path: readme.txt
timeline-feed:
QueryParameter:
files:
- assets/css/style.css
version: true
TranslationFile:
class: BodyPattern
path: languages/timeline-feed-hi_IN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Timeline Feed (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
timeline-for-elementor:
Readme:
path: readme.txt
timeline-twitter-feed:
QueryParameter:
files:
- res/css/timeline-twitter-feed-frontend.css
version: true
timeline-widget-addon-for-elementor:
Readme:
path: readme.txt
timelines:
TranslationFile:
class: BodyPattern
path: langs/tl-pt_BR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Timelines (?<v>\d+\.[\.\d]+)/i'
version: true
timer-countdown:
Readme:
path: readme.txt
timer-element-for-elementor:
Readme:
path: readme.txt
timercampaign:
Readme:
path: readme.txt
timezone-conversion-widget:
QueryParameter:
files:
- assets/css/select2.min.css
- assets/js/select2.min.js
version: true
timezonecalculator:
MetaTag:
class: Xpath
xpath: //meta[@name="TimeZoneCalculator"]/@content
version: true
timthumb-vulnerability-scanner:
Readme:
path: readme.txt
tinh-vay-ngan-hang-tra-gop:
Readme:
path: readme.txt
tinkoff-credit:
Readme:
path: readme.txt
tiny-bar:
QueryParameter:
files:
- front/style/hmtb_style.css
- front/js/hmtb_script.js
version: true
tiny-carousel-horizontal-slider:
Readme:
path: readme.txt
tiny-carousel-horizontal-slider-plus:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\*+Version (?<v>\d+\.[\.\d]+)\*+(?!.*\*+Version \d+\.[\.\d]+\*+)/mi
version: true
Readme:
path: readme.txt
tiny-compress-images:
Readme:
path: readme.txt
tiny-desk-pixel:
QueryParameter:
files:
- public/css/tiny-desk-pixel-public.css
- public/js/tiny-desk-pixel-public.js
version: true
tiny-gtag-js-analytics:
TranslationFile:
class: BodyPattern
path: tiny-gtag-js-analytics.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Tiny gtag\.js Analytics (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
tiny-url:
Readme:
path: readme.txt
tiny-youtube-post-widget:
QueryParameter:
files:
- public/css/tiny-youtube-post-widget-public.css
- public/js/tiny-youtube-post-widget-public.js
version: true
tinycoffee:
QueryParameter:
files:
- css/tinycoffee.min.css
- js/tinycoffee.min.js
version: true
tinymce-advanced:
Readme:
path: readme.txt
tinymce-and-tinymce-advanced-professsional-formats-and-styles:
Readme:
path: readme.txt
tinymce-clear-buttons:
Readme:
path: readme.txt
tinymce-colorpicker:
Readme:
path: readme.txt
tinymce-templates:
Readme:
path: readme.txt
tip-jar-wp:
TranslationFile:
class: BodyPattern
path: languages/tip-jar-wp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Tip Jar WP (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
tipalink:
Readme:
path: readme.txt
tish-social:
Readme:
path: readme.txt
tishfy-slider:
Readme:
path: readme.txt
titan-framework-icon:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/fontawesome-iconpicker.min.css
- assets/js/fontawesome-iconpicker.js
version: true
titan-labs-security-audit:
Readme:
path: readme.txt
title-keywords-seo:
Readme:
path: readme.txt
title-remover:
Readme:
path: readme.txt
tivents-products-feed:
Readme:
path: readme.txt
tizra-connect:
QueryParameter:
files:
- assets/css/tizra-connect.css
version: true
tk-event-weather:
QueryParameter:
files:
- css/tk-event-weather.css
- vendor/climacons-webfont/climacons-webfont/climacons-font.css
version: true
tk-timestamp-to-human:
Readme:
path: readme.txt
tkc-posts-selected-widget:
QueryParameter:
files:
- css/tkc-posts-selected.css
version: true
TranslationFile:
class: BodyPattern
path: languages/tkc-posts-selected.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TKC Posts Selected (?<v>\d+\.[\.\d]+)/i'
version: true
tkc-sliced-post:
TranslationFile:
class: BodyPattern
path: languages/tkc-sliced-post.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TKC Sliced Post (?<v>\d+\.[\.\d]+)/i'
version: true
tm-timeline:
QueryParameter:
files:
- css/tm-timeline.css
version: true
Readme:
path: readme.txt
to-top:
QueryParameter:
files:
- public/css/to-top-public.css
- public/js/to-top-public.js
version: true
Readme:
path: README.txt
toast-stick-anything:
Readme:
path: readme.txt
tochat-be:
QueryParameter:
files:
- assets/css/public-tochatbe-style.css
- assets/js/public-tochatbe-script.js
version: true
Readme:
path: readme.txt
tock-widget:
Readme:
path: readme.txt
toffeepress:
Readme:
path: readme.txt
toggle-content:
Readme:
path: readme.txt
toggle-list:
QueryParameter:
files:
- css/style.min.css
- js/toggle-list.min.js
version: true
token-manager:
Readme:
path: readme.txt
token-of-trust:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tokenad:
QueryParameter:
files:
- public/css/token-ad-admin.css
- public/js/token-ad-public.js
version: true
tokenpile-client:
QueryParameter:
files:
- public/css/tokenpile_client-public.css
- public/js/tokenpile_client-public.js
version: true
tolktalkcx-contact-widget:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^\#\# (?<v>\d+\.[\.\d]+) \- [\d\-]+(?!.*\#\# \d+\.[\.\d]+
\- [\d\-]+)/mi
version: true
tolstoy-comments:
Readme:
path: readme.txt
toms-guide-download:
TranslationFile:
class: BodyPattern
path: languages/tomsguide-widget-fr_FR.po
pattern: !ruby/regexp '/roject\-Id\-Version: Tom''s guide Download (?<v>\d+\.[\.\d]+)/i'
version: true
toocheke-companion:
Readme:
path: readme.txt
toolbar:
QueryParameter:
files:
- toolbar.css
version: true
toolbar-extras-givewp:
Readme:
path:
- readme.txt
- README.md
toolkit-for-woocommerce:
Readme:
path: readme.txt
tooltip-for-gravity-forms:
QueryParameter:
files:
- public/css/gravity-forms-tooltip-public.css
- public/js/gravity-forms-tooltip-public.js
version: true
Readme:
path: README.txt
toot:
TranslationFile:
class: BodyPattern
path: lang/toot.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Toot (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
top-10:
Readme:
path: readme.txt
top-bar-links:
Readme:
path: readme.txt
top-bar-notification:
Readme:
path: README.md
top-commenters-gravatar:
QueryParameter:
files:
- style.css
version: true
top-cta-bar:
QueryParameter:
files:
- js/front.js
version: true
top-list:
QueryParameter:
files:
- public/css/top-list-public.css
- public/js/top-list-public.js
version: true
top-page-fb-likebox:
QueryParameter:
files:
- assets/js/plugin-custom-script.js
version: true
top-story-schema:
Readme:
path: readme.txt
topbar-call-to-action:
Readme:
path: readme.txt
topbar-for-genesis:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/scripts/front.js
- assets/scripts/jquery.cookie.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
topbible:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
topcontent:
Readme:
path: readme.txt
toplist:
Readme:
path: readme.txt
topquark:
Readme:
path: readme.txt
topup-plus:
Comment:
xpath: //comment()[contains(., "TopUp Plus")]
pattern: !ruby/regexp /TopUp Plus Plugin (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- style.css
- js/top_up-min.js
version: true
tor-router:
Readme:
path: readme.txt
torro-forms:
QueryParameter:
files:
- assets/dist/css/frontend.min.css
version: true
torro-forms-bootstrap-markup:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
tortoiz-addons:
Readme:
path: readme.txt
tortoiz-blog-addons-for-elementor:
Readme:
path: readme.txt
total-donations:
Readme:
path: readme.txt
total-gdpr-compliance-lite:
QueryParameter:
files:
- assets/css/frontend-style.css
- assets/css/jquery.mCustomScrollbar.css
- assets/js/frontend-script.js
- assets/js/jquery.mCustomScrollbar.js
version: true
total-reading-time-of-wp-post:
Readme:
path: readme.txt
total-team-lite:
QueryParameter:
files:
- assets/css/front-end.css
- assets/css/jquery-ui.css
- assets/css/animate.css
- assets/css/owl.carousel.css
- assets/css/owl.theme.default.min.css
- assets/css/jquery.mCustomScrollbar.css
- assets/css/colorbox.css
- assets/js/frontend.js
- assets/js/simple-skillbar.js
- assets/js/owl.carousel.js
- assets/js/owl.animate.js
- assets/js/owl.autoplay.js
- assets/js/owl.navigation.js
- assets/js/jquery.mCustomScrollbar.concat.min.js
- assets/js/jquery.colorbox.js
version: true
totalpoll-lite:
Readme:
path: README.txt
totals-for-sponsorkliks:
Readme:
path: readme.txt
toucan-color-palette:
Readme:
path: readme.txt
tour-booking:
QueryParameter:
files:
- front/css/style.css
- front/css/responsive.css
- front/js/script.js
version: true
tour-operator-activities:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tour-operator-maps:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tour-operator-reviews:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tour-operator-search:
QueryParameter:
files:
- assets/css/to-search.css
- assets/js/vendor/jquery.touchSwipe.min.js
- assets/js/vendor/jquery.slideandswipe.min.js
- assets/js/to-search.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tour-operator-team:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tour-operator-vehicles:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
toxic-links-scanner:
Readme:
path: readme.txt
toyyibpay-for-woocommerce:
Readme:
path: readme.txt
tp-education:
Readme:
path: readme.txt
tp-piebuilder:
TranslationFile:
class: BodyPattern
path: languages/tp-piebuilder.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TP Piebuilder (?<v>\d+\.[\.\d]+)/i'
version: true
tp-product-image-flipper-for-woocommerce:
Readme:
path: README.txt
tp-product-tooltip:
QueryParameter:
files:
- public/css/tp-woocommerce-product-tooltip-public.css
- public/css/tp_animate.css
- public/css/lity.min.css
- public/js/tp-woocommerce-product-tooltip-public.js
- public/js/lity.min.js
version: true
Readme:
path: README.txt
tp-recipe:
TranslationFile:
class: BodyPattern
path: languages/tp-recipe.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TP Recipe (?<v>\d+\.[\.\d]+)/i'
version: true
tp-travel-package:
TranslationFile:
class: BodyPattern
path: languages/tp-travel-package.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TP Travel Package (?<v>\d+\.[\.\d]+)/i'
version: true
tp-woocommerce-product-gallery:
QueryParameter:
files:
- public/css/woocommerce-product-gallery-public.css
- public/css/tpslick.css
- public/css/lity.min.css
- public/css/tpslick-theme.css
- public/css/lightgallery.min.css
- public/css/lg-transitions.min.css
- public/js/tpslick.js
- public/js/lity.min.js
- public/js/jquery.zoom.min.js
- public/js/jquery.mousewheel.min.js
- public/js/lightgallery-all.min.js
- public/js/woocommerce-product-gallery-public.js
version: true
Readme:
path: README.txt
tp2wp-importer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
track-for-buzzlead:
Readme:
path: readme.txt
track-geolocation-of-users-using-contact-form-7:
TranslationFile:
class: BodyPattern
path: languages/track-geolocation-of-users-using-contact-form-7.pot
pattern: !ruby/regexp /olocation Of Users Using Contact Form 7 (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
track-package:
TranslationFile:
class: BodyPattern
path: languages/track-package.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
tracker-wp:
Readme:
path: README.txt
tracking-code-for-google-analytics:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
tracking-code-for-google-tag-manager:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
tracking-code-for-linkedin-insights-tag:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
tracking-code-for-pinterest-pixel:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
tracking-code-for-twitter-pixel:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
tracking-code-manager:
Readme:
path: readme.txt
tracking-la-poste-for-woocommerce:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
tracking-revisions:
Readme:
path: readme.txt
trackingmore-woocommerce-tracking:
TranslationFile:
class: BodyPattern
path: languages/trackingmore-zh_TW.po
pattern: !ruby/regexp '/on: TrackingMore \- WooCommerce Tracking (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
trackmage-woo-shipment-tracking:
Readme:
path: readme.txt
tractis-identity-verifications:
QueryParameter:
files:
- css/tractis_auth.css
version: true
tradedoubler-affiliate-tracker:
Readme:
path: readme.txt
traderunner:
Readme:
path: readme.txt
trados:
Readme:
path: readme.txt
traffic:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
trail-manager:
QueryParameter:
files:
- public/css/trail-manager-public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/trail-manager.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Trail Manager (?<v>\d+\.[\.\d]+)/i'
version: true
trailblaze:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Trailblaze (?<v>\d+\.[\.\d]+)(?!.*Trailblaze \d+\.[\.\d]+)/mi
version: true
traking-goals:
Readme:
path: readme.txt
trakr-testing-integration:
Readme:
path: README.txt
traktivity:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
trancelantic-playlist:
Readme:
path: readme.txt
transafe-payments-for-woocommerce:
Readme:
path: readme.txt
transax-woocommerce-gateway:
Readme:
path: readme.txt
transfer-wp-admin-php:
Readme:
path: readme.md
transifex-live-integration:
TranslationFile:
class: BodyPattern
path: languages/transifex-live-integration.pot
pattern: !ruby/regexp '/Version: International SEO by Transifex (?<v>\d+\.[\.\d]+)/i'
version: true
transifex-wp-translation:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Transifex WP Translation ver:(?<v>\d+\.[\.\d]+)/i
transition-slider-lite:
Readme:
path: README.txt
translate-by-supsystic:
Readme:
path: readme.txt
translatepress-multilingual:
QueryParameter:
files:
- assets/css/trp-floater-language-switcher.css
- assets/css/trp-language-switcher.css
- assets/css/trp-jquery-ui.css
- assets/js/trp-language-switcher.js
version: true
Readme:
path: readme.txt
translation-tester:
TranslationFile:
class: BodyPattern
path: languages/translation-tester.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Translation Tester (?<v>\d+\.[\.\d]+)/i'
version: true
translation-tools:
Readme:
path: readme.txt
translator:
MetaTag:
class: Xpath
xpath: //meta[@name="translator"]/@content
version: true
pattern: !ruby/regexp /translator\/(?<v>\d+\.[\.\d]+)/i
translucent-image-slideshow-gallery:
Readme:
path: readme.txt
transmail:
Readme:
path: readme.txt
tranzly:
QueryParameter:
files:
- includes/assets/css/tranzly.css
- includes/assets/js/tranzly.js
version: true
Readme:
path: readme.txt
trash-fail-safe:
Readme:
path: readme.txt
trash-manager:
TranslationFile:
class: BodyPattern
path: lang/trash-manager.pot
pattern: !ruby/regexp /n of the WordPress plugin Trash Manager (?<v>\d+\.[\.\d]+)/i
version: true
traum-toutiao:
Readme:
path: readme.txt
travel-pictures-monetization:
Readme:
path: readme.txt
travelers-map:
Readme:
path: readme.txt
travelogue:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
travelpayouts:
QueryParameter:
files:
- app/public/themes/flight/css/table-4.css
- app/public/themes/hotel/css/table-2.css
- app/public/themes/railway/css/main.css
- app/public/themes/flight/css/TPFontsIntro.css
- app/public/themes/flight/css/table-1.css
- app/public/themes/hotel/css/table-7.css
version: true
treepress:
QueryParameter:
files:
- public/css/treepress-public.css
- public/css/styles.css
- public/js/raphael.js
- public/js/treepress-public.js
version: true
treethereum:
QueryParameter:
files:
- treethereumplugin.css
- treethereumplugin.js
version: true
treeview-on-contents:
QueryParameter:
files:
- js/jquery.treeview.js
- css/jquery.treeview.css
version: true
treggo-shipping:
Readme:
path: readme.txt
trendmd:
Comment:
xpath: //comment()[contains(., "TrendMD")]
pattern: !ruby/regexp /TrendMD v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
triagetrak:
QueryParameter:
files:
- public/css/triage-trak-public.min.css
- public/js/triage-trak-public.min.js
version: true
Readme:
path: readme.txt
triangle-email-template:
Readme:
path: readme.txt
trident:
Readme:
path: readme.txt
triggerbee:
QueryParameter:
files:
- src/triggerbee.js
- src/triggerbee_forms.js
version: true
trimpress:
Readme:
path: readme.txt
trinity-audio:
QueryParameter:
files:
- public/css/trinityaudio-public.css
- public/js/trinityaudio-public.js
version: true
Readme:
path: README.txt
trinxypost:
Readme:
path: readme.txt
tripadvisor-stream:
QueryParameter:
files:
- js/tripadvisorstream.0.2.js
version: true
tripay-payment-gateway:
Readme:
path: readme.txt
trs-sales-count-down:
Readme:
path: readme.txt
tru-utm-generator:
Readme:
path: readme.txt
true-lazy-analytics:
Readme:
path: readme.txt
truendo:
QueryParameter:
files:
- public/css/truendo-public.css
- public/js/truendo-public.js
version: true
Readme:
path: README.txt
trusona:
Readme:
path: readme.txt
trust-txt:
Readme:
path: readme.txt
trusted-order-notifications:
QueryParameter:
files:
- assets/css/vnfaster-order.min.css
- assets/js/vnfaster-order.min.js
version: true
trustedsite:
Readme:
path: readme.txt
trustprofile:
Readme:
path: readme.txt
trustpulse-api:
Readme:
path: README.txt
try-on-for-woocommerce:
QueryParameter:
files:
- public/css/eyewear_virtual_try_on_wordpress-public.css
- public/css/jquery-ui.css
- public/css/bootstrap-responsive.css
- public/css/bootstrap.min.css
- public/js/eyewear_virtual_try_on_wordpress-public.js
- public/js/html2canvas.min.js
version: true
tryst:
Readme:
path: README.txt
tryst-invoice:
QueryParameter:
files:
- public/css/tryst-invoice-public.css
- public/js/tryst-invoice-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/tryst-invoice.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Tryst Invoice (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
tryst-member:
TranslationFile:
class: BodyPattern
path: languages/tryst-member.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Tryst Member (?<v>\d+\.[\.\d]+)/i'
version: true
ts-webfonts-for-sakura:
Readme:
path: readme.txt
ts-webfonts-for-standard-plan:
Readme:
path: readme.txt
ts-widget-pack:
QueryParameter:
files:
- css/ts-widget-pack.min.css
- js/ts-widget-pack.min.js
version: true
tsa-wait-times:
Readme:
path: readme.txt
tsunderevote:
Readme:
path: readme.txt
tt-guest-post-submit:
Readme:
path: readme.txt
tts-audio:
Readme:
path: readme.txt
ttt-devices:
QueryParameter:
files:
- js/ttt-devices.js
version: true
ttv-easy-embed-player:
QueryParameter:
files:
- public/js/twitch-player-public.js
version: true
tua-forma:
Readme:
path: readme.txt
tubepress:
Readme:
path: readme.txt
tumblr-crosspostr:
TranslationFile:
class: BodyPattern
path: languages/tumblr-crosspostr.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Tumblr Crosspostr (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
tumblr-importer:
Readme:
path: readme.txt
tungtop-quick-preview-post:
Readme:
path: readme.txt
turbo-widgets:
QueryParameter:
files:
- public/css/turbo-widgets-public.css
- public/js/turbo-widgets-public.js
version: true
turbocharged-testimonial-block:
QueryParameter:
files:
- build/tailwind.css
- build/style.build.css
version: true
TranslationFile:
class: BodyPattern
path: languages/turbocharged-testimonial-block.pot
pattern: !ruby/regexp '/Version: Turbocharged Testimonial Block (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
turgenev:
Readme:
path: readme.txt
turitop-booking-system:
TranslationFile:
class: BodyPattern
path: languages/turitop-booking-system.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Turitop Booking System (?<v>\d+\.[\.\d]+)/i'
version: true
turn-rank-math-faq-block-to-accordion:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/RMFA-JS.min.js
version: true
Readme:
path: readme.txt
tutor-lms-author:
Readme:
path: readme.txt
tutor-lms-migration-tool:
Readme:
path: readme.txt
tutorial-blocks-gutenberg-blocks-collection:
QueryParameter:
files:
- vendor/codemirror/addon/mode/loadmode.js
version: true
tuxedo-big-file-uploads:
Readme:
path: readme.txt
tv-streaming:
QueryParameter:
files:
- tv.css
- tv-min.js
version: true
tw-recent-posts-widget:
QueryParameter:
files:
- tw-recent-posts-widget.css
version: true
twc-coming-soon:
Readme:
path: readme.txt
tweaks-for-elementor:
Readme:
path: readme.txt
tweeker:
Readme:
path: readme.txt
tweet-blender:
Readme:
path: readme.txt
tweet-map:
QueryParameter:
files:
- css/tweetmap.css
version: true
tweet-old-post:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
tweet-stimonials:
QueryParameter:
files:
- style.css
version: true
tweetific:
TranslationFile:
class: BodyPattern
path: lang/tweetific.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Tweetific (?<v>\d+\.[\.\d]+)/i
version: true
tweettee:
QueryParameter:
files:
- src/PublicPart/css/tweettee_public.css
- src/PublicPart/js/tweettee_public.js
version: true
tweetview-widget:
QueryParameter:
files:
- js/tweetview-min.js
version: true
twenty20:
QueryParameter:
files:
- assets/css/twenty20.css
- assets/js/jquery.twenty20.js
- assets/js/jquery.event.move.js
version: true
twentyfourth-wp-scraper:
QueryParameter:
files:
- public/css/twentyfourth-wp-scraper-public.css
- public/js/twentyfourth-wp-scraper-public.js
version: true
Readme:
path: README.txt
twinfield:
TranslationFile:
class: BodyPattern
path: languages/twinfield.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Twinfield (?<v>\d+\.[\.\d]+)/i'
version: true
twispay:
Readme:
path: readme.txt
twitch-status:
QueryParameter:
files:
- css/twitch-status.css
- font/fontello/css/fontello.css
- font/fontello/css/animation.css
- js/twitch-status.js
version: true
twitget:
Readme:
path: readme.txt
twitpic:
MetaTag:
class: Xpath
xpath: //meta[@name="twitpic"]/@content
version: true
pattern: !ruby/regexp /twitpic\/(?<v>\d+\.[\.\d]+)/i
twitter:
Readme:
path: readme.txt
twitter-account-box:
QueryParameter:
files:
- public/styles/twitteraccountbox.css
- public/vendor/fontello-tab/css/twitter-account-box.css
- public/js/twitter-account-box.min.js
version: true
twitter-anywhere-plus:
TranslationFile:
class: BodyPattern
path: languages/tap-es_ES.po
pattern: !ruby/regexp '/ject\-Id\-Version: Twitter @Anywhere Plus (?<v>\d+\.[\.\d]+)/i'
version: true
twitter-expander:
Readme:
path: readme.txt
twitter-tools:
Readme:
path: README.txt
twitter-trackbacks-bar:
TranslationFile:
class: BodyPattern
path: lang/twitter_trackback-fr_FR.po
pattern: !ruby/regexp '/ject\-Id\-Version: Twitter TrackBacks Bar (?<v>\d+\.[\.\d]+)/i'
version: true
twitter-widget-pro:
Readme:
path: readme.txt
twittergrid:
MetaTag:
class: Xpath
xpath: //meta[@name="twittergrid"]/@content
version: true
pattern: !ruby/regexp /twittergrid\/(?<v>\d+\.[\.\d]+)/i
twitterwidget:
MetaTag:
class: Xpath
xpath: //meta[@name="twitterwidget"]/@content
version: true
pattern: !ruby/regexp /twitterwidget\/(?<v>\d+\.[\.\d]+)/i
twitvid:
MetaTag:
class: Xpath
xpath: //meta[@name="twitvid"]/@content
version: true
pattern: !ruby/regexp /twitvid\/(?<v>\d+\.[\.\d]+)/i
twoja-gielda-zaufana-firma:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)(?!.*\d+\.[\.\d]+)/mi
version: true
twounter:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^== Version (?<v>\d+\.[\.\d]+) ==(?!.*== Version \d+\.[\.\d]+
==)/mi
version: true
twr-mobile-widget:
Readme:
path: readme.txt
twst-login-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.md
tx-onepager:
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "OnePager")]/@content
version: true
pattern: !ruby/regexp /WP OnePager (?<v>\d+\.[\.\d]+)/i
tx-responsive-slider:
Readme:
path: readme.txt
typeform:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
typekit-fonts-for-wordpress:
TranslationFile:
class: BodyPattern
path: languages/typekit-fonts-for-wordpress.pot
pattern: !ruby/regexp /Id\-Version:\ Typekit Fonts for WordPress (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
typer-core:
Readme:
path: readme.txt
typerocket-ui:
Readme:
path: readme.txt
typetura:
Readme:
path: README.txt
typewriter:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
typing-animation-block:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
typing-text:
Readme:
path: readme.txt
typing-text-animation:
Readme:
path: readme.txt
typo3-importer:
TranslationFile:
class: BodyPattern
path: languages/typo3-importer.pot
pattern: !ruby/regexp '/ject\-Id\-Version: TYPO3 tt_news Importer (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
tyresaddict-wheel-product-filter:
Readme:
path: README.txt
tyresaddict-woo-tyre-custom-metadata:
Readme:
path: README.txt
tyresaddict-woo-tyre-product-filter:
Readme:
path: README.txt
u-loader:
Readme:
path: readme.txt
u-more-recent-posts:
QueryParameter:
files:
- inc/style.css
- inc/script.js
version: true
ua-marketplace:
Readme:
path: readme.txt
uamplified-io:
QueryParameter:
files:
- assets/css/uamp-widgets.css
version: true
ub-ultimate-post-list:
QueryParameter:
files:
- public/css/ub-ultimate-post-list-public.css
- public/js/ub-ultimate-post-list-public.js
version: true
uber-grid:
Readme:
path: readme.txt
uber-login-logo:
Readme:
path: readme.txt
uber-wpbakery-addons:
Readme:
path: readme.txt
ubideo:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
ubigeo-peru-woocommerce:
Readme:
path: readme.txt
ubiquitous-blocks:
TranslationFile:
class: BodyPattern
path: languages/ubiquitous-blocks.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ubiquitous Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ucard:
QueryParameter:
files:
- assets/css/style.css
- assets/js/app.js
version: true
Readme:
path: readme.txt
ucare-support-system:
QueryParameter:
files:
- assets/css/wp-widgets.css
- assets/css/login.css
version: true
ucat-next-story:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
ucm-files-manager-ucm-fm:
Readme:
path: readme.txt
ud-connector-for-oxygen:
Readme:
path: readme.txt
udinra-noopener-noreferrer-remove:
Readme:
path: readme.txt
ue-tracker-utm-track-and-analyze-leads-for-elementor:
Readme:
path: Readme.txt
ufhealth-require-image-alt-tags:
TranslationFile:
class: BodyPattern
path: languages/ufhealth-require-image-alt-tags.pot
pattern: !ruby/regexp '/rsion: UF Health Require Image Alt Tags (?<v>\d+\.[\.\d]+)/i'
version: true
ufolite:
Readme:
path: readme.txt
ugc-comments:
Readme:
path: readme.txt
ugc-nofollow-comments:
Readme:
path: readme.txt
uhrzeit:
QueryParameter:
files:
- public/css/uhrzeit-public.css
- public/js/uhrzeit-public.js
version: true
Readme:
path: README.txt
uix-page-builder:
QueryParameter:
files:
- uixpb_templates/css/uix-page-builder.min.css
- uixpb_templates/js/uix-page-builder.min.js
version: true
uix-products:
QueryParameter:
files:
- assets/css/uix-products.css
- assets/js/uix-products.js
version: true
uix-shortcodes:
QueryParameter:
files:
- assets/css/shortcodes.css
- assets/js/uix-shortcodes.js
version: true
uix-slideshow:
QueryParameter:
files:
- assets/css/uix-slideshow.css
- assets/js/uix-slideshow.js
version: true
uji-countdown:
Readme:
path: README.txt
uk-address-postcode-validation:
Readme:
path: readme.txt
uk-cookie-consent:
Readme:
path: readme.txt
ukrainian-currency:
QueryParameter:
files:
- includes/frontend/assets/js/script.js
- assets/build-currency-ex-create-box/static/js/2.501e8fea.chunk.js
- assets/build-currency-ex-create-box/static/js/main.f818a5a0.chunk.js
version: true
TranslationFile:
class: BodyPattern
path: languages/uk_UA.po
pattern: !ruby/regexp '/"Project\-Id\-Version: xq\-xe\-xt\-xy (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ulimate-client-dash:
Readme:
path: README.txt
QueryParameter:
files:
- styling/ucd-frontend.css
version: true
ulisting:
QueryParameter:
files:
- assets/js/frontend/bootstrap/bootstrap.min.js
- assets/js/select2.full.min.js
- assets/js/frontend/stm-listing.js
- assets/js/moment.min.js
- assets/js/js.cookie.js
- assets/js/Sortable.min.js
- assets/bootstrap-datepicker/js/bootstrap-datepicker.min.js
- assets/js/vue/vue.min.js
- assets/js/vue-tinymce-2/tinymce.min.js
- assets/js/vue-tinymce-2/vue-easy-tinymce.min.js
- assets/js/vue/vuedraggable.min.js
- assets/js/vue/vue2-datepicker.js
- assets/js/vue/vue-resource.min.js
- assets/js/vue/vuejs-paginate.js
- assets/js/vue/stm-listing-tab.js
- assets/js/frontend/stm-google-map.js
- assets/js/vue/vue-google-maps.js
- assets/js/vue/vue-ulist-dropdown.js
- assets/js/vue/vue-select2.js
- assets/js/vue/vue-range-slider.js
- assets/js/vue/v-timer.js
- assets/js/frontend/stm-search-form-advanced.js
- assets/js/frontend/field/search/stm-field-search.js
- assets/js/frontend/field/search/stm-field-checkbox.js
- assets/js/frontend/field/search/stm-field-proximity.js
- assets/js/frontend/field/search/stm-field-location.js
- assets/js/frontend/field/search/stm-field-range.js
- assets/js/frontend/field/search/stm-field-dropdown.js
- assets/js/frontend/field/search/stm-field-date.js
- assets/js/frontend/stm-search-form-type.js
- assets/js/frontend/stm-search-form-category.js
- assets/js/frontend/stm-listing-pagination.js
- assets/js/frontend/stm-listing-order.js
- assets/js/frontend/stm-listing-map.js
- assets/js/frontend/stm-column-switch.js
- assets/js/frontend/ulisting-inventory-list.js
- assets/js/frontend/ulisting-my-listing.js
- assets/js/frontend/stm-location.js
- assets/js/frontend/stm-file-dragdrop.js
- assets/js/frontend/stm-login.js
- assets/js/frontend/stm-register.js
- assets/js/frontend/stm-profile-edit.js
- assets/js/frontend/stm-form-listing.js
- assets/js/animated-scroll-to.js
- includes/lib/pricing-plan//assets/js/frontend/stm-pricing-plan.js
- includes/lib/pricing-plan//assets/js/frontend/user-plan-detail.js
- includes/lib/stripe//assets/js/stripe-card-component.js
- includes/lib/stripe//assets/js/stripe-my-card.js
- assets/js/vue/vue-w3c-valid.js
- assets/js/vue/vue.js
- assets/js/frontend/bootstrap/bootstrap.js
- assets/js/select2.full.js
- assets/js/moment.js
- assets/js/toastr.js
- assets/bootstrap-datepicker/js/bootstrap-datepicker.js
- assets/js/frontend/dist/ulisting-main.js
- assets/js/vue/vue-resource.js
- assets/js/bootstrap/bootstrap.js
version: true
Readme:
path: README.txt
ulitmate-facebook-buttons:
QueryParameter:
files:
- public/css/ultimate-facebook-buttons-public.css
- public/js/ultimate-facebook-buttons-public.js
version: true
ultimate-410:
Readme:
path:
- readme.txt
- README.md
ultimate-addons-for-beaver-builder-lite:
TranslationFile:
class: BodyPattern
path: languages/uabb.pot
pattern: !ruby/regexp /timate Addons for Beaver Builder \- Lite (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ultimate-addons-for-gutenberg:
TranslationFile:
class: BodyPattern
path: languages/ultimate-addons-for-gutenberg.pot
pattern: !ruby/regexp '/\-Version: Ultimate Addons for Gutenberg (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ultimate-adsense:
Readme:
path: README.txt
ultimate-author-box-lite:
QueryParameter:
files:
- css/frontend.css
- css/uab-responsive.css
- css/font-awesome.min.css
- js/frontend.js
version: true
ultimate-back-to-top:
QueryParameter:
files:
- nyams_ultimate_button.css
- nyams_ultimate_button.js
version: true
ultimate-blog-layouts:
Readme:
path: readme.txt
ultimate-bootstrap-blocks:
Readme:
path: readme.md
ultimate-bulk-seo-noindex-nofollow:
QueryParameter:
files:
- public/css/bulk-seo-noindex-public.css
- public/js/bulk-seo-noindex-public.js
version: true
ultimate-captcha:
Readme:
path: readme.txt
ultimate-category-excluder:
Readme:
path: readme.txt
ultimate-content-views:
Readme:
path: readme.txt
ultimate-db-manager-lite:
Readme:
path: README.txt
ultimate-elements-elementor-page-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
ultimate-email-validator:
Readme:
path: readme.txt
ultimate-faq-solution:
Readme:
path: readme.txt
ultimate-faqs:
Readme:
path: readme.txt
ultimate-feed-gallery:
QueryParameter:
files:
- assets/css/magnific-popup.css
- assets/css/front.css
- assets/css/slick.css
- assets/css/slick-theme.css
- assets/css/justifiedGallery.min.css
- "/assets/js/library/slick.js"
- "/assets/js/library/jquery.magnific-popup.min.js"
- "/assets/js/library/jquery.justifiedGallery.min.js"
- "/assets/js/library/imagesloaded.pkgd.min.js"
- "/assets/js/front.js"
version: true
Readme:
path: README.txt
ultimate-form-builder-lite:
QueryParameter:
files:
- css/jquery.selectbox.css
- css/frontend.css
- js/jquery.selectbox-0.2.min.js
- js/frontend.js
version: true
Readme:
path: readme.txt
ultimate-gdpr-consent:
QueryParameter:
files:
- public/css/ultimate-gdpr-consent-public.css
- public/js/ultimate-gdpr-consent-public.js
version: true
ultimate-google-analytics:
Comment:
pattern: !ruby/regexp /Ultimate Google Analytics plugin v(?<v>\d+\.[\.\d]+):/i
version: true
ultimate-hover-effects:
Readme:
path: readme.txt
ultimate-image-hover-effects:
TranslationFile:
class: BodyPattern
path: admin/framework/languages/bn_BD.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Codestar Framework (?<v>\d+\.[\.\d]+)/i
version: true
ultimate-image-optimization-helpers:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
ultimate-infinite-scroll:
Readme:
path: readme.txt
ultimate-instagram-feed:
QueryParameter:
files:
- public/css/ultimate-instagram-feed-public.css
- public/js/ultimate-instagram-feed-public.js
version: true
ultimate-lightbox:
Readme:
path: readme.txt
ultimate-live-cricket-lite:
QueryParameter:
files:
- lib/bootstrap4/css/bootstrap.min.css
- css/style.css
- css/media-query.css
- lib/bootstrap4/js/bootstrap.min.js
- js/script.js
version: true
ultimate-member:
QueryParameter:
files:
- assets/css/um.min.css
- assets/js/um.min.js
- assets/css/um-fonticons-ii.css
- assets/css/um-fonticons-fa.css
- assets/css/select2/select2.min.css
- assets/css/um-crop.css
- assets/css/um-modal.css
- assets/css/um-styles.css
- assets/css/um-members.css
- assets/css/um-profile.css
- assets/css/um-account.css
- assets/css/um-misc.css
- assets/css/um-fileupload.css
- assets/css/pickadate/default.css
- assets/css/pickadate/default.date.css
- assets/css/pickadate/default.time.css
- assets/css/um-raty.css
- assets/css/um-scrollbar.css
- assets/css/um-tipsy.css
- assets/css/um-responsive.css
- assets/css/um-old-default.css
- assets/js/um-gdpr.min.js
- assets/js/select2/select2.full.min.js
- assets/js/um-crop.min.js
- assets/js/um-modal.min.js
- assets/js/um-jquery-form.min.js
- assets/js/um-fileupload.min.js
- assets/js/pickadate/picker.js
- assets/js/pickadate/picker.date.js
- assets/js/pickadate/picker.time.js
- assets/js/pickadate/legacy.js
- assets/js/um-raty.min.js
- assets/js/um-tipsy.min.js
- assets/js/um-scrollbar.min.js
- assets/js/um-functions.min.js
- assets/js/um-responsive.min.js
- assets/js/um-conditional.min.js
- assets/js/um-scripts.min.js
- assets/js/um-members.min.js
- assets/js/um-profile.min.js
- assets/js/um-account.min.js
- assets/css/simplebar.css
- assets/js/simplebar.min.js
version: true
Readme:
path: readme.txt
ultimate-modal:
TranslationFile:
class: BodyPattern
path: languages/ultimate-modal.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ultimate Modal (?<v>\d+\.[\.\d]+)/i'
version: true
ultimate-modules-beaver-builder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
ultimate-multi-design-video-carousel:
QueryParameter:
files:
- css/umdc-style.css
- js/slider_min.js
- js/jquery.gbs_slider.js
version: true
ultimate-news-plus-widget:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/ccs-news-style.css
version: true
ultimate-notice:
QueryParameter:
files:
- "/assets/css/main.css"
version: true
ultimate-page-builder:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Ultimate Page Builder \- (?<v>\d+\.[\.\d]+)/i
ultimate-pdf-invoice:
TranslationFile:
class: BodyPattern
path: languages/ultimate-pdf-invoice-zh_CN.po
pattern: !ruby/regexp '/oject\-Id\-Version: Ultimate PDF Invoice v(?<v>\d+\.[\.\d]+)/i'
version: true
ultimate-popunder:
QueryParameter:
files:
- assets/lanund.js
- assets/ultimate-popunder.js
version: true
ultimate-post:
Readme:
path: readme.txt
ultimate-post-grid:
QueryParameter:
files:
- assets/js/script.js
version: true
Readme:
path: readme.txt
ultimate-post-list:
QueryParameter:
files:
- public/js/ultimate-post-list-public.js
version: true
ultimate-post-review:
QueryParameter:
files:
- public/css/ultimate-post-review-public.css
- public/js/ultimate-post-review-public.js
version: true
ultimate-post-thumbnails:
QueryParameter:
files:
- js/front.js
- inc/prettyphoto/js/front.prettyphoto.js
version: true
ultimate-posts-widget:
Readme:
path:
- readme.txt
- README.md
ultimate-product-catalogue:
QueryParameter:
files:
- js/upcp-jquery-functions.js
version: true
ultimate-push-notifications:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ultimate-recent-posts:
QueryParameter:
files:
- lib/slider/camera.css
- lib/carousel/owl.carousel.css
- lib/carousel/owl.theme.css
- lib/carousel/owl.transitions.css
- style/default.css
- lib/slider/jquery.easing.1.3.js
- lib/slider/camera.min.js
- lib/carousel/owl.carousel.min.js
- script/sc_urp_script.js
version: true
ultimate-responsive-image-slider:
Readme:
path: readme.txt
ultimate-rotator:
QueryParameter:
files:
- ultimate-rotator.css
version: true
ultimate-shortcodes-creator:
Readme:
path: readme.txt
ultimate-sms-notifications:
QueryParameter:
files:
- public/css/woo-usn-public.css
- public/js/woo-usn-public.js
version: true
ultimate-social-media-icons:
Readme:
path: readme.txt
ultimate-social-media-plus:
Readme:
path: readme.txt
ultimate-tables:
Readme:
path: readme.txt
ultimate-tag-cloud-widget:
JavascriptComment:
class: BodyPattern
path: js/utcw.min.js
pattern: !ruby/regexp /utcw \- v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
ultimate-team-member:
TranslationFile:
class: BodyPattern
path: options/languages/zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
ultimate-timeline:
TranslationFile:
class: BodyPattern
path: languages/ultimate-timeline.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ultimate Timeline (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ultimate-tinymce:
Readme:
path: readme.txt
ultimate-under-construction:
Readme:
path: readme.txt
ultimate-viral-quiz:
QueryParameter:
files:
- "/assets/libs/vender/angularjs/angular.min.js"
- "/assets/libs/vender/angularjs/ui-switch/angular-ui-switch.min.js"
- "/assets/libs/vender/angular-animate/angular-animate.min.js"
- "/assets/libs/vender/angularjs/angular-file-upload-shim.min.js"
- "/assets/libs/vender/angularjs/angular-file-upload.min.js"
- "/assets/libs/vender/bootstrap.min.js"
- "/assets/libs/vender/fuelux.min.js"
- "/assets/libs/app.js"
- "/assets/libs/listController.js"
- "/assets/libs/personalityController.js"
- "/assets/libs/pollController.js"
- "/assets/libs/rankController.js"
- "/assets/libs/triviaController.js"
- "/assets/libs/vender/sticky.min.js"
- "/assets/libs/vender/jquery-validation/jquery.validate.min.js"
- "/assets/libs/vender/jquery-validation/additional-methods.min.js"
- "/assets/js/script.js"
version: true
ultimate-widgets-light:
QueryParameter:
files:
- assets/css/style.min.css
version: true
ultimate-woocommerce-offers-zone:
TranslationFile:
class: BodyPattern
path: languages/ultimate-woocommerce-offers-zone-en_US.po
pattern: !ruby/regexp '/rsion: Ultimate WooCommerce Offers Zone (?<v>\d+\.[\.\d]+)/i'
version: true
ultimate-youtube-video-player:
Readme:
path: README.txt
ultimatewoo-edit-order-numbers:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
ultimeter:
QueryParameter:
files:
- public/css/ultimeter-public.css
- public/js/ultimeter-public.js
version: true
ultra-coupons-cashbacks:
QueryParameter:
files:
- assets/css/jquery.dataTables.min.css
- assets/css/style.css
- assets/js/clipboard.min.js
- assets/js/jquery.countdown.min.js
- assets/js/jquery.dataTables.min.js
- assets/js/main.js
version: true
ultra-elementor-addons:
QueryParameter:
files:
- assets/public/css/accordion.css
- assets/public/css/animated-headlines.css
- assets/public/css/box.css
- assets/public/vendor/twentytwenty/css/twentytwenty.css
- assets/public/css/image-comparison.css
- assets/public/css/team-member.css
- assets/public/vendor/slick/slick.css
- assets/public/css/team-members-carousel.css
- assets/public/css/testimonial.css
- assets/public/vendor/owl-carousel/css/owl.carousel.min.css
- assets/public/vendor/owl-carousel/css/owl.theme.default.css
- assets/public/css/testimonial-carousel.css
- assets/public/js/accordion.js
- assets/public/js/animated-headlines.js
- assets/public/vendor/twentytwenty/js/jquery.event.move.js
- assets/public/vendor/twentytwenty/js/jquery.twentytwenty.js
- assets/public/js/image-comparison.js
- assets/public/vendor/slick/slick.min.js
- assets/public/js/team-members-carousel.js
- assets/public/vendor/owl-carousel/js/owl.carousel.min.js
- assets/public/js/testimonial-carousel.js
version: true
Readme:
path: README.txt
ultra-slideshow:
Readme:
path: README.txt
ultraembed-advanced-iframe:
Readme:
path: README.txt
ultraleet-wc-erply-integration:
Readme:
path: readme.txt
ultrapress:
Readme:
path: readme.txt
um-content-locker:
Readme:
path: readme.txt
um-custom-tab-builder-lite:
TranslationFile:
class: BodyPattern
path: languages/um-custom-tab-builder-lite-lite.pot
pattern: !ruby/regexp '/\-Id\-Version: UM Custom Tab Builder Lite (?<v>\d+\.[\.\d]+)/i'
version: true
um-events-lite-for-ultimate-member:
QueryParameter:
files:
- assets/js/um-events.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/um-events.pot
pattern: !ruby/regexp '/ion: UM Events Lite for Ultimate Member (?<v>\d+\.[\.\d]+)/i'
version: true
um-forumwp:
Readme:
path: readme.txt
um-jobboardwp:
Readme:
path: readme.txt
um-lock-down:
TranslationFile:
class: BodyPattern
path: languages/um-lock-down.pot
pattern: !ruby/regexp '/Id\-Version: SuitePlugins \- UM Lock Down (?<v>\d+\.[\.\d]+)/i'
version: true
um-navigation-menu:
TranslationFile:
class: BodyPattern
path: languages/um-navigation-menu.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: UM Navigation Menu (?<v>\d+\.[\.\d]+)/i'
version: true
um-online:
Readme:
path: readme.txt
um-plug:
QueryParameter:
files:
- prop/print.css
- prop/medium.css
- prop/small.css
version: true
um-recaptcha:
Readme:
path: readme.txt
um-story-lite:
TranslationFile:
class: BodyPattern
path: languages/um-story-lite.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: UM Story Lite (?<v>\d+\.[\.\d]+)/i'
version: true
um-terms-conditions:
Readme:
path: readme.txt
um-user-list:
TranslationFile:
class: BodyPattern
path: languages/um-user-list.pot
pattern: !ruby/regexp '/Id\-Version: SuitePlugins \- UM User List (?<v>\d+\.[\.\d]+)/i'
version: true
um-user-switching:
TranslationFile:
class: BodyPattern
path: languages/um-user-switching.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: UM User Switching (?<v>\d+\.[\.\d]+)/i'
version: true
umba-payment-gateway-free-for-woocommerce:
Readme:
path: readme.txt
unbounce:
Readme:
path: readme.txt
uncanny-automator:
TranslationFile:
class: BodyPattern
path: languages/uncanny-automator.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Uncanny Automator (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
uncanny-learndash-toolkit:
QueryParameter:
files:
- src/assets/frontend/dist/bundle.min.css
- src/assets/frontend/dist/bundle.min.js
version: true
Readme:
path: readme.txt
under-construction-page:
Readme:
path: readme.txt
underconstruction:
Readme:
path: readme.txt
underdev:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
unfc-normalize:
Comment:
xpath: //comment()[contains(., "unfc-normalize")]
pattern: !ruby/regexp /\/unfc\-normalize\/js\/ie8\.min\.js\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- js/unfc-normalize.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/unfc-normalize.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: UNFC No[^r]+rmalize (?<v>\d+\.[\.\d]+)/i'
version: true
ungallery:
Readme:
path: readme.txt
unicard:
Readme:
path:
- readme.txt
- readme.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
uniconsent-cmp:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
unicornify:
Readme:
path: readme.txt
uniforms:
QueryParameter:
files:
- assets/css/uniforms-frontend.css
version: true
unik-ultimate-pricing-table:
QueryParameter:
files:
- assets/css/bootstrap.min.css
- assets/css/style.css
version: true
unikname-connect:
QueryParameter:
files:
- css/front.css
- css/share-svg.css
- js/front/social_login/general.js
- js/front/facebook/sdk.js
- js/front/facebook/commenting.js
version: true
Readme:
path: readme.txt
uninstall:
Readme:
path: readme.txt
union-addons:
Readme:
path: README.txt
unipress-api:
QueryParameter:
files:
- "/css/unipress.css"
- "/js/unipress.js"
version: true
uniqcont:
Readme:
path: readme.txt
unique-headers:
Readme:
path: readme.txt
unique-hover-slider-plus:
QueryParameter:
files:
- assets/css/stylesheet.min.css
- assets/js/vendor.js
- assets/js/script.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
unit-price-for-woocommerce:
Readme:
path: README.txt
unite-gallery-lite:
Readme:
path: readme.txt
unitegallery:
QueryParameter:
files:
- css/frontend.min.css
- css/lightbox.min.css
- js/jquery.galleria/themes/omnivo_portfolio/galleria.omnivo_portfolio.css
- js/frontend.js
version: true
Readme:
path: readme.txt
unitizr:
QueryParameter:
files:
- lib/unitizr-public-style.css
version: true
Readme:
path: readme.txt
units:
QueryParameter:
files:
- assets/css/unit-switcher.css
- assets/js/unit-switcher.min.js
version: true
universal-google-adsense-and-ads-manager:
QueryParameter:
files:
- public/assets/dist/css/ugaam-public.css
- public/assets/dist/js/ugaam-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/universal-google-adsense-and-ads-manager.pot
pattern: !ruby/regexp /niversal Google AdSense And Ads Manager (?<v>\d+\.[\.\d]+)/i
version: true
universal-google-analytics:
Readme:
path: readme.txt
universal-package-systems-shipping-extension:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
universal-voice-search:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
universam-demo:
QueryParameter:
files:
- admin/css/form.css
- assets/js/bootstrap/bootstrap.css
- theme/usam-default.css
- admin/css/chat.css
- assets/js/admin_bar.js
- assets/js/universam_tab.js
- assets/js/jquery.livequery.js
- assets/js/ui.datepicker.js
- assets/js/ui.datepicker.ru.js
- assets/js/jquery.jcarousel.js
- assets/js/universam.theme.js
- assets/js/ajax.js
- assets/js/jquery.rating.js
- assets/js/product-filter.js
- assets/js/chat.js
- assets/js/bootstrap/bootstrap.js
- assets/js/tab.js
- assets/js/bootstrap.js
- assets/js/rating.js
- assets/js/feedback.js
- assets/js/webform.js
- assets/js/universam.js
- theme/usam-global-style.css
- assets/css/owl.carousel.min.css
- theme/usam-form-style.css
- assets/js/universam.theme.main.js
- assets/js/owl-carousel/owl.carousel.min.js
- assets/js/textarea-auto-resizer.js
version: true
unlimited-addons-for-wpbakery-page-builder:
ReleaseLog:
class: BodyPattern
path: release_log.txt
pattern: !ruby/regexp /version (?<v>\d+\.[\.\d]+)/i
version: true
unlimited-elementor-inner-sections-by-taspristudio:
Readme:
path: readme.txt
unlimited-elements-for-elementor:
Readme:
path: readme.txt
unlimited-page-sidebars:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/unlimited-page-sidebars.pot
pattern: !ruby/regexp '/ect\-Id\-Version: Unlimited Page Sidebars (?<v>\d+\.[\.\d]+)/i'
version: true
unlimited-theme-addons:
Readme:
path: readme.txt
unlisted-posts:
Readme:
path: readme.txt
unloct:
Readme:
path: readme.txt
unmask:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
unofficial-convertkit:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
Readme:
path: readme.txt
unreal-flipbook-addon-for-visual-composer:
Readme:
path: readme.txt
unregister-gutenberg-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
unregistered-guest-authors-for-post-types:
Readme:
path: readme.txt
unsplash:
Readme:
path: readme.txt
unsproject:
Readme:
path: readme.md
unsupported-browser-notification:
TranslationFile:
class: BodyPattern
path: langs/oe-sb-vi_VN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Supported Browser (?<v>\d+\.[\.\d]+)/i'
version: true
unveil-lazy-load:
QueryParameter:
files:
- js/jquery.optimum-lazy-load.min.js
version: true
unwrap-images:
QueryParameter:
files:
- script.js
version: true
unyson:
Readme:
path: readme.txt
up-down-image-slideshow-gallery:
Readme:
path: readme.txt
upcasted-s3-offload:
Readme:
path: README.txt
update-alerts:
QueryParameter:
files:
- public/css/update-alerts-public.css
- public/js/update-alerts-public.js
version: true
update-alt-attribute:
Readme:
path: readme.txt
update-comment-count:
Readme:
path: readme.txt
update-control:
Readme:
path: readme.txt
update-intervals:
Readme:
path: readme.txt
update-notifier-telegram:
Readme:
path: readme.txt
update-order-until-hold:
TranslationFile:
class: BodyPattern
path: languages/ced-update-order-onhold-en_US.po
pattern: !ruby/regexp '/ect\-Id\-Version: Update Order Until Hold (?<v>\d+\.[\.\d]+)/i'
version: true
update-page-cache:
Readme:
path: readme.txt
update-stat:
QueryParameter:
files:
- updatestat.css
version: true
update-users-customers-using-csv:
Readme:
path: readme.txt
updated-today-plugin:
QueryParameter:
files:
- styles.css
version: true
updates-api-inspector:
Readme:
path: readme.txt
updraftplus:
Readme:
path: readme.txt
upfiv-complete-all-in-one-seo-wizard:
QueryParameter:
files:
- public/css/upfiv-public.css
- public/js/upfiv-public.js
version: true
upgradepath:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: assets/languages/upgradepath.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: UpgradePath (?<v>\d+\.[\.\d]+)/i'
version: true
upi-mobile-payment:
Readme:
path: readme.txt
upi-qr-code-payment-for-woocommerce:
Readme:
path: readme.txt
upload-add-on-for-woocommerce:
Readme:
path: readme.txt
upload-directory-cleaner:
Readme:
path: readme.txt
upload-max-file-size:
Readme:
path: readme.txt
upload-media-by-url:
Readme:
path: readme.txt
upload-media-exif-date:
Readme:
path: readme.txt
uploadcare:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
uploads-for-woocommerce:
Readme:
path:
- readme.txt
- readme.md
uploads-protector:
Readme:
path: readme.txt
upsell-order-bump-offer-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/upsell-order-bump-offer-for-woocommerce-en_US.po
pattern: !ruby/regexp /Upsell Order Bump Offer for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
upstream:
TranslationFile:
class: BodyPattern
path: languages/upstream.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: UpStream v(?<v>\d+\.[\.\d]+)/i'
version: true
uptain-connect:
Readme:
path: README.txt
uptogo:
TranslationFile:
class: BodyPattern
path: languages/uptogo.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Uptogo (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
uptolike-share:
Readme:
path: readme.txt
upunzipper:
QueryParameter:
files:
- public/css/upunzipper-public.css
- public/js/upunzipper-public.js
version: true
uqpay-payment-gateway:
TranslationFile:
class: BodyPattern
path: languages/uqpay-payment-gateway.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Uqpay Payment Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
uquery-widget:
Comment:
xpath: //comment()[contains(., "uquery-widget")]
pattern: !ruby/regexp /uQuery Widget v(?<v>\d+\.[\.\d]+)/i
version: true
urber-cross-poster:
ConfigParser:
path: tmp/cross-poster.json
key: version
version: true
url-language-switcher:
QueryParameter:
files:
- global/css/url-lang-switcher-global.css
- global/js/url-lang-switcher-global.js
version: true
url-param-to-cookie:
Readme:
path: readme.txt
url-shortify:
QueryParameter:
files:
- lite/dist/styles/url-shortify.css
- lite/dist/scripts/url-shortify.js
version: true
Readme:
path: readme.txt
urvanov-syntax-highlighter:
QueryParameter:
files:
- css/min/urvanov_syntax_highlighter.min.css
- js/min/urvanov_syntax_highlighter.min.js
version: true
Readme:
path: readme.txt
usagedd:
Readme:
path: readme.txt
usc-e-shop:
Readme:
path: readme.txt
use-any-font:
Readme:
path: readme.txt
use-google-libraries:
Readme:
path: README.txt
use-hashtags:
Readme:
path: readme.txt
use-memcached:
Readme:
path: readme.txt
used-media-identifier:
QueryParameter:
files:
- public/css/used-media-identifier-public.css
- public/js/used-media-identifier-public.js
version: true
useful-blocks:
Readme:
path: readme.txt
useinfluence:
QueryParameter:
files:
- public/css/useinfluence-public.css
- public/js/useinfluence-public.js
version: true
user-access-manager:
QueryParameter:
files:
- assets/css/uamLoginForm.css
version: true
TranslationFile:
class: BodyPattern
path: languages/user-access-manager.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ user\-access\-manager (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
user-activity-log:
Readme:
path: readme.txt
user-avatar:
Readme:
path: readme.txt
user-feedback:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: languages/user-feedback.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ User Feedback (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptComment:
class: BodyPattern
path: js/user-feedback.min.js
pattern: !ruby/regexp /User Feedback \- v(?<v>\d+\.[\.\d]+)/i
version: true
user-frontend-for-elementor:
Readme:
path: readme.txt
user-frontend-post-submit:
QueryParameter:
files:
- public/bootstrap/css/bootstrap.min.css
- public/bootstrap/css/bootstrap-theme.min.css
- public/css/vs-anonymous-post-public.css
- public/cropper/css/cropper.css
- public/js/jQuery.validation.1.10.0.js
- public/js/vs-anonymous-post-public.js
- public/bootstrap/js/bootstrap.min.js
- public/cropper/js/cropper.js
- public/js/custom-select.js
version: true
user-identification:
Readme:
path: readme.txt
user-ip-and-location:
Readme:
path: readme.txt
user-location-and-ip:
Readme:
path: readme.txt
user-magic:
Readme:
path: README.txt
user-menus:
Readme:
path: readme.txt
user-meta-display:
QueryParameter:
files:
- assets/js/scripts-user_meta_display.js
version: true
user-name-security:
Readme:
path: readme.txt
user-posts-limit:
Readme:
path: README.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/user-posts-limit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: User Posts Limit (?<v>\d+\.[\.\d]+)/i'
version: true
user-profile-block:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
user-profile-picture-social-networks:
Readme:
path: readme.txt
user-registration:
QueryParameter:
files:
- assets/css/user-registration.css
- assets/css/user-registration-smallscreen.css
- assets/js/frontend/user-registration.min.js
- assets/js/frontend/password-strength-meter.min.js
- assets/css/my-account-layout.css
version: true
TranslationFile:
class: BodyPattern
path: languages/user-registration.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: User Registration (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
user-registration-and-login:
Readme:
path: readme.txt
user-registration-using-contact-form-7:
Readme:
path: readme.txt
user-rights-access-manager:
Readme:
path: readme.txt
user-role-adjustments:
Readme:
path: readme.txt
user-role-blocker:
Readme:
path: readme.txt
user-role-editor:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
user-role-management:
Readme:
path: readme.txt
user-role-setting-autoloader:
Readme:
path: readme.txt
user-submitted-posts:
QueryParameter:
files:
- resources/usp.css
- resources/jquery.cookie.js
- resources/jquery.parsley.min.js
- resources/jquery.usp.core.js
pattern: !ruby/regexp /ver=(?<v>[\d]+)/i
version: true
Readme:
path: readme.txt
user-switching:
Readme:
path: readme.txt
user-switching-for-woocommerce:
Readme:
path: readme.txt
userback:
Readme:
path: readme.txt
userbot-chat:
Readme:
path: README.txt
userdocs:
QueryParameter:
files:
- public/css/userdocs-public.css
version: true
userisle:
QueryParameter:
files:
- assets/css/userisle-layout.css
- assets/css/userisle-style.css
- assets/css/userisle.css
- assets/css/userisle-media.css
- assets/js/jquery-tiptip/jquery-tiptip.js
- assets/js/jquery-toggles/jquery-toggles.js
- assets/js/jquery-modal/jquery-modal.js
- assets/js/jquery-selectize/jquery-selectize.js
- assets/js/jquery-raty/jquery-raty.js
- assets/js/jquery-wui/jquery-wui.js
- assets/js/frontend/userisle.js
version: true
username-changer:
Readme:
path: readme.txt
username-editor:
Readme:
path: readme.txt
usernoise:
Readme:
path: readme.txt
users-activity:
QueryParameter:
files:
- asset/css/style.css
version: true
TranslationFile:
class: BodyPattern
path: languages/users-activity.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Users Activity (?<v>\d+\.[\.\d]+)/i'
version: true
users-customers-import-export-for-wp-woocommerce:
Readme:
path: readme.txt
users-import-export-with-excel-for-wp:
Readme:
path: readme.txt
users-list-table:
QueryParameter:
files:
- public/css/font-awesome.min.css
- public/css/users-list-public.css
- public/js/users-list-public.js
version: true
users-profile-picture:
Readme:
path: readme.txt
users-ultra-pro-recaptcha:
Readme:
path: readme.txt
userswp:
TranslationFile:
class: BodyPattern
path: languages/userswp-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: UsersWP (?<v>\d+\.[\.\d]+)/i'
version: true
userswp-recaptcha:
TranslationFile:
class: BodyPattern
path: languages/uwp-recaptcha-en_US.po
pattern: !ruby/regexp '/Project\-Id\-Version: UsersWP \- ReCaptcha (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
userway-accessibility-widget:
Readme:
path: readme.txt
useso-take-over-google:
Readme:
path: readme.txt
using-visual-composer-support-for-twitter-bootstrap-themes:
Readme:
path: readme.txt
uss-upyun:
Readme:
path: readme.txt
ut-demo-importer:
Readme:
path: readme.txt
ut-elementor-addons-lite:
Readme:
path: readme.txt
utm-dot-codes:
TranslationFile:
class: BodyPattern
path: languages/utm-dot-codes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: utm\.codes (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
utm-tracker:
QueryParameter:
files:
- js/utmtracker.min.js
version: true
utms-carry-pages:
Readme:
path: readme.txt
utopian-images:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
utubevideo-gallery:
QueryParameter:
files:
- css/front_style.min.css
- js/frontend.min.js
version: true
uvisualize:
ComposerFile:
class: ConfigParser
path: package.json
key: version
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+[a-z]*)/i
version: true
uwebchat:
QueryParameter:
files:
- public/css/uWebChat-public.css
- public/js/uWebChat-public.js
version: true
Readme:
path: README.txt
ux-sniff:
Readme:
path: readme.txt
uxtweak:
Readme:
path: readme.txt
v4search:
Readme:
path: README.md
va-social-buzz:
QueryParameter:
files:
- assets/css/style.min.css
- assets/js/script.min.js
version: true
vacation-rentals:
QueryParameter:
files:
- assets/js/custom/login-register-reset.js
- assets/js/custom/edit-profile.js
- assets/js/custom/submit-booking.js
- assets/js/custom/submit-post.js
- assets/js/custom/favorite.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
vadi-faq:
QueryParameter:
files:
- css/jquery.accordion.css
- js/jquery.accordion.js
version: true
vaeret:
QueryParameter:
files:
- public/css/vaeret-public.css
- public/js/vaeret-public.js
version: true
Readme:
path: README.txt
vagonic-sortable:
Readme:
path: readme.txt
valhalla-cf:
Readme:
path: readme.txt
validated:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
value-converter:
Readme:
path: readme.txt
vamaship-shipping:
TranslationFile:
class: BodyPattern
path: languages/vamaship_shipping-domain-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: VAMASHIP SHIPPING (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
vandar-for-restrict-content-pro:
Readme:
path: readme.txt
vanilla-adaptive-maps:
ChangeLog:
class: BodyPattern
path: ChangeLog.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
vanilla-pdf-embed:
Readme:
path: readme.txt
variation-image-color-switcher-for-woocommerce:
Readme:
path: readme.txt
variation-max-for-woocommerce:
Readme:
path: readme.txt
variation-prices-woocommerce:
Readme:
path: readme.txt
variation-stock-inventory:
QueryParameter:
files:
- public/css/woocom-variation-stock-inventory-public.css
- public/js/woocom-variation-stock-inventory-public.js
version: true
Readme:
path: README.txt
variation-swatches-for-woocommerce:
Readme:
path: readme.txt
variation-swatches-style:
Readme:
path: readme.txt
variations-radio-buttons-for-woocommerce:
Readme:
path: readme.txt
varnish-http-purge:
Readme:
path: readme.txt
vat-assist-for-woocommerce:
Readme:
path: readme.txt
vat-ust-id-checker-validator-eu-for-woocommerce:
Readme:
path: readme.txt
vaultpress:
Readme:
path: readme.txt
vbsso-lite:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
vc-extension-hover-image:
Readme:
path: README.txt
vc-flipbox:
Readme:
path: readme.txt
vc-image-hotspot:
Readme:
path: readme.txt
vc-mailchimp:
QueryParameter:
files:
- libs/jquery.growl/javascripts/jquery.growl.js
- assets/js/frontend.js
version: true
vc-shortcodes:
Readme:
path: readme.txt
vcanfly-fps:
Readme:
path: readme.txt
vconnect-postnord-delivery-checkout:
Readme:
path: readme.txt
vd-my-header-footer:
QueryParameter:
files:
- lib/css/visual-designer-release.min.css
- includes/js/mhf-public.js
- lib/js/visual-designer-release.min.js
version: true
Readme:
path: README.txt
vdpetform:
QueryParameter:
files:
- public/css/vdpetform-public.css
- public/js/vdpetform-public.js
version: true
vdz-google-analytics:
Readme:
path: readme.txt
vdz-robotstxt:
Readme:
path: readme.txt
vdz-show-more:
QueryParameter:
files:
- assets/vdz_show_more.css
- assets/vdz_show_more.js
version: true
Readme:
path: readme.txt
vdz-simple-css:
Readme:
path: readme.txt
vdz-translit:
Readme:
path: readme.txt
vdz-verification:
Readme:
path: readme.txt
vdz-yandex-metrika:
Readme:
path: readme.txt
vector-slider:
QueryParameter:
files:
- assets/lib/slider/slick.css
- assets/lib/fontawesome/css/font-awesome.css
- assets/lib/slider/slick-theme.css
- assets/css/vs-slider.css
- assets/lib/slider/slick.js
- assets/js/vs-slider.js
version: true
vejret-widget:
QueryParameter:
files:
- public/css/vejret-public.css
- public/js/vejret-public.js
version: true
velocity:
QueryParameter:
files:
- core/js/velocity.min.js
version: true
velvet-blues-update-urls:
Readme:
path: readme.txt
vendbile-payment-gateway:
Readme:
path: readme.txt
vendi-wp-markdown:
TranslationFile:
class: BodyPattern
path: languages/vendi-wp-markdown.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Vendi WP Markdown (?<v>\d+\.[\.\d]+)/i'
version: true
vendomat-gastrofix-menu:
Readme:
path: readme.txt
vendor-list-of-iab:
Readme:
path: readme.txt
venduy-for-woocommerce:
Readme:
path: readme.txt
venomaps:
Readme:
path: readme.txt
QueryParameter:
files:
- include/css/venomaps.min.css
version: true
verbatim:
QueryParameter:
files:
- "/css/verbatim.css"
- "/js/verbatim.js"
version: true
vercel-deploy-hooks:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
verge3d:
Readme:
path: readme.txt
verify-customers-licenses-gumroad:
Readme:
path: readme.txt
verify-domain-for-apple-pay-with-stripe:
Readme:
path: readme.txt
version-compare:
Readme:
path: readme.txt
version-switcher:
Readme:
path: readme.txt
vertical-center:
QueryParameter:
files:
- js/vertical-center-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/vertical-center.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Vertical Center (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
vertical-image-menu:
Comment:
xpath: //comment()[contains(., "Vertical Image Menu")]
pattern: !ruby/regexp /Vertical Image Menu (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- verticalImageMenu.css
version: true
vertical-marquee-plugin:
Readme:
path: readme.txt
vertical-marquee-post-title:
Readme:
path: readme.txt
vertical-related-posts:
QueryParameter:
files:
- css/vertical-related-posts.css
version: true
vertical-scroll-image-slideshow-gallery:
Readme:
path: readme.txt
vertical-scroll-recent-comments:
Readme:
path: readme.txt
vertical-scroll-recent-registered-user:
Readme:
path: readme.txt
vertical-scroll-slideshow-gallery-v2:
Readme:
path: readme.txt
vertically-scroll-rss-feed:
Readme:
path: readme.txt
vertycal:
QueryParameter:
files:
- "/prop/css/vertycal-plugin-style.css"
- prop/css/jquery-ui.css
- prop/js/vertycal-public.js
- prop/js/vertycal-vtabs.js
version: true
Readme:
path: readme.txt
very-fast-loading:
Comment:
xpath: //comment()[contains(., "Very Fast Loading")]
pattern: !ruby/regexp /This site runs Very Fast Loading plugin v(?<v>\d+\.[\.\d]+)/i
version: true
very-fresh-lexicon:
QueryParameter:
files:
- public/css/very-fresh-lexicon-public.css
- public/js/very-fresh-lexicon-public.js
version: true
Readme:
path: README.txt
very-simple-contact-form:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
very-simple-custom-redirects:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
very-simple-custom-style:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
very-simple-custom-textwidget:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
very-simple-event-list:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
very-simple-favicon-manager:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
very-simple-file-upload:
Readme:
path: readme.txt
very-simple-knowledge-base:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
very-simple-meta-description:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
very-simple-signup-form:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
very-simple-slider:
QueryParameter:
files:
- css/very-simple-slider.css
version: true
very-simple-website-closed:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
very-simple-woocommerce-upsell-popup:
Readme:
path: README.txt
very-simple-wp-maker-map:
Readme:
path: README.txt
very-simple-wp-popup:
QueryParameter:
files:
- public/js/script.js
version: true
very-simple-wp-slideshow:
QueryParameter:
files:
- public/js/script.js
version: true
very-simple-wp-statistics:
QueryParameter:
files:
- public/js/script.js
version: true
vesicash-escrow-plugin-for-woocommerce:
Readme:
path: readme.txt
vessel:
QueryParameter:
files:
- css/vessel.css
- js/vessel.js
version: true
vforce-extensions:
Readme:
path:
- README.txt
- README.md
vi-include-post-by:
Readme:
path:
- readme.txt
- readme.md
vi-member-content:
Readme:
path: readme.txt
via-crm-forms:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
viabill-woocommerce:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
vialala:
Readme:
path: readme.txt
viavi-wp-timeline:
TranslationFile:
class: BodyPattern
path: languages/VAV-wp-timeline-tr_TR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: my\-pluginname (?<v>\d+\.[\.\d]+)/i'
version: true
vicidial-call-me:
Readme:
path: README.txt
video-analytics-for-cloudflare-stream:
Readme:
path: readme.txt
video-background:
QueryParameter:
files:
- css/pushlabs-vidbg.css
version: true
Readme:
path: readme.txt
video-blogger:
TranslationFile:
class: BodyPattern
path: languages/video-blogger-zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Video Blogger v(?<v>\d+\.[\.\d]+)/i'
version: true
video-bottom-tab-qr-embed-share:
Readme:
path: readme.txt
video-central:
QueryParameter:
files:
- assets/frontend/css/video-js.css
- templates/default/css/grid.css
- templates/default/css/style.css
- templates/default/css/font-awesome.css
- assets/frontend/js/video-js.js
- templates/default/js/plugins.min.js
- templates/default/js/main.min.js
version: true
video-conferencing-daily-co:
Readme:
path: readme.txt
video-destacado:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
video-embed-optimizer:
QueryParameter:
files:
- "/styles/styles.css"
version: true
video-embed-thumbnail-generator:
QueryParameter:
files:
- video-js/kg-video-js-skin.css
- css/kgvid_styles.css
version: true
Readme:
path: readme.txt
video-gallery-playlist:
QueryParameter:
files:
- public/css/wpgp-youtube-gallery-public.css
- public/js/wpgp-youtube-gallery-public.js
version: true
video-lead-form:
Readme:
path: readme.txt
video-link-gallery:
Readme:
path: readme.txt
video-metabox:
Readme:
path: readme.txt
video-player-for-wpbakery:
TranslationFile:
class: BodyPattern
path: languages/video-player-for-wpbakery.pot
pattern: !ruby/regexp '/t\-Id\-Version: Video Player for WPBakery (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
video-player-gallery:
QueryParameter:
files:
- vpg-assets/css/vpg-customjs.css
- vpg-assets/css/vpg-custom.css
- vpg-assets/css/font-awesome.min.css
- vpg-assets/css/slick.css
- vpg-assets/css/popup.css
- vpg-assets/js/simple-video.js
version: true
video-playlist-for-youtube:
Readme:
path: readme.txt
video-popup:
Readme:
path: readme.txt
video-popup-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
video-sync-for-vimeo:
QueryParameter:
files:
- css/rvs-styles.css
- css/responsive-video.css
- js/rvs-loading.js
version: true
video-thumbnails:
Readme:
path: readme.txt
video-thumbnails-reloaded:
Readme:
path: readme.txt
videoask:
Readme:
path: readme.txt
videoencrypt-watermark:
Readme:
path: readme.txt
videojs-hls-player:
Comment:
xpath: //comment()[contains(., "videojs-hls-player")]
pattern: !ruby/regexp /Video\.js HLS Plugin v(?<v>\d+\.[\.\d]+) \-/i
version: true
QueryParameter:
files:
- videojs-contrib-hls/videojs-contrib-hls.min.js
- videojs-airplay/videojs.airplay.js
- videojs-hls-player.js
version: true
videojs-html5-player:
Comment:
xpath: //comment()[contains(., "videojs-html5-player")]
pattern: !ruby/regexp /Videojs HTML5 Player plugin v(?<v>\d+\.[\.\d]+) \-/i
version: true
QueryParameter:
files:
- videojs/video.min.js
version: true
videojs-html5-video-player-for-wordpress:
Readme:
path: readme.txt
videowalls-for-ziggeo:
Readme:
path: readme.txt
vidlive:
Readme:
path: readme.txt
vidseo:
Readme:
path: readme.txt
vidy:
Readme:
path: readme.txt
vidyen-gatekeeper:
Readme:
path: README.md
vidyen-point-system-vyps:
Readme:
path: README.md
vies-validator:
QueryParameter:
files:
- public/css/vies-validator-public.css
- public/js/vies-validator-public.js
version: true
viet-affiliate-link:
Readme:
path: readme.txt
viet-nam-saleor-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
views-for-wpforms-lite:
Readme:
path: readme.txt
vikappointments:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
vikbooking:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
vikoder-posts-block:
TranslationFile:
class: BodyPattern
path: i18n/languages/vikoder-posts-block.pot
pattern: !ruby/regexp '/ject\-Id\-Version: Posts Block by Vikoder (?<v>\d+\.[\.\d]+)/i'
version: true
vikrentcar:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
vikrentitems:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
vikrestaurants:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
vikwidgetsloader:
Readme:
path: readme.txt
vilf-io-push-notifikace:
Readme:
path: readme.txt
vimeotheque-debug:
Readme:
path: readme.txt
vindi-payment-gateway:
QueryParameter:
files:
- src/assets/css/frontend.css
- src/assets/js/imask.min.js
- src/assets/js/frontend.js
version: true
Readme:
path: readme.txt
vine-ma:
Readme:
path: readme.txt
vinteotv-video-ads:
QueryParameter:
files:
- modules/js/front.js
version: true
vipers-video-quicktags:
Comment:
pattern: !ruby/regexp /Vipers Video Quicktags v(?<v>\d+\.[\.\d]+)/i
version: true
vipps-recurring-payments-gateway-for-woocommerce:
Readme:
path:
- readme.txt
- README.txt
TranslationFile:
class: BodyPattern
path: languages/woo-vipps-recurring.pot
pattern: !ruby/regexp /urring Payments Gateway for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
viral-loops-wp-integration:
QueryParameter:
files:
- assets/css/button-styles.css
version: true
virgool:
Readme:
path: readme.txt
virtooal-try-on-mirror:
Readme:
path: readme.txt
virtual-downloadable-only-products-for-woocommerce:
Readme:
path: readme.txt
virtual-jquery-keyboard:
QueryParameter:
files:
- js/jquery.ml-keyboard.min.js
- js/jquery-keyboard.js
version: true
virtual-marketplace-store:
QueryParameter:
files:
- public/css/lightbox.min.css
- public/css/vmstore-public.css
- public/js/lightbox.min.js
- public/js/vmstore-public.js
version: true
virtual-pay-payment-gateway:
Readme:
path: readme.txt
virtual-real-estate-agent:
QueryParameter:
files:
- public/css/virtual-agent-public.css
- public/css/virtual-real-estate-agent-public.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
virtue-toolkit:
Readme:
path: readme.txt
virtuspay-boleto-parcelado:
Readme:
path: readme.txt
visibility-control-for-learndash:
Readme:
path: readme.txt
visibility-control-for-learnpress:
Readme:
path: readme.txt
visibility-control-for-woocommerce:
Readme:
path: readme.txt
visideign-login:
QueryParameter:
files:
- js/login.js
- js/blockui.js
version: true
vision:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
visit-site:
Readme:
path: readme.txt
visitor-force-login-page:
Readme:
path: readme.txt
visitorlab:
Readme:
path: readme.txt
visitors-details:
QueryParameter:
files:
- public/css/wp-visitors-details-public.css
- public/js/wp-visitors-details-public.js
version: true
Readme:
path: README.txt
visitors-right-now-uk:
Readme:
path: readme.txt
visitors-traffic-real-time-statistics:
Readme:
path: readme.txt
visitorsproof:
Readme:
path: readme.txt
visual-footer-credit-remover:
Readme:
path: readme.txt
visual-form-builder:
Comment:
pattern: !ruby/regexp /<meta name="vfb" version="(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
visual-link-preview:
QueryParameter:
files:
- dist/public.css
- templates/link/default/default.min.css
- templates/link/default-squared/default-squared.min.css
version: true
visual-portfolio:
QueryParameter:
files:
- assets/css/style.min.css
- assets/css/noscript.min.css
version: true
Readme:
path: readme.md
visual-search:
Readme:
path: readme.txt
visual-subtitle:
TranslationFile:
class: BodyPattern
path: languages/visual-subtitle.pot
pattern: !ruby/regexp /\# The Visual Subtitle (?<v>\d+\.[\.\d]+)/i
version: true
visualcaptcha:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
visualcomposer:
QueryParameter:
files:
- public/dist/front.bundle.css
- public/dist/front.bundle.js
version: true
Readme:
path: readme.txt
visualizer:
QueryParameter:
files:
- js/lib/clipboardjs/clipboard.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/visualizer.pot
pattern: !ruby/regexp /ion:\ Visualizer:\ Charts and Graphs Lite (?<v>\d+\.[\.\d]+)/i
version: true
visualmodo-related-posts:
Readme:
path: readme.txt
vit-website-reviews:
Readme:
path: readme.txt
vivokey-openid-connect:
Readme:
path:
- readme.txt
- README.md
vize-tests-basic:
Readme:
path: readme.txt
vjoon-wp-adapter:
Readme:
path: readme.txt
vk-all-in-one-expansion-unit:
QueryParameter:
files:
- css/vkExUnit_style.css
- js/all.min.js
- plugins/smooth-scroll/js/smooth-scroll.min.js
version: true
Readme:
path: readme.txt
vk-block-patterns:
Readme:
path: readme.txt
vk-filter-search:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
vk-link-target-controller:
QueryParameter:
files:
- js/script.js
version: true
vk-plugin-beta-tester:
Readme:
path: readme.txt
vk-poster-group:
Readme:
path: readme.txt
vkshop-for-edd:
Readme:
path: readme.txt
vlibras-widget:
Readme:
path: readme.txt
voco-woocommerce:
Readme:
path: readme.txt
voice:
TranslationFile:
class: BodyPattern
path: languages/voice.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Voice (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
voice-dialog-navigation:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
voice-search:
QueryParameter:
files:
- css/voice-search.min.css
- js/voice-search.min%20.js
version: true
TranslationFile:
class: BodyPattern
path: languages/voice-search.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Voice Search (?<v>\d+\.[\.\d]+)/i
version: true
voice-shopping-for-woocommerce:
Readme:
path: readme.txt
void-visual-whmcs-element:
Readme:
path: readme.txt
void-woo-cart-restrictor:
QueryParameter:
files:
- public/css/void-woo-cart-restrictor-public.css
- public/js/void-woo-cart-restrictor-public.js
version: true
voimada-rest-api:
QueryParameter:
files:
- public/css/voimadarestapi-public.css
- public/js/voimadarestapi-public.js
version: true
volumetric-shipping:
Readme:
path: readme.txt
vonic-voice-assistant-for-woocommerce:
Readme:
path: readme.txt
voting-for-a-photo:
QueryParameter:
files:
- assets/frontend/js/voting-for-photo.js
version: true
vowels-contact-form-with-drag-and-drop:
QueryParameter:
files:
- css/styles.css
- js/vowels.js
- js/jquery.vowels.js
version: true
voxpow:
Readme:
path: README.txt
voxpress:
Comment:
xpath: //comment()[contains(., "voxpress")]
pattern: !ruby/regexp /voxpress\/styles\/ubivox\.public\.ie8\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- styles/ubivox.public.css
- scripts/ubivox.public.js
- libs/jquery.cookie.js
version: true
vp-sign-documents-for-woocommerce:
Readme:
path: readme.txt
vr-woocommerce-forma-de-pagamento:
Readme:
path: readme.txt
vrm360:
Readme:
path: readme.txt
vvbc-in-store-product-categories:
QueryParameter:
files:
- public/css/vvbc-in-store-product-categories-public.css
- public/js/vvbc-in-store-product-categories-public.js
version: true
vverner-getnet-gateway:
Readme:
path:
- readme.txt
- readme.md
vw-notes-files-downloader:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=(?<v>\d+\.[\.\d]+)=(?!.*=\d+\.[\.\d]+=)/mi
version: true
vw-property-listing:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
vzaar-media-management:
MetaTag:
class: Xpath
xpath: //meta[@name="Vzaar"]/@content
version: true
w2pe-measurement-widget:
QueryParameter:
files:
- files/custom_script.js
version: true
w3-total-cache:
CommentDebugInfo:
class: Comment
pattern: !ruby/regexp /(?:optimized by W3 Total Cache|W3 Total Cache\/(?<v>\d+\.[\.\d]+))/i
version: true
HeaderPattern:
header: X-Powered-By
pattern: !ruby/regexp /W3 Total Cache\/(?<v>\d+\.[\.\d]+)/i
version: true
confidence: 80
Readme:
path: readme.txt
w3s-cf7-zoho:
Readme:
path: README.txt
w3scroll-top:
QueryParameter:
files:
- js/w3itinfo-scrolltop-active.js
version: true
w4-simple-ajax-search:
Readme:
path: readme.txt
w4a-ribbon:
QueryParameter:
files:
- css/style.css
version: true
wa-chatbox-manager:
Readme:
path: README.txt
wa-customer-chat:
QueryParameter:
files:
- assets/css/wcc-public-style.css
- assets/js/wcc-public-script.js
version: true
Readme:
path: readme.txt
wa-fronted:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wa-sticky-button:
Readme:
path: readme.txt
wabi-whatsapp:
QueryParameter:
files:
- public/css/WabiWidget-public.css
version: true
wage-conversion-calculator:
Readme:
path: readme.txt
waitlist-woocommerce:
QueryParameter:
files:
- assets/css/xoo-wl-style.css
version: true
walee-tracking:
Readme:
path: readme.txt
wallet-system-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/wallet-system-for-woocommerce-en_US.pot
pattern: !ruby/regexp '/\-Version: wallet\-system\-for\-woocommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wallets:
TranslationFile:
class: BodyPattern
path: languages/wallets-front.pot
pattern: !ruby/regexp /Id\-Version:\ Bitcoin and Altcoin Wallets (?<v>\d+\.[\.\d]+)/i
version: true
wallkit:
QueryParameter:
files:
- public/css/wallkit-wp-public.css
- public/js/wallkit-wp-public.min.js
version: true
wallsio:
QueryParameter:
files:
- block/dist/blocks.style.build.css
version: true
Readme:
path:
- readme.txt
- README.md
wanapost-several-social-sharing:
QueryParameter:
files:
- static/social_share.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wanapost-several-social-sharing-fr_FR.po
pattern: !ruby/regexp '/rsion: WanaPost Several Social Sharing v(?<v>\d+\.[\.\d]+)/i'
version: true
wanderlust-oca-e-pak-shipping-rates:
Readme:
path: readme.txt
wao-io:
Readme:
path: readme.txt
wao-io-cache-control:
Readme:
path: readme.txt
was-it-you:
Readme:
path: readme.txt
was-this-article-helpful:
Readme:
path: readme.txt
wasa-kredit-checkout:
QueryParameter:
files:
- public/css/wasa-kredit-checkout-public.css
- public/js/wasa-kredit-checkout-public.js
version: true
wash-care-symbols-for-woocommerce:
Readme:
path: readme.txt
wask-marketing:
Readme:
path: readme.txt
wassup:
Comment:
pattern: !ruby/regexp /<p class="small"> WassUp (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/wassup-widget.css
version: true
Readme:
path: readme.txt
watchful:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /= v(?<v>\d+\.[\.\d]+)/i
version: true
watchmouse-public-status-pages-widget:
TranslationFile:
class: BodyPattern
path: languages/watchmouse-public-status-pages-widget-en_US.po
pattern: !ruby/regexp '/oject\-Id\-Version: WatchMouse PSP Widget (?<v>\d+\.[\.\d]+)/i'
version: true
watchtower:
Readme:
path: readme.txt
watermelon:
Readme:
path: readme.txt
watu:
TranslationFile:
class: BodyPattern
path: watu.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ Watu Quiz (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
waves:
Readme:
path: readme.txt
wavesurfer-audio-player-block:
Readme:
path: readme.txt
wavetech-tts:
Readme:
path: readme.txt
waving-portfolio:
QueryParameter:
files:
- assets/js/jquery.hoverdir.js
- assets/js/lightbox.min.js
- assets/js/classie.js
- assets/js/modalEffects.js
- assets/js/custom.js
version: true
waxu-payment-gateway-for-woocommerce:
Readme:
path: readme.txt
waymark:
QueryParameter:
files:
- assets/dist/leaflet/leaflet.min.css
- assets/dist/ionicons/css/ionicons.min.css
- assets/dist/awesome-markers/leaflet.awesome-markers.min.css
- assets/dist/leaflet-fullscreen/dist/leaflet.fullscreen.min.css
- assets/shared/css/Waymark_Map.css
- assets/front/css/Waymark_Map_Viewer.css
- assets/dist/leaflet/leaflet.min.js
- assets/dist/awesome-markers/leaflet.awesome-markers.min.js
- assets/dist/leaflet-fullscreen/dist/leaflet.fullscreen.min.js
- assets/dist/Leaflet.Sleep/Leaflet.Sleep.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="Waymark Version"]/@content
version: true
Readme:
path: readme.txt
waypanel-heatmap-analysis:
QueryParameter:
files:
- public/css/waypanel-heatmap-public.css
- public/js/waypanel-heatmap-public.js
version: true
wayra-click-to-order-or-chat:
TranslationFile:
class: BodyPattern
path: languages/click-order-chat.pot
pattern: !ruby/regexp '/Version: Wayra \- Click to Order or Chat (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wayra-free-shipping-on-product-details:
TranslationFile:
class: BodyPattern
path: languages/wayra-free-shipping-on-product-details-es_MX.po
pattern: !ruby/regexp /ayra \- Free shipping on product details (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
wb-custom-product-tabs-for-woocommerce:
Readme:
path: readme.txt
wb-sticky-notes:
QueryParameter:
files:
- public/css/wb-sticky-notes-public.css
- public/js/wb-sticky-notes-public.js
version: true
Readme:
path: readme.txt
wbb-off-canvas-menu:
QueryParameter:
files:
- public/css/wbb-ocm-public.css
- public/js/wbb-ocm-public.js
version: true
wbg-opcao-de-cancelar-na-listagem-de-pedidos-woo:
Readme:
path: readme.txt
wbounce:
QueryParameter:
files:
- frontend/js/min/wbounce.min.js
version: true
wc-18app:
TranslationFile:
class: BodyPattern
path: languages/it_IT.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WC 18app (?<v>\d+\.[\.\d]+)/i'
version: true
wc-affiliate-new-window:
QueryParameter:
files:
- js/wcaff-affiliate-new-window.js
version: true
wc-age-verification:
TranslationFile:
class: BodyPattern
path: language/cav-en_US.po
pattern: !ruby/regexp /d\-Version:\ Wc Checkout Age Verification (?<v>\d+\.[\.\d]+)/i
version: true
wc-ame-digital:
Readme:
path: readme.txt
wc-apply-coupon-on-post-order:
QueryParameter:
files:
- public/js/wc-apply-coupon-on-post-order-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wc-apply-coupon-on-post-order-en_US.po
pattern: !ruby/regexp /WooCommerce Apply Coupon on Post Order\-(?<v>\d+\.[\.\d]+)/i
version: true
wc-arcavis-shop:
Readme:
path: readme.txt
wc-auto-coupon:
Readme:
path: readme.txt
wc-bacs-paybysquare:
Readme:
path: readme.txt
wc-builder:
Readme:
path: readme.txt
wc-captcha:
Readme:
path: readme.txt
wc-cart-ajax-simple-and-variation:
Readme:
path: README.txt
wc-carta-docente:
TranslationFile:
class: BodyPattern
path: languages/it_IT.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WC Carta Docente (?<v>\d+\.[\.\d]+)/i'
version: true
wc-cashapp:
Readme:
path: README.md
wc-casys-payment:
Readme:
path:
- readme.txt
- readme.md
wc-category-showcase:
TranslationFile:
class: BodyPattern
path: i18n/languages/wc-category-showcase.pot
pattern: !ruby/regexp '/\-Version: WooCommerce Category Showcase (?<v>\d+\.[\.\d]+)/i'
version: true
wc-change-product-author:
Readme:
path: readme.txt
wc-checkout-for-chinese:
QueryParameter:
files:
- assets/js/wcc4c-f.min.js
version: true
wc-checkout-terms-popup:
TranslationFile:
class: BodyPattern
path: languages/wc-checkout-terms-popup.pot
pattern: !ruby/regexp '/rsion: WooCommerce Checkout Terms Popup (?<v>\d+\.[\.\d]+)/i'
version: true
wc-chitchats-shipping:
Readme:
path: readme.txt
wc-ciudades-y-regiones-de-chile:
Readme:
path: readme.txt
wc-cointopay-com:
Readme:
path: readme.txt
wc-confirm-payment:
QueryParameter:
files:
- public/css/woocommerce-confirm-payment-public.css
- public/js/modernizr-custom.js
- public/js/jquery.form.js
- public/js/woocommerce-confirm-payment-public.js
version: true
wc-correios-easy-tracking-code:
Readme:
path: readme.txt
wc-currency-pesetas:
Readme:
path: readme.txt
wc-custom-add-to-cart-labels:
Readme:
path: readme.txt
wc-custom-fields:
Readme:
path: readme.txt
wc-customer-related-order:
TranslationFile:
class: BodyPattern
path: languages/wc-customer-related-order.pot
pattern: !ruby/regexp '/ion: WooCommerce Customer Related Order (?<v>\d+\.[\.\d]+)/i'
version: true
wc-cybersource-secure-acceptance:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/
version: true
wc-dashboard-widget:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wc-delete-orders:
Readme:
path: readme.txt
wc-disable-zoom-lightbox-features:
Readme:
path: readme.txt
wc-download-products-from-aws-s3:
TranslationFile:
class: BodyPattern
path: languages/wc-download-products-from-aws-s3.pot
pattern: !ruby/regexp '/rsion: WC Download Products from AWS S3 (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wc-duplicate-order:
Readme:
path: readme.txt
wc-easypost-shipping:
Readme:
path: readme.txt
wc-essential-addons:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wc-expire-products:
QueryParameter:
files:
- public/css/wc-expired-products-public.css
- public/js/wc-expired-products-public.js
version: true
wc-exporter-for-reviso:
Readme:
path: readme.txt
wc-featured-products:
Readme:
path: readme.txt
wc-fettario:
Readme:
path: readme.txt
wc-fields-factory:
Readme:
path: readme.txt
wc-filter-orders-by-payment-method-in-admin-order-list:
Readme:
path: readme.txt
wc-free-shipping:
Readme:
path: readme.txt
wc-frequently-bought-together:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
wc-frontend-manager-direct-paypal:
Readme:
path: readme.txt
wc-frontend-manager-elementor:
Readme:
path: readme.txt
wc-gallery:
QueryParameter:
files:
- includes/css/style.css
version: true
Readme:
path:
- readme.txt
- README.md
wc-gateway-cib:
Readme:
path: readme.txt
wc-gateway-greeninvoice:
Readme:
path: readme.txt
wc-getloy-gateway:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/wc-getloy-gateway.pot
pattern: !ruby/regexp /ce \(supports iPay88, PayWay and Pi Pay\) (?<v>\d+\.[\.\d]+)/i
version: true
wc-gift-cards-by-codup-io:
Readme:
path: readme.txt
wc-give-a-coupon:
Readme:
path: readme.txt
wc-google-authenticator-wc-two-factor-authentication-2fa-mfa:
Readme:
path: readme.txt
wc-guatemala:
Readme:
path: readme.txt
wc-guest-checkout-single-product:
QueryParameter:
files:
- public/css/wc-guest-checkout-single-product-public.css
- public/js/wc-guest-checkout-single-product-public.js
version: true
wc-hide-shipping-methods:
Readme:
path: readme.txt
wc-hide-shipping-methods-except-pont:
TranslationFile:
class: BodyPattern
path: languages/wc-hide-shipping-methods-ex-pont-hu_HU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wc-hkdigital-acba-gateway:
Readme:
path: readme.txt
wc-inecobank-payment-gateway:
Readme:
path: readme.txt
wc-lankaqr-payment-gateway:
Readme:
path:
- readme.txt
- README.md
wc-m-pesa-payment-gateway:
Readme:
path: readme.txt
wc-min-max-quantities:
TranslationFile:
class: BodyPattern
path: i18n/languages/wc-min-max-quantities.pot
pattern: !ruby/regexp '/oject\-Id\-Version: WC Min Max Quantities (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wc-missing-addons:
Readme:
path:
- readme.txt
- README.md
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wc-moldovaagroindbank:
TranslationFile:
class: BodyPattern
path: languages/wc-moldovaagroindbank-ro_RO.po
pattern: !ruby/regexp /rce Moldova Agroindbank Payment Gateway (?<v>\d+\.[\.\d]+)/i
version: true
wc-mope-payment-gateway:
Readme:
path: readme.txt
wc-mqtt-alerts:
Readme:
path: readme.txt
wc-multi-currency:
Readme:
path: readme.txt
wc-nova-poshta-for-shop:
Readme:
path: readme.txt
wc-order-details:
Readme:
path: readme.txt
wc-order-limit-lite:
Readme:
path: readme.txt
wc-order-pdf-download:
Readme:
path: readme.txt
wc-order-search-admin:
TranslationFile:
class: BodyPattern
path: languages/wc-order-search-admin.pot
pattern: !ruby/regexp /e Order Search Admin powered by Algolia (?<v>\d+\.[\.\d]+)/i
version: true
wc-order-split:
Readme:
path: readme.txt
wc-order-tracker:
Readme:
path: readme.txt
wc-password-strength-settings:
Readme:
path: readme.txt
wc-paxum-gateway:
Readme:
path: readme.txt
wc-paybox-payment-gateway:
Readme:
path: readme.txt
wc-payler:
Readme:
path: readme.txt
wc-payment-gateway-per-category:
TranslationFile:
class: BodyPattern
path: lang/dreamfox-en_US.po
pattern: !ruby/regexp '/\-Id\-Version: Woocommerce Delivery Date v(?<v>\d+\.[\.\d]+)/i'
version: true
wc-paymongo-payment-gateway:
Readme:
path: readme.txt
wc-payoneer-payment-gateway:
Readme:
path: README.txt
wc-peach-payments-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wc-pedido-minimo:
TranslationFile:
class: BodyPattern
path: inc/languages/wc-pedido-minimo.pot
pattern: !ruby/regexp '/\-Id\-Version: WooCommerce Pedido M[^n]+nimo (?<v>\d+\.[\.\d]+)/i'
version: true
wc-persona-verify:
Readme:
path: readme.txt
wc-pickup-store:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wc-pickup-store-es_CR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WC Pickup Store (?<v>\d+\.[\.\d]+)/i'
version: true
wc-place-order-without-payment:
Readme:
path: readme.txt
wc-poczta:
Readme:
path: readme.txt
wc-product-feed-for-pinterest:
Readme:
path: readme.txt
wc-product-likes-comments:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wc-product-tabs-plus:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wc-product-videos:
QueryParameter:
files:
- public/css/woocommerce-product-videos-public.css
- public/js/woocommerce-product-videos-public.js
version: true
wc-products-coming-soon:
QueryParameter:
files:
- public/css/wc-products-coming-soon-public.css
- public/js/wc-products-coming-soon-public.js
version: true
Readme:
path: readme.txt
wc-products-lazy-loader:
Readme:
path: readme.txt
wc-products-per-page:
Readme:
path: readme.txt
wc-products-slider:
QueryParameter:
files:
- public/css/wcps-slider-3d-gallery-demo.css
- public/css/wcps-slider-3d-gallery-style.css
- public/css/wcps-public.css
- public/js/wcps-public.js
- public/js/wcps-slider-3d-gallery-modernizr.custom.js
- public/js/wcps-slider-3d-gallery.js
version: true
Readme:
path: README.txt
wc-provincia-canton-distrito:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wc-prov-cant-dist-es_ES.po
pattern: !ruby/regexp '/d\-Version: WC Provincia\-Canton\-Distrito (?<v>\d+\.[\.\d]+)/i'
version: true
wc-purchase-notification:
Readme:
path: readme.txt
wc-qazeek-payment-gateway:
Readme:
path: readme.txt
wc-quantity-plus-minus-button:
Readme:
path: readme.txt
wc-remove-tabs-and-fields:
Readme:
path: readme.txt
wc-responsive-video:
QueryParameter:
files:
- includes/css/style.css
version: true
wc-restricted-shipping-and-payment:
TranslationFile:
class: BodyPattern
path: languages/restricted-shipping-and-payment-for-woocommerce.pot
pattern: !ruby/regexp /ed Shipping And Payment For Woocommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wc-return-warrranty:
TranslationFile:
class: BodyPattern
path: languages/wc-return-warranty.pot
pattern: !ruby/regexp '/rsion: WooCommerce Return and Warrranty (?<v>\d+\.[\.\d]+)/i'
version: true
wc-rich-reviews-lite:
QueryParameter:
files:
- assets/js/script.js
version: true
wc-sales-notification:
QueryParameter:
files:
- assets/css/wc_notification.css
- assets/css/animate.css
version: true
Readme:
path: readme.txt
wc-save-for-later:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woosl.pot
pattern: !ruby/regexp '/ion: WPC Save For Later for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
wc-secondary-product-thumbnail:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wc-sell-to-continents:
Readme:
path: readme.txt
wc-serial-numbers:
TranslationFile:
class: BodyPattern
path: i18n/languages/wc-serial-numbers.pot
pattern: !ruby/regexp '/\-Id\-Version: WooCommerce Serial Numbers (?<v>\d+\.[\.\d]+)/i'
version: true
wc-shipping-discount:
Readme:
path: readme.txt
wc-shipping-insurance:
QueryParameter:
files:
- assets/css/shipping-insurance.css
version: true
wc-shipping-packages:
Readme:
path: readme.txt
wc-shippo-shipping:
Readme:
path: readme.txt
wc-shortcodes:
QueryParameter:
files:
- public/assets/css/style.css
- public/assets/js/rsvp.js
version: true
Readme:
path:
- readme.txt
- README.md
wc-show-tax:
TranslationFile:
class: BodyPattern
path: languages/wcshowtax-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WE Show Tax (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wc-slider:
QueryParameter:
files:
- assets/owlcarousel/owl.carousel.js
version: true
wc-smart-cod:
Readme:
path: README.txt
wc-sms-notifications:
Readme:
path: readme.txt
wc-sofinco-3xcb:
Readme:
path: readme.txt
wc-ssl-seal:
Readme:
path: readme.txt
wc-sslcommerz-easycheckout:
Readme:
path: readme.txt
wc-stock-amount-report:
TranslationFile:
class: BodyPattern
path: languages/wc-stock-amount-report.pot
pattern: !ruby/regexp '/ject\-Id\-Version: wc\-stock\-amount\-report (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wc-stock-dependencies:
Readme:
path: readme.txt
wc-tbc-installments:
Readme:
path: readme.txt
wc-telegram:
Readme:
path: README.txt
wc-thank-you-page:
Readme:
path: readme.txt
wc-tracktum:
TranslationFile:
class: BodyPattern
path: languages/tracktum.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Tracktum (?<v>\d+\.[\.\d]+)/i'
version: true
wc-trinicargo-shipping:
QueryParameter:
files:
- public/css/wc-trinicargo-shipping-public.css
- public/js/wc-trinicargo-shipping-public.js
version: true
wc-ukr-shipping:
Readme:
path: readme.txt
wc-ultimate-cross-selling:
Readme:
path: readme.txt
wc-uni5pay-payment-gateway:
Readme:
path: readme.txt
wc-variation-images:
TranslationFile:
class: BodyPattern
path: i18n/languages/wc-variation-images.pot
pattern: !ruby/regexp '/d\-Version: WooCommerce Variation Images (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wc-variation-swatches:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/wc-variation-swatches.pot
pattern: !ruby/regexp '/Version: WooCommerce Variation Swatches (?<v>\d+\.[\.\d]+)/i'
version: true
wc-variations-generator:
Readme:
path: readme.txt
wc-victoriabank:
TranslationFile:
class: BodyPattern
path: languages/wc-victoriabank.pot
pattern: !ruby/regexp /ooCommerce VictoriaBank Payment Gateway (?<v>\d+\.[\.\d]+)/i
version: true
wc-vimeo:
Readme:
path: readme.txt
wc-walletdoc-payment-gateway:
Readme:
path: readme.txt
wc-wax-payment-gateway:
Readme:
path: readme.txt
wca-google-tools-extension:
Readme:
path: readme.txt
wck-custom-fields-and-custom-post-types-creator:
Readme:
path: readme.txt
wcmp-cointopay-gateway:
Readme:
path:
- readme.txt
- README.md
wcmpg:
Readme:
path: README.txt
wcsdm:
Readme:
path: README.txt
wcsm-search-merchandising:
Readme:
path: readme.txt
wcsociality:
QueryParameter:
files:
- css/font-awesome.min.css
- css/wcs-style.css
- js/wcs-main.js
version: true
wd-facebook-feed:
QueryParameter:
files:
- css/ffwd_frontend.css
- css/jquery.mCustomScrollbar.css
- js/ffwd_frontend.js
- js/jquery.mobile.js
- js/jquery.mCustomScrollbar.concat.min.js
- js/ffwd_gallery_box.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wd-instagram-feed:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wd-mailchimp:
QueryParameter:
files:
- css/frontend/mwd-mailchimp-frontend.css
- css/frontend/font-awesome/font-awesome.css
- css/frontend/mwd-animate.css
- js/mwd_main_frontend.js
version: true
wd-twitter-feed:
QueryParameter:
files:
- assets/css/twitter-feed.min.css
- assets/js/twitter-feed.min.js
version: true
wdes-responsive-mobile-menu:
Readme:
path: readme.txt
wdes-responsive-popup:
Readme:
path: readme.txt
wds-theme-switcher:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wds-theme-switcher.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: wds\-theme\-switcher (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wds-themes-manager:
TranslationFile:
class: BodyPattern
path: languages/wds-themes-manager.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: wds\-theme\-manager (?<v>\d+\.[\.\d]+)/i'
version: true
wdu-inquiry-form:
Readme:
path: readme.txt
wdv-about-me-widget:
TranslationFile:
class: BodyPattern
path: languages/wdv-about-me-widget.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WDV About Me Widget (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
QueryParameter:
files:
- public/css/wdv-about-me-widget-public.css
- public/js/wdv-about-me-widget-public.js
version: true
wdv-add-services-and-events:
QueryParameter:
files:
- public/css/wdv-add-services-and-events-public.css
- public/js/wdv-add-services-and-events-public.js
version: true
wdv-add-services-events-rooms:
QueryParameter:
files:
- public/css/wdv-add-services-events-rooms-public.css
- public/js/wdv-add-services-events-rooms-public.js
version: true
Readme:
path: readme.txt
wdv-mailchimp-ajax:
TranslationFile:
class: BodyPattern
path: languages/wdv-mailchimp-ajax.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WDV MailChimp Ajax (?<v>\d+\.[\.\d]+)/i'
version: true
QueryParameter:
files:
- public/css/wdv-mailchimp-ajax-public.css
- public/js/wdv-mailchimp-ajax-public.js
version: true
Readme:
path: readme.txt
wdv-one-page-docs:
QueryParameter:
files:
- public/css/wdv-one-page-docs-public.css
- includes/wdv-one-page/dist/wdv-one-page/styles.03f479e3f712f361267f.css
- public/js/wdv-one-page-docs-public.js
version: true
Readme:
path: README.txt
we-blocks:
Readme:
path: readme.txt
we-client-logo-carousel:
Readme:
path: readme.txt
we-disable-fs:
Readme:
path: readme.txt
we-divi-modules:
Readme:
path: readme.txt
we-testimonial-slider:
Readme:
path: readme.txt
we-the-people:
QueryParameter:
files:
- assets/dist/css/we-the-people.css
- assets/dist/css/twentyfifteen.css
- assets/dist/js/we-the-people.js
version: true
weart-category-posts-widget:
QueryParameter:
files:
- css/style.css
version: true
weather-atlas:
QueryParameter:
files:
- public/css/weather-atlas-public.min.css
- public/font/weather-icons/weather-icons.min.css
- public/js/weather-atlas-public.min.js
- public/js/jquery-cookie.min.js
version: true
weather-forecast:
QueryParameter:
files:
- public/css/weather-forecast-public.css
- public/js/jquery.simpleWeather.js
- public/js/weather-forecast-public.js
version: true
TranslationFile:
class: BodyPattern
path: i18n/languages/weather-forecast.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Weather Forecast (?<v>\d+\.[\.\d]+)/i'
version: true
weather-jnm:
Readme:
path: readme.txt
weather-map-widget:
Readme:
path: readme.txt
weather-press:
QueryParameter:
files:
- public/css/weather-press-public-min.css
- public/js/weather-press-public-min.js
version: true
WeatherIcon:
Comment:
pattern: !ruby/regexp /Powered by WeatherIcon v(?<v>\d+\.[\.\d]+) \|/i
version: true
weatherwidget:
MetaTag:
class: Xpath
xpath: //meta[@name="weatherwidget"]/@content
version: true
pattern: !ruby/regexp /weatherwidget\/(?<v>\d+\.[\.\d]+)/i
weaver-ii-to-weaver-xtreme:
QueryParameter:
files:
- js/wii2wx_jslib.js
version: true
weaver-options-merge:
TranslationFile:
class: BodyPattern
path: lang/weaver-options-merge-fr_FR.po
pattern: !ruby/regexp '/oject\-Id\-Version: Weaver Options Merge v(?<v>\d+\.[\.\d]+)/i'
version: true
weaver-themes-shortcode-compatibility:
QueryParameter:
files:
- weaver-theme-compatibility.min.css
- includes/wvr.compatibility.min.js
version: true
web-application-firewall:
Readme:
path: readme.txt
web-notification-bar:
QueryParameter:
files:
- assets/js/logic.js
version: true
Readme:
path: readme.txt
web-push:
TranslationFile:
class: BodyPattern
path: lang/web-push.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Web Push (?<v>\d+\.[\.\d]+)/i'
version: true
web-stories:
Readme:
path: readme.txt
web-to-print-online-designer:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
web-vitals:
Readme:
path: readme.txt
web-vitals-block:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
web4x-product-comparison-table:
Readme:
path: readme.txt
webalchlab-ddt-brt:
Readme:
path: readme.txt
webamps-remove-double-menu:
QueryParameter:
files:
- js/doublemenuscript.js
version: true
webappick-pdf-invoice-for-woocommerce:
QueryParameter:
files:
- public/css/webappick-pdf-invoice-for-woocommerce-public.css
- public/js/webappick-pdf-invoice-for-woocommerce-public.js
version: true
webappick-product-feed-for-woocommerce:
QueryParameter:
files:
- public/css/woo-feed-public.css
version: true
webappick-review-collector-for-woocommerce:
QueryParameter:
files:
- public/css/woo-review-collector-public.css
- public/js/woo-review-collector-public.js
version: true
webar:
Readme:
path: readme.txt
webba-booking-lite:
QueryParameter:
files:
- frontend/js/wbk-frontend.js
version: true
webcamconsult:
QueryParameter:
files:
- public/css/webcamconsult-public.css
- public/js/webcamconsult-public.js
version: true
webcare-scrollbar:
Readme:
path: readme.txt
webd-woocommerce-advanced-reporting-statistics:
Readme:
path: readme.txt
webdata-custom-shipping-methods-for-woocommerce:
Readme:
path: readme.txt
webdzier-companion:
Readme:
path: readme.txt
webemailprotector:
Readme:
path: readme.txt
webengage:
Readme:
path: readme.txt
webflow-pages:
Readme:
path: README.txt
webhook-netlify-deploy:
Readme:
path: readme.txt
webhotelier:
QueryParameter:
files:
- public/css/flatpickr.min.css
- public/css/wp-webhotelier-public.css
- public/js/flatpickr.js
- public/js/wp-webhotelier-public.js
version: true
webigraph-addons-for-elementor:
Readme:
path: readme.txt
webinar-and-video-conference-with-jitsi-meet:
Readme:
path: readme.txt
webinar-manager-for-zoom-meetings:
QueryParameter:
files:
- assets/public/css/main.min.css
version: true
Readme:
path: README.txt
webinara:
Readme:
path: readme.txt
webiots-teamshowcase:
QueryParameter:
files:
- assets/js/owl.carousel.js
- assets/js/teamshowcase.js
version: true
webiots-testimonials:
QueryParameter:
files:
- assets/js/slick.js
- assets/js/function.js
version: true
webkinder-toybox:
Readme:
path: readme.txt
weblibrarian:
QueryParameter:
files:
- css/front.css
- js/front.js
version: true
webman-amplifier:
QueryParameter:
files:
- assets/font/fontello.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
webman-templates:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
webme-cookie-privacy:
Readme:
path:
- README.txt
- README.md
webolead:
TranslationFile:
class: BodyPattern
path: languages/webolead.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WebOLead (?<v>\d+\.[\.\d]+)/i'
version: true
webonmo-website-online-monitor-uptime:
Readme:
path: readme.txt
webp-attachments:
Readme:
path: readme.txt
webp-express:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
webp-image:
Readme:
path: readme.txt
webp-image-block:
Readme:
path: README.txt
webp-simple:
Readme:
path: readme.txt
webplus-gallery:
Readme:
path: readme.txt
webplus-liqpay-woocommerce:
Readme:
path: readme.txt
webpushr-web-push-notifications:
Readme:
path: readme.txt
webriti-companion:
Readme:
path: readme.txt
webriti-smtp-mail:
Readme:
path: readme.txt
webshare:
QueryParameter:
files:
- css/webshare-styles.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/webshare.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WebShare (?<v>\d+\.[\.\d]+)/i'
version: true
webshipper-automated-shipping:
Readme:
path: readme.txt
website-analytics:
Readme:
path: readme.txt
website-article-monetization-by-magenet:
Readme:
path: readme.txt
website-authority-checker:
QueryParameter:
files:
- js/wac.fn.js
version: true
website-carbon:
Readme:
path: README.txt
website-importer:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
website-language-translator:
QueryParameter:
files:
- css/style.css
- css/toolbar.css
- js/scripts.js
version: true
Readme:
path: readme.txt
website-monetization-by-magenet:
Readme:
path: readme.txt
website-outbound-link-checker:
Readme:
path: readme.txt
website-password-protection:
QueryParameter:
files:
- public/css/website-password-protection-public.css
- public/js/website-password-protection-public.js
version: true
Readme:
path: README.txt
website-security-and-server-performance-analytics:
Readme:
path: readme.txt
website-security-check:
Readme:
path: readme.txt
website-speed-optimization:
Readme:
path: readme.txt
website-visitor-converter-by-lead-liaison:
Readme:
path: readme.txt
websitescanner-custom-schema:
Readme:
path: README.txt
webtexttool:
Comment:
pattern: !ruby/regexp /Webtexttool WordPress Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
webtoffee-product-feed:
Readme:
path: README.txt
webwinkelkeur:
Readme:
path: readme.txt
wechat-shop-download:
QueryParameter:
files:
- assets/css/jquery.loading.min.css
- assets/css/wshop.css
- assets/js/wshop.min.js
- assets/js/jquery-loading.min.js
- assets/js/wshop.js
- assets/css/xunhuweb-plugins-base.css
- assets/css/wechat-shop.css
- assets/js/xunhu-plugins-custom.js
version: true
Readme:
path: readme.txt
wechat-social-login:
QueryParameter:
files:
- assets/css/social.css
version: true
Readme:
path: readme.txt
wedesin-html-sitemap:
Readme:
path: readme.txt
wedevs-project-manager:
TranslationFile:
class: BodyPattern
path: languages/wedevs-project-manager.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Project Manager (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wedocs:
QueryParameter:
files:
- assets/js/frontend.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wedocs.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: weDocs (?<v>\d+\.[\.\d]+)/i'
version: true
wedos-news:
TranslationFile:
class: BodyPattern
path: language/cs_CZ.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WEDOS News (?<v>\d+\.[\.\d]+)/i'
version: true
wee-remove-xmlrpc-methods:
Readme:
path: readme.txt
weebotlite:
QueryParameter:
files:
- public/assets/css/nanoscroller.css
- public/assets/css/avatar.css
version: true
weekly-fortune-telling-cards:
Readme:
path: readme.txt
weekly-menu:
QueryParameter:
files:
- public/css/pmz-weekly-menu-public.css
- public/js/pmz-weekly-menu-public.js
version: true
weer:
QueryParameter:
files:
- public/css/weer-public.css
- public/js/weer-public.js
version: true
weeventscalendar:
TranslationFile:
class: BodyPattern
path: WEeventscalendar-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WEevenstcalendar v(?<v>\d+\.[\.\d]+)/i'
version: true
weezevent:
Readme:
path: readme.txt
weforms:
TranslationFile:
class: BodyPattern
path: languages/weforms.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ weForms (?<v>\d+\.[\.\d]+)/i
version: true
wegfinder:
QueryParameter:
files:
- public/css/wegfinder-public.css
version: true
weglot:
QueryParameter:
files:
- dist/css/front-css.css
- dist/front-js.js
version: true
Readme:
path: readme.txt
weight-based-shipping-for-woocommerce:
Readme:
path: readme.txt
weight-loss-tracker:
QueryParameter:
files:
- css/ws-ls.min.css
- css/jquery-ui.min.css
- css/tabs.min.css
- css/tabs.flat.min.css
version: true
welcome-email-editor:
Readme:
path: readme.txt
welcome-popup:
QueryParameter:
files:
- js/modal.js
version: true
welcomebar-wp-notification-bar:
Readme:
path: readme.txt
welcomewiki-lite:
QueryParameter:
files:
- assets/styles/wikiwelcome.css
version: true
wemalo-api:
Readme:
path: readme.txt
wen-call-to-action:
QueryParameter:
files:
- public/css/wen-call-to-action-public.min.css
version: true
wen-cookie-notice-bar:
Readme:
path: readme.txt
wen-featured-image:
TranslationFile:
class: BodyPattern
path: languages/wen-featured-image.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WEN Featured Image (?<v>\d+\.[\.\d]+)/i'
version: true
wen-logo-slider:
TranslationFile:
class: BodyPattern
path: languages/wen-logo-slider.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WEN Logo Slider (?<v>\d+\.[\.\d]+)/i'
version: true
wen-map-marker:
QueryParameter:
files:
- public/js/jquery.jMapify.js
version: true
wen-post-expiry-notification:
Readme:
path: readme.txt
wen-responsive-columns:
QueryParameter:
files:
- public/css/wen-responsive-columns-public.css
- public/js/wen-responsive-columns-public.js
version: true
wen-skill-charts:
TranslationFile:
class: BodyPattern
path: languages/wen-skill-charts.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WEN Skill Charts (?<v>\d+\.[\.\d]+)/i'
version: true
wenprise-better-emails:
Readme:
path: readme.txt
wens-social-links:
QueryParameter:
files:
- css/main-style.css
version: true
werk-aan-de-muur:
QueryParameter:
files:
- public/css/wadm-public.css
- public/js/wadm-public.js
version: true
wesay-cbd-product-reviews-ugc:
Readme:
path: readme.txt
wetter:
QueryParameter:
files:
- public/css/wetter-public.css
- public/js/wetter-public.js
version: true
Readme:
path: README.txt
wettervorhersage:
QueryParameter:
files:
- public/css/wettervorhersage-public.css
- public/js/wettervorhersage-public.js
version: true
Readme:
path: README.txt
wext-woocommerce-product-tab:
QueryParameter:
files:
- css/customstyle.css
- js/tab-active.js
version: true
wf-cookie-consent:
Readme:
path: readme.txt
wf-cpanel-right-now-site-health:
Readme:
path: readme.txt
wftda-rankings-widget:
QueryParameter:
files:
- public/css/league-wftda-ranking-public.css
- public/js/league-wftda-ranking-public.js
version: true
Readme:
path:
- README.txt
- README.md
wg-responsive-slider:
ChangeLog:
class: BodyPattern
path: ChangeLog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wgauge:
QueryParameter:
files:
- public/css/wgauge-public.css
- public/js/wgauge-public.js
version: true
wh-eyecatcher:
Readme:
path: readme.txt
wha-area-charts:
Readme:
path: readme.txt
wha-crossword:
Readme:
path: readme.txt
wha-elementor-counter-up:
Readme:
path: readme.txt
wha-puzzle:
QueryParameter:
files:
- js/puzzle.js
version: true
Readme:
path: readme.txt
wha-wordsearch:
Readme:
path: readme.txt
what-am-i-listening-to:
Readme:
path: readme.txt
what-the-cron:
Readme:
path: readme.txt
what-the-file:
Readme:
path: readme.txt
whats-going-on:
Readme:
path:
- readme.txt
- README.md
whats-new-genarator:
QueryParameter:
files:
- whats-new.css
version: true
Readme:
path: readme.txt
whatshelp-chat-button:
Readme:
path: readme.txt
which-addon-for-elementor:
Readme:
path: readme.txt
whippet:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
TranslationFile:
class: BodyPattern
path: languages/wporg.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Whippet (?<v>\d+\.[\.\d]+)/i'
version: true
white-dove:
Readme:
path: readme.txt
white-label-branding-elementor:
TranslationFile:
class: BodyPattern
path: languages/elementor-white-label-branding.pot
pattern: !ruby/regexp '/Version: Elementor White Label Branding (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
white-label-cms:
Readme:
path: readme.txt
white-rabbit-suite:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/white-rabbit-suite.pot
pattern: !ruby/regexp '/\-Version: White Rabbit All in One Suite (?<v>\d+\.[\.\d]+)/i'
version: true
whitelabel-000webhost:
Readme:
path: readme.txt
whitelabel-wp:
Readme:
path: readme.txt
whitelabel-wp-setup:
TranslationFile:
class: BodyPattern
path: languages/whitelabel-wp-content.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Whitelabel WP Setup (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
whizz:
TranslationFile:
class: BodyPattern
path: languages/whizz-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WHIZZ (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
whizzy:
Readme:
path: readme.txt
whmcs-doali-elementor:
Readme:
path: README.md
whoframed:
QueryParameter:
files:
- js/whoframed.min.js
version: true
Readme:
path: readme.txt
whois-dashboard-widget:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
wholesale-market:
TranslationFile:
class: BodyPattern
path: language/wholesale-market-en_US.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ Wholesale Market (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wholesale-price:
QueryParameter:
files:
- public/css/dynamic-wholesale-price-public.css
- public/js/dynamic-wholesale-price-public.js
version: true
wholesale-products-dynamic-pricing-management-woocommerce:
Readme:
path: readme.txt
wholesome-publishing:
Readme:
path: readme.txt
whos-logged-in:
Readme:
path: readme.txt
whoteaches-portal:
QueryParameter:
files:
- public/css/font-awesome.min.css
- public/css/bootstrap.min.css
- public/css/whoteaches-portal-public.css
- public/js/bootstrap.min.js
- public/js/whoteaches-portal-public.js
version: true
whws-display-user-meta-shortcode:
Readme:
path: readme.txt
wide-banner:
Readme:
path: readme.txt
wide-payer:
QueryParameter:
files:
- public/css/wide-payer-public.css
- public/js/wide-payer-public.js
version: true
wideo:
Readme:
path: readme.txt
widget-alias:
TranslationFile:
class: BodyPattern
path: languages/widget-alias.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Widget Alias (?<v>\d+\.[\.\d]+)/i'
version: true
widget-areas:
Readme:
path: readme.txt
widget-areas-learndash:
Readme:
path: readme.txt
widget-bootstrap-carousel-using-netxgen-gallery:
TranslationFile:
class: BodyPattern
path: languages/gocarousel-es_ES.po
pattern: !ruby/regexp '/ion: GoCarousel Bootstrap using Nextgen (?<v>\d+\.[\.\d]+)/i'
version: true
widget-box-lite:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
widget-builder-for-elementor:
Readme:
path: readme.txt
widget-categories-order-fix-for-woocommerce:
Readme:
path: readme.txt
widget-context:
Readme:
path: readme.txt
widget-countdown:
Readme:
path: readme.txt
widget-css-classes:
JavascriptComment:
class: BodyPattern
path: js/widget-css-classes.js
pattern: !ruby/regexp /@version (?<v>\d+\.[\.\d]+)/i
version: true
StyleComment:
class: BodyPattern
path: css/widget-css-classes.css
pattern: !ruby/regexp /@version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
widget-extend-builtin-query:
Readme:
path: readme.txt
widget-for-eventbrite-api:
QueryParameter:
files:
- frontend/css/frontend.css
- frontend/js/frontend.js
version: true
widget-github-profile:
QueryParameter:
files:
- style.css
version: true
widget-google-reviews:
QueryParameter:
files:
- static/css/google-review.css
- static/js/wpac-time.js
version: true
Readme:
path: readme.txt
widget-importer-exporter:
Readme:
path: readme.txt
widget-in-content:
QueryParameter:
files:
- widget-in-content.css
version: true
widget-logic:
Readme:
path: readme.txt
widget-menuizer:
Readme:
path: readme.txt
widget-music-chart:
Readme:
path: readme.txt
widget-options:
Readme:
path: readme.txt
widget-settings-importexport:
Readme:
path: readme.txt
widget-shortcode:
Readme:
path: readme.txt
widget-visibility-without-jetpack:
TranslationFile:
class: BodyPattern
path: languages/jetpack-es_ES.po
pattern: !ruby/regexp /\# Translation of (?<v>\d+\.[\.\d]+)/i
version: true
widgetizer:
Readme:
path: readme.txt
widgetkit-for-elementor:
Readme:
path: README.txt
widgetkits:
QueryParameter:
files:
- assets/vendor/themify-icons/themify-icons.css
- assets/css/widget-style.css
version: true
widgets-bundle:
QueryParameter:
files:
- framework/public/css/public.css
version: true
widgets-control:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
widgets-for-expedia-reviews:
Readme:
path: readme.txt
widgets-for-siteorigin:
QueryParameter:
files:
- css/defaults.css
version: true
Readme:
path: readme.txt
widgets-for-thumbtack-reviews:
Readme:
path: readme.txt
widgets-for-zillow-reviews:
Readme:
path: readme.txt
widgets-reloaded:
TranslationFile:
class: BodyPattern
path: lang/widgets-reloaded.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Widgets Reloaded (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
widgets-widgets:
TranslationFile:
class: BodyPattern
path: languages/widgets-widgets.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Widgets Widgets (?<v>\d+\.[\.\d]+)/i'
version: true
widz:
QueryParameter:
files:
- assets/css/front.min.css
- assets/js/front.min.js
version: true
wijntransport:
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
wiki-style-table-of-content:
Readme:
path: readme.txt
wikilookup:
Readme:
path: readme.txt
wikimotive-clickup-task-forms-free:
QueryParameter:
files:
- public/css/clickup-task-forms-public.css
- public/js/clickup-task-forms-public.js
version: true
will-work-for-ko-fi:
Readme:
path: readme.txt
wiloke-twitter-feed:
QueryParameter:
files:
- source/css/style.css
version: true
winddoc-no-profit:
Readme:
path: readme.txt
windows-azure-end-user-analytics-unofficial:
QueryParameter:
files:
- js/windows-azure-end-user-analytics.js
version: true
windows-azure-storage:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
JavascriptComment:
class: BodyPattern
path: js/windows-azure-storage-admin.js
pattern: !ruby/regexp /\!\s+ \- v(?<v>\d+\.[\.\d]+)/i
version: true
windzfare:
Readme:
path: readme.txt
wine-club:
Readme:
path: README.txt
winterlock:
Readme:
path: README.txt
QueryParameter:
files:
- public/css/winter-activity-log-public.css
- public/js/winter-activity-log-public.js
version: true
wired-impact-volunteer-management:
QueryParameter:
files:
- frontend/css/wi-volunteer-management-public.css
- frontend/js/wi-volunteer-management-public.js
version: true
wiredrive-player:
QueryParameter:
files:
- js/wd-player.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
wishfinity:
Readme:
path: readme.txt
wishful-ad-manager:
Readme:
path: README.txt
wishful-companion:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: readme.txt
wishlist-and-compare:
Readme:
path: readme.txt
wishlist-woocommerce:
QueryParameter:
files:
- assets/js/wishlist_js.js
version: true
wishsimply:
Readme:
path: readme.txt
withinweb-php-keycodes:
QueryParameter:
files:
- public/js/withinweb_wwkc_keycodes_public_bn.js
version: true
wiziq:
TranslationFile:
class: BodyPattern
path: languages/wiziq-cs_CZ.po
pattern: !ruby/regexp '/"Project\-Id\-Version: my\-pluginname (?<v>\d+\.[\.\d]+)/i'
version: true
wizshop-for-elementor:
Readme:
path: readme.txt
wk-google-analytics:
Readme:
path: readme.txt
wk-toybox:
Readme:
path: readme.txt
wl-kirjastokaista:
TranslationFile:
class: BodyPattern
path: languages/kirjastokaista-fi.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WL Kirjastokaista v(?<v>\d+\.[\.\d]+)/i'
version: true
wl-nordpool:
Readme:
path: readme.txt
wl-opening-hours:
Readme:
path: readme.txt
wm-accordion:
QueryParameter:
files:
- js/jquery.collapse.js
version: true
wm-child-post:
QueryParameter:
files:
- css/wm-child-post.css
- js/wm-child-faq.js
version: true
wm-simple-captcha:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wm-zoom:
QueryParameter:
files:
- js/active-js.js
- js/jquery.elevateZoom-3.0.8.min.js
version: true
wmf-mobile-redirector:
Readme:
path: readme.txt
wmf-mobile-theme-switcher:
Readme:
path: readme.txt
wn-flickr-embed:
Readme:
path: readme.txt
wn-flipbox-pro:
Readme:
path: readme.txt
wocrl-leagues-and-personal-race-history:
Readme:
path: readme.txt
wolf-portfolio:
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "WolfPortfolio")]/@content
pattern: !ruby/regexp /WolfPortfolio (?<v>\d+\.[\.\d]+)/i
version: true
wolf-visual-composer:
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "WolfWPBakeryPageBuilderExtension")]/@content
pattern: !ruby/regexp /WolfWPBakeryPageBuilderExtension (?<v>\d+\.[\.\d]+)/i
version: true
wolfnet-idx-for-wordpress:
QueryParameter:
files:
- public/css/wolfnet.min.css
- public/css/wolfnetAgentPages.min.css
- public/lib/icomoon/style.css
- public/css/wolfnet.birch.min.css
- public/css/wolfnet.theme.custom.php
- public/js/wolfnetSwipe.min.js
- public/js/jquery.tooltip.min.js
- public/js/wolfnet.min.js
- public/js/jquery.wolfnetThumbnailScroller.min.js
- public/js/jquery.wolfnetScrollingItems.min.js
- public/js/jquery.wolfnetQuickSearch.min.js
- public/js/jquery.wolfnetSmartsearch.min.js
- public/js/jquery.imagesloaded.min.js
- public/js/jquery.wolfnetListingGrid.min.js
- public/js/jquery.wolfnetToolbar.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
womoplus:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/womoplus.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: womoplus (?<v>\d+\.[\.\d]+)/i'
version: true
wonder-cache:
TranslationFile:
class: BodyPattern
path: languages/wonder-cache.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Wonder Cache (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wonderm00ns-simple-facebook-open-graph-tags:
Comment:
xpath: //comment()[contains(., "Open Graph")]
pattern: !ruby/regexp /Google\+ and Twitter Card Tags (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wonderplugin-conditional-display:
Readme:
path: readme.txt
wonderplugin-slider-lite:
QueryParameter:
files:
- engine/wonderpluginsliderskins.js
- engine/wonderpluginslider.js
- engine/wonderpluginsliderengine.css
version: true
Readme:
path: readme.txt
wonderplugin-video-embed:
QueryParameter:
files:
- engine/wonderpluginvideoembed.js
version: true
Readme:
path: readme.txt
wonka-slide:
QueryParameter:
files:
- public/css/wonka-slide-public.css
- public/js/wonka-slide-public.js
version: true
wonkasoft-logout:
QueryParameter:
files:
- public/css/wonkasoft-logout-public.css
- public/js/wonkasoft-logout-public.js
version: true
woo-abandoned-cart-recovery:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
woo-add-custom-states:
Readme:
path: readme.txt
woo-add-to-cart-redirect:
Readme:
path: readme.txt
woo-added-to-cart-notification:
QueryParameter:
files:
- assets/libs/magnific-popup/jquery.magnific-popup.min.js
- assets/js/frontend.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wooac.pot
pattern: !ruby/regexp /ed To Cart Notification for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
woo-additional-fees-on-checkout-wordpress:
Readme:
path: readme.txt
woo-addon-for-payubiz:
TranslationFile:
class: BodyPattern
path: languages/woocommerce_payubiz_money-en_US.po
pattern: !ruby/regexp '/Version: WooCommerce Addon for Payubiz v(?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-admin-app-connector:
Readme:
path: readme.txt
woo-advanced-discounts:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-advanced-product-information:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
woo-ajax-add-to-cart:
Readme:
path: readme.txt
woo-ajax-filter:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woo-ajax-loginregister:
QueryParameter:
files:
- css/style.css
version: true
woo-alidropship:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
woo-aliexpress-dropshipping:
Readme:
path: readme.txt
woo-align-buttons:
QueryParameter:
files:
- public/js/wooalign-public.js
version: true
woo-alipay:
Readme:
path: readme.txt
woo-alpha-bank-payment-gateway:
Readme:
path: README.txt
woo-animated-grid:
QueryParameter:
files:
- public/css/woo-animated-grid-public.css
- public/js/woo-animated-grid-public.js
- "/public/js/masonry.pkgd.min.js"
- "/public/js/modernizr.custom.js"
- "/public/js/imagesloaded.js"
- "/public/js/classie.js"
version: true
TranslationFile:
class: BodyPattern
path: cs-framework/languages/bn_BD.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Codestar Framework (?<v>\d+\.[\.\d]+)/i'
version: true
woo-apuspayments:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-apuspayments.pot
pattern: !ruby/regexp '/ct\-Id\-Version: WooCommerce ApusPayments (?<v>\d+\.[\.\d]+)/i'
version: true
woo-astropay-card-payment:
Readme:
path: readme.txt
woo-authorize-net:
QueryParameter:
files:
- public/css/woo-authorizenet-public.css
- public/js/woo-authorizenet-public.js
version: true
woo-badge-designer-lite:
QueryParameter:
files:
- css//font-awesome.min.css
- css//fontawesome.css
- css//fa-brands.css
- css//fa-regular.css
- css//fa-solid.css
- css//elegant-icons.css
- css//linear-style.css
- css/wobd-frontend.css
- js/wobd-frontend.js
version: true
Readme:
path: readme.txt
woo-best-selling-products:
QueryParameter:
files:
- assets/woobsp-styles.css
version: true
woo-better-shipping-calculator-for-brazil:
Readme:
path: readme.txt
woo-better-usability:
TranslationFile:
class: BodyPattern
path: i18n/languages/woo-better-usability.pot
pattern: !ruby/regexp /d\-Version:\ WooCommerce Better Usability (?<v>\d+\.[\.\d]+)/i
version: true
woo-bigbuy-import:
Readme:
path: readme.txt
woo-billingo-plus:
Readme:
path: readme.txt
woo-book-chapter-tab:
Readme:
path: readme.txt
woo-booking-bundle-hours:
Readme:
path: readme.txt
woo-bookings-calendar:
TranslationFile:
class: BodyPattern
path: i18n/languages/woo-bookings-calendar.pot
pattern: !ruby/regexp '/\-Version: WooCommerce Bookings Calendar (?<v>\d+\.[\.\d]+)/i'
version: true
woo-boost-sales:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
woo-bought-together:
QueryParameter:
files:
- assets/js/frontend.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woobt.pot
pattern: !ruby/regexp /quently Bought Together for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
woo-boxberry-integration:
TranslationFile:
class: BodyPattern
path: lang/boxberry-ru_RU.po
pattern: !ruby/regexp '/ct\-Id\-Version: Boxberry for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-braintree-payment:
QueryParameter:
files:
- public/css/woo-braintree-public.css
- public/js/woo-braintree-public.js
version: true
woo-bulk-edit-products:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/woo-bulk-edit-products.pot
pattern: !ruby/regexp /WP Sheet Editor \- WooCommerce Products (?<v>\d+\.[\.\d]+)/i
version: true
woo-bulk-editor:
Readme:
path: readme.txt
woo-bulk-order:
Readme:
path: readme.txt
woo-bulk-price-update:
Readme:
path: readme.txt
woo-bulkbuy:
QueryParameter:
files:
- css/main.css
- js/main.js
version: true
woo-cart-all-in-one:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woo-cart-items-bulk-deletion:
QueryParameter:
files:
- public/css/wcibd-public.css
- public/css/jquery-confirm.min.css
- public/js/wcibd-public.js
- public/js/jquery-confirm.min.js
version: true
Readme:
path: README.txt
woo-cart-popup:
Readme:
path: README.txt
woo-casinocoin-payments:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-csc.pot
pattern: !ruby/regexp '/Project\-Id\-Version: CasinoCoin Payments (?<v>\d+\.[\.\d]+)/i'
version: true
woo-category-carousel:
QueryParameter:
files:
- "/includes/assets/css/masonry/masonry_layout.css"
- "/includes/assets/js/masonry/isotope.pkgd.min.js"
- "/includes/assets/js/masonry/pro-masonry-custom.js"
version: true
Readme:
path: readme.txt
woo-category-discount:
Readme:
path: readme.txt
woo-category-slider-by-pluginever:
TranslationFile:
class: BodyPattern
path: i18n/languages/woo-category-slider.pot
pattern: !ruby/regexp '/Project\-Id\-Version: Woo Category Slider (?<v>\d+\.[\.\d]+)/i'
version: true
woo-category-slider-grid:
QueryParameter:
files:
- public/assets/css/font-awesome.min.css
- public/assets/css/style.css
- public/assets/css/responsive.css
version: true
woo-checkout-braspag:
Readme:
path: readme.txt
woo-checkout-code-api:
Readme:
path: readme.txt
woo-checkout-field-editor-pro:
Readme:
path: readme.txt
woo-checkout-flow:
Readme:
path: readme.txt
woo-checkout-on-popup-free:
Readme:
path: readme.txt
woo-checkout-optimization-cartimize:
Readme:
path: readme.txt
woo-checkout-quick-scroll:
QueryParameter:
files:
- public/css/woocommerce-checkout-quick-scroll-public.css
- public/js/woocommerce-checkout-quick-scroll-public.js
version: true
woo-checkout-regsiter-field-editor:
Readme:
path: readme.txt
woo-chilexpress-shipping:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
woo-chinesize-by-wenprise:
Readme:
path: readme.txt
woo-chrome-one-tap-login:
QueryParameter:
files:
- public/css/chrome-one-tap-login-for-woocommerce-store-public.css
version: true
woo-combined-reviews:
Readme:
path: readme.txt
woo-combo-offers:
Readme:
path: readme.txt
woo-contabilium:
Readme:
path: readme.txt
woo-correios-calculo-de-frete-na-pagina-do-produto:
QueryParameter:
files:
- public/css/woocommerce-correios-calculo-de-frete-na-pagina-do-produto-public.css
- public/js/woocommerce-correios-calculo-de-frete-na-pagina-do-produto-public.js
version: true
woo-correos-de-costa-rica-shipping:
TranslationFile:
class: BodyPattern
path: languages/pdevs-ccr-web-service-woocommerce.pot
pattern: !ruby/regexp '/sion: pdevs\-ccr\-web\-service\-woocommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-cost-of-shipping:
Readme:
path: README.txt
woo-coupon-box:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-coupon-reminder:
Readme:
path: readme.txt
woo-coupon-url:
QueryParameter:
files:
- public/css/woo-coupon-url-public.css
- public/js/woo-coupon-url-public.js
version: true
woo-coupon-usage:
Readme:
path: readme.txt
woo-coupons-bulk-editor:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/woo-coupons-bulk-editor.pot
pattern: !ruby/regexp '/: WP Sheet Editor \- WooCommerce Coupons (?<v>\d+\.[\.\d]+)/i'
version: true
woo-csv-price:
TranslationFile:
class: BodyPattern
path: languages/woo-csv-price-fa_IR.po
pattern: !ruby/regexp /msgid "Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-curlec-online-banking:
Readme:
path: readme.txt
woo-custom-cart-button:
Readme:
path: readme.txt
woo-custom-email-blocks:
TranslationFile:
class: BodyPattern
path: languages/woo-custom-email-blocks.pot
pattern: !ruby/regexp '/ersion: WooCommerce Custom Email Blocks (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
woo-customer-care:
TranslationFile:
class: BodyPattern
path: languages/woocc.pot
pattern: !ruby/regexp '/sion: WPC Customer Care for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-customer-coupons:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woo-customers-mail-list:
Readme:
path: README.txt
woo-customize:
Readme:
path: readme.txt
woo-delivery:
QueryParameter:
files:
- public/css/flatpickr.min.css
- public/css/coderockz-woo-delivery-public.css
- public/js/flatpickr.min.js
version: true
Readme:
path: README.txt
woo-delivery-scheduler:
QueryParameter:
files:
- public/css/woocommerce-delivery-scheduler-public.css
- public/css/pikaday.css
- public/js/woocommerce-delivery-scheduler-public.js
version: true
woo-direct-buy:
Readme:
path: readme.txt
woo-direct-checkout-button:
Readme:
path: readme.txt
woo-direct-checkout-lite:
Readme:
path: readme.txt
woo-display-ebit-banner:
Readme:
path: README.md
woo-dpd:
Readme:
path: readme.txt
woo-dynamic-pricing-discounts-lite:
Readme:
path: README.txt
woo-earn-sharing:
QueryParameter:
files:
- public/css/woo-earn-sharing-public.css
version: true
woo-easy-duplicate-product:
Readme:
path: readme.txt
woo-easy-view:
QueryParameter:
files:
- public/css/simplegrid.min.css
- public/css/r_wev_search-public.css
- public/js/r_wev_search-public.js
version: true
woo-efactuurdirect:
Readme:
path: readme.txt
woo-effective-payments:
Readme:
path: readme.txt
woo-eftsecure-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
Readme:
path: readme.txt
woo-elite-licenser-addon:
QueryParameter:
files:
- css/elite-woo-license.css
version: true
woo-epos-now-integration:
Readme:
path: readme.txt
woo-estimated-shipping-date:
TranslationFile:
class: BodyPattern
path: languages/wcesd.pot
pattern: !ruby/regexp '/on: WooCommerce Estimated Shipping Date (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
woo-extended:
Readme:
path: README.txt
woo-extended-settings:
Readme:
path: readme.txt
woo-extra-cart-fee:
QueryParameter:
files:
- public/css/woo-extra-cart-fee-public.css
- public/js/woo-extra-cart-fee-public.js
version: true
woo-extra-variation-images:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-facturadirecta:
TranslationFile:
class: BodyPattern
path: languages/woo-facturadirecta.pot
pattern: !ruby/regexp '/\-Id\-Version: WooCommerce FacturaDirecta (?<v>\d+\.[\.\d]+)/i'
version: true
woo-fast-mail:
Readme:
path: readme.txt
woo-fattura24:
Readme:
path: readme.txt
woo-fly-cart:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woofc.pot
pattern: !ruby/regexp '/d\-Version: WPC Fly Cart for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-fortnox-hub:
Readme:
path: readme.txt
woo-free-gift:
Readme:
path: readme.txt
woo-free-product-sample:
Readme:
path: readme.txt
woo-free-shipping-bar:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
woo-friendly-user-agent:
Readme:
path: readme.txt
woo-fruugo-integration:
TranslationFile:
class: BodyPattern
path: languages/ced-fruugo-en_US.po
pattern: !ruby/regexp '/ject\-Id\-Version: Woo Fruugo Integration (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-gateway-fedapay:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-gateway-payger:
TranslationFile:
class: BodyPattern
path: languages/PT_pt.po
pattern: !ruby/regexp /\-payger\.pot \(Woocommerce Gateway Payger (?<v>\d+\.[\.\d]+)/i
version: true
woo-gateways-minmax:
Readme:
path: readme.txt
woo-gift-cards-lite:
TranslationFile:
class: BodyPattern
path: languages/woocommerce_gift_cards_lite-en_US.po
pattern: !ruby/regexp '/Id\-Version: Woocommerce Gift Cards Lite (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-gkash:
Readme:
path: readme.txt
woo-gls-print-label-and-tracking-code:
Readme:
path: readme.txt
woo-greenlight-payments-gateway:
Readme:
path: readme.md
woo-groups-discount:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-gutenberg-products-block:
Readme:
path: readme.txt
woo-header-sticky-cart:
Readme:
path: README.txt
woo-idpay-gateway:
TranslationFile:
class: BodyPattern
path: languages/woo-idpay-gateway.pot
pattern: !ruby/regexp '/: IDPay payment gateway for Woocommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-infoplus-connect:
TranslationFile:
class: BodyPattern
path: i18n/languages/infoplus-connect-for-woocommerce.pot
pattern: !ruby/regexp '/rsion: Infoplus Connect for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-instant-bitcoin:
Readme:
path: readme.txt
woo-invoicing-payments-w-sprout-invoices:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-ipay-payment-gateway-free:
Readme:
path: readme.txt
woo-juno:
Readme:
path: readme.txt
woo-kunaki:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
woo-layup-payment-gateway:
Readme:
path: readme.txt
woo-links-to-product:
QueryParameter:
files:
- js/frontend.js
version: true
woo-linnworks-shipment-tracking:
Readme:
path:
- README.txt
- README.md
woo-lookbook:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
woo-lucky-wheel:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-mailchimp-crm-perks:
Readme:
path: readme.txt
woo-mainstem:
Readme:
path: readme.txt
woo-manual-orders:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-masterway:
Readme:
path: readme.txt
woo-mega-search:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woo-mensagia:
Readme:
path: readme.txt
woo-mercadopago-gateway-checkout:
Readme:
path:
- readme.txt
- readme.md
woo-min-max-quantity-limit:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-mini-cart-drawer:
QueryParameter:
files:
- css/frontend.css
- css/skin-blue.css
- uilib/nicescroll/jquery.nicescroll.min.js
- js/frontend.min.js
version: true
Readme:
path: readme.txt
woo-mobile-bottom-bar:
QueryParameter:
files:
- public/css/public.min.css
- public/js/public.min.js
version: true
woo-moeda-pay:
Readme:
path:
- readme.txt
- README.md
woo-moip-official:
TranslationFile:
class: BodyPattern
path: languages/woo-moip-official.pot
pattern: !ruby/regexp /t\-Id\-Version:\ WooCommerce Moip Official (?<v>\d+\.[\.\d]+)/i
version: true
woo-moneybird:
Readme:
path: readme.txt
woo-multi-currency:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-myaccount-shortcodes:
Readme:
path: readme.txt
woo-myghpay-payment-gateway:
Readme:
path: readme.txt
woo-new:
Readme:
path: readme.txt
woo-nfe:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woo-nganluong-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-notification:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-notification-and-alerts:
Readme:
path: README.txt
woo-nova-poshta-shipping:
Readme:
path: readme.txt
woo-oc-product-filter:
QueryParameter:
files:
- includes/js/ocpf_front.js
version: true
woo-oca-app:
Readme:
path: readme.txt
woo-officeworks-mailman-shipping-method:
Readme:
path: readme.txt
woo-one-click-upsell-funnel:
TranslationFile:
class: BodyPattern
path: languages/woocommerce_one_click_upsell_funnel-en_US.po
pattern: !ruby/regexp /on:\ WooCommerce One Click Upsell Funnel (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
woo-opay-payment:
Readme:
path: readme.txt
woo-open-graph:
QueryParameter:
files:
- public/css/woo-open-graph-public.css
- public/js/woo-open-graph-public.js
version: true
woo-order-export:
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-order-export-constant-contact:
Readme:
path: readme.txt
woo-order-export-lite:
Readme:
path: readme.txt
woo-order-navigation:
Readme:
path: README.txt
woo-order-notes:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wooon.pot
pattern: !ruby/regexp '/ersion: WPC Order Notes for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-order-test:
Readme:
path: readme.txt
woo-orders-to-google-spreadsheet:
QueryParameter:
files:
- public/css/woo-orders-to-google-spreadsheet-public.css
- public/js/woo-orders-to-google-spreadsheet-public.js
version: true
woo-orders-tracking:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-oscommerce-sync:
Readme:
path: readme.txt
woo-pagseguro-rm:
Readme:
path:
- readme.txt
- README.md
woo-parcelas-com-e-sem-juros:
Readme:
path: readme.txt
woo-paylot:
Readme:
path:
- readme.txt
- README.md
woo-paymaya-payment-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-payment-gateway-for-eurobank:
Readme:
path: README.txt
woo-payment-gateway-for-piraeus-bank:
Readme:
path: README.txt
woo-payment-gateway-for-vivapayments:
Readme:
path: readme.txt
woo-payment-highway:
Readme:
path: README.txt
woo-paypal-express-checkout:
QueryParameter:
files:
- public/css/woo-paypal-express-checkout-public.css
- public/js/woo-paypal-express-checkout-public.js
version: true
woo-paypal-gateway:
QueryParameter:
files:
- public/css/woo-paypal-gateway-public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/woo-paypal-gateway.pot
pattern: !ruby/regexp /\-Id\-Version:\ WooCommerce PayPal Gateway (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woo-paypal-pro:
Readme:
path: README.txt
woo-payping-gateway:
Readme:
path: readme.txt
woo-paysenz-payment-gateway:
Readme:
path: readme.txt
woo-payswitch-theteller-payment-gateway:
Readme:
path: readme.txt
woo-paytm-payment-gateway:
Readme:
path: readme.txt
woo-paytr-taksit-tab:
Readme:
path: readme.txt
woo-payu-paisa:
Readme:
path: readme.txt
woo-payumoney:
TranslationFile:
class: BodyPattern
path: languages/woocommerce_payu_money-en_US.po
pattern: !ruby/regexp '/sion: WooCommerce Plugin for PayUmoney v(?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-pdf-invoice-builder:
Readme:
path: readme.txt
woo-permalink-manager:
Readme:
path: readme.txt
woo-phone-validator:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
woo-photo-reviews:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-picup-shipping:
Readme:
path: readme.txt
woo-pixelpay-gateway:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-gateway-pixelpay.pot
pattern: !ruby/regexp '/d\-Version: WooCommerce PixelPay Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-planned-pricing:
QueryParameter:
files:
- public/css/woocommerce-planned-pricing-public.css
- public/js/woocommerce-planned-pricing-public.js
version: true
woo-poly-integration:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
woo-postcode-shipping:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woo-price-drop-alert:
Readme:
path: readme.txt
woo-price-per-word:
QueryParameter:
files:
- public/css/woocommerce-price-per-word-public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/woocommerce-price-per-word.pot
pattern: !ruby/regexp /\-Id\-Version:\ WooCommerce Price Per Word (?<v>\d+\.[\.\d]+)/i
version: true
woo-print-report:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-prism:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-product-add-tab:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-add-tab-ru_RU.po
pattern: !ruby/regexp '/Project\-Id\-Version: Woocommerce Add Tab (?<v>\d+\.[\.\d]+)/i'
version: true
woo-product-barcode-label-printing:
TranslationFile:
class: BodyPattern
path: languages/woo-product-barcode-label-printing.pot
pattern: !ruby/regexp /Commerce Product Barcode Label Printing (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
woo-product-builder:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
Readme:
path: readme.txt
woo-product-bundle:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woo-product-bundle.pot
pattern: !ruby/regexp '/on: WPC Product Bundles for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-product-category-discount:
Readme:
path: readme.txt
woo-product-disable:
QueryParameter:
files:
- public/css/woo-product-disable-public.css
- public/js/woo-product-disable-public.js
version: true
woo-product-discount-flyer:
QueryParameter:
files:
- assets/js/frontend.js
version: true
Readme:
path: readme.txt
woo-product-editor:
Readme:
path: readme.txt
woo-product-fee:
Readme:
path: readme.txt
woo-product-feed-pro:
JavascriptVar:
class: BodyPattern
path: js/woosea_license.js
pattern: !ruby/regexp /&version=(?<v>\d+\.[\.\d]+)&/i
version: true
woo-product-hover-popup-image:
QueryParameter:
files:
- public/css/hover-popup-public.css
- public/js/hover-popup-public.js
version: true
woo-product-image-gallery-options:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-product-qty-and-price-updater:
QueryParameter:
files:
- public/css/tekonto-woo-qtyprice-updater-public.css
- public/js/tekonto-woo-qtyprice-updater-public.js
version: true
woo-product-restriction-for-paid-membership-pro:
Readme:
path: README.txt
woo-product-reviews-shortcode:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: README.txt
woo-product-shortcodes:
Readme:
path: readme.txt
woo-product-slider:
QueryParameter:
files:
- public/assets/css/slick.css
- public/assets/css/spfont.css
- public/assets/css/style.css
- public/assets/css/style-deprecated.css
- public/assets/js/slick.min.js
version: true
woo-product-social-sharing:
QueryParameter:
files:
- public/css/wc_ss_btns-public.css
- public/css/icons/socicon.css
- public/css/fa/css/font-awesome.min.css
- public/js/wc_ss_btns-public.js
version: true
Readme:
path: README.txt
woo-product-timer:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woopt.pot
pattern: !ruby/regexp '/sion: WPC Product Timer for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-product-videos:
Readme:
path: readme.txt
woo-products-by-category:
QueryParameter:
files:
- public/css/wcpbc-styles.css
version: true
woo-products-coming-soon:
QueryParameter:
files:
- assets/css/style.css
version: true
woo-products-widgets-for-elementor:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
woo-pulzepay:
Readme:
path: readme.txt
woo-quickview:
QueryParameter:
files:
- public/assets/css/magnific-popup.css
- public/assets/css/perfect-scrollbar.css
- public/assets/css/flaticon.css
- public/assets/css/style.css
- public/assets/css/custom.css
- public/assets/js/perfect-scrollbar.min.js
- public/assets/js/magnific-popup.min.js
version: true
woo-rabo-omnikassa:
Readme:
path: readme.txt
woo-rede:
Readme:
path:
- README.txt
- README.md
woo-refund-and-exchange-lite:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-refund-and-exchange-lite-en_US.po
pattern: !ruby/regexp '/ion: WooCommerce Refund & Exchange Lite\-(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-remove-cart-and-query-button:
Readme:
path: readme.txt
woo-remove-customer-details-from-new-order-email:
Readme:
path: readme.txt
woo-request-network:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-responsive-product-category:
QueryParameter:
files:
- assets/metismenu/metisMenu.min.js
- assets/woo-metismenu.js
version: true
woo-reviews-by-wiremo:
Readme:
path: readme.txt
woo-reviews-manager:
Readme:
path: readme.txt
woo-safepay-gateway:
Readme:
path: readme.txt
woo-sale-funnel:
TranslationFile:
class: BodyPattern
path: languages/mwb-sale-funnel-en_US.po
pattern: !ruby/regexp '/ect\-Id\-Version: Woocommerce Sale Funnel (?<v>\d+\.[\.\d]+)/i'
version: true
woo-salesforce-connector:
Readme:
path: readme.txt
woo-sbp:
TranslationFile:
class: BodyPattern
path: i18n/woo-sbp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Woo sbp (?<v>\d+\.[\.\d]+)/i'
version: true
woo-sendle-shipping-method:
Readme:
path: readme.txt
woo-seo-content-randomizer-addon:
QueryParameter:
files:
- public/css/isswscr-public.css
- public/js/isswscr-public.js
version: true
Readme:
path: readme.txt
woo-serveloja:
Readme:
path: readme.txt
woo-shipperhq:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#+ (?<v>\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi
version: true
woo-shipping-dpd-baltic:
QueryParameter:
files:
- public/css/dpd-public.css
- public/js/dpd-public-dist.js
version: true
woo-shipping-methods-for-india-post:
Readme:
path: readme.txt
woo-shirt-product-designer:
Readme:
path: readme.txt
woo-shop-customizer:
QueryParameter:
files:
- public/css/woocommerce-shop-customizer-public.css
- public/js/woocommerce-shop-customizer-public.js
version: true
woo-shortcodes-kit:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woo-simple-payment-discounts:
TranslationFile:
class: BodyPattern
path: languages/woo-simple-payment-discounts.pot
pattern: !ruby/regexp '/n: WooCommerce Simple Payment Discounts (?<v>\d+\.[\.\d]+)/i'
version: true
woo-sku-label-changer:
Readme:
path: README.txt
woo-slick-related-product-slider:
QueryParameter:
files:
- assets/css/wpwrps-public.css
- assets/css/slick.css
version: true
woo-smart-compare:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wooscp.pot
pattern: !ruby/regexp '/sion: WPC Smart Compare for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-smart-orders-page-free:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
woo-smart-quick-view:
QueryParameter:
files:
- assets/libs/slick/slick.min.js
- assets/libs/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js
- assets/libs/magnific-popup/jquery.magnific-popup.min.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woosq.pot
pattern: !ruby/regexp '/n: WPC Smart Quick View for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-smart-wishlist:
QueryParameter:
files:
- assets/libs/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js
- assets/js/frontend.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/woosw.pot
pattern: !ruby/regexp '/ion: WPC Smart Wishlist for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
woo-smsapi-pl:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-smsapi-pl_PL.po
pattern: !ruby/regexp '/oject\-Id\-Version: WooCommerce SMSAPI\.pl (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-sticky-product-bar:
Readme:
path: readme.txt
woo-stock-count-progress-bar:
Readme:
path: readme.txt
woo-stripe-payment:
Readme:
path: readme.txt
woo-sub-categories:
Readme:
path: readme.txt
woo-subscription-extras:
TranslationFile:
class: BodyPattern
path: i18n/languages/woo-subscription-extras.pot
pattern: !ruby/regexp '/ersion: WooCommerce Subscription Extras (?<v>\d+\.[\.\d]+)/i'
version: true
woo-subscription-trial-coupon:
Readme:
path: readme.txt
woo-suggestion-engine:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-super-product-box:
QueryParameter:
files:
- assets/js/jquery.wspbox.js
version: true
woo-superb-slideshow-transition-gallery-with-random-effect:
Readme:
path: readme.txt
woo-talkwithtext:
TranslationFile:
class: BodyPattern
path: languages/talkwithtext-sms-notification-for-woo-australia.pot
pattern: !ruby/regexp /Text SMS Notification for Woo Australia (?<v>\d+\.[\.\d]+)/i
version: true
woo-thank-you-page-customizer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-tikkie-fast-checkout:
Readme:
path: readme.txt
woo-to-erply:
Readme:
path: readme.txt
woo-toolkit:
Readme:
path: README.txt
woo-tools:
TranslationFile:
class: BodyPattern
path: language/language.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce Tools (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
woo-tumblog:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-uba-payment-gateway:
Readme:
path: readme.txt
woo-ukrposhta:
Readme:
path: readme.txt
woo-ultimate-order-combination:
Readme:
path: readme.txt
woo-unlimited-upsell-lite:
Readme:
path: README.txt
woo-ups-pickup:
Readme:
path: readme.txt
woo-ups-shipping-method:
Readme:
path: readme.txt
woo-upsell:
Readme:
path: readme.txt
woo-variation-gallery:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woo-variation-swatches:
QueryParameter:
files:
- assets/css/frontend.min.css
- assets/js/frontend.min.js
- assets/css/frontend-tooltip.min.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
JavascriptVar:
class: BodyPattern
path: webpack.mix.js
pattern: !ruby/regexp /WooCommerce Variation Swatches v(?<v>\d+\.[\.\d]+)/i
version: true
StyleComment:
class: BodyPattern
path: assets/css/admin.min.css
pattern: !ruby/regexp /WooCommerce Variation Swatches v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
woo-vip-payping-and-gateway:
Readme:
path: readme.txt
woo-vipps:
Readme:
path: readme.txt
woo-virtual-reviews:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
woo-virtualcoin-services-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woo-wallet:
TranslationFile:
class: BodyPattern
path: languages/woo-wallet.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ (?<v>\d+\.[\.\d]+)/i
version: true
woo-webdebit-payment-gateway:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-webdebit-payment-gateway-hr.po
pattern: !ruby/regexp '/: WooCommerce WebDebit Payment Gateway v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woo-whatsapp-order:
Readme:
path: readme.txt
woo-wholesale-discount:
Readme:
path: readme.txt
woo-xem-gateway-luxtag-fork:
Readme:
path: readme.txt
woo-xendit-virtual-accounts:
Readme:
path: readme.txt
woo-xml-feed-skroutz-bestprice:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
woo-xml-integration-gielda:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+) \- \d+/
version: true
woo-xrp:
Readme:
path: readme.txt
woo-yuansfer:
Readme:
path: README.md
woo-zoho-crm:
Readme:
path: readme.txt
wooaddons-for-elementor:
Readme:
path: README.txt
wooclientzone-lite:
TranslationFile:
class: BodyPattern
path: languages/wooclientzone.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WooClientZone Lite v(?<v>\d+\.[\.\d]+)/i'
version: true
woocod-load-more-post:
TranslationFile:
class: BodyPattern
path: language/woocod-load-more-post.pot
pattern: !ruby/regexp '/oject\-Id\-Version: Woocod load more post (?<v>\d+\.[\.\d]+)/i'
version: true
woocollections-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/woocollections-for-woocommerce.pot
pattern: !ruby/regexp '/t\-Id\-Version: WooCommerce \- Collections (?<v>\d+\.[\.\d]+)/i'
version: true
woocom-account-widget:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocom-cc-invoice:
QueryParameter:
files:
- assets/css/woocom-cc-invoice.css
- assets/js/woocom-cc-invoice.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocom-disable-download-function:
Readme:
path: readme.txt
woocomm-popup-cart-ajax:
Readme:
path: readme.txt
woocommerce:
QueryParameter:
files:
- assets/css/woocommerce-layout.css
- assets/css/woocommerce-smallscreen.css
- assets/css/woocommerce.css
- assets/js/frontend/add-to-cart.min.js
- assets/js/frontend/woocommerce.min.js
- assets/js/frontend/cart-fragments.min.js
version: true
MetaGenerator:
class: Xpath
xpath: //meta[@name="generator"]/@content
pattern: !ruby/regexp /WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: i18n/languages/woocommerce.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptVarFromEnhancedEcommerce:
class: JavascriptVar
xpath: //script[contains(., "tvc_smd=")]
pattern: !ruby/regexp /"tvc_wcv":"(?<v>\d+\.[\.\d]+)",/i
version: true
Readme:
path: readme.txt
woocommerce-accommodation-bookings:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-accommodation-bookings.pot
pattern: !ruby/regexp /ion:\ WooCommerce Accommodation Bookings (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-admin:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-admin.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce Admin (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woocommerce-advanced-free-shipping:
Readme:
path: readme.txt
woocommerce-aelia-paypal-standard-multiaccount:
Readme:
path: README.md
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /####(?<v>\d+\.[\.\d]+)/
version: true
woocommerce-and-1centerprise-data-exchange:
Readme:
path: readme.txt
woocommerce-auto-added-coupons:
Readme:
path: readme.txt
woocommerce-bcash:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-bcash.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce Bcash (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-bulk-discount:
Readme:
path: readme.txt
woocommerce-cart-tab:
Readme:
path: readme.txt
woocommerce-checkout-manager:
Readme:
path: readme.txt
woocommerce-click-pledge-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-collapsing-categories:
TranslationFile:
class: BodyPattern
path: lang/wa_wcc_txt-en_US.po
pattern: !ruby/regexp '/ion: WooCommerce collapsing categories v(?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-colors:
Readme:
path: readme.txt
woocommerce-conversion-tracking:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-conversion-tracking.pot
pattern: !ruby/regexp '/ersion: WooCommerce Conversion Tracking (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woocommerce-correios:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-correios.pot
pattern: !ruby/regexp /roject\-Id\-Version:\ WooCommerce Correios (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-coupon-shortcodes:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-cross-sell-products-display:
Readme:
path: readme.txt
woocommerce-currency-switcher:
Readme:
path: readme.txt
woocommerce-customizer:
TranslationFile:
class: BodyPattern
path: i18n/languages/woocommerce-customizer.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ WooCommerce Customizer (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-darwin-pricing-integration:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woocommerce-delete-expired-coupons:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woocommerce-delivery-notes:
Readme:
path: readme.txt
woocommerce-direct-checkout:
QueryParameter:
files:
- assets/qlwcdc.min.css
- assets/qlwcdc.min.js
version: true
Readme:
path: readme.txt
woocommerce-domination:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-domination.pot
pattern: !ruby/regexp '/ject\-Id\-Version: WooCommerce Domination (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-easy-booking-system:
TranslationFile:
class: BodyPattern
path: wceb.pot
pattern: !ruby/regexp /"Welcome to Easy Booking (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-egypt-cities:
Readme:
path: README.md
woocommerce-email-test:
Readme:
path: readme.txt
woocommerce-embed:
TranslationFile:
class: BodyPattern
path: languages/wc-embed.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-embed-slides:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woocommerce-exporter:
Readme:
path: readme.txt
woocommerce-extra-accounts-fields:
QueryParameter:
files:
- public/css/jquery-ui.css
- public/css/woocommerce-extra-public.css
- public/js/front-custom.js
version: true
woocommerce-extra-checkout-fields-for-brazil:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-extra-checkout-fields-for-brazil.pot
pattern: !ruby/regexp /mmerce Extra Checkout Fields for Brazil (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-extra-product-sorting-options:
TranslationFile:
class: BodyPattern
path: i18n/languages/woocommerce-extra-product-sorting-options.pot
pattern: !ruby/regexp /oCommerce Extra Product Sorting Options (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
woocommerce-flipper:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-flipper-en_GB.po
pattern: !ruby/regexp '/oject\-Id\-Version: WooCommerce Flipper v(?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-follow-up-emails:
Changelog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\-]{8,} \- version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-for-japan:
TranslationFile:
class: BodyPattern
path: i18n/woocommerce-for-japan.pot
pattern: !ruby/regexp '/oject\-Id\-Version: WooCommerce For Japan (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-freight-shipping:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
woocommerce-gateway-amazon-payments-advanced:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-gateway-amazon-payments-advanced.pot
pattern: !ruby/regexp '/ject\-Id\-Version: WooCommerce Amazon Pay (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
woocommerce-gateway-eway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-gateway-paypal-express-checkout:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-gateway-paypal-powered-by-braintree:
TranslationFile:
class: BodyPattern
path: i18n/languages/woocommerce-gateway-paypal-powered-by-braintree.pot
pattern: !ruby/regexp /rce PayPal Powered by Braintree Gateway (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-gateway-stripe:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-gateway-stripe.pot
pattern: !ruby/regexp '/\-Id\-Version: WooCommerce Stripe Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-gold-price:
Readme:
path: readme.txt
woocommerce-google-adwords-conversion-tracking-tag:
Readme:
path: readme.txt
woocommerce-google-analytics-integration:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: languages/woocommerce-google-analytics-integration.pot
pattern: !ruby/regexp /ooCommerce Google Analytics Integration (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-grid-list-toggle:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-grid-list-toggle.pot
pattern: !ruby/regexp /Version:\ WooCommerce Grid \/ List toggle (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-image-zoom:
Readme:
path: readme.txt
woocommerce-inspector:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woocommerce-jetpack:
TranslationFile:
class: BodyPattern
path: langs/woocommerce-jetpack.pot
pattern: !ruby/regexp /ect\-Id\-Version:\ Booster for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-lightbox:
Readme:
path: readme.txt
woocommerce-loyal-customer:
Readme:
path: readme.txt
woocommerce-mailchimp:
Readme:
path: readme.txt
woocommerce-menu-bar-cart:
Readme:
path: readme.txt
woocommerce-mercadopago:
Readme:
path: readme.txt
woocommerce-mesasix-stripe-payment-extension:
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-moip:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-moip.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce Moip (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-multilingual:
QueryParameter:
files:
- res/css/otgs-ico.css
- res/css/management.css
version: true
Readme:
path: readme.txt
woocommerce-mundipagg:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-mundipagg.pot
pattern: !ruby/regexp '/oject\-Id\-Version: WooCommerce MundiPagg (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-my-downloads-shortcode:
Readme:
path: readme.txt
woocommerce-novalnet-gateway:
TranslationFile:
class: BodyPattern
path: i18n/languages/wc-novalnet.pot
pattern: !ruby/regexp /Novalnet payment plugin \- WooCommerce \- (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-onsale-extender:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
woocommerce-order-search-by-transaction-id:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: i18n/wc-ost.pot
pattern: !ruby/regexp /Commerce Order Search by Transaction ID (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-pagarme:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-pagarme.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WooCommerce Pagar\.me (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-pagseguro:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-pagseguro.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ WooCommerce PagSeguro (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-pay-to-upload-modification:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-payfast-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-payjunction-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-payment-discounts:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-payment-discounts.pot
pattern: !ruby/regexp /ooCommerce Discounts Per Payment Method (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-payment-fees:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woocommerce-payments:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-paypal-here-gateway:
TranslationFile:
class: BodyPattern
path: i18n/languages/woocommerce-gateway-paypal-here.pot
pattern: !ruby/regexp '/ersion: WooCommerce PayPal Here Gateway (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-paypal-payments:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
woocommerce-payplug:
Readme:
path: readme.txt
woocommerce-pdf-invoices:
Readme:
path: readme.txt
woocommerce-pdf-invoices-packing-slips:
Readme:
path: readme.txt
woocommerce-pop-recarga:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-pop-recarga.pot
pattern: !ruby/regexp '/ect\-Id\-Version: WooCommerce POP Recarga (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-pos:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-product-archive-customiser:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-archive-customiser.pot
pattern: !ruby/regexp /WooCommerce Product Archive Customiser (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-product-archive-image-slider:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-archive-image-slider-en_GB.po
pattern: !ruby/regexp /oCommerce Product Archive Image Slider v(?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-product-dependencies:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-dependencies.pot
pattern: !ruby/regexp '/rsion: WooCommerce Product Dependencies (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-product-fees:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-fees.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ WooCommerce Product Fees (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-product-importer:
Readme:
path: readme.txt
woocommerce-product-samples:
TranslationFile:
class: BodyPattern
path: languages/wcs.pot
pattern: !ruby/regexp '/Id\-Version: WooCommerce Product Samples (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-product-tabs:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-product-tabs.pot
pattern: !ruby/regexp '/ct\-Id\-Version: WooCommerce Product Tabs (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-products-designer:
QueryParameter:
files:
- public/css/wpd-public.css
- admin/css/simplegrid.min.css
- public/css/wpd-common.css
- admin/css/tooltip.min.css
- admin/js/colorpicker/css/colorpicker.min.css
- public/js/modal/modal.min.css
- "/admin/js/tooltip.js"
- admin/js/colorpicker/js/colorpicker.min.js
- public/js/wpd-public.js
- public/js/modal/modal.min.js
version: true
woocommerce-products-filter:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-products-filter-es_ES.po
pattern: !ruby/regexp /\#\. Filter (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
QueryParameter:
files:
- css/front.css
- js/chosen/chosen.min.css
version: true
woocommerce-products-per-page:
Readme:
path: readme.txt
woocommerce-products-slider:
Readme:
path: readme.txt
woocommerce-quantity-increment:
TranslationFile:
class: BodyPattern
path: languages/WooCommerce-Quantity-Increment.pot
pattern: !ruby/regexp /Version:\ WooCommerce Quantity Increment (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-sales-by-location-report:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-sequential-order-numbers:
TranslationFile:
class: BodyPattern
path: i18n/languages/woocommerce-sequential-order-numbers.pot
pattern: !ruby/regexp /n:\ WooCommerce Sequential Order Numbers (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-services:
Readme:
path: readme.txt
woocommerce-shipment-tracking:
Changelog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /[\d\-]{8,} \- version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-shipstation-integration:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: languages/woocommerce-shipstation.pot
pattern: !ruby/regexp '/: WooCommerce \- ShipStation Integration (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
woocommerce-shortcodes:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-shortcodes.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ WooCommerce Shortcodes (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-simple-registration:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-simple-registration.pot
pattern: !ruby/regexp /on:\ Simple Registration for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-single-product-checkout:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-single-product-checkout.pot
pattern: !ruby/regexp '/on: WooCommerce Single Product Checkout (?<v>\d+\.[\.\d]+)/i'
version: true
woocommerce-social-media-share-buttons:
Readme:
path: README.txt
woocommerce-square:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-square.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce Square (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woocommerce-stock-manager:
Readme:
path: README.txt
woocommerce-subscriptions:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\- version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-template-hints:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-total-web-solutions-gateway:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-variable-product-description:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-variation-details-on-page-product:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woocommerce-wholesale-prices:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-wholesale-prices.pot
pattern: !ruby/regexp /rsion of WooCommerce Wholesale Prices \( (?<v>\d+\.[\.\d]+)/i
version: true
woocommerce-xml-csv-product-import:
Readme:
path: readme.txt
woocommerce-zooming-image:
QueryParameter:
files:
- assets/js/main.js
version: true
woocustomizer:
Readme:
path: readme.txt
woodash:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/woodash.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooDash (?<v>\d+\.[\.\d]+)/i'
version: true
woodpecker:
QueryParameter:
files:
- public/css/wfw-public.css
- public/css/wfw-public.css.map
- public/js/wfw-public.js
version: true
wooe-safe2pay-payment-gateway:
Readme:
path: readme.txt
wooflare:
Readme:
path: readme.txt
wooguten-block-editor-for-woocommerce:
Readme:
path: readme.txt
wooheat:
Readme:
path: readme.txt
woolense:
QueryParameter:
files:
- public/css/woolense-public.css
- public/js/woolense-public.js
version: true
woolentor-addons:
QueryParameter:
files:
- assets/css/bootstrap.min.css
- assets/css/font-awesome.min.css
- assets/css/slick.css
- assets/css/woolentor-widgets.css
- assets/js/popper.min.js
- assets/js/bootstrap.min.js
- assets/css/htflexboxgrid.css
- assets/css/simple-line-icons.css
version: true
woomizer:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
woopanel:
TranslationFile:
class: BodyPattern
path: languages/woopanel.pot
pattern: !ruby/regexp /"v(?<v>\d+\.[\.\d]+)/i
version: true
woopm:
Readme:
path: README.txt
woopop-electronic-invoice-free:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>[\d\.]+) \- [\dA-Z\/]{6,}/
version: true
woopra:
Readme:
path: readme.txt
wooreviews-importer:
Readme:
path: readme.txt
woorousell:
QueryParameter:
files:
- assets/css/core.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
woosa-bol-com-for-woocommerce:
Readme:
path: readme.txt
woosaleskit-bar:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- public/css/woosaleskit_bar-public.css
- public/js/woosaleskit_bar-public.js
version: true
wooshark-aliexpress-importer:
Readme:
path: readme.txt
wooshark-awesome-gallery:
Readme:
path: readme.txt
wooshipping-delivery:
TranslationFile:
class: BodyPattern
path: languages/wooshipping-delivery-ko_KR.po
pattern: !ruby/regexp '/ject\-Id\-Version: WooShipping \- Delivery (?<v>\d+\.[\.\d]+)/i'
version: true
woosidebars:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
woosidebars-sbm-converter:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woosms-sms-module-for-woocommerce:
Readme:
path:
- readme.txt
- README.md
woostify-sites-library:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
wootalk:
Readme:
path: readme.txt
wootext:
Readme:
path: readme.txt
wootheme-testimonials-to-testimonials:
TranslationFile:
class: BodyPattern
path: languages/wootheme-testimonials-to-testimonials.pot
pattern: !ruby/regexp /WooTheme Testimonials Migrator (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wootomation:
Readme:
path: readme.txt
wootrexle:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
woovina-starter-sites:
Readme:
path: readme.txt
woovip:
Readme:
path: readme.txt
woovirtualwallet:
QueryParameter:
files:
- css/currency.css
version: true
Readme:
path: readme.txt
woowbox:
QueryParameter:
files:
- assets/js/woowbox.min.js
version: true
woowgallery:
Readme:
path: readme.txt
woowpay:
Readme:
path: readme.txt
woozapp:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
word-balloon:
QueryParameter:
files:
- css/word_balloon_user.css
version: true
word-switcher:
QueryParameter:
files:
- dist/word-switcher.js
version: true
word-to-html:
Readme:
path: readme.txt
wordable:
Readme:
path: readme.txt
wordapp:
Readme:
path: README.txt
wordcast:
Readme:
path: readme.txt
wordfence:
JavascriptVar:
pattern: !ruby/regexp /\|WordfenceTestMonBot\)\/\.test/i
Readme:
path: readme.txt
wordherd-content-moover:
Readme:
path: README.txt
wordlift:
QueryParameter:
files:
- public/css/wordlift-public.css
- public/js/wordlift-public.js
- js/dist/bundle.js
version: true
Comment:
xpath: //comment()[contains(., "wordlift")]
pattern: !ruby/regexp /\/wordlift\-(?:create\-entity\-btn|classification\-box)\.html\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
wordloader:
Readme:
path: readme.txt
wordpoints:
TranslationFile:
class: BodyPattern
path: languages/wordpoints-lt.po
pattern: !ruby/regexp /\. \#\-\#\-\#\-\#\-\# wordpoints\.pot \(WordPoints (?<v>\d+\.[\.\d]+)/i
version: true
wordpress-23-related-posts-plugin:
QueryParameter:
files:
- static/themes/vertical-m.css
version: true
JavascriptVar:
pattern: !ruby/regexp /window\._wp_rp_plugin_version = '(?<v>\d+\.[\.\d]+)';/i
version: true
Readme:
path: readme.txt
wordpress-access-control:
Readme:
path: readme.txt
wordpress-carrinho-moip:
TranslationFile:
class: BodyPattern
path: langs/wp_shopping_cart-en_US.po
pattern: !ruby/regexp '/ct\-Id\-Version: wordpress\-carrinho\-moip v(?<v>\d+\.[\.\d]+)/i'
version: true
wordpress-checkout:
Readme:
path: readme.txt
wordpress-connect:
Comment:
xpath: //comment()[contains(., "Connect")]
pattern: !ruby/regexp /Wordpress Connect ?(?:Like Button|Comments|FBJS)? v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wordpress-database-abstraction:
ChangeLog:
class: BodyPattern
path: CHANGELOG.txt
pattern: !ruby/regexp /= (?<v>\d+\.[\.\d]+) =/i
version: true
wordpress-database-reset:
Readme:
path: readme.txt
wordpress-ecommerce:
QueryParameter:
files:
- ui/css/colorbox.css
- ui/css/jquery-ui.min.css
- ui/select2/select2.css
- ui/css/marketpress.css
- ui/themes/default.css
- ui/js/ajaxq.min.js
- ui/js/jquery.colorbox-min.js
- ui/js/jquery.validate.min.js
- ui/js/mp-cart.js
- ui/js/hoverintent.min.js
- ui/select2/select2.min.js
- ui/js/frontend.js
- ui/js/mp-equal-height.js
version: true
TranslationFile:
class: BodyPattern
path: languages/mp.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: MarketPress (?<v>\d+\.[\.\d]+)/i'
version: true
wordpress-https:
Readme:
path: readme.txt
wordpress-importer:
TranslationFile:
class: BodyPattern
path: languages/wordpress-importer.pot
pattern: !ruby/regexp /Project\-Id\-Version:\ WordPress Importer (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wordpress-link-directory:
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wordpress-mobile-pack:
UrlInHomePage:
class: Xpath
xpath: //a[starts-with(@href,"?wpmp_switcher=")]
wordpress-mu-domain-mapping:
Readme:
path: readme.txt
wordpress-paypal-donations-plugin:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wordpress-ping-optimizer:
Readme:
path: readme.txt
wordpress-plugin-ajax-calendar-with-future-posts:
Readme:
path: readme.txt
wordpress-plugin-random-post-slider:
Readme:
path: readme.txt
wordpress-popular-posts:
QueryParameter:
files:
- public/css/wpp.css
- public/js/wpp-4.2.0.min.js
version: true
Readme:
path: readme.txt
wordpress-popup:
Readme:
path: readme.txt
wordpress-print-this-section:
TranslationFile:
class: BodyPattern
path: languages/wordpress-print-this-section.pot
pattern: !ruby/regexp '/d\-Version: WordPress Print This Section (?<v>\d+\.[\.\d]+)/i'
version: true
wordpress-reset:
Readme:
path: readme.txt
wordpress-seo:
Comment:
xpath: "//comment()[contains(., 'Yoast')]"
pattern: !ruby/regexp '/optimized with the Yoast(?: WordPress)? SEO plugin v(?<v>[^\s]+)
\-|\/ Yoast WordPress SEO plugin\./i'
version: true
Readme:
path: readme.txt
wordpress-seo-premium:
Comment:
xpath: "//comment()[contains(., 'Yoast')]"
pattern: !ruby/regexp /optimized with the Yoast SEO Premium plugin v(?<v>[^\s]+)
\-|\/ Yoast SEO Premium plugin\./i
version: true
wordpress-simple-paypal-shopping-cart:
Comment:
pattern: !ruby/regexp /WP Simple Shopping Cart plugin v(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- wp_shopping_cart_style.css
version: true
Readme:
path: readme.txt
wordpress-social-login:
Comment:
pattern: !ruby/regexp /WordPress Social Login (?<v>\d+\.[\.\d]+)\./i
version: true
Readme:
path: readme.txt
wordpress-store-locator-location-finder:
Comment:
xpath: //comment()[contains(., "Google Maps Store Locator")]
pattern: !ruby/regexp /Google Maps Store Locator for WordPress \(v(?<v>\d+\.[\.\d]+)\)/i
version: true
wordpress-tabs-slides:
QueryParameter:
files:
- easytabs/css/easy-responsive-tabs.css
- style/default.css
- hacks.css
- ts/tabs_slides.js
- ts/tabs_slides_opt_loader.js
- easytabs/js/easyResponsiveTabs.js
version: true
wordpress-tooltips:
QueryParameter:
files:
- js/qtip2/jquery.qtip.min.css
- js/jdirectory/directory.css
- js/qtip2/jquery.qtip.min.js
- js/jdirectory/jquery.directory.js
version: true
wordpress-top-referrers:
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wordpress-tweaks:
TranslationFile:
class: BodyPattern
path: translations/wordpress-tweaks.pot
pattern: !ruby/regexp /s tweak was removed in WordPress Tweaks (?<v>\d+\.[\.\d]+)/i
version: true
wordpresscom-stats-smiley-remover:
QueryParameter:
files:
- css/wordpresscom-stats-smiley-remover.css
version: true
TranslationFile:
class: BodyPattern
path: langs/wordpresscom-stats-smiley-remover-fr_FR.po
pattern: !ruby/regexp '/on: WordPress\.com Stats Smiley Remover v(?<v>\d+\.[\.\d]+)/i'
version: true
worker:
Readme:
path: readme.txt
workshop-butler:
QueryParameter:
files:
- public/css/styles.1.0.2.min.css
- public/css/fontawesome-all.min.css
- public/css/styles.1.1.0.min.css
version: true
world-covid-19-stats:
Readme:
path: readme.txt
world-cup-predictor:
TranslationFile:
class: BodyPattern
path: lang/world-cup-predictor.pot
pattern: !ruby/regexp /he WordPress plugin World Cup Predictor (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
world-flags:
QueryParameter:
files:
- css/wf.css
- js/wf.jq.js
version: true
world-map-hd-interactive-maps-of-the-world:
Readme:
path: README.txt
world-mosques:
QueryParameter:
files:
- wm-styles.css
version: true
world-of-warcraft-armory-table:
Readme:
path: readme.txt
world-of-warcraft-recent-achievements:
QueryParameter:
files:
- js/achiev.js
version: true
world-population-counter:
QueryParameter:
files:
- includes/js/number-format.js
- includes/js/counter-ajax.js
version: true
world-weather-smt:
Readme:
path: readme.txt
worldnet-payments-gateway-for-woocommerce:
Readme:
path: readme.txt
worldtides-widget:
QueryParameter:
files:
- public/css/worldtides-public.css
- public/font/worldtides-icons/worldtides-icons.css
- public/js/worldtides-public.min.js
version: true
Readme:
path: readme.txt
worldweather-pro:
TranslationFile:
class: BodyPattern
path: lang/worldweather-pro.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WorldWeather Pro (?<v>\d+\.[\.\d]+)/i'
version: true
wotnot:
Readme:
path: readme.txt
wow-analytics:
Comment:
pattern: !ruby/regexp '/\AWOW Async(?: for Wordpress)? Tracking Code|WOW Plugin
Version (?<v>[\d\.^\s]+)/i'
version: true
wow-armory-character:
TranslationFile:
class: BodyPattern
path: languages/wow_armory_character.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WoW Armory Character (?<v>\d+\.[\.\d]+)/i'
version: true
wow-carousel-for-divi-lite:
QueryParameter:
files:
- includes/modules/ModulesCore/style.css
- assets/vendor/slick/slick.css
- assets/vendor/slick/slick-theme.css
- assets/vendor/slick/slick.min.js
- assets/js/main.js
version: true
Readme:
path: readme.txt
wowpi-guild:
QueryParameter:
files:
- dist/public/css/wowpi-guild-public.css
- dist/public/js/wowpi-guild-public.js
version: true
wowquestionnaire:
QueryParameter:
files:
- public/vendor/font-awesome/css/font-awesome.min.css
- public/vendor/sweetalert2/sweetalert2.min.css
- public/vendor/int-tel-input/css/intlTelInput.css
- public/css/wow-questionnaire-public.min.css
- public/vendor/sweetalert2/sweetalert2.min.js
- public/vendor/detectmobilebrowser.js
- public/vendor/int-tel-input/js/intlTelInput.min.js
- public/vendor/radialIndicator/radialIndicator.min.js
- public/vendor/maonster/maonster.form.min.js
- public/js/wow-questionnaire-public.min.js
version: true
wp-1-slider:
QueryParameter:
files:
- css/wp1s-frontend-style.css
- css/jquery.bxslider.css
- css/wp1s-responsive.css
- js/jquery.fitvids.js
- js/jquery.bxslider.min.js
- js/wp1s-frontend-script.js
version: true
wp-2-stage-login:
QueryParameter:
files:
- js/gl-ajax-actions.js
version: true
wp-2fa:
Readme:
path: readme.txt
wp-3d-thingviewer-lite:
QueryParameter:
files:
- public/css/public.css
- public/libraries/three-js-r80/three.min.js
- public/libraries/three-js-r80/STLLoader.js
- public/libraries/three-js-r80/WebGL.js
- public/js/NormalControls.js
- public/js/Thingviewer.js
- public/js/public.js
version: true
Readme:
path: README.txt
wp-404-auto-redirect-to-similar-post:
Readme:
path: readme.txt
wp-accessibility:
Readme:
path: readme.txt
wp-accordion-with-categories:
QueryParameter:
files:
- shortcode/css/jquery.accordion.css
- shortcode/js/jquery.accordion.js
version: true
wp-accounts:
Readme:
path: readme.txt
wp-acf-nullify-gatsby:
Readme:
path: readme.txt
wp-active-campaign-api:
Readme:
path: README.txt
wp-activity:
TranslationFile:
class: BodyPattern
path: lang/wp-activity.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-Activity (?<v>\d+\.[\.\d]+)/i'
version: true
wp-activity-log-for-woocommerce:
Readme:
path: readme.txt
wp-ad-guru:
QueryParameter:
files:
- assets/css/adguru.css
- assets/js/simple.carousel_edited.js
- assets/js/adguru.js
version: true
wp-add-custom-css:
Readme:
path: readme.txt
wp-add-mime-types:
Readme:
path: readme.txt
wp-add-rel-ugc-to-comments:
Readme:
path: readme.txt
wp-adf-ly-dashboard-and-integration:
Readme:
path: README.txt
wp-admin-bar-hide-mh:
Readme:
path: readme.txt
wp-admin-cache:
Readme:
path: readme.txt
wp-admin-help-videos:
Readme:
path: readme.txt
wp-admin-menu-wizard:
Readme:
path: readme.txt
wp-admin-notification:
TranslationFile:
class: BodyPattern
path: languages/wp-admin-notification-ja.po
pattern: !ruby/regexp '/oject\-Id\-Version: WP Admin Notification (?<v>\d+\.[\.\d]+)/i'
version: true
wp-admin-notification-center:
Readme:
path: readme.txt
wp-admin-remote:
Readme:
path: readme.txt
wp-admin-smart-search:
QueryParameter:
files:
- assets/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js
- assets/js/main.js
version: true
Readme:
path: readme.txt
wp-admin-two-factor-authentication:
Readme:
path: readme.txt
wp-admin-ui-customize:
Readme:
path: readme.txt
wp-administration-style:
Readme:
path: readme.txt
wp-adsterra-dashboard:
Readme:
path: README.txt
wp-advanced-categories-widget:
QueryParameter:
files:
- dist/css/style.css
- dist/js/main.min.js
version: true
Readme:
path: readme.txt
wp-advanced-importer:
Readme:
path: readme.txt
wp-advanced-math-captcha:
Readme:
path: readme.txt
wp-advanced-menu:
Readme:
path: readme.txt
wp-advanced-posts-widget:
QueryParameter:
files:
- dist/css/style.css
- dist/js/main.min.js
version: true
wp-advertize-it:
QueryParameter:
files:
- javascript/wp-advertize-it.js
version: true
wp-affiliate-card:
Readme:
path: readme.txt
wp-affiliate-disclosure:
QueryParameter:
files:
- assets/css/core.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
wp-affiliate-linker:
TranslationFile:
class: BodyPattern
path: languages/wp-affiliate-linker.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WP Affiliate Linker (?<v>\d+\.[\.\d]+)/i'
version: true
wp-after-login-redirect-advanced:
Readme:
path: readme.txt
wp-after-registration-redirect-user-advanced:
Readme:
path: readme.txt
wp-agora-io:
Readme:
path: README.md
wp-ai-manager:
QueryParameter:
files:
- public/js/wp-ai-manager-scroll.js
version: true
wp-airbnb-review-slider:
QueryParameter:
files:
- public/css/wpairbnb_w3.css
- public/css/wprs_unslider.css
- public/css/wprs_unslider-dots.css
- public/js/wprev-public.js
- public/js/wprs-unslider-min.js
version: true
wp-aiwis:
QueryParameter:
files:
- public/css/wp-aiwis-public.css
version: true
wp-ajax:
QueryParameter:
files:
- assets/css/frontend.min.css
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
wp-ajax-edit-comments:
QueryParameter:
files:
- js/jquery.colorbox.min.js
- js/jquery.atd.textarea.js
- js/frontend.js
version: true
wp-ajax-login-and-register-popup:
Readme:
path: readme.txt
wp-alert-bar:
Readme:
path: readme.txt
wp-alert-bars:
QueryParameter:
files:
- assets/css/wab-front-style.css
- assets/js/wab-front-script.js
version: true
wp-all-backup:
Readme:
path: readme.txt
wp-all-export:
Readme:
path: readme.txt
wp-all-import:
Readme:
path: readme.txt
wp-all-in-one-admin-bar:
QueryParameter:
files:
- public/assets/js/jquery.hoverIntent.minified.js
- public/assets/js/jquery.cookie.js
version: true
wp-alternative-post-title:
Readme:
path: readme.txt
wp-amazon-shop:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/wpas-style.css
- assets/js/frontend.js
version: true
wp-amp-website:
Readme:
path: readme.txt
wp-analytify:
Readme:
path: readme.txt
wp-and-divi-icons:
QueryParameter:
files:
- css/icons.css
- js/icons.js
version: true
wp-anti-copy:
Readme:
path: readme.txt
wp-anything-slider:
Readme:
path: readme.txt
wp-api-stats:
Readme:
path: readme.txt
wp-applicantstack-jobs-display:
QueryParameter:
files:
- css/asj.css
- js/isotope.pkgd.min.js
- js/asj.js
version: true
wp-applink:
QueryParameter:
files:
- assets/css/wp-applink.css
- assets/css/style.css
version: true
Readme:
path: readme.txt
wp-appointments:
QueryParameter:
files:
- app/assets/front-end/css/font-awesome.min.css
- app/assets/front-end/css/bootstrap.min.css
- app/assets/front-end/css/bootstrap-datepicker.min.css
- app/assets/front-end/css/flags.css
- app/assets/front-end/css/style.css
- app/assets/front-end/css/responsive.css
- app/assets/front-end/css/color.css
version: true
wp-arabic-virtual-keyboard:
Readme:
path: readme.txt
wp-asset-clean-up:
Readme:
path: readme.txt
wp-assistance:
Readme:
path: readme.txt
wp-associate-post-r2:
QueryParameter:
files:
- css/skin-standard.css
version: true
wp-attend:
Readme:
path: readme.txt
wp-attention-click:
QueryParameter:
files:
- public/assets/css/wpac.min.css
- public/assets/js/wpac-plugins.min.js
- public/assets/js/wpac.min.js
- public/assets/js/pixel-geo.min.js
version: true
wp-author-box:
QueryParameter:
files:
- public/css/wp-author-box-public.css
- public/js/wp-author-box-public.js
version: true
wp-author-meta:
Readme:
path: readme.txt
wp-author-profile-box-lite:
QueryParameter:
files:
- public/css/wp-author-profile-box-lite-public.css
- public/js/wp-author-profile-box-lite-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-author-profile-box-lite.pot
pattern: !ruby/regexp '/\-Id\-Version: WP Author Profile Box Lite (?<v>\d+\.[\.\d]+)/i'
version: true
wp-author-security:
Readme:
path: readme.txt
wp-author-status:
QueryParameter:
files:
- css/author_status.css
version: true
wp-auto-login-with-recapcha:
QueryParameter:
files:
- assets/css/style.css
version: true
wp-autokeyword:
Readme:
path: readme.txt
wp-automatic-plagiarism-checker:
Readme:
path: readme.txt
wp-autotags:
Readme:
path: readme.txt
wp-autoupdates:
Readme:
path:
- readme.txt
- readme.md
wp-avim:
Comment:
xpath: //comment()[contains(., "WP-AVIM")]
pattern: !ruby/regexp /Generated By WP\-AVIM (?<v>\d+\.[\.\d]+)/i
version: true
wp-awesome-city-weather-report:
QueryParameter:
files:
- public/css/wp-awesome-insta-widget-public.css
- public/js/wp-awesome-insta-widget-public.js
version: true
wp-aws-s3:
Readme:
path: readme.txt
wp-backgrounds-lite:
Readme:
path: readme.txt
wp-backitup:
Readme:
path: readme.txt
wp-backpack:
Readme:
path: readme.txt
wp-ban:
Readme:
path: readme.txt
wp-bannerize:
Readme:
path: readme.txt
wp-bannerize-pro:
QueryParameter:
files:
- public/css/wp-bannerize.min.css
version: true
wp-base-booking-of-appointments-services-and-events:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
wp-basic-authentication:
TranslationFile:
class: BodyPattern
path: languages/wp-basic-authentication.pot
pattern: !ruby/regexp '/ect\-Id\-Version: WP Basic Authentication (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-basic-info:
Readme:
path: readme.txt
wp-before-after-slider:
TranslationFile:
class: BodyPattern
path: languages/wp-before-after-slider.pot
pattern: !ruby/regexp '/ject\-Id\-Version: WP Before After Slider (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-before-after-viewer:
QueryParameter:
files:
- css/wpba.css
- js/jquery.ui.touch-punch.min.js
- js/jquery.beforeafter-1.4.min.js
- js/wpba.js
version: true
wp-best-faq:
QueryParameter:
files:
- includes/css/best-faq-front.css
version: true
wp-better-attachments:
QueryParameter:
files:
- assets/css/wpba-frontend.css
version: true
wp-better-calendar:
QueryParameter:
files:
- public/css/wp-better-calendar-public.css
- public/js/wp-better-calendar-public.js
version: true
wp-better-emails:
Readme:
path: readme.txt
wp-better-pages:
Readme:
path: readme.txt
wp-better-seo-links:
Readme:
path:
- readme.txt
- readme.md
wp-bfi-better-featured-image:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wp-bible:
Comment:
xpath: //comment()[contains(., "WP-Bible")]
pattern: !ruby/regexp /WP\-Bible plugin version (?<v>\d+\.[\.\d]+)/i
version: true
wp-bing-background:
Readme:
path: readme.txt
wp-bio-links:
Readme:
path: readme.txt
wp-biographia:
Comment:
xpath: //comment()[contains(., "WP Biographia")]
pattern: !ruby/regexp /WP Biographia v(?<v>\d+\.[\.\d]+)/i
version: true
wp-block-hub:
Readme:
path: readme.txt
wp-block-ink:
TranslationFile:
class: BodyPattern
path: languages/wp-block-ink.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Block Ink (?<v>\d+\.[\.\d]+)/i'
version: true
wp-blockade:
QueryParameter:
files:
- addons/video/styles.css
- addons/glyphicon/font/glyphicons-halflings.css
- addons/glyphicon/styles.css
- addons/map/styles.css
- addons/breakout/blockade-breakout.js
pattern: !ruby/regexp /ver=v(?<v>\d+\.[\.\d]+)/i
version: true
wp-blockchain:
TranslationFile:
class: BodyPattern
path: languages/wpbc.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Blockchain (?<v>\d+\.[\.\d]+)/i'
version: true
wp-blocks-hub:
Readme:
path: readme.txt
wp-blog-and-widgets:
QueryParameter:
files:
- css/styleblog.css
version: true
Readme:
path: readme.txt
wp-blog-manager-lite:
QueryParameter:
files:
- css/owl.carousel.css
- css/font-awesome.min.css
- css/wpbm-frontend.css
- css/wpbm-responsive.css
- js/owl.carousel.js
- js/owl.carousel.1.js
- js/wpbm-frontend.js
version: true
wp-blog-post-layouts:
TranslationFile:
class: BodyPattern
path: languages/wp-blog-post-layouts.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WP Blog Post Layouts (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- readme.md
wp-blog-posts:
Readme:
path: readme.txt
wp-bodymovin:
TranslationFile:
class: BodyPattern
path: languages/wp-bodymovin.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Bodymovin (?<v>\d+\.[\.\d]+)/i'
version: true
wp-books-gallery:
QueryParameter:
files:
- assets/css/wbg-w3.css
- assets/css/wbg-front-style.css
- assets/js/wbg-front-script.js
version: true
Readme:
path: readme.txt
wp-booster:
Readme:
path: readme.txt
wp-bootstrap-carousel:
QueryParameter:
files:
- css/carousel.min.css
version: true
wp-bottom-menu:
Readme:
path: readme.txt
wp-branches-for-post:
Readme:
path: README.txt
wp-brand-identity-lite:
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
wp-browser-platform-detection:
Readme:
path: README.txt
wp-browser-update:
Readme:
path: readme.txt
wp-bulk-delete:
Readme:
path: README.txt
wp-bulk-sms:
QueryParameter:
files:
- assets/css/admin-bar.css
- assets/css/subscribe.css
version: true
Readme:
path: readme.txt
wp-bunvc:
QueryParameter:
files:
- public/js/bunvc-autorun-allpack.js
version: true
wp-business-essentials:
QueryParameter:
files:
- public/css/wp-business-essentials-public.css
version: true
wp-businessdirectory:
Readme:
path: readme.txt
wp-cafe:
QueryParameter:
files:
- assets/css/flatpickr.min.css
- assets/css/wpc-public.css
- assets/js/moment.min.js
- assets/js/flatpickr.min.js
- assets/js/wpc-public.js
version: true
Readme:
path: readme.txt
wp-call-button:
TranslationFile:
class: BodyPattern
path: languages/wp-call-button.pot
pattern: !ruby/regexp '/ion: Easy Call Now Button for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-call-response:
Readme:
path: readme.txt
wp-call-to-action-widget:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-callisto-migrator:
Readme:
path: readme.txt
wp-calorie-calculator:
Readme:
path: readme.txt
wp-campaigns:
QueryParameter:
files:
- public/css/wpex-campaigns-public.css
- public/js/wpex-campaigns-public.js
version: true
Readme:
path: readme.txt
wp-captcha:
Readme:
path: readme.txt
wp-car-manager:
QueryParameter:
files:
- assets/css/frontend.css
version: true
wp-carousel:
TranslationFile:
class: BodyPattern
path: language/en_UK.po
pattern: !ruby/regexp /msgid "In WP Carousel (?<v>\d+\.[\.\d]+)/i
version: true
wp-carticon:
Readme:
path: readme.txt
wp-catalogue:
Readme:
path: readme.txt
wp-category-posts-list:
QueryParameter:
files:
- static/css/wp-cat-list-theme.css
- static/css/wp-cat-list-light.css
- static/css/wp-cat-list-dark.css
- static/css/wp-cat-list-giant-gold-fish.css
- static/css/wp-cat-list-adrift-in-dreams.css
version: true
wp-category-tag-could:
QueryParameter:
files:
- css/wpctc.min.css
- javascript/jquery.tagcanvas.min.js
- javascript/wpctc.tagcanvas.min.js
- javascript/jquery.style.min.js
- javascript/wp-category-tag-cloud.min.js
version: true
Readme:
path: readme.txt
wp-catergory-show:
TranslationFile:
class: BodyPattern
path: translations/wpcs_catshow-pt_BR.po
pattern: !ruby/regexp '/Version: Wordpress Plugin Category Show (?<v>\d+\.[\.\d]+)/i'
version: true
wp-cdnjs-reborn:
TranslationFile:
class: BodyPattern
path: languages/wp-cdnjs-reborn-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP CDNjs Reborn (?<v>\d+\.[\.\d]+)/i'
version: true
wp-central:
Readme:
path: readme.txt
wp-cerber:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-cfg-leaderboard:
QueryParameter:
files:
- js/jsgrid/jsgrid.min.css
- js/jsgrid/jsgrid-theme.min.css
- css/style.css
- js/jsgrid/jsgrid.min.js
version: true
wp-change-logo:
QueryParameter:
files:
- public/css/wp-change-logo-public.css
- public/js/wp-change-logo-public.js
version: true
wp-channelposter:
Readme:
path: readme.txt
wp-charts-and-graphs:
QueryParameter:
files:
- assets/js/pantherius_wp_charts.js
- assets/js/pantherius_wp_charts_init.js
version: true
Readme:
path: readme.txt
wp-chatbot:
Readme:
path: readme.txt
wp-chatfox:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wp-child-theme-generator:
TranslationFile:
class: BodyPattern
path: languages/wp-child-theme-generator.pot
pattern: !ruby/regexp '/ct\-Id\-Version: WP Child Theme Generator (?<v>\d+\.[\.\d]+)/i'
version: true
wp-china-yes:
Readme:
path: readme.txt
wp-chords:
Readme:
path: readme.txt
wp-chosen:
Readme:
path: readme.txt
wp-cirrus:
QueryParameter:
files:
- cirrusCloud.css
- wp_cirrus_gwt/wp_cirrus_gwt.nocache.js
version: true
wp-citation:
Readme:
path: readme.txt
wp-clanwars:
QueryParameter:
files:
- js/jquery.cookie.pack.js
- js/tabs.js
- js/public.js
- css/site.css
- css/widget.css
version: true
wp-classifieds-listings:
TranslationFile:
class: BodyPattern
path: languages/wp-classifieds-listings.po
pattern: !ruby/regexp '/ect\-Id\-Version: WP Classifieds Listings (?<v>\d+\.[\.\d]+)/i'
version: true
wp-clean-admin-menu:
Readme:
path: README.txt
wp-clean-up:
Readme:
path: readme.txt
wp-clickable-background:
Readme:
path: readme.txt
wp-client-reports:
Readme:
path: readme.txt
wp-clone-any-post-type:
Readme:
path: readme.txt
wp-clone-by-wp-academy:
Readme:
path: readme.txt
wp-cloud-gallery:
Readme:
path: readme.txt
wp-cloud-server:
Readme:
path: README.txt
wp-cloudflare-cache:
Readme:
path: readme.txt
wp-cloudflare-geoip-redirect:
Readme:
path: readme.txt
wp-cloudflare-page-cache:
Readme:
path: readme.txt
wp-club-manager:
QueryParameter:
files:
- assets/css/wpclubmanager.css
- assets/js/frontend/wpclubmanager.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /WP Club Manager (?<v>\d+\.[\.\d]+)/i
wp-code-highlightjs:
QueryParameter:
files:
- styles/default.css
- highlight.common.pack.js
version: true
wp-codemirror-block:
QueryParameter:
files:
- vendor/codemirror/addon/mode/loadmode.js
- assets/blocks/blocks.style.build.css
- assets/js/code-editor-init.js
version: true
wp-collab-lite:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-collab.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
wp-collectiveaccess:
TranslationFile:
class: BodyPattern
path: lang/collectiveaccess-fr_FR.po
pattern: !ruby/regexp '/roject\-Id\-Version: WP\-CollectiveAccess v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-colorbox:
QueryParameter:
files:
- jquery.colorbox-min.js
- wp-colorbox.js
version: true
wp-colored-coding:
QueryParameter:
files:
- css/rainbow-themes/technicolor.css
version: true
wp-coming-soon-page:
TranslationFile:
class: BodyPattern
path: languages/mwb-wordpress-coming-soon-page-en_US.po
pattern: !ruby/regexp '/\-Id\-Version: Wordpress Coming Soon Page (?<v>\d+\.[\.\d]+)/i'
version: true
QueryParameter:
files:
- public/css/mwb-wordpress-coming-soon-page-public.css
- public/js/mwb-wordpress-coming-soon-page-public.js
version: true
wp-comment-designer-lite:
QueryParameter:
files:
- css/wpcd-frontend.css
- js/wpcd-frontend.js
- js/wpcd-comment-form/wpcd_form_frontend.js
version: true
wp-comment-form-js-validation:
Readme:
path: readme.txt
wp-comments-form-validation:
QueryParameter:
files:
- assets/css/public.css
version: true
wp-commerce7:
QueryParameter:
files:
- assets/css/commerce7-for-wordpress.css
version: true
wp-company-info:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-conditional-post-restrictions:
Readme:
path: readme.txt
wp-conference-schedule:
Readme:
path: readme.txt
wp-confirm:
QueryParameter:
files:
- public/css/wp-confirm-public.css
- public/js/wp-confirm-public.js
version: true
Readme:
path: README.txt
wp-connect-coil:
TranslationFile:
class: BodyPattern
path: languages/WpConnectCoilTrtr.pot
pattern: !ruby/regexp /"v(?<v>\d+\.[\.\d]+)/i
version: true
wp-consent-api:
QueryParameter:
files:
- assets/js/wp-consent-api.min.js
version: true
Readme:
path:
- readme.txt
- readme.md
wp-console:
QueryParameter:
files:
- assets/css/wp-console.css
- assets/js/wp-console.js
version: true
Readme:
path: readme.txt
wp-contact-form-7-spam-blocker:
QueryParameter:
files:
- frontend/css/spam-protect-for-contact-form7.css
- frontend/js/spam-protect-for-contact-form7.js
version: true
Readme:
path: README.txt
wp-contact-form-shortcode:
Readme:
path: readme.txt
wp-contact-form7-email-spam-blocker:
QueryParameter:
files:
- public/css/contact-form-7-email-spam-blocker-public.css
- public/js/contact-form-7-email-spam-blocker-public.js
version: true
wp-contact-me:
Readme:
path: readme.txt
wp-contact-slider:
Readme:
path:
- readme.txt
- README.md
wp-contact-us-form:
Readme:
path: readme.txt
wp-contacts-manager:
Readme:
path: readme.txt
wp-content-copy-protect:
Readme:
path: readme.txt
wp-content-copy-protection:
Readme:
path: readme.txt
wp-content-copy-protector:
Readme:
path: readme.txt
wp-content-scheduler-with-range:
QueryParameter:
files:
- assets/css/date_range_style.min.css
- assets/js/wcswr-frontend.js
version: true
Readme:
path: readme.txt
wp-cookie-law-info:
QueryParameter:
files:
- assets/js/jquery.wcl.min.js
version: true
wp-cookie-user-info:
QueryParameter:
files:
- assets/css/wpcui-frontend-style.css
- assets/js/wpcui-frontend-script.js
version: true
wp-cool-poll:
Readme:
path: readme.txt
wp-copy-content-protection:
Readme:
path: readme.txt
wp-copy-logger-highlighter:
QueryParameter:
files:
- js/logger.js
version: true
wp-copyprotect:
Readme:
path: readme.txt
wp-copysafe-pdf:
Readme:
path: readme.txt
wp-copysafe-video:
Readme:
path: readme.txt
wp-copysafe-web:
Readme:
path: readme.txt
wp-corona-virus-cases-tracker-lite:
Readme:
path: readme.txt
wp-count:
Readme:
path: readme.txt
wp-count-down-timer:
Readme:
path: readme.txt
wp-countdown-block:
Readme:
path: readme.txt
wp-countdown-timer:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
wp-counter-up:
QueryParameter:
files:
- public/css/wp-counter-up-public.css
- public/js/waypoints.min.js
- public/js/jquery.counterup.min.js
- public/js/wp-counter-up-public.js
version: true
wp-coupons-and-deals:
QueryParameter:
files:
- assets/css/style.css
- assets/js/clipboard.min.js
- assets/js/main.js
version: true
wp-course-manager:
TranslationFile:
class: BodyPattern
path: wp-course-manager.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Course Manager (?<v>\d+\.[\.\d]+)/i'
version: true
wp-courses:
Readme:
path: README.md
wp-courseware-addon-for-restrict-content-pro:
Readme:
path: readme.txt
wp-courseware-convertkit-addon:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-covid-19-data:
QueryParameter:
files:
- public/css/wp-covid-19-data-public.css
- public/js/wp-covid-19-data-public.js
version: true
Readme:
path: readme.txt
wp-covid-19-schema:
Readme:
path: readme.txt
wp-cprotext:
TranslationFile:
class: BodyPattern
path: lang/wp-cprotext-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-CPROTEXT (?<v>\d+\.[\.\d]+)/i'
version: true
wp-create-multiple-posts-pages:
Readme:
path: readme.txt
wp-crm:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
wp-cron-cleaner:
TranslationFile:
class: BodyPattern
path: languages/wp-cron-cleaner.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Cron Cleaner (?<v>\d+\.[\.\d]+)/i'
version: true
wp-cron-dashboard:
Readme:
path: readme.txt
wp-crontrol:
Readme:
path: readme.txt
wp-csv:
Readme:
path: readme.txt
wp-cufon:
Comment:
xpath: //comment()[contains(., "WP-Cufon")]
pattern: !ruby/regexp /WP\-Cufon Plugin (?<v>\d+\.[\.\d]+)/i
version: true
wp-currencies:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: ChangeLog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-currency-exchange-rate:
QueryParameter:
files:
- public/css/wp-currency-exchange-rate-public.css
- public/js/wp-currency-exchange-rate-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-currency-exchange-rate.pot
pattern: !ruby/regexp '/t\-Id\-Version: WP Currency Exchange Rate (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wp-currency-rate:
QueryParameter:
files:
- css/public.css
- js/public.js
version: true
wp-current-date-post-slider:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/recent-post-style.css
version: true
wp-current-subcategories:
Readme:
path: readme.txt
wp-custom-author-url:
QueryParameter:
files:
- public/css/wp-custom-author-url-public.css
- public/js/wp-custom-author-url-public.js
version: true
wp-custom-field-repeater:
Readme:
path: readme.txt
wp-custom-post-comparison:
TranslationFile:
class: BodyPattern
path: languages/custom-post-comparison.pot
pattern: !ruby/regexp '/t\-Id\-Version: WP Custom Post Comparison (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-custom-register-login:
QueryParameter:
files:
- public/css/wp-custom-register-login-public.css
- public/css/bootstrap.min.css
- public/css/formValidation.min.css
- public/js/wp-custom-register-login-public.js
- public/js/bootstrap.min.js
- public/js/validator/formValidation.min.js
- public/js/validator/bootstrap-validator.min.js
version: true
wp-custom-rest-api-generator:
Readme:
path: readme.txt
wp-custom-sidebars:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= v(?<v>\d+\.[\.\d]+)/i
version: true
wp-custom-widget-area:
Readme:
path: README.txt
wp-customer-reviews:
QueryParameter:
files:
- css/wp-customer-reviews-generated.css.php
- js/wp-customer-reviews.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= (?:\d+\.[\.\d]+ \/ )?(?<v>\d+\.[\.\d]+) =/i
version: true
Readme:
path: readme.txt
wp-customizer-icon:
Readme:
path: readme.txt
wp-cycle-text-announcement:
Readme:
path: readme.txt
wp-dark-mode:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
wp-dark-mode-block:
Readme:
path: readme.txt
wp-dashboard-beacon:
TranslationFile:
class: BodyPattern
path: languages/wp-dashboard-beacon.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Dashboard Beacon (?<v>\d+\.[\.\d]+)/i'
version: true
wp-dashboard-eathim:
Readme:
path: readme.txt
wp-dashboard-messages:
TranslationFile:
class: BodyPattern
path: languages/wp-dashboard-messages.pot
pattern: !ruby/regexp '/oject\-Id\-Version: WP Dashboard Messages (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wp-dashboard-notes:
Readme:
path: readme.txt
wp-dashboard-widgets-disable:
Readme:
path: README.txt
wp-data-sync:
TranslationFile:
class: BodyPattern
path: languages/wp-data-sync.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Data Sync (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-data-sync-woocommerce:
Readme:
path: readme.txt
wp-database-backup:
Readme:
path: readme.txt
wp-database-error-manager:
QueryParameter:
files:
- public/css/wp-db-error-manager-public.css
- public/js/wp-db-error-manager-public.js
version: true
wp-date-and-time-shortcode:
Readme:
path: readme.txt
wp-date-remover:
Readme:
path: README.txt
wp-db-backup:
Readme:
path: readme.txt
wp-dbmanager:
Readme:
path: readme.txt
wp-deadlines:
QueryParameter:
files:
- public/assets/css/wp-deadlines-public.css
- public/assets/js/js.cookie.js
- public/assets/js/moment.min.js
- public/assets/js/jquery.countdown.min.js
- public/assets/js/wp-deadlines-public.js
version: true
wp-dealer-map:
Readme:
path: readme.txt
wp-debugging:
TranslationFile:
class: BodyPattern
path: languages/wp-debugging.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Debugging (?<v>\d+\.[\.\d]+)/i'
version: true
wp-deferred-javascripts:
Readme:
path: readme.txt
wp-delete-user-accounts:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-design-maps-places:
QueryParameter:
files:
- css/wpdmp.min.css
version: true
wp-design-portfolio:
Readme:
path: readme.txt
wp-desklite:
QueryParameter:
files:
- assets/css/line-awesome.min.css
- assets/css/wp-desklite.css
- assets/js/jquery-tiptip/jquery-tiptip.js
- assets/js/jquery-blockui/jquery-blockui.js
- assets/js/frontend/frontend.js
version: true
Readme:
path: readme.txt
wp-dev-dashboard:
TranslationFile:
class: BodyPattern
path: languages/wp-dev-dashboard.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Dev Dashboard (?<v>\d+\.[\.\d]+)/i'
version: true
wp-developer-support:
QueryParameter:
files:
- inc/frontend/css/wpdevcs-admin-developer-support-frontend.css
- inc/frontend/js/wpdevcs-admin-developer-support-frontend.js
version: true
wp-developer-tools:
Readme:
path: readme.txt
wp-dialog:
QueryParameter:
files:
- diydialog.js
- skins/default.css
version: true
Readme:
path: readme.txt
wp-direct-login-link:
Readme:
path: readme.txt
wp-disable:
Readme:
path: readme.txt
wp-disable-block-editor:
Readme:
path: readme.txt
wp-disable-comments:
QueryParameter:
files:
- javascript/wp-disable-comments.js
version: true
wp-disable-console-logs:
Readme:
path: readme.txt
wp-disable-lazy-load:
Readme:
path: readme.txt
wp-disable-right-click:
QueryParameter:
files:
- js/wp-disable-right-click.js
version: true
wp-disabler:
TranslationFile:
class: BodyPattern
path: languages/wp-disabler.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Disabler (?<v>\d+\.[\.\d]+)/i'
version: true
wp-discord:
QueryParameter:
files:
- public/css/wp-discord.css
- public/js/wp-discord.js
version: true
wp-dispensary:
QueryParameter:
files:
- public/css/wp-dispensary-public.css
- public/js/wp-dispensary-public.js
- public/css/wp-dispensary-public.min.css
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-display-faq:
QueryParameter:
files:
- assets/css/wfp-front-style.css
- assets/js/wfp-front-script.js
version: true
Readme:
path: readme.txt
wp-distraction-free-view:
QueryParameter:
files:
- assets/css/overlay.css
version: true
wp-dlm-faq:
Readme:
path: readme.txt
wp-document-revisions:
QueryParameter:
files:
- css/style-front.css
version: true
wp-documents-library:
Readme:
path: Readme.txt
wp-doge-mode:
QueryParameter:
files:
- doge.min.js
version: true
wp-downloadmanager:
QueryParameter:
files:
- download-css.css
version: true
wp-draft-published:
Readme:
path: readme.txt
wp-dropkick:
QueryParameter:
files:
- DropKick/css/dropkick.css
- DropKick/dropkick.js
- public/js/wp-dropkick-public.js
version: true
wp-drupal-imagecache:
Readme:
path: readme.txt
wp-ds-blog-map:
TranslationFile:
class: BodyPattern
path: wp-ds-blogmap-ru_RU.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP DS Blog Map v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-ds-faq:
Readme:
path: readme.txt
wp-duplicate-page:
Readme:
path: readme.txt
wp-easter-egg:
QueryParameter:
files:
- lib/wp-easter-egg.js
version: true
wp-easy-contact:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /WP Easy Contact v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
wp-easy-embed:
TranslationFile:
class: BodyPattern
path: languages/wp-easy-embed.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Easy Embed (?<v>\d+\.[\.\d]+)/i'
version: true
wp-easy-events:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /WP Easy Events v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
wp-easy-export-import:
Readme:
path: readme.txt
wp-easy-gallery:
Comment:
pattern: !ruby/regexp /WP Easy Gallery:/i
wp-easy-mail-smtp:
Readme:
path: readme.txt
wp-easy-metrics:
Readme:
path: readme.txt
wp-easy-notices:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-easy-responsive-tabs-to-accordion:
QueryParameter:
files:
- js/easyResponsiveTabs.js
version: true
wp-easy-tooltips:
QueryParameter:
files:
- js/wpetp.js
version: true
wp-easystatic:
TranslationFile:
class: BodyPattern
path: languages/wp-easystatic.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Easystatic (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-ebay-advanced-search:
Readme:
path: readme.txt
wp-ecommerce-paypal:
Readme:
path: readme.txt
wp-edit:
Readme:
path: readme.txt
wp-edit-homepage:
Readme:
path: readme.txt
wp-edit-menu:
Readme:
path: README.txt
wp-edit-password-protected:
Readme:
path: README.txt
QueryParameter:
files:
- assets/css/wppps-style.css
version: true
wp-edit-redirect:
Readme:
path: readme.txt
wp-edit-username:
Readme:
path: readme.txt
wp-editor:
Readme:
path: readme.txt
wp-editor-comments-plus:
QueryParameter:
files:
- dist/assets/wpEditorCommentsPlus.js
version: true
wp-editor-widget:
TranslationFile:
class: BodyPattern
path: langs/wp-editor-widget-sv_SE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Editor Widget (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-education:
QueryParameter:
files:
- assets/js/popper.min.js
- assets/js/jquery.counterup.js
- assets/js/jquery.countdown.js
- assets/js/maps.js
- assets/js/maps-address.js
version: true
Readme:
path: readme.txt
wp-ehesive:
QueryParameter:
files:
- public/css/wp-ehesive-public.css
- public/js/wp-ehesive-public.js
version: true
wp-elusive-iconfont:
Comment:
xpath: //comment()[contains(., "wp-elusive-iconfont")]
pattern: !ruby/regexp /\/wp-elusive-iconfont\/assets\/css\/elusive\-webfont\-ie7\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
wp-email:
QueryParameter:
files:
- email-css.css
- email-js.js
version: true
wp-email-capture:
QueryParameter:
files:
- inc/css/wp-email-capture-styles.css
version: true
wp-email-login:
Readme:
path: readme.txt
wp-embed-facebook:
QueryParameter:
files:
- templates/lightbox/css/lightbox.css
- templates/lightbox/js/lightbox.min.js
- inc/js/fb.min.js
version: true
Readme:
path: readme.txt
wp-embed-widgets:
Readme:
path: readme.txt
wp-emfluence:
Readme:
path: readme.txt
wp-emi-and-mortgage-calculator:
Readme:
path: readme.txt
wp-emoji-sanitizer:
Readme:
path: readme.txt
wp-employee-attendance-system:
Readme:
path: readme.txt
wp-encrypted-uploads:
Readme:
path: readme.txt
wp-enforcer:
Readme:
path: readme.txt
wp-envybox:
Readme:
path: README.txt
wp-errata:
QueryParameter:
files:
- jcedit.min.js
version: true
wp-esewa:
TranslationFile:
class: BodyPattern
path: languages/woocommerce-esewa.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce eSewa (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-etracker:
Readme:
path: readme.txt
wp-event-aggregator:
TranslationFile:
class: BodyPattern
path: languages/wp-event-aggregator.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WP Event Aggregator (?<v>\d+\.[\.\d]+)/i'
version: true
wp-event-manager:
QueryParameter:
files:
- assets/js/bootstrap/js/bootstrap.min.js
- assets/js/jquery-timepicker/jquery.timepicker.min.js
- assets/js/jquery-timepicker/bootstrap-datepicker.js
- assets/js/common.min.js
version: true
wp-event-manager-migration:
Readme:
path: readme.txt
wp-event-partners:
Readme:
path: README.txt
wp-eventpress:
QueryParameter:
files:
- eventpress-files/assets/css/font-awesome-4.3.0/css/font-awesome.min.css
- eventpress-files/assets/css/epstrap.css
- eventpress-files/assets/css/epfront.css
- eventpress-files/assets/css/event-front.css
- eventpress-files/assets/js/ep-front.js
- eventpress-files/assets/js/event-front.js
version: true
wp-events-hooks-listeners:
Readme:
path: readme.txt
wp-events-manager:
QueryParameter:
files:
- inc/libraries//magnific-popup/js/jquery.magnific-popup.min.js
version: true
Readme:
path: readme.txt
wp-events-manager-woocommerce-payment-methods-integration:
Readme:
path: readme.txt
wp-ever-accounting:
TranslationFile:
class: BodyPattern
path: i18n/languages/wp-ever-accounting.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Ever Accounting (?<v>\d+\.[\.\d]+)/i'
version: true
wp-excel-2-db:
QueryParameter:
files:
- public/css/wp-excel-2-db-public.css
- public/js/wp-excel-2-db-public.js
version: true
wp-exit-optin:
QueryParameter:
files:
- "/js/scripts.js"
version: true
wp-exit-popups:
Readme:
path: readme.txt
wp-expand-tabs-free:
Readme:
path: readme.txt
wp-export-db-sql-file:
QueryParameter:
files:
- public/css/wp-export-db-sql-file-public.css
- public/js/wp-export-db-sql-file-public.js
version: true
wp-exporter-plus:
QueryParameter:
files:
- css/custom-style.css
version: true
wp-express-checkout:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
Readme:
path: readme.txt
wp-extended-data-to-rest-api:
Readme:
path: readme.txt
wp-extended-search:
TranslationFile:
class: BodyPattern
path: languages/wp-extended-search.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Extended Search (?<v>\d+\.[\.\d]+)/i'
version: true
wp-external-links:
Readme:
path: readme.txt
wp-facebook-group:
QueryParameter:
files:
- public/css/kankoz-fg-promoter-public.css
- public/js/kankoz-fg-promoter-public.js
version: true
wp-facebook-like-send-open-graph-meta:
Comment:
xpath: //comment()[contains(., "Facebook Like Send")]
pattern: !ruby/regexp /Facebook Like Send & Open Graph Meta v(?<v>\d+\.[\.\d]+)/i
version: true
wp-facebook-review-showcase-lite:
QueryParameter:
files:
- assets/frontend/css/frontend-style.css
- assets/frontend/css/font-awesome/font-awesome.min.css
- assets/frontend/css/elegant-icons/elegant-icons.css
- assets/frontend/css/flat-star-icon/flaticon.css
- assets/frontend/css/jquery.bxslider.css
- assets/frontend/js/jquery.bxslider.js
- assets/frontend/js/wow.js
- assets/frontend/js/frontend-script.js
version: true
wp-facebook-reviews:
QueryParameter:
files:
- public/css/wprev-public_template1.css
- public/css/wprev_w3.css
- public/css/wprs_unslider.css
- public/css/wprs_unslider-dots.css
- public/js/wprev-public.js
- public/js/wprs-unslider-min.js
version: true
wp-factcheck:
Readme:
path: readme.txt
wp-facturaone:
Readme:
path: readme.txt
wp-fade-in-text-news:
Readme:
path: readme.txt
wp-fail2ban:
Readme:
path: readme.txt
wp-fail2ban-redux:
TranslationFile:
class: BodyPattern
path: languages/wp-fail2ban-redux.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Fail2Ban Redux (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
wp-fancybox:
QueryParameter:
files:
- dist/jquery.fancybox.min.js
version: true
Readme:
path: readme.txt
wp-fancybox-3:
QueryParameter:
files:
- assets/css/jquery.fancybox.min.css
- assets/js/jquery.fancybox.min.js
version: true
wp-faq-schema-markup-for-seo:
Readme:
path: readme.txt
wp-fart:
QueryParameter:
files:
- fartscroll.js
version: true
wp-fastest-cache:
Readme:
path: readme.txt
wp-favicon-remover:
Readme:
path: readme.txt
wp-favorite-posts:
Readme:
path: readme.txt
wp-fb-autoconnect:
QueryParameter:
files:
- style.css
version: true
wp-fb-feeds:
TranslationFile:
class: BodyPattern
path: wp-fb-feeds.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Facebook Feeds (?<v>\d+\.[\.\d]+)/i
version: true
wp-featherlight:
QueryParameter:
files:
- css/wp-featherlight.min.css
- js/wpFeatherlight.pkgd.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-featherlight.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Featherlight (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
wp-featherlight-disabled:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-featured-content-and-slider:
QueryParameter:
files:
- assets/css/featured-content-style.css
- assets/css/slick.css
version: true
wp-featured-entries:
TranslationFile:
class: BodyPattern
path: locale/jh-featured-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: jh\-featured v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-featured-news-custom-posts-listing-elements:
QueryParameter:
files:
- modules/js/theme.js
- modules/js/popper.min.js
version: true
Readme:
path: readme.txt
wp-featured-posts:
Readme:
path: readme.txt
wp-feed-post-thumbnail:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
wp-fevents-book:
Readme:
path: readme.txt
wp-ffpc:
Readme:
path: readme.txt
wp-file-get-contents:
TranslationFile:
class: BodyPattern
path: languages/wp-file-get-contents.pot
pattern: !ruby/regexp '/on: JSM''s file_get_contents\(\) Shortcode (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wp-file-manager:
Readme:
path: readme.txt
wp-file-search:
QueryParameter:
files:
- public/css/wp-file-search-public.css
- public/js/wp-file-search-public.js
version: true
wp-file-upload:
Readme:
path: readme.txt
wp-file-word-counter:
QueryParameter:
files:
- public/css/wfwc-uploadfile.css
- public/js/wfwc-uploadfile.min.js
- public/js/wfwc-public.js
version: true
wp-film-studio:
QueryParameter:
files:
- assets/js/popper.min.js
version: true
Readme:
path: readme.txt
wp-firewall:
Readme:
path: readme.txt
wp-fix-it-co-browse:
Readme:
path: readme.txt
wp-fjqgrid:
Readme:
path: readme.txt
wp-flash:
Readme:
path: readme.txt
wp-flashy-marketing-automation:
Readme:
path: readme.txt
wp-flexible-map:
QueryParameter:
files:
- css/styles.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
wp-flexslider:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /= v(?<v>\d+\.[\.\d]+)/i
version: true
wp-flickity:
QueryParameter:
files:
- assets/wp-flickity-custom-frontend.css
version: true
wp-floating-menu:
QueryParameter:
files:
- js/frontend.js
version: true
wp-floating-notifications:
QueryParameter:
files:
- js/script.js
version: true
wp-foft-loader:
TranslationFile:
class: BodyPattern
path: lang/wp-foft-loader.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP FOFT Loader (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- readme.md
wp-font-awesome:
QueryParameter:
files:
- font-awesome/css/font-awesome.min.css
version: true
wp-font-resizer:
Readme:
path: readme.txt
wp-fontallic-easypromoweb:
Readme:
path:
- readme.txt
- README.md
wp-food:
QueryParameter:
files:
- js/ex_s_lick/ex_s_lick.js
version: true
Readme:
path: readme.txt
wp-force-login:
Readme:
path: readme.txt
wp-force-logout:
TranslationFile:
class: BodyPattern
path: languages/wp-force-logout.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPForce Logout (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-force-password:
Readme:
path: readme.txt
wp-form-styler:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wp-foundation-shortcodes:
QueryParameter:
files:
- stylesheets/app.css
- js/app.js
version: true
wp-fragmention:
QueryParameter:
files:
- assets/css/fragmention.css
- assets/js/fragmention.min.js
version: true
wp-free-ssl:
Readme:
path: readme.txt
wp-front-end-editor:
Readme:
path: readme.txt
wp-front-end-login-and-register:
QueryParameter:
files:
- public/css/wp-mp-register-login-public.css
- public/css/bootstrap.min.css
- public/css/formValidation.min.css
- public/js/wp-mp-register-login-public.js
- public/js/bootstrap.min.js
- public/js/validator/formValidation.min.js
- public/js/validator/bootstrap-validator.min.js
version: true
wp-frontend-delete-account:
QueryParameter:
files:
- assets/css/wpfda-frontend.css
- assets/js/frontend.js
version: true
wp-frontend-submit:
QueryParameter:
files:
- public/css/wp-frontend-submit-public.css
- public/js/wp-frontend-submit-public.js
version: true
wp-full-screen-search:
TranslationFile:
class: BodyPattern
path: languages/wp-full-screen-search.pot
pattern: !ruby/regexp '/oject\-Id\-Version: WP Full Screen Search (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-full-stripe-free:
TranslationFile:
class: BodyPattern
path: languages/wp-full-stripe-free.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WP Full Stripe Free (?<v>\d+\.[\.\d]+)/i'
version: true
wp-fullcalendar:
QueryParameter:
files:
- includes/css/main.css
- includes/js/main.js
version: true
wp-funnel-manager:
Readme:
path: readme.txt
wp-gallery-enhancer:
QueryParameter:
files:
- frontend/css/style.css
- frontend/js/flickity.pkgd.min.js
- frontend/js/bricklayer.build.js
- frontend/js/scripts.build.js
version: true
Readme:
path: readme.txt
wp-gallery-extra:
QueryParameter:
files:
- assets/css/front.css
- assets/css/custom.css
- assets/js/plugins.js
- assets/js/front.js
version: true
wp-gallery-metabox:
QueryParameter:
files:
- public/css/wp-gallery-metabox-public.css
- public/js/wp-gallery-metabox-public.js
version: true
wp-gatsby:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
wp-gatsby-markdown-exporter:
Readme:
path: readme.txt
wp-gdpr-compliance:
Readme:
path: readme.txt
wp-gdpr-core:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-gener8tor:
Readme:
path: readme.txt
wp-generate-password:
QueryParameter:
files:
- public/css/wpgenerapass-public.css
- public/js/wpgenerapass-public.js
version: true
wp-geo:
QueryParameter:
files:
- css/wp-geo.css
- js/tooltip.js
- js/wp-geo.v3.js
version: true
wp-geo-search:
Readme:
path: readme.txt
wp-geonames:
Readme:
path: readme.txt
wp-get-directions:
Readme:
path: readme.txt
wp-gif-player-play-and-pause:
Readme:
path: readme.txt
wp-gistpen:
QueryParameter:
files:
- assets/css/prism/themes/prism.css
- assets/css/prism/plugins/line-highlight/prism-line-highlight.css
- assets/css/web.min.css
- assets/js/prism.min.js
- assets/js/content.min.js
version: true
wp-github-sync-meta:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
wp-githuber-md:
QueryParameter:
files:
- assets/css/githuber-md.css
- assets/js/githuber-md-frontend.js
version: true
wp-glossary-hover:
QueryParameter:
files:
- public/assets/css/public.css
- public/vendor/jquery-ui/css/ui-lightness/jquery-ui-1.10.4.custom.min.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Glossary Hover v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-gmappity-easy-google-maps:
JavascriptVar:
class: BodyPattern
path: js/wpgmappity-iframe.js
pattern: !ruby/regexp /'version'\s+:\s+'(?<v>\d+\.[\.\d]+)',/i
version: true
wp-google-analytics:
Readme:
path: readme.txt
wp-google-analytics-events:
QueryParameter:
files:
- js/ga-scroll-events.js
version: true
Readme:
path: readme.txt
wp-google-fonts:
Comment:
xpath: //comment()[contains(., "Google Fonts")]
pattern: !ruby/regexp /by Wordpress Google Fonts/i
wp-google-map-plugin:
Readme:
path: readme.txt
wp-google-places-review-slider:
QueryParameter:
files:
- public/css/wprev-public_template1.css
- public/css/wprev_w3.css
- public/css/wprs_unslider.css
- public/css/wprs_unslider-dots.css
- public/js/wprev-public.js
- public/js/wprs-unslider-min.js
version: true
wp-google-search-profile:
Readme:
path: readme.txt
wp-google-street-view:
Readme:
path: readme.txt
wp-grande-vitorinha:
QueryParameter:
files:
- public/css/wp-grande-vitorinha-public.css
version: true
wp-graphql:
Readme:
path: readme.txt
wp-graphviz:
TranslationFile:
class: BodyPattern
path: lang/wp-graphviz.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP_Graphviz (?<v>\d+\.[\.\d]+)/i'
version: true
wp-gratify:
QueryParameter:
files:
- "/assets/css/front-end-review-card.css"
- "/assets/css/front-end-style.css"
- "/assets/css/wp-grv-front-end-review-intake-form-style.css"
- "/assets/css/wp-grv-frond-end-social-proofing-style.css"
- "/assets/js/script-front-end.js"
- "/assets/js/wp-grv-scroll-to-top.js"
- "/assets/js/wp-grv-frontend-ajax-script.js"
- "/assets/js/notify.js"
- "/assets/js/wp-grv-social-proofing-ajax-script.js"
version: true
Readme:
path: readme.txt
wp-gratify-socialproofing:
QueryParameter:
files:
- "/assets/css/wp-grv-sp-frond-end-social-proofing-style.css"
- "/assets/js/wp-grv-sp-notify.js"
- "/assets/js/wp-grv-sp-social-proofing-ajax-script.js"
version: true
Readme:
path: readme.txt
wp-gravity-forms-spreadsheets:
Readme:
path: readme.txt
wp-guest-post-manager:
Readme:
path: readme.txt
wp-hamburger:
Readme:
path: readme.txt
wp-hash-filename:
Readme:
path: readme.txt
wp-head-footer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
wp-healthcheck:
TranslationFile:
class: BodyPattern
path: languages/wp-healthcheck.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Healthcheck (?<v>\d+\.[\.\d]+)/i
version: true
wp-help-desk:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-helper-lite:
Readme:
path: readme.txt
wp-hide-adminbar:
Readme:
path: README.txt
wp-hide-dashboard:
Readme:
path: readme.txt
wp-hide-post:
QueryParameter:
files:
- public/js/wp-hide-post-public.js
version: true
Readme:
path: readme.txt
wp-hide-security-enhancer:
Readme:
path: readme.txt
wp-hide-show-featured-image:
Readme:
path: readme.txt
wp-hide-updates-notifications-and-warnings:
TranslationFile:
class: BodyPattern
path: languages/wphpuw-en_US.po
pattern: !ruby/regexp '/on: WP Hide Admin Warnings and Updates v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-hijri:
Readme:
path: readme.txt
wp-hooks-finder:
Readme:
path: readme.txt
wp-hotel-booking:
QueryParameter:
files:
- includes/plugins/wp-hotel-booking-extra/inc/assets/css/site.css
- includes/plugins/wp-hotel-booking-extra/inc/assets/js/site.js
version: true
wp-hotel-booking-stripe-payment:
Readme:
path: readme.txt
wp-hotelier:
QueryParameter:
files:
- assets/css/hotelier.css
- assets/js/frontend/hotelier.min.js
version: true
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Easy WP Hotelier (?<v>\d+\.[\.\d]+)/i
wp-hotell-begrenset-innloggingsforsok:
Readme:
path: readme.txt
wp-hotell-managed:
Readme:
path: readme.txt
wp-hotjar:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-hotkeys:
TranslationFile:
class: BodyPattern
path: languages/wp-hotkeys.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Hotkeys (?<v>\d+\.[\.\d]+)/i'
version: true
wp-hotwords:
Comment:
xpath: //comment()[contains(., "WP-HOTWords")]
pattern: !ruby/regexp '/WP\-HOTWords vers[^o]+o: (?<v>\d+\.[\.\d]+)/i'
version: true
wp-hrm-lite-human-resource-management-system:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
wp-hrms:
QueryParameter:
files:
- assets/css/bootstrap.min.css
- assets/css/public.css
- assets/css/font-awesome.min.css
version: true
wp-htaccess-control:
Readme:
path: readme.txt
wp-htaccess-edit:
Readme:
path: readme.txt
wp-htaccess-editor:
Readme:
path: readme.txt
wp-html5-outliner:
TranslationFile:
class: BodyPattern
path: languages/wp-html5-outliner.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP HTML5 Outliner (?<v>\d+\.[\.\d]+)/i'
version: true
wp-hubspot-woocommerce:
Readme:
path: readme.txt
wp-hyper-response:
Readme:
path: readme.txt
wp-iframe-geo-style-for-amazon-affiliates:
Readme:
path: readme.txt
wp-ignitor:
Readme:
path: readme.txt
wp-image-embeds:
TranslationFile:
class: BodyPattern
path: languages/wp-image-embeds.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP_Image_Embeds (?<v>\d+\.[\.\d]+)/i'
version: true
wp-image-lazy-load:
Readme:
path: readme.txt
wp-image-makers-easy-hotspot-solution:
QueryParameter:
files:
- "/assets/css/front.css"
- "/assets/js/front.js"
version: true
wp-image-mask:
TranslationFile:
class: BodyPattern
path: languages/wp-image-mask.pot
pattern: !ruby/regexp /"Image Mask (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-image-optimizer:
QueryParameter:
files:
- inc/frontend/css/wp-image-optimizer-frontend.css
- inc/frontend/js/wp-image-optimizer-frontend.js
version: true
wp-image-sizes:
Readme:
path: readme.txt
wp-image-slideshow:
Readme:
path: readme.txt
wp-image-utils:
QueryParameter:
files:
- css/wpiu.css
version: true
wp-image-zoooom:
QueryParameter:
files:
- assets/js/jquery.image_zoom.min.js
- assets/js/image_zoom-init.js
version: true
Readme:
path: readme.txt
wp-images-upload-on-piclect:
TranslationFile:
class: BodyPattern
path: languages/kuaza_pic_up_lang-tr_TR.po
pattern: !ruby/regexp /sgid "<strong>Plugin version:<\/strong> v(?<v>\d+\.[\.\d]+)/i
version: true
wp-imageviewer:
QueryParameter:
files:
- imageviewer/imageviewer.css
- imageviewer/imageviewer.js
- wp-imageviewer-init.js
version: true
wp-imagezoom:
Readme:
path: readme.txt
wp-immo-manager:
Readme:
path: README.txt
wp-imsizer:
Readme:
path: readme.txt
wp-infusionsoft-woocommerce:
Readme:
path: readme.txt
wp-inquiries:
QueryParameter:
files:
- "/css/wp-inquiries.css"
- "/js/wp-inquiries.js"
version: true
wp-insert:
Readme:
path: readme.txt
wp-instagram-widget:
Readme:
path:
- readme.txt
- readme.md
wp-installer:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wp-insurance:
QueryParameter:
files:
- assets/js/popper.min.js
version: true
Readme:
path: readme.txt
wp-inventory-manager:
QueryParameter:
files:
- js/wpinventory.js
- "/themes/css/default-theme.css"
- "/js/wpinventory.js"
- themes/css/default-theme.css
version: true
Readme:
path: readme.txt
wp-invoice:
QueryParameter:
files:
- static/views/wpi-default-style.css
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wp-irc:
QueryParameter:
files:
- js/wp-irc.js
version: true
wp-is-connected-by-azed:
TranslationFile:
class: BodyPattern
path: languages/azedwpisconnectedtextdomain-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
wp-isadmin:
Readme:
path: readme.txt
wp-ispconfig3:
TranslationFile:
class: BodyPattern
path: languages/wp-ispconfig3-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-ISPConfig3 (?<v>\d+\.[\.\d]+)/i'
version: true
wp-jalali:
Readme:
path: readme.txt
wp-jet-player:
Readme:
path: readme.txt
wp-jitsi-shortcodes:
Readme:
path: README.txt
wp-job-manager:
QueryParameter:
files:
- assets/css/frontend.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-job-manager.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Job Manager (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-job-manager-contact-listing:
TranslationFile:
class: BodyPattern
path: languages/wp-job-manager-contact-listing.pot
pattern: !ruby/regexp /ion:\ Contact Listing for WP Job Manager (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-job-openings:
QueryParameter:
files:
- assets/css/general.min.css
- assets/css/style.min.css
- assets/js/script.min.js
version: true
wp-job-portal:
TranslationFile:
class: BodyPattern
path: languages/wp-job-portal-en_US.po
pattern: !ruby/regexp /msgid "(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-jobsearch:
QueryParameter:
files:
- css/fullcalendar.css
- css/fancybox.css
- icon-picker/css/flaticon.css
- icon-picker/css/font-awesome.css
- css/selectize.default.css
- css/intlTelInput.css
- css/plugin.css
- css/color.css
- css/morris.css
- css/plugin-responsive.css
- css/patch.css
- css/jquery.datetimepicker.css
- css/jquery.tagit.css
- css/dropzone.min.css
- modules/ads-management/css/ads-management.css
- admin/js/jquery-ui.js
- js/jobsearch-plugin.js
- js/jobsearch-common.js
- js/fancybox.pack.js
- js/selectize.min.js
- js/isotope.min.js
- js/fullcalendar.min.js
- js/jquery.datetimepicker.full.min.js
- js/job-functions.js
- js/employer-functions.js
- js/candidate-functions.js
- js/morris.js
- js/raphael-min.js
- modules/job-alerts/js/job-alerts.js
- js/jquery.location-autocomplete.js
- js/search-box-autocomplete.js
- modules/ads-management/js/ads-management.js
- js/intlTelInput.js
version: true
wp-jqpuzzle:
TranslationFile:
class: BodyPattern
path: languages/wp-jqpuzzle-ro_RO.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP jqPuzzle v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-jquery-lightbox:
Readme:
path: readme.txt
wp-jquery-spam:
Readme:
path: readme.txt
wp-jquery-update-test:
Readme:
path: readme.txt
wp-js-about-visitor:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
wp-jv-post-reading-groups:
TranslationFile:
class: BodyPattern
path: languages/wp-jv-post-reading-groups.pot
pattern: !ruby/regexp '/t\-Id\-Version: WP JV Post Reading Groups (?<v>\d+\.[\.\d]+)/i'
version: true
wp-jw-player:
QueryParameter:
files:
- css/popup.css
- js/popup.js
- js/swfobject.js
version: true
wp-keliosis:
Readme:
path: readme.txt
wp-keyboard-style-key-symbol:
Readme:
path: readme.txt
wp-keyword-finder:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wp-kiosk-slides:
QueryParameter:
files:
- public/css/kiosk-slides-public.css
- public/js/kiosk-slides-public.js
version: true
wp-last-seen:
QueryParameter:
files:
- static/css/front-last-seen.css
- static/js/front-last-seen.js
version: true
wp-layouts:
Readme:
path: readme.txt
wp-lazy-loader:
QueryParameter:
files:
- js/wplazyload.js
version: true
wp-lazy-loading:
Readme:
path: readme.txt
wp-lazy-spotify:
QueryParameter:
files:
- wplazyspotify.css
- Socialite/socialite.min.js
- Socialite/extensions/socialite.spotify.js
- wplazyspotify.js
version: true
wp-leads-form:
QueryParameter:
files:
- public/css/wp-leads-public.css
- public/js/wp-leads-public.js
version: true
wp-lean-analytics:
Readme:
path: readme.txt
wp-lemme-know:
QueryParameter:
files:
- assets/css/style.css
- assets/js/lemme-know.js
version: true
wp-lemniscus:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.min.js
version: true
wp-lenta9may:
Readme:
path: readme.txt
wp-less:
Readme:
path: readme.txt
wp-letsencrypt-ssl:
Readme:
path: readme.txt
wp-license-manager:
QueryParameter:
files:
- public/css/wp-license-manager-public.css
- public/js/wp-license-manager-public.js
version: true
wp-licenses:
TranslationFile:
class: BodyPattern
path: lang/wp-licenses.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-licenses (?<v>\d+\.[\.\d]+)/i'
version: true
wp-light-heatmap:
QueryParameter:
files:
- public/css/wp_light_heatmap-public.css
version: true
wp-lightbox-2:
Readme:
path: readme.txt
wp-lightbox-bank:
Readme:
path: readme.txt
wp-like-box:
QueryParameter:
files:
- public/assets/jquery.magnific-popup.min.js
version: true
wp-like-comment-share:
QueryParameter:
files:
- public/css/fblcs-public.css
- public/js/fblcs-public.js
version: true
wp-limit-failed-login-attempts:
Readme:
path: readme.txt
wp-limit-login-attempts:
Readme:
path: readme.txt
wp-link-bio:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
wp-link-list:
QueryParameter:
files:
- assets/css/wp-link-list.css
version: true
wp-link-status:
Readme:
path: readme.txt
wp-link-to-playlist-item:
QueryParameter:
files:
- js/wp-link-to-playlist-item.js
version: true
wp-linked-data:
Readme:
path: readme.txt
wp-linkedin:
QueryParameter:
files:
- style.css
version: true
wp-linkmove:
ChangeLog:
class: BodyPattern
path: Changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\da-z]+)(?!.*v\d+\.[\.\da-z]+)/mi
version: true
wp-linkpress-lite:
QueryParameter:
files:
- assets/css/wplinkpress-lite-frontend.css
version: true
Readme:
path: readme.txt
wp-links:
Readme:
path: readme.txt
wp-links-page:
Readme:
path: readme.txt
wp-list-pages-by-custom-taxonomy:
QueryParameter:
files:
- css/pbytax-style.css
version: true
wp-list-plugins:
QueryParameter:
files:
- css/wp-list-plugins.css
version: true
wp-lister-for-amazon:
Readme:
path: readme.txt
wp-lister-for-ebay:
Readme:
path: readme.txt
wp-live-chat-software-for-wordpress:
Readme:
path: readme.txt
wp-live-chat-support:
QueryParameter:
files:
- css/wplcstyle.css
- css/themes/theme-default.css
- css/themes/modern.css
- css/themes/position-bottom-right.css
- js/wplc_server.js
- js/wplc_u.js
- js/md5.js
- js/themes/modern.js
- js/wplc_u_node_events.js
- "/js/vendor/wdt-emoji/wdt-emoji-bundle.css"
- "/js/wplc_common_node.js"
- "/js/vendor/sockets.io/socket.io.slim.js"
- "/js/vendor/wdt-emoji/wdt-emoji-concat.min.js"
- js/wplc_node.js
- js/bleeper_action_events.js
- js/wplc_u_node_pro_events.js
version: true
Readme:
path: readme.txt
wp-live-post-search:
QueryParameter:
files:
- "/public/css/wp-live-post-search-public.css"
- "/public/js/wp-live-post-search-public.js"
version: true
wp-live-tv:
QueryParameter:
files:
- "/assets/css/frontend.css"
- "/assets/js/frontend.min.js"
version: true
Readme:
path: readme.txt
wp-load-gallery:
Readme:
path: readme.txt
wp-load-list:
QueryParameter:
files:
- public/css/load-list-public.css
- public/css/smoothness/jquery-ui.min.css
- public/css/smoothness/theme.css
- public/js/load-list-public.js
version: true
Readme:
path: README.txt
wp-load-more-posts:
QueryParameter:
files:
- library/js/load-more.js
version: true
wp-logger-tenbulls:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\da-z]+)(?!.*v\d+\.[\.\da-z]+)/mi
version: true
wp-login-admin-redirect:
Readme:
path: readme.txt
wp-login-ajaxify:
Readme:
path: readme.txt
wp-login-button:
QueryParameter:
files:
- assets/css/magnific-popup.css
- assets/css/wplgbtn-public-style.css
- assets/js/wplgbtn-public.js
version: true
wp-login-flow:
TranslationFile:
class: BodyPattern
path: languages/wp-login-flow.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Login Flow (?<v>\d+\.[\.\d]+)/i'
version: true
wp-login-form:
Readme:
path: readme.txt
wp-login-recaptcha:
Readme:
path: readme.txt
wp-login-register-flow:
QueryParameter:
files:
- public/css/toastr.css
- public/css/wp-login-register-flow-public.css
- public/js/toastr.min.js
- public/js/wp-login-register-flow-public.js
version: true
Readme:
path: README.txt
wp-login-zap:
Readme:
path: readme.txt
wp-logo-showcase:
QueryParameter:
files:
- assets/css/wplogoshowcase.css
version: true
wp-logo-showcase-responsive-slider-slider:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/logo-showcase.css
version: true
Readme:
path: readme.txt
wp-logo-slider-with-widget-responsive:
QueryParameter:
files:
- lswr-assets/css/slick.css
- lswr-assets/css/lswr-logo-slider.css
- lswr-assets/css/animate.min.css
- lswr-assets/css/font-awesome.min.css
- lswr-assets/js/catfilte.js
- lswr-assets/js/lswr-admin.js
- lswr-assets/js/lswr-costum.js
version: true
wp-logout-redirect:
Readme:
path: readme.txt
wp-lookout:
Readme:
path: readme.txt
wp-love-it:
QueryParameter:
files:
- js/love-it.js
version: true
wp-lozad:
Readme:
path: readme.txt
wp-lucky-wheel:
QueryParameter:
files:
- css/wp-lucky-wheel.css
- js/wp-lucky-wheel.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
Readme:
path: readme.txt
wp-magazine-modules-lite:
QueryParameter:
files:
- includes/assets/css/build.css
- includes/assets/js/frontend.js
- includes/assets/library/jQuery.Marquee/jquery.marquee.min.js
version: true
Readme:
path: readme.txt
wp-magic-carousel:
QueryParameter:
files:
- css/custom.css
version: true
wp-mail-bank:
Readme:
path: readme.txt
wp-mail-debugger:
Readme:
path: readme.txt
wp-mail-gateway:
Readme:
path: readme.txt
wp-mail-logging:
TranslationFile:
class: BodyPattern
path: languages/wp-mail-logging.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Mail Logging (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-mail-manager:
Readme:
path: readme.txt
wp-mail-ses:
TranslationFile:
class: BodyPattern
path: languages/default.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: wp\-mail\-ses (?<v>\d+\.[\.\d]+)/i'
version: true
wp-mail-smtp:
Readme:
path: readme.txt
wp-mail-smtp-sendgrid-edition:
Readme:
path: readme.txt
wp-mailerlite-lite:
QueryParameter:
files:
- assets/public/css/wpmi.css
- assets/public/js/wpmi.js
version: true
Readme:
path: readme.txt
wp-mailscout:
QueryParameter:
files:
- public/css/mailscout-public.css
- public/js/mailscout-public.js
version: true
wp-maintenance:
Readme:
path: readme.txt
wp-maintenance-mode:
TranslationFile:
class: BodyPattern
path: languages/wp-maintenance-mode-sv_SE.po
pattern: !ruby/regexp /Project\-Id\-Version:\ WP Maintenance Mode (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-maintenance-mode-site-under-construction:
Readme:
path: readme.txt
wp-maintenance-vek:
TranslationFile:
class: BodyPattern
path: languages/lang-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP_Maintenance_vek (?<v>\d+\.[\.\d]+)/i'
version: true
wp-malware-removal:
Readme:
path: readme.txt
wp-mantis:
TranslationFile:
class: BodyPattern
path: wp-mantis-de_DE.po
pattern: !ruby/regexp /\#\. \#\-\#\-\#\-\#\-\# plugin\.pot \(WP Mantis (?<v>\d+\.[\.\d]+)/i
version: true
wp-map:
QueryParameter:
files:
- public/css/agile-maps-public.css
- public/js/all_libs.min.js
- public/js/amap-script.js
version: true
wp-map-block:
Readme:
path: readme.txt
wp-mapa-politico-spain:
QueryParameter:
files:
- assets/css/frontend.min.css
version: true
wp-mapbox-gl-js:
QueryParameter:
files:
- public/css/wp-mapbox-gl-js-public.css
version: true
wp-mapgrip:
QueryParameter:
files:
- public/css/mapgrip-public.css
- public/js/mapgrip-public.js
version: true
wp-mappost:
QueryParameter:
files:
- public/css/wp-mappost-public.css
- public/js/wp-mappost-public.js
version: true
wp-markdown:
TranslationFile:
class: BodyPattern
path: languages/wp-markdown.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ wp\-markdown (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
wp-marketing-automations:
Readme:
path: readme.txt
wp-marvelous-debug:
Readme:
path: readme.txt
wp-mas-posts:
Readme:
path: readme.txt
wp-masonry-infinite-scroll:
Readme:
path: README.txt
wp-mass-delete:
Readme:
path: readme.txt
wp-master-widget:
QueryParameter:
files:
- public/css/wp-master-widget-public.css
version: true
wp-math-captcha:
Readme:
path: readme.txt
wp-mathjax-plus:
Readme:
path: README.txt
wp-maximum-upload-file-size:
Readme:
path: readme.txt
wp-media-categories:
Readme:
path: readme.txt
wp-media-category-management:
TranslationFile:
class: BodyPattern
path: lang/wp-media-category-management-nl_NL.po
pattern: !ruby/regexp '/\-Version: WP Media Category Management v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-media-files-name-rename:
Readme:
path: readme.txt
wp-media-library-categories:
TranslationFile:
class: BodyPattern
path: languages/wp-media-library-categories.pot
pattern: !ruby/regexp '/ct\-Id\-Version: Media Library Categories (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-media-manager-lite:
QueryParameter:
files:
- css/frontend/custom-inline-style.css
- css/frontend/frontend.css
- css//font-awesome/font-awesome.min.css
- css/icomoon/icomoon.css
version: true
wp-media-metadata-fix:
Readme:
path: readme.txt
wp-media-optimizer-webp:
Readme:
path: readme.txt
wp-media-overwrite:
Readme:
path: readme.txt
wp-media-pro:
Readme:
path: readme.txt
wp-media-recovery:
Readme:
path: readme.txt
wp-media-replace:
QueryParameter:
files:
- public/css/wp-media-replace-public.css
- public/js/wp-media-replace-public.js
version: true
wp-media-storage-to-cloud:
QueryParameter:
files:
- public/css/w2cloud-public.css
- public/js/w2cloud-public.js
version: true
Readme:
path: README.txt
wp-media-stories:
QueryParameter:
files:
- assets/css/media-stories.min.css
- assets/js/media-stories.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-media-stories.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Media Stories (?<v>\d+\.[\.\d]+)/i'
version: true
wp-meetfox:
Readme:
path: readme.txt
wp-megamenu:
QueryParameter:
files:
- assets/css/wpmm.css
- assets/js/wpmm.js
version: true
wp-members:
QueryParameter:
files:
- css/generic-no-float.css
version: true
Readme:
path: readme.txt
wp-menu-custom-fields:
Readme:
path: readme.txt
wp-menu-icons:
QueryParameter:
files:
- assets/css/wpmi.css
version: true
wp-mercure:
Readme:
path: readme.txt
wp-message-button:
Readme:
path: readme.txt
wp-messenger-customer-chat:
QueryParameter:
files:
- public/css/wpmccp-public.css
- public/js/wpmccp-public.js
version: true
wp-meta-and-date-remover:
Readme:
path: readme.txt
wp-meta-data-filter-and-taxonomy-filter:
Readme:
path: readme.txt
wp-meta-seo:
Readme:
path: readme.txt
wp-metrize-icons:
Comment:
xpath: //comment()[contains(., "wp-metrize-icons")]
pattern: !ruby/regexp /\/wp-metrize-icons\/js\/lte\-ie7\.js\?ver=[\d\.]+' type='text\/css'
media='(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/metrize.css
version: true
wp-migrate-2-aws:
Readme:
path: readme.txt
wp-migrate-db:
Readme:
path: readme.txt
wp-mini-program:
Readme:
path: readme.txt
wp-miniaudioplayer:
QueryParameter:
files:
- css/miniplayer.css
- js/jquery.mb.miniAudioPlayer.min.js
- js/map_overwrite_default_me.js
version: true
wp-minify:
Readme:
path: readme.txt
wp-minimal-typography:
Readme:
path: readme.txt
wp-mkd-air-quality:
Readme:
path: README.txt
wp-mobi:
Readme:
path: readme.txt
wp-mobile-detect:
Readme:
path: readme.txt
wp-mobile-x:
Readme:
path: readme.txt
wp-mobilizer:
Comment:
xpath: //comment()[contains(., "WP-Mobilizer")]
pattern: !ruby/regexp /WP\-Mobilizer (?<v>\d+\.[\.\d]+)/i
version: true
wp-modal-popup-with-cookie-integration:
QueryParameter:
files:
- assets/css/wmpci-public.css
- assets/js/wmpci-popup.js
version: true
wp-monero-miner-using-coin-hive:
QueryParameter:
files:
- public/css/wp-coin-hive-public.css
- includes/js/wp-coin-hive-util.js
- includes/js/wp-coin-hive.js
- includes/js/wp-monero-miner-class.js
version: true
JavascriptVar:
pattern: !ruby/regexp /var wp_js_options\s*=\s*{(?<json>.+?(?=};))};/i
version_key: version
version: true
wp-moon-phase-widget:
Readme:
path: readme.txt
wp-mor-resto:
Readme:
path: readme.txt
wp-mouse-custom-cursor:
Readme:
path: readme.txt
wp-movie2blog:
Comment:
xpath: //comment()[contains(., "wp-movie2blog")]
pattern: !ruby/regexp '/wp\-movie2blog: v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-multi-file-uploader:
QueryParameter:
files:
- assets/css/wpmfu-plugin.css
- assets/js/fineuploader.min.js
version: true
wp-multi-vendor-marketplace-the-courier-guy-shipping-for-woocommerce:
Readme:
path: readme.txt
wp-multibyte-patch:
Readme:
path: readme.txt
wp-multilang:
QueryParameter:
files:
- assets/styles/main.min.css
version: true
Readme:
path: readme.txt
wp-munich-blocks:
QueryParameter:
files:
- css/filter.min.css
- blocks/blocks-frontend.min.js
- blocks/blocks.min.css
version: true
Readme:
path: readme.txt
wp-my-admin-bar:
QueryParameter:
files:
- assets/style.css
version: true
wp-mylinks:
Readme:
path: README.txt
wp-nearbyfacilities:
Readme:
path: readme.txt
wp-nested-pages:
Readme:
path: readme.txt
wp-network-stats:
QueryParameter:
files:
- public/css/network-stats-public.css
- public/js/network-stats-public.js
version: true
wp-news-feed-widget:
QueryParameter:
files:
- js/wp-newsfw.min.js
version: true
wp-news-headline-ticker:
Readme:
path: readme.txt
wp-news-magazine:
Readme:
path: readme.txt
wp-news-sitemap:
Readme:
path:
- readme.txt
- README.md
wp-news-ticker:
QueryParameter:
files:
- css/ticker-style.css
- js/jquery.ticker-min.js
version: true
wp-next-post-navi:
Readme:
path: readme.txt
wp-ng:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-ngd-widget-css-classes:
Readme:
path: readme.txt
wp-ngrok:
Readme:
path:
- readme.txt
- README.md
wp-nice-search:
QueryParameter:
files:
- assist/css/style.min.css
- assist/css/font-awesome.min.css
version: true
wp-night-mode:
QueryParameter:
files:
- public/css/wp-night-mode-public.css
- public/js/wp-night-mode-public.js
version: true
Readme:
path: readme.md
wp-nmi-gateway-pci-woocommerce:
Readme:
path: readme.txt
wp-no-bot-question:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: wp_nobot_question.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP No\-Bot Question (?<v>\d+\.[\.\d]+)/i'
version: true
wp-notepad:
Readme:
path: readme.txt
wp-notes-widget:
QueryParameter:
files:
- public/css/wp-notes-public.css
version: true
wp-notice-blocker:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-notification-bars:
Readme:
path: readme.txt
wp-nutrition-facts:
Comment:
xpath: //comment()[contains(., "Nutrition Facts")]
pattern: !ruby/regexp /WP Nutrition Facts (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/styles.css
version: true
wp-obituary:
QueryParameter:
files:
- assets/css/wp-obituary-styles.css
version: true
wp-offers:
QueryParameter:
files:
- assets/css/tippy.min.css
- assets/css/wp-offers-frontend.min.css
- assets/js/clipboard.min.js
- assets/js/popper.min.js
- assets/js/tippy.umd.min.js
- assets/js/wp-offers-frontend.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-offers.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Offers (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-one-tap-google-sign-in:
Readme:
path:
- readme.txt
- README.md
wp-online-users-stats:
QueryParameter:
files:
- public/css/wp-online-users-stats-public.css
- public/js/wp-online-users-stats-public.js
version: true
wp-open-street-map:
Readme:
path: readme.txt
wp-optimize:
Readme:
path: readme.txt
wp-optimize-by-xtraffic:
QueryParameter:
files:
- public/css/wppepvn_libs.min.css
- public/css/frontend.min.css
- public/js/jquery.plugins.min.js
- public/js/wppepvn_libs.min.js
- public/js/frontend.min.js
version: true
Readme:
path: README.txt
wp-optimizer:
Readme:
path: readme.txt
wp-optin-wheel:
QueryParameter:
files:
- public/css/public.min.css
- public/js/public.min.js
version: true
wp-optinjeet:
Readme:
path: readme.txt
wp-our-team:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/js/easy-team.js
version: true
wp-override-translations:
Readme:
path: readme.txt
wp-page-builder:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-page-builder-woocommerce-addon:
Readme:
path: readme.txt
wp-page-load-stats:
TranslationFile:
class: BodyPattern
path: languages/WP-Page-Load-Stats.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Page Load Stats (?<v>\d+\.[\.\d]+)/i'
version: true
wp-page-numbers:
Readme:
path: readme.txt
wp-page-widget:
Readme:
path: readme.txt
wp-pagenavi:
Readme:
path: readme.txt
wp-pagenavi-style:
Readme:
path: readme.txt
wp-pagespeed-score:
TranslationFile:
class: BodyPattern
path: languages/wp-pagespeed-score.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Pagespeed Score (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-paginate:
QueryParameter:
files:
- css/wp-paginate.css
version: true
Readme:
path: readme.txt
wp-pano:
Readme:
path: readme.txt
wp-parsidate:
Readme:
path: readme.txt
wp-payhip-integration:
Readme:
path: README.txt
wp-payment:
Readme:
path: readme.txt
wp-paypal-express-checkout:
QueryParameter:
files:
- public/js/wp-paypal-express-checkout-public.js
version: true
wp-payzos-for-woocommerce:
Readme:
path: readme.txt
wp-perfect-image-cropper-and-resizer:
QueryParameter:
files:
- public/css/wp-perfect-image-cropper-resizer-public.css
- public/js/wp-perfect-image-cropper-resizer-public.js
version: true
wp-perfect-plugin:
Readme:
path: readme.txt
wp-performance:
Comment:
xpath: //comment()[contains(., "by WP Performance")]
pattern: !ruby/regexp /Optimized by WP Performance (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/load/wpp.min.js
version: true
wp-performance-score-booster:
Comment:
xpath: //comment()[contains(., "WP Performance Score")]
pattern: !ruby/regexp /by WP Performance Score Booster plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-permamod:
Readme:
path: readme.txt
wp-petfinder:
Readme:
path: readme.txt
wp-pexels:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wppx.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPC Pexels (?<v>\d+\.[\.\d]+)/i'
version: true
wp-pexels-free-stock-photos:
Readme:
path: readme.txt
wp-phone-message:
Readme:
path: readme.txt
wp-photo-text-slider-50:
Readme:
path: readme.txt
wp-php-console:
TranslationFile:
class: BodyPattern
path: languages/wp-php-console.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP PHP Console (?<v>\d+\.[\.\d]+)/i
version: true
wp-php-version-display:
Readme:
path: readme.txt
wp-phpmyadmin-extension:
Readme:
path: readme.txt
wp-picturehoster:
TranslationFile:
class: BodyPattern
path: wp-picturehoster-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Picturehoster v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-piwik:
Comment:
xpath: //comment()[contains(., "Piwik")]
pattern: !ruby/regexp /\A(?:End )?Piwik/i
Readme:
path: readme.txt
wp-pixabay:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wppb.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPC Pixabay (?<v>\d+\.[\.\d]+)/i'
version: true
wp-player:
QueryParameter:
files:
- assets/css/wp-player.css
- assets/js/libs/soundmanager/soundmanager2.js
- assets/js/wp-player.js
version: true
wp-plc-connect:
Readme:
path: readme.txt
wp-plc-swissknife:
Readme:
path: readme.txt
wp-plugin-management:
Readme:
path: readme.txt
wp-plugin-manager:
Readme:
path: readme.txt
wp-plugin-showroom:
Readme:
path: readme.txt
wp-pocket-urls:
Readme:
path: README.txt
wp-podcasts-manager:
QueryParameter:
files:
- assets/js/zl_pdm_script.js
version: true
Readme:
path: readme.txt
wp-politic:
QueryParameter:
files:
- assets/js/popper.min.js
- assets/js/jquery.magnific-popup.min.js
version: true
Readme:
path: readme.txt
wp-polls:
QueryParameter:
files:
- polls-css.css
- polls-js.js
version: true
Readme:
path: readme.txt
wp-pop-up:
QueryParameter:
files:
- assets/wp-popup.css
- assets/wp-popup.js
version: true
wp-popup-lite:
QueryParameter:
files:
- css/wpb_popup.css
- css/wpb_responsive.css
- js/frontend_popup.js
version: true
wp-popups-lite:
QueryParameter:
files:
- src/assets/css/wppopups-base.css
- src/assets/js/wppopups.js
version: true
Readme:
path: README.txt
wp-portfolio-showcase:
QueryParameter:
files:
- assets/css/frontend.min.css
- assets/js/isotope.pkgd.min.js
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
wp-post-and-blog-designer:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/wpbd-slick.css
- assets/css/wpbd-custom.css
version: true
wp-post-author:
Readme:
path: readme.txt
wp-post-background:
TranslationFile:
class: BodyPattern
path: languages/wp-post-background-es_ES.po
pattern: !ruby/regexp '/Project\-Id\-Version: WP Post Background v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-post-block:
Readme:
path: readme.txt
wp-post-comment-rating:
QueryParameter:
files:
- js/custom.js
version: true
wp-post-controller:
Readme:
path: readme.txt
wp-post-grid-slider-filter-by-xgenious:
QueryParameter:
files:
- "/assets/css/animate.css"
- "/assets/css/font-awesome.css"
- "/assets/css/owl.carousel.css"
- "/assets/css/xg_normalize.css"
- "/assets/css/xgenious.tab.css"
- "/assets/css/style.css"
- "/assets/js/isotope.pkgd.js"
- "/assets/js/owl.carousel.js"
- "/assets/js/xgenious.tab.js"
- "/assets/js/main.js"
version: true
wp-post-has-archive:
Readme:
path: readme.txt
wp-post-likes:
QueryParameter:
files:
- js/wp-post-likes.js
version: true
wp-post-nav:
QueryParameter:
files:
- public/css/wp-post-nav-public.php
version: true
wp-post-page-clone:
Readme:
path: readme.txt
wp-post-rating:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: readme.txt
wp-post-reading-progress:
Readme:
path: readme.txt
wp-post-real-time-statistics:
Readme:
path: readme.txt
wp-post-redirect:
Readme:
path: readme.txt
wp-post-slider-grandslider:
QueryParameter:
files:
- public/css/wpgp-wordpress-slider-public.css
- public/js/wpgp-wordpress-slider-public.js
version: true
wp-post-to-trello-card:
QueryParameter:
files:
- public/css/wp-post-to-trello-card-public.css
- public/js/wp-post-to-trello-card-public.js
version: true
Readme:
path: README.txt
wp-post-type-widget:
Readme:
path: readme.txt
wp-post-visits-wizard:
Readme:
path: readme.txt
wp-postratings:
QueryParameter:
files:
- css/postratings-css.css
- js/postratings-js.js
version: true
Readme:
path: readme.txt
wp-posts-carousel:
Readme:
path: readme.txt
wp-posts-for-users:
QueryParameter:
files:
- css/wppfu_style.css
version: true
wp-posts-most-read:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-posts-slider-cloudberriez:
TranslationFile:
class: BodyPattern
path: languages/wp-posts-slider-en_US.po
pattern: !ruby/regexp '/Version: Wp Posts Slider \- CloudBerriez (?<v>\d+\.[\.\d]+)/i'
version: true
wp-postviews:
Comment:
xpath: //comment()[contains(., "WP-PostViews")]
pattern: !ruby/regexp /Script Generated By WP\-PostViews/i
Readme:
path: readme.txt
wp-power-ocr-free:
Readme:
path: readme.txt
wp-pranks:
Readme:
path: readme.txt
wp-presenter-pro:
QueryParameter:
files:
- dist/blocks.style.build.css
version: true
Readme:
path: readme.txt
wp-prevent-right-click-content-copy:
Readme:
path: readme.txt
wp-print:
Readme:
path: readme.txt
wp-prismjs-syntax-highlighter:
QueryParameter:
files:
- js/prism.js
- js/source.js
version: true
wp-pro-quiz:
QueryParameter:
files:
- css/wpProQuiz_front.min.css
version: true
Readme:
path: readme.txt
wp-product-gallery-lite:
QueryParameter:
files:
- css/jquery.bxslider.css
- css/font-awesome.min.css
- css/wppg-frontend.css
- css/wppg-responsive.css
- js/jquery.bxslider.js
- js/wppg-frontend.js
version: true
wp-product-review:
TranslationFile:
class: BodyPattern
path: languages/wp-product-review.pot
pattern: !ruby/regexp /ject\-Id\-Version:\ WP Product Review Lite (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- readme.md
wp-product-selector:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: readme.txt
wp-profitshare-advertisers:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)(?!.*\d+\.[\.\d]+)/mi
version: true
wp-project-essentials:
Readme:
path: readme.txt
wp-property:
QueryParameter:
files:
- static/styles/wp_properties.css
- static/scripts/wpp.global.js
- static/styles/theme-specific/twentyfifteen.css
- static/scripts/l10n.js
version: true
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
wp-property-feed-to-residence-theme-connector:
Readme:
path: readme.txt
wp-proposals:
Readme:
path: readme.txt
wp-protect-admin-appsaur:
QueryParameter:
files:
- assets/js/wppa-public.js
version: true
wp-proxy:
Readme:
path: readme.txt
wp-pubg:
Readme:
path: readme.md
wp-publication-manager:
TranslationFile:
class: BodyPattern
path: languages/wp-publication-manager.pot
pattern: !ruby/regexp '/ject\-Id\-Version: WP publication manager (?<v>\d+\.[\.\d]+)/i'
version: true
wp-push-notification-firebase:
Readme:
path: readme.txt
wp-pwa:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-qiita:
TranslationFile:
class: BodyPattern
path: langs/wp-qiita-ja.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Qiita (?<v>\d+\.[\.\d]+)/i'
version: true
wp-qrcode-generator:
Readme:
path: readme.txt
wp-query-route-to-rest-api:
Readme:
path:
- readme.txt
- readme.md
wp-quick-image:
QueryParameter:
files:
- public/css/wp-quick-image-public.css
- public/js/wp-quick-image-public.js
version: true
wp-quick-post-duplicator:
Readme:
path: readme.txt
wp-quick-post-or-draft:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-quick-provision:
Readme:
path: readme.txt
wp-quip:
QueryParameter:
files:
- css/plugin.css
version: true
wp-quiz:
QueryParameter:
files:
- assets/frontend/css/wp-quiz.css
version: true
wp-quiz-importer:
QueryParameter:
files:
- public/css/wp-quiz-importer-public.css
- public/js/wp-quiz-importer-public.js
version: true
wp-quran:
Readme:
path: readme.txt
wp-radar-chart:
Readme:
path: readme.txt
wp-radio:
QueryParameter:
files:
- assets/frontend.min.css
- assets/frontend.min.js
- assets/css/frontend.min.css
- assets/js/frontend.min.js
version: true
Readme:
path: readme.txt
wp-radio-user-frontend:
Readme:
path: readme.txt
wp-ragadjust:
QueryParameter:
files:
- assets/js/ragadjust.min.js
version: true
wp-random-button:
QueryParameter:
files:
- css/animate.min.css
- css/style.css
- js/functions.js
version: true
wp-random-post-inside:
TranslationFile:
class: BodyPattern
path: languages/wp-random-post-inside-bn_BD.po
pattern: !ruby/regexp '/oject\-Id\-Version: WP Random Post Inside (?<v>\d+\.[\.\d]+)/i'
version: true
wp-randomize:
Readme:
path: readme.txt
wp-rate-and-review:
Readme:
path: readme.txt
wp-reactions-lite:
Readme:
path: readme.txt
QueryParameter:
files:
- assets/css/front.css
- assets/css/common.css
- assets/js/front.js
- assets/vendor/lottie/lottie.min.js
version: true
wp-read-time:
Readme:
path: readme.txt
wp-reading-progress:
QueryParameter:
files:
- wp-reading-progress.min.css
- wp-reading-progress.min.js
version: true
Readme:
path: readme.txt
wp-realiable-cookie-bar:
Readme:
path: readme.txt
wp-realtime-sitemap:
Readme:
path: readme.txt
wp-recall:
QueryParameter:
files:
- assets/js/core.js
- assets/js/scripts.js
- add-on/rating-system/js/scripts.js
- add-on/feed/js/scripts.js
- add-on/publicpost/js/scripts.js
- add-on/rcl-chat/js/ion.sound.min.js
- add-on/rcl-chat/js/scripts.js
- add-on/rating-system//js/scripts.js
- add-on/publicpost//js/scripts.js
- add-on/rcl-chat//js/scripts.js
- assets/css/animate-css/animate.min.css
- assets/css/core.css
- assets/css/users.css
- assets/css/regform.css
- assets/css/recallbar.css
- add-on/theme-sunshine/style.css
- add-on/rating-system/style.css
- add-on/publicpost/style.css
- add-on/rcl-chat/style.css
version: true
wp-recaptcha-appsaur:
QueryParameter:
files:
- assets/css/wprc-public.css
- assets/js/wprc-public.js
version: true
wp-recaptcha-integration:
Readme:
path: readme.txt
wp-recaptcha-login:
Readme:
path: readme.txt
wp-recent-post-slider-with-responsive:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/wprpswr-public-slider.css
version: true
wp-recent-posts:
Readme:
path: readme.txt
wp-recentcomments:
QueryParameter:
files:
- js/wp-recentcomments-jquery.js
version: true
wp-recipe-maker:
QueryParameter:
files:
- assets/css/public/public.min.css
- templates/recipe/simple/simple.min.css
- assets/js/public.js
- dist/public.css
- dist/public.js
- dist/public-modern.css
- dist/public-modern.js
version: true
Readme:
path: readme.txt
wp-recruit:
Readme:
path: readme.txt
wp-redditjs:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/plugin-name.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: TODO (?<v>\d+\.[\.\d]+)/i'
version: true
wp-redirection:
Readme:
path:
- readme.txt
- README.md
wp-redirections:
QueryParameter:
files:
- style.css
version: true
wp-redirects:
TranslationFile:
class: BodyPattern
path: includes/translations/wp-redirects.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Redirects (?<v>[\d\.]+)/i'
version: true
wp-referral-code:
Readme:
path: readme.txt
wp-related-post-with-pagination:
QueryParameter:
files:
- assets/style.css
- assets/scripts.js
version: true
Readme:
path: readme.txt
wp-relevant-ads:
QueryParameter:
files:
- public/css/wp-relevant-ads.min.css
- public/js/wp-relevant-ads.min.js
- public/js/wp-relevant-ads-ajax.min.js
version: true
wp-remote-site-search:
QueryParameter:
files:
- public/assets/js/multisite-search.js
- public/assets/js/ms-trigger.js
version: true
wp-remove-admin-register-nag:
Readme:
path: readme.txt
wp-remove-category-from-archive-title:
Readme:
path: readme.txt
wp-remove-text-visual-editor-for-beaver-builder:
Readme:
path: readme.txt
wp-repair:
Readme:
path: readme.txt
wp-reset:
Readme:
path: readme.txt
wp-resources-url-optimization:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\#\# \[(?<v>\d+\.[\.\d]+)\]/i
version: true
wp-responsive-media:
QueryParameter:
files:
- js/classList.js
- js/picturefill.min.js
- js/frontend.js
version: true
wp-responsive-menu:
Readme:
path: readme.txt
wp-responsive-preview:
Readme:
path:
- readme.txt
- README.md
wp-responsive-recent-post-slider:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/recent-post-style.css
version: true
Readme:
path: readme.txt
wp-responsive-table:
QueryParameter:
files:
- public/css/wp-responsive-table-styles.css
- public/js/wp-responsive-table-public.js
- assets/frontend/css/wprt-styles.css
- assets/frontend/js/wprt-script.js
version: true
wp-responsive-testimonials-slider-and-widget:
QueryParameter:
files:
- assets/css/font-awesome.min.css
- assets/css/slick.css
- assets/css/magnific-popup.css
- assets/css/testimonials-style.css
- assets/css/video-js.css
- assets/js/video.js
- assets/js/magnific-popup.min.js
- assets/js/rtsw-public.js
version: true
wp-responsive-thumbnail-slider:
TranslationFile:
class: BodyPattern
path: languages/wp-responsive-thumbnail-slider.pot
pattern: !ruby/regexp /ss Responsive Thumbnail Carousel Slider (?<v>\d+\.[\.\d]+)/i
version: true
wp-rest-api-helper:
Readme:
path: readme.txt
wp-rest-theme-mod-endpoint:
QueryParameter:
files:
- public/css/customizer-end-point-public.css
- public/js/customizer-end-point-public.js
version: true
wp-rest-yoast-meta:
TranslationFile:
class: BodyPattern
path: languages/wp-rest-yoast-meta.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP REST Yoast Meta (?<v>\d+\.[\.\d]+)/i'
version: true
wp-restaumatic:
TranslationFile:
class: BodyPattern
path: languages/wp-restaumatic-pl_PL.po
pattern: !ruby/regexp /aumatic [^\s]+ Active Menu for restaurants (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-restaurant-booking:
TranslationFile:
class: BodyPattern
path: languages/wp-restaurant-booking-it_IT.po
pattern: !ruby/regexp '/oject\-Id\-Version: WP Restaurant Booking (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-restaurant-listings:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/wp-restaurant-listings.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-restaurant-listings.pot
pattern: !ruby/regexp '/ject\-Id\-Version: WP Restaurant Listings (?<v>\d+\.[\.\d]+)/i'
version: true
wp-restaurant-manager:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /WP Restaurant Manager v(?<v>\d+\.[\.\d]+)/i
QueryParameter:
files:
- assets/js/wprm-front-scripts.js
version: true
wp-restaurant-price-list:
QueryParameter:
files:
- public/css/wp-restaurant-price-list-public.css
- public/js/wp-restaurant-price-list-public.js
version: true
Readme:
path: readme.txt
wp-resume:
QueryParameter:
files:
- css/front-end/resume-style.css
version: true
wp-retina-2x:
Readme:
path: readme.txt
wp-review:
QueryParameter:
files:
- assets/css/wp-review.css
- assets/js/main.js
- public/css/wp-review.css
- public/js/main.js
version: true
Readme:
path: readme.txt
wp-reviews-by-wiremo:
Readme:
path: readme.txt
wp-reviews-plugin-for-google:
Readme:
path: readme.txt
wp-revisions-control:
TranslationFile:
class: BodyPattern
path: languages/wp_revisions_control-es_ES.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WP Revisions Control (?<v>\d+\.[\.\d]+)/i'
version: true
wp-revisions-manager:
Readme:
path: README.txt
wp-rewords:
QueryParameter:
files:
- public/css/wp-rewords-public.css
- public/js/wp-rewords-public.js
version: true
wp-robots-txt:
Readme:
path: readme.txt
wp-robots-warning:
QueryParameter:
files:
- public/css/a3-robots-warning-public.css
- public/js/a3-robots-warning-public.js
version: true
wp-rocket:
Comment:
xpath: //comment()[contains(., "WP Rocket")]
pattern: !ruby/regexp /Performance optimized by WP Rocket/i
TranslationFile:
class: BodyPattern
path: languages/rocket.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WP Rocket (?<v>\d+\.[\.\d]+)/i'
version: true
wp-roids:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wp-rollback:
Readme:
path: readme.txt
wp-roster:
QueryParameter:
files:
- inc/css/frontendstyle.css
- inc/css/print.css
- inc/js/frontendscript.js
version: true
wp-roulette-wheel:
Readme:
path: readme.txt
wp-rs-team:
QueryParameter:
files:
- public/css/rs-team-public.css
- public/css/font-awesome.min.css
- public/css/owl.carousel.min.css
- public/css/cl_grid.css
- public/js/rs-team-public.js
- public/js/owl.carousel.js
- public/js/custom.js
version: true
wp-rss-aggregator:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
wp-russian-horoscope:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
wp-s3-smart-upload:
QueryParameter:
files:
- public/css/s3-smart-upload-public.css
- public/js/s3-smart-upload-public.js
version: true
Readme:
path: README.txt
wp-saml-auth:
TranslationFile:
class: BodyPattern
path: languages/wp-saml-auth.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP SAML Auth (?<v>\d+\.[\.\d]+)/i'
version: true
wp-sarahspell:
Readme:
path: readme.txt
wp-scap:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-scap.po
pattern: !ruby/regexp '/"Project\-Id\-Version: wp\-scap\-(?<v>\d+\.[\.\d]+)/i'
version: true
wp-school-calendar-lite:
Readme:
path: readme.txt
wp-scraper:
Readme:
path: readme.txt
wp-scroll:
QueryParameter:
files:
- "/css/style.css"
- "/js/scroll.js"
version: true
wp-scroll-to-post:
QueryParameter:
files:
- assets/css/wsp-front-style.css
- assets/js/wsp-front-script.js
version: true
Readme:
path: readme.txt
wp-scroll-up:
QueryParameter:
files:
- js/jquery-scroll-up.js
- js/wp-scroll-up-options.js
version: true
wp-scss:
Readme:
path: readme.txt
wp-search-live:
QueryParameter:
files:
- public/assets/js/util--wp-api.js
- public/assets/js/wp-live-search.js
version: true
wp-search-suggest:
QueryParameter:
files:
- css/wpss-search-suggest.css
- js/wpss-search-suggest.js
pattern: !ruby/regexp /ver=(?<v>[\d\.]+)/i
version: true
wp-search-with-algolia-bogo-extension:
TranslationFile:
class: BodyPattern
path: languages/algolia-bogo.pot
pattern: !ruby/regexp '/ion: Search with Algolia Bogo extension (?<v>\d+\.[\.\d]+)/i'
version: true
wp-secure-image:
Readme:
path: readme.txt
wp-security-audit-log:
Readme:
path: readme.txt
wp-security-audit-log-add-on-for-bbpress:
Readme:
path: readme.txt
wp-security-audit-log-add-on-for-wpforms:
Readme:
path: readme.txt
wp-security-hardening:
Readme:
path: readme.txt
wp-security-questions:
Readme:
path: readme.txt
wp-security-scan:
Readme:
path: readme.txt
wp-seedbank:
TranslationFile:
class: BodyPattern
path: languages/wp-seedbank.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-SeedBank (?<v>\d+\.[\.\d]+)/i'
version: true
wp-sendfox:
Readme:
path: readme.txt
wp-sendsms:
Readme:
path: Readme.txt
wp-sendy-newsletter-generator:
Readme:
path: readme.txt
wp-sensaimetrics:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-seo-html-sitemap:
Readme:
path: readme.txt
wp-seo-pro:
Comment:
pattern: !ruby/regexp /start seo pro for wordpress (?<v>\d+\.[\.\d]+)/i
version: true
wp-seo-qtranslate-x:
Readme:
path: readme.txt
wp-seo-structured-data-schema:
Comment:
pattern: !ruby/regexp /gleton's WP SEO Structured Data Plugin v(?<v>\d+\.[\.\d]+)/i
version: true
wp-seo-tamer:
TranslationFile:
class: BodyPattern
path: lang/wordpress-seo-tamer.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WordPress SEO Tamer (?<v>\d+\.[\.\d]+)/i'
version: true
wp-seo-tdk:
Readme:
path: readme.txt
wp-seopress:
Readme:
path: readme.txt
wp-sequence-slider:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-sequential-page-number:
Readme:
path: readme.txt
wp-services-showcase:
QueryParameter:
files:
- assets/css/wps.css
version: true
wp-ses:
Readme:
path: readme.txt
wp-session-manager:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
wp-shamsi:
Readme:
path: readme.txt
wp-shapes:
QueryParameter:
files:
- assets/css/main.css
version: true
wp-share:
QueryParameter:
files:
- public/assets/css/wpshare.css
- public/assets/js/wpshare.js
version: true
wp-share-to-xing:
TranslationFile:
class: BodyPattern
path: languages/wp-share-to-xing-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-Share to XING v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages:
TranslationFile:
class: BodyPattern
path: modules/wp-sheet-editor/lang/vg_sheet_editor.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Sheet Editor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-sheet-editor-edd-downloads:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: lang/bulk-edit-edd-downloads.pot
pattern: !ruby/regexp '/ersion: WP Sheet Editor \- EDD Downloads (?<v>\d+\.[\.\d]+)/i'
version: true
wp-shieldon:
Readme:
path: README.txt
wp-shortcm:
Readme:
path: README.txt
wp-shortcode:
Readme:
path: readme.txt
wp-shortlinks:
Readme:
path: README.md
wp-shoutbox-live-chat:
QueryParameter:
files:
- js/jquery.c00kie.js
- js/shoutbox-load.js
version: true
wp-show-category-id:
Readme:
path: readme.txt
wp-show-posts:
QueryParameter:
files:
- css/wp-show-posts-min.css
version: true
Readme:
path: readme.txt
wp-showhide:
Readme:
path: readme.txt
wp-sightmap:
QueryParameter:
files:
- public/css/wp-sightmap.min.css
- public/js/wp-sightmap.min.js
version: true
wp-simple-anchors-links:
Comment:
xpath: //comment()[contains(., "Simple Anchors Links")]
pattern: !ruby/regexp /WP Simple Anchors Links (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/styles.css
version: true
wp-simple-booking-calendar:
Readme:
path: readme.txt
wp-simple-chat:
Readme:
path: README.txt
wp-simple-maintenance-mode:
Readme:
path: readme.txt
wp-simple-menu-icons:
TranslationFile:
class: BodyPattern
path: languages/wp-simple-menu-icons.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WP Simple Menu Icons (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-simple-notify:
Readme:
path: readme.txt
wp-simple-post-view:
Readme:
path: readme.txt
wp-simple-seo:
TranslationFile:
class: BodyPattern
path: languages/wp-simple-seo.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Simple SEO (?<v>\d+\.[\.\d]+)/i
version: true
wp-simple-site-preloader:
Readme:
path: README.txt
wp-simple-spreadsheet-fetcher-for-google:
Readme:
path: readme.txt
wp-simplemind-map:
Readme:
path: readme.txt
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-site-mapping:
QueryParameter:
files:
- css/wpsm.css
- javascript/wp-site-mapping.js
version: true
wp-site-migrate:
Readme:
path: readme.txt
wp-site-performance-monitor:
Readme:
path: README.txt
wp-site-screenshot:
QueryParameter:
files:
- "/assets/css/wpsst-frontend-style.css"
- "/assets/external/css/wpsst_jquery_ui.css"
- "/assets/js/wpsst-js-frontend-script.js"
version: true
wp-sitemap-computy:
Readme:
path: readme.txt
wp-sitemap-control:
TranslationFile:
class: BodyPattern
path: languages/wp-sitemap-control.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Sitemap Control (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-sitemaps-config:
Readme:
path: README.txt
wp-slick-slider-and-image-carousel:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/slick-slider-style.css
version: true
Readme:
path: readme.txt
wp-slimstat:
Readme:
path:
- readme.txt
- README.md
wp-smart-export:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
wp-smart-import:
Readme:
path: README.txt
wp-smart-seo:
Readme:
path: readme.txt
wp-smartbanner:
TranslationFile:
class: BodyPattern
path: languages/wp-smartbanner.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Smart Banner (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-smartcrop:
QueryParameter:
files:
- css/image-renderer.css
- js/jquery.wp-smartcrop.min.js
version: true
wp-sms-functions:
TranslationFile:
class: BodyPattern
path: lang/wp-sms-functions-tr_TR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: SMS Provider (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-sms-otp-login:
QueryParameter:
files:
- assets/css/admin-bar.css
- assets/css/subscribe.css
version: true
Readme:
path: readme.txt
wp-sms-vatansms-com:
QueryParameter:
files:
- assets/css/admin-bar.css
- assets/css/subscribe.css
- assets/js/script.js
version: true
wp-smtp:
Readme:
path: readme.txt
wp-smushit:
TranslationFile:
class: BodyPattern
path: languages/wp-smushit.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Smush (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-snapcam:
QueryParameter:
files:
- public/css/wp-snapcam-public.css
version: true
wp-snippets:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /= v(?<v>[\d]+) =/i
version: true
wp-snowfall:
QueryParameter:
files:
- js/snowfall.min.jquery.js
version: true
wp-sns-share:
QueryParameter:
files:
- wp-sns-share.js
version: true
wp-soavis:
QueryParameter:
files:
- public/css/wp-soavis-public.css
- public/js/wp-soavis-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-soavis.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP_SoaVis (?<v>\d+\.[\.\d]+)/i'
version: true
wp-social-bookmarking-light:
Readme:
path: readme.txt
wp-social-connect:
QueryParameter:
files:
- assets/css/wpsoccon-frontend.css
- assets/js/wpsoccon-frontend.js
version: true
wp-social-feeds:
QueryParameter:
files:
- src/public/css/social-feeds-public.css
- src/public/js/social-feeds-public.js
version: true
Readme:
path: README.txt
wp-social-invitations:
QueryParameter:
files:
- public/assets/css/wsi-public.css
- public/assets/js/wsi-public.js
version: true
wp-social-invites:
QueryParameter:
files:
- js/wp-social-invites.js
version: true
wp-social-likes:
Readme:
path: readme.txt
wp-social-links:
QueryParameter:
files:
- wp-social-links.css
version: true
wp-social-media-slider-lite:
Comment:
xpath: //comment()[contains(., "wp-social-media-slider-lite")]
pattern: !ruby/regexp /\/wp\-social\-media\-slider\-lite\/public\/\/css\/wpsms\-ie8\.css\?ver=(?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/wpsms-public.css
- public/js/wpsms-public.min.js
version: true
wp-social-preview:
Readme:
path: readme.txt
wp-social-proof:
Readme:
path: readme.txt
wp-social-reviews:
Readme:
path: readme.txt
wp-social-seo-booster:
Comment:
xpath: //comment()[contains(., "WPSocial")]
pattern: !ruby/regexp /WPSocial SEO Booster Plugin \(Version (?<v>\d+\.[\.\d]+)/i
version: true
wp-social-sharing:
Readme:
path: readme.txt
wp-social-widget:
QueryParameter:
files:
- assets/css/social-icons.css
- assets/css/social-style.css
version: true
wp-socializer:
Comment:
xpath: //comment()[contains(., "WP Socializer")]
pattern: !ruby/regexp /WP Socializer (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- public/css/wp-socializer.min.css
- public/js/wp-socializer.min.js
version: true
wp-soundsystem:
QueryParameter:
files:
- _inc/css/wpsstm.css
- _inc/js/wpsstm-track-sources.js
- _inc/js/wpsstm-tracks.js
- _inc/js/wpsstm-tracklists.js
- _inc/js/wpsstm.js
- _inc/js/wpsstm-lastfm.js
- _inc/js/wpsstm-player.js
- _inc/css/wpsstm-importer.css
- _inc/js/wpsstm-functions.js
- _inc/js/wpsstm-track-links.js
version: true
Readme:
path: readme.txt
wp-source-control:
Readme:
path: readme.txt
wp-spam-fighter:
QueryParameter:
files:
- css/wpsf.css
- javascript/wp-spamfighter.js
version: true
wp-spamfree:
Comment:
xpath: //comment()[contains(., "WP-SpamFree")]
pattern: !ruby/regexp /WP\-SpamFree v(?<v>\d+\.[\.\d]+)/i
version: true
wp-spark-connector:
Readme:
path:
- README.txt
- README.md
wp-special-textboxes:
QueryParameter:
files:
- css/stb-core.css
- js/wstb.min.js
version: true
wp-sri:
Readme:
path: readme.txt
wp-staffing-customizer-for-wp-job-manager:
QueryParameter:
files:
- public/css/wp-staffing-customizer-public.css
- public/js/wp-staffing-customizer-public.js
version: true
wp-staging:
Readme:
path: readme.txt
wp-stateless:
ComposerFile:
class: ConfigParser
path: package-lock.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wp-statistics:
Comment:
xpath: //comment()[contains(., "WP-Statistics")]
pattern: !ruby/regexp /Analytics by WP\-Statistics v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-stats-manager:
Readme:
path: readme.txt
wp-sticky-header:
Readme:
path: readme.txt
wp-sticky-social:
QueryParameter:
files:
- public/assets/css/public.css
- public/assets/js/public.js
version: true
wp-stock-sync:
QueryParameter:
files:
- public/css/wp-stock-sync-public.css
- public/js/wp-stock-sync-public.js
version: true
wp-store-locator:
QueryParameter:
files:
- css/styles.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wpsl.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Store Locator v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-store-locator-extenders:
Readme:
path: readme.txt
wp-stripe:
QueryParameter:
files:
- css/wp-stripe-widget.css
- css/wp-stripe-thickbox.css
- js/wp-stripe.js
version: true
wp-stripe-cart:
Readme:
path: readme.txt
wp-stripe-donation:
QueryParameter:
files:
- assets/css/wpsd-front-style.css
- assets/js/wpsd-front-script.js
version: true
Readme:
path: readme.txt
wp-stripe-express:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
wp-stripe-kit-lite:
QueryParameter:
files:
- public/css/wp-stripe-kit-public.css
- public/js/wp-stripe-kit-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/alh-wp-stripe-kit-lite.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Stripe Kit Lite (?<v>\d+\.[\.\d]+)/i'
version: true
wp-strong-password:
Readme:
path: readme.txt
wp-structured-data-schema:
Readme:
path: readme.txt
wp-structuring-markup:
Readme:
path: readme.txt
wp-studio-tabs:
Readme:
path: readme.txt
wp-style-it:
QueryParameter:
files:
- javascript/wp-style-it.js
version: true
wp-style-kit:
QueryParameter:
files:
- wp-style-kit.css
version: true
wp-subscribe:
TranslationFile:
class: BodyPattern
path: languages/wp-subscribe.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Subscribe (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-subscription-forms:
QueryParameter:
files:
- fontawesome/css/all.min.css
- css/wpsf-frontend.css
- js/wpsf-frontend.js
version: true
Readme:
path: readme.txt
wp-subtitle:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path:
- readme.txt
- README.md
wp-sugarscale:
QueryParameter:
files:
- public/css/wp-sugarscale-public.css
- public/js/wp-sugarscale-public.js
version: true
wp-super-cache:
Comment:
xpath: //comment()[contains(., "WP-Super-Cache")]
pattern: !ruby/regexp /page generated by WP-Super-Cache/i
HeaderPattern:
header: WP-Super-Cache
pattern: !ruby/regexp /supercache/i
wp-super-cache-clear-cache-menu:
Readme:
path: readme.txt
wp-super-edit:
Readme:
path: readme.txt
wp-super-form:
Readme:
path: readme.txt
wp-super-minify:
Comment:
xpath: //comment()[contains(., "Super Minify")]
pattern: !ruby/regexp /This site runs WP Super Minify plugin v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-super-network:
Readme:
path: readme.txt
wp-super-popup:
Readme:
path: readme.txt
wp-sweebe:
QueryParameter:
files:
- css/sweebe.css
version: true
wp-sweep:
Readme:
path: readme.txt
wp-swfobject:
Comment:
xpath: //comment()[contains(., "WP-SWFObject")]
pattern: !ruby/regexp /WP\-SWFObject (?<v>\d+\.[\.\d]+)/i
version: true
wp-swiper:
QueryParameter:
files:
- css/frontend_block.css
- public/css/swiper-bundle.min.css
- gutenberg/js/frontend_block.js
version: true
Readme:
path: README.txt
wp-switch-user:
QueryParameter:
files:
- public/css/ace_switch_user-public.css
- public/js/ace_switch_user-public.js
version: true
wp-sync-dropbox:
QueryParameter:
files:
- public/css/dropsync-public.css
- public/js/dropsync-public.js
version: true
wp-syntax:
QueryParameter:
files:
- css/wp-syntax.css
- js/wp-syntax.js
version: true
Readme:
path: README.txt
wp-system-health:
TranslationFile:
class: BodyPattern
path: languages/wp-system-health-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP System Health v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-system-snapshot:
Readme:
path: readme.txt
wp-tab-anchors:
QueryParameter:
files:
- wp-tab-anchors.js
version: true
wp-tab-widget:
Readme:
path: readme.txt
wp-tabber-widget:
Readme:
path: readme.txt
wp-table-builder:
QueryParameter:
files:
- inc/frontend/css/wp-table-builder-frontend.css
- inc/frontend/js/wp-table-builder-frontend.js
version: true
Readme:
path: readme.txt
wp-table-reloaded:
TranslationFile:
class: BodyPattern
path: languages/wp-table-reloaded-de_DE.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP\-Table Reloaded v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-tag-manager-event:
QueryParameter:
files:
- js/wp-tag-manager-event.js
version: true
wp-tarteaucitron-js-self-hosted:
Readme:
path: README.txt
wp-tax-price:
QueryParameter:
files:
- css/wp-tax-price.min.css
- js/wp-tax-price.min.js
version: true
wp-taxonomy-order:
TranslationFile:
class: BodyPattern
path: languages/wp-taxonomy-order.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Taxonomy Order (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-team-display:
Readme:
path: readme.txt
wp-team-list:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
wp-team-manager:
QueryParameter:
files:
- public/css/tm-style.css
version: true
wp-team-showcase-and-slider:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/magnific-popup.css
- assets/css/teamshowcase-style.css
version: true
wp-tell-a-friend-popup-form:
Readme:
path: readme.txt
wp-term-manager:
Readme:
path: readme.txt
wp-term-order:
Readme:
path: readme.txt
wp-terms-as-posts:
Readme:
path: readme.txt
wp-tesseract:
Readme:
path: readme.txt
wp-test-email:
Readme:
path: readme.txt
wp-testimonial-block:
Readme:
path: readme.txt
wp-testimonial-with-widget:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/testimonials-style.css
version: true
wp-text-copy-blocker:
Readme:
path: readme.txt
wp-theme-statistic:
Readme:
path: readme.txt
wp-themes-plugins-stats:
Readme:
path: readme.txt
wp-thumbgallery:
QueryParameter:
files:
- css/jquery.mb.gallery.min.css
- js/jquery.mb.gallery.js
- js/thumbGallery-init.js
version: true
wp-thumbnail-linkbox-shortcode:
Readme:
path: readme.txt
wp-tic-tac-toe:
Readme:
path: readme.txt
wp-ticket:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Wp Ticket v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
wp-tiger:
Readme:
path: Readme.txt
wp-tiktok-feed:
Readme:
path: readme.txt
wp-time-capsule:
Readme:
path: readme.txt
wp-time-sheets:
QueryParameter:
files:
- public/css/wp-timesheets-public.min.css
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-timeline-archive:
QueryParameter:
files:
- wp-timeline-archive.css
version: true
wp-timetable:
QueryParameter:
files:
- assets/css/timetable.css
version: true
wp-tinymce-editor-slider-shortcode:
Readme:
path: Readme.txt
wp-tipi:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wp-tips:
Readme:
path: readme.txt
wp-title-case:
TranslationFile:
class: BodyPattern
path: langs/wp-title-case-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Title Case v(?<v>\d+\.[\.\d]+)/i'
version: true
wp-tmail-lite-multi-domain-temporary-email-system:
Readme:
path: readme.md
wp-to-alexa-flash-briefing:
TranslationFile:
class: BodyPattern
path: languages/wp-to-alexa-flash-briefing.pot
pattern: !ruby/regexp '/\-Id\-Version: WP To Alexa Flash Briefing (?<v>\d+\.[\.\d]+)/i'
version: true
wp-to-steemit:
QueryParameter:
files:
- public/css/posttosteemit-public.css
- public/js/posttosteemit-public.js
- public/css/pts.css
- public/js/dist/bundle.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-to-trello:
Readme:
path: readme.txt
wp-to-twitter:
Readme:
path: readme.txt
wp-to-weibo:
TranslationFile:
class: BodyPattern
path: languages/wp-to-weibo-zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-tocjs:
QueryParameter:
files:
- assets/css/tocjs.css
- assets/js/tocjs.min.js
- assets/js/toc.js
version: true
wp-toolbar-flags:
Readme:
path:
- readme.txt
- README.md
wp-toolbelt:
Readme:
path: readme.txt
wp-tools-divi-blog-carousel:
Readme:
path: readme.txt
wp-tools-divi-product-carousel:
Readme:
path: readme.txt
wp-tools-gravity-forms-divi-module:
Readme:
path: readme.txt
wp-tooltips:
QueryParameter:
files:
- style/style.css
version: true
wp-top-alert:
Readme:
path: readme.txt
wp-top-news:
QueryParameter:
files:
- assets/css/wtn-front-style.css
version: true
wp-topbar:
Comment:
xpath: //comment()[contains(., "WP-TopBar")]
pattern: !ruby/regexp /WP\-TopBar_(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-total-hacks:
Readme:
path: readme.txt
wp-touch-slider:
Readme:
path: readme.txt
wp-tournament-registration:
Readme:
path:
- readme.txt
- wp-tournament-registration/readme.txt
wp-track-keeper:
Readme:
path:
- Readme.txt
- README.md
wp-traffic-pro:
MetaTag:
class: Xpath
xpath: //meta[@name="generator" and contains(@content, "WP-Traffic")]/@content
version: true
pattern: !ruby/regexp /WP\-Traffic (?<v>\d+\.[\.\d]+)/i
Readme:
path: readme.txt
wp-transactions:
Readme:
path: readme.txt
wp-travel:
TranslationFile:
class: BodyPattern
path: i18n/languages/wp-travel.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Travel (?<v>\d+\.[\.\d]+)/i
version: true
wp-travel-blocks:
TranslationFile:
class: BodyPattern
path: i18n/languages/wp-travel-blocks.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WP Travel Blocks New (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-travel-engine:
QueryParameter:
files:
- public/css/wp-travel-engine-public.css
- public/css/font-awesome.min.css
- public/css/datepicker-style.css
- public/css/owl.carousel.css
- public/css/animate.css
- public/css/wpte-gallery-public.css
- public/js/custom.js
- public/js/wp-travel-engine-public.js
- public/js/owl.carousel.js
- public/js/wpte-gallery-public.js
- public/js/wp-travel-engine-travelers-number.js
version: true
wp-travel-mapquest:
TranslationFile:
class: BodyPattern
path: i18n/languages/wp-travel-mapquest.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Travel MapQuest (?<v>\d+\.[\.\d]+)/i'
version: true
wp-travelermap:
QueryParameter:
files:
- frontend/js/travelermap-frontend.js
version: true
wp-trending-post-slider-and-widget:
QueryParameter:
files:
- assets/css/slick.css
- assets/css/wtpsw-public.css
version: true
wp-trip-summary:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: lang/abp01-trip-summary.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Trip Summary (?<v>\d+\.[\.\d]+)/i'
version: true
wp-tripadvisor-review-slider:
QueryParameter:
files:
- public/css/wptripadvisor_w3.css
- public/css/wprs_unslider.css
- public/css/wprs_unslider-dots.css
- public/js/wprev-public.js
- public/js/wprs-unslider-min.js
version: true
wp-tweet-search-tooltip:
QueryParameter:
files:
- css/jquery.ui.core.css
- css/jquery.ui.resizable.css
- css/jquery.ui.theme.css
- css/style.css
version: true
wp-tweet-walls:
Readme:
path: readme.txt
wp-twitter-wall:
QueryParameter:
files:
- css/twitter-wall.css
version: true
wp-txt-sitemap:
Readme:
path: readme.txt
wp-typeit:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
wp-typography:
QueryParameter:
files:
- js/jquery.selection.min.js
- js/clean_clipboard.min.js
- js/clean-clipboard.min.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-udemy:
QueryParameter:
files:
- public/css/styles.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-udemy.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Udemy (?<v>\d+\.[\.\d]+)/i'
version: true
wp-ugc-comments:
Readme:
path: readme.txt
wp-ui:
QueryParameter:
files:
- js/wp-ui.js
version: true
wp-ulike:
QueryParameter:
files:
- assets/js/wp-ulike.min.js
version: true
TranslationFile:
class: BodyPattern
path: lang/wp-ulike.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP ULike (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wp-ultimate-crypto:
QueryParameter:
files:
- public/css/public.min.css
version: true
wp-ultimate-post-grid:
QueryParameter:
files:
- css/filter.css
- css/pagination.css
- css/grid.css
- css/layout_base.css
- vendor/isotope/isotope.pkgd.min.js
- js/grid.js
version: true
wp-ultimate-recipe:
QueryParameter:
files:
- assets/wpurp-public-forced.css
- vendor/font-awesome/css/font-awesome.min.css
- assets/wpurp-public.js
version: true
wp-unit-converter:
QueryParameter:
files:
- public/css/wp-unit-converter-public.css
- public/js/math.min.js
- public/js/wp-unit-converter-public.js
version: true
Readme:
path: README.txt
wp-unpublish:
Readme:
path: readme.txt
wp-upcoming-releases:
TranslationFile:
class: BodyPattern
path: languages/wp-upcoming-releases-pt_BR.po
pattern: !ruby/regexp '/roject\-Id\-Version: WP Upcoming Releases (?<v>\d+\.[\.\d]+)/i'
version: true
wp-update-checklist:
Readme:
path: readme.txt
wp-updates-notifier:
Readme:
path: readme.txt
wp-updatr:
Readme:
path: readme.txt
wp-upstream:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
TranslationFile:
class: BodyPattern
path: languages/wpupstream.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ wp\-upstream (?<v>\d+\.[\.\d]+)/i
version: true
wp-user-activity:
Readme:
path: readme.txt
wp-user-avatar:
Readme:
path: readme.txt
wp-user-avatars:
Readme:
path: readme.txt
wp-user-control:
QueryParameter:
files:
- js/wp-user-control-widget.js
version: true
wp-user-frontend:
TranslationFile:
class: BodyPattern
path: languages/wpuf.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP User Frontend (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/vendor/sweetalert2/dist/sweetalert2.css
- assets/vendor/sweetalert2/dist/sweetalert2.js
version: true
Readme:
path: readme.txt
wp-user-manager:
QueryParameter:
files:
- assets/css/wpum.min.css
version: true
wp-user-merger:
Readme:
path: readme.txt
wp-user-profile:
QueryParameter:
files:
- assets/css/wp-user-profile.css
version: true
wp-user-profile-avatar:
Readme:
path: readme.txt
wp-user-profile-restriction:
Readme:
path: README.txt
wp-user-profiles:
Readme:
path: readme.txt
wp-user-rewards:
TranslationFile:
class: BodyPattern
path: lang/wp-user-rewards-zh_CN.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP User Rewards (?<v>\d+\.[\.\d]+)/i'
version: true
wp-user-role-switcher:
Readme:
path: readme.md
wp-user-sentry:
Readme:
path: readme.txt
wp-user-signups:
Readme:
path: readme.txt
wp-user-switch:
Readme:
path: readme.txt
wp-user-toolbox:
Readme:
path: readme.txt
wp-useragent:
Readme:
path: readme.txt
wp-userlogin:
TranslationFile:
class: BodyPattern
path: wp-userlogin.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP\-UserLogin (?<v>\d+\.[\.\d]+)/i'
version: true
wp-useronline:
Readme:
path: readme.txt
wp-users-login-history:
QueryParameter:
files:
- public/css/wp-users-login-history-public.css
- public/js/wp-users-login-history-public.js
version: true
Readme:
path: README.txt
wp-utility-and-performance:
TranslationFile:
class: BodyPattern
path: languages/wp-utility-and-performance.pot
pattern: !ruby/regexp '/\-Id\-Version: WP Utility and Performance (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp-utz:
Readme:
path: README.txt
wp-vagrantize:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
wp-vbulletin-sso:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-vereinsflieger:
Readme:
path: readme.txt
wp-verify-api:
Readme:
path: readme.txt
wp-version:
TranslationFile:
class: BodyPattern
path: lang/wp-version-fr_FR.po
pattern: !ruby/regexp '/oject\-Id\-Version: Show Website Version V(?<v>\d+\.[\.\d]+)/i'
version: true
wp-viber-contact-button-lite:
QueryParameter:
files:
- css/frontend/socicon/style.css
- js/wpvcbL-frontend.js
version: true
wp-video-lightbox:
JavascriptVar:
pattern: !ruby/regexp /WP_VIDEO_LIGHTBOX_VERSION\s*=\s*"(?<v>\d+\.[\.\d]+)";/i
version: true
Readme:
path: readme.txt
wp-viewworks:
QueryParameter:
files:
- public/css/public.css
- public/js/jamie.js
- public/js/public.js
version: true
Readme:
path: README.txt
wp-vimeoplayer:
QueryParameter:
files:
- css/jquery.mb.vimeo_player.min.css
- js/jquery.mb.vimeo_player.js
version: true
JavascriptVar:
class: BodyPattern
path: js/jquery.mb.vimeo_player.min.js
pattern: !ruby/regexp /version:"(?<v>\d+\.[\.\d]+)"/i
version: true
wp-vipergb:
QueryParameter:
files:
- styles/Default.css
version: true
wp-visual-sitemap:
Readme:
path: readme.txt
wp-visualize:
QueryParameter:
files:
- public/css/wp-visualize-public.css
- public/js/wp-visualize-public.js
- public/js/scene.js
- public/js/moveable.min.js
pattern: !ruby/regexp /ver=(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: README.txt
wp-vk:
Readme:
path: readme.txt
wp-voice:
Readme:
path: readme.txt
wp-vue:
Readme:
path: readme.txt
wp-wdfy-integration-of-wodify:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
wp-web-map:
Readme:
path: readme.txt
wp-web-maps:
Readme:
path:
- readme.txt
- README.md
wp-webauthn:
Readme:
path: readme.txt
wp-webdoctor:
Readme:
path: readme.txt
wp-webhooks-comments:
Readme:
path: readme.txt
wp-webhooks-easy-digital-downloads:
Readme:
path: readme.txt
wp-webhooks-email-integration:
Readme:
path: readme.txt
wp-webhooks-manage-taxonomy-terms:
Readme:
path: readme.txt
wp-webpnative:
Readme:
path: readme.txt
wp-webrtc2:
Readme:
path: readme.txt
wp-weixin-broadcast:
Readme:
path: readme.txt
wp-whatsapp:
Readme:
path: readme.txt
wp-whatsapp-chat:
QueryParameter:
files:
- assets/css/qlwapp.min.css
- assets/js/qlwapp.min.js
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/
version: true
wp-whatsapp-product-request:
QueryParameter:
files:
- css/wpwpr_style.css
version: true
wp-whydonate:
QueryParameter:
files:
- public/css/wp-whydonate-public.css
- public/js/jquery.validate.js
- public/js/wp-whydonate-public.js
version: true
wp-widget-bundle:
Readme:
path: readme.txt
wp-widget-disable:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
wp-widget-styler:
QueryParameter:
files:
- assets/css/minified/style.min.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wp-widget-styler.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Widget Styler (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^Version:? (?<v>\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi
version: true
wp-wiki-tooltip:
QueryParameter:
files:
- static/css/wp-wiki-tooltip.css
- static/js/wp-wiki-tooltip.js
version: true
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /(?<v>[\d\.]+) \- [\dA-Z\/]{6,}/
version: true
wp-wikibox:
QueryParameter:
files:
- css/wikibox.css
version: true
wp-window-shopper:
Readme:
path: readme.txt
wp-wishlist:
QueryParameter:
files:
- assets/css/styles.css
- assets/js/scripts.min.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-woo-commerce-sync-for-g-sheet:
Readme:
path: readme.txt
wp-woo-product-social-share:
Readme:
path: readme.txt
wp-woo-products-slider:
QueryParameter:
files:
- public/css/wp_wps-public.css
- public/css/owl.carousel.min.css
- public/js/owl.carousel.min.js
- public/js/wp_wps-public.js
version: true
wp-woocommerce-quickbooks:
Readme:
path: readme.txt
wp-wpcat-json-rest:
Readme:
path: readme.txt
wp-yandex-translate:
Readme:
path: readme.txt
wp-yearendstats:
TranslationFile:
class: BodyPattern
path: languages/wp-yearendstats.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Year End Stats (?<v>\d+\.[\.\d]+)/i'
version: true
wp-yelp-review-slider:
QueryParameter:
files:
- public/css/wpyelp_w3.css
- public/css/wprs_unslider.css
- public/css/wprs_unslider-dots.css
- public/js/wprev-public.js
- public/js/wprs-unslider-min.js
version: true
wp-yomigana:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wp-youtube-embed:
QueryParameter:
files:
- public/css/cws-youtube-pro-public.css
- shortcodes/pro/lib/slick/slick.css
- shortcodes/pro/lib/slick/slick-theme.css
version: true
wp-youtube-lyte:
Readme:
path: readme.txt
wp-youtube-video-gallery:
QueryParameter:
files:
- assets/js/logic.js
version: true
Readme:
path: readme.txt
wp-yun:
TranslationFile:
class: BodyPattern
path: languages/fa_IR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Yun (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wp-zillow-review-slider:
QueryParameter:
files:
- public/css/wpzillow_w3.css
- public/css/wprs_unslider.css
- public/css/wprs_unslider-dots.css
- public/js/wprev-public.js
- public/js/wprs-unslider-min.js
version: true
wp01:
Readme:
path: readme.txt
wp1-like:
QueryParameter:
files:
- assets/js/wp1-like.js
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=(?<v>\d+\.[\.\d]+)=(?!.*=\d+\.[\.\d]+=)/mi
version: true
wp125:
Readme:
path: readme.txt
wp24-domain-check:
TranslationFile:
class: BodyPattern
path: languages/wp24-domaincheck-de_DE.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WP24 Domain Check (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wp24-termine:
Readme:
path: readme.txt
wp247-extension-notification-client:
TranslationFile:
class: BodyPattern
path: languages/wp247-extension-notification-client-default.po
pattern: !ruby/regexp /on:\ WP247 Extension Notification Client (?<v>\d+\.[\.\d]+)/i
version: true
wp2leads:
QueryParameter:
files:
- public/css/wp2leads-public.css
- public/js/wp2leads-public.js
version: true
wp2newsletter:
QueryParameter:
files:
- public/css/wpnewsletter-campaign-public.css
- public/js/wpnewsletter-campaign-public.js
version: true
wp30-by-who:
QueryParameter:
files:
- public/css/wp30-by-who-public.css
- public/js/wp30-by-who-public.js
version: true
wpa-woocommerce-product-gallery-lite:
QueryParameter:
files:
- assets/css/style.css
- assets/css/custom-style.css
version: true
wpac-like-system:
QueryParameter:
files:
- assets/js/ajax.js
version: true
wpac-typing:
Readme:
path: readme.txt
wpachievements-free:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^v(?<v>\d+\.[\.\d]+)/i
version: true
wpadcenter:
QueryParameter:
files:
- admin/css/wpadcenter-admin-block.min.css
- admin/js/blocks/wpadcenter-admin-block.js
- admin/js/libraries/cycle2/cycle2.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wpadcenter.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP AdCenter (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- README.txt
- README.md
wpadverts:
TranslationFile:
class: BodyPattern
path: languages/adverts.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Adverts (?<v>\d+\.[\.\d]+)/i'
version: true
wpappninja:
Readme:
path: readme.txt
wparabic:
Readme:
path: readme.txt
wpaudio-mp3-player:
QueryParameter:
files:
- wpaudio.min.js
version: true
wpazure-kit:
Readme:
path: readme.txt
wpazure-site-library:
Readme:
path: readme.txt
wpb-accordion-menu-or-category:
Readme:
path: readme.txt
wpb-circliful:
QueryParameter:
files:
- css/main.css
version: true
wpb-elementor-addons:
Readme:
path: readme.txt
wpb-floating-menu-or-categories:
QueryParameter:
files:
- assets/css/main.css
- assets/js/main.js
version: true
wpb-image-widget:
QueryParameter:
files:
- assets/css/main.css
version: true
wpb-product-size-charts-for-woocommerce:
Readme:
path: readme.txt
wpb-social-master:
QueryParameter:
files:
- css/main.css
version: true
wpb-woocommerce-accordain:
QueryParameter:
files:
- assets/css/main.css
version: true
wpb-woocommerce-category-slider:
Readme:
path: readme.txt
wpb-woocommerce-custom-tab-manager:
Readme:
path: readme.txt
wpb-woocommerce-related-products-slider:
Readme:
path: readme.txt
wpb-woocommerce-show-sales-numbers:
QueryParameter:
files:
- assets/css/main.css
version: true
wpb-woocommerce-widgets-accordion:
QueryParameter:
files:
- assets/css/main.css
- assets/js/main.js
version: true
Readme:
path: readme.txt
wpbadgedisplay:
TranslationFile:
class: BodyPattern
path: languages/wpbadgedisplay.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPBadgeDisplay (?<v>\d+\.[\.\d]+)/i'
version: true
wpbenchmark:
Readme:
path: readme.txt
wpbits-addons-for-elementor:
TranslationFile:
class: BodyPattern
path: i18n/languages/wpbits-addons-for-elementor.pot
pattern: !ruby/regexp '/Id\-Version: WPBits Addons For Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpbkash:
Readme:
path: readme.txt
wpblox-compare-plans:
Readme:
path: README.txt
wpbmb-entrez:
QueryParameter:
files:
- js/featherlight.min.js
version: true
wpbooklist:
QueryParameter:
files:
- assets/css/wpbooklist-main-frontend.css
- assets/css/wpbooklist-posts-pages-default.css
- assets/js/wpbooklist_frontend.min.js
version: true
wpbricks:
Readme:
path: readme.txt
wpbricks-faq-block-addons:
Readme:
path: readme.txt
wpbricks-portfolio-block-addons:
Readme:
path: readme.txt
wpc-ajax-add-to-cart:
TranslationFile:
class: BodyPattern
path: languages/wpc-ajax-add-to-cart.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WPC Ajax Add to Cart (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpc-composite-products:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-composite-products.pot
pattern: !ruby/regexp /WPC Composite Products for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
wpc-countdown-timer:
TranslationFile:
class: BodyPattern
path: languages/wpc-countdown-timer.pot
pattern: !ruby/regexp '/on: WPC Countdown Timer for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpc-custom-related-products:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-custom-related-products.pot
pattern: !ruby/regexp /Custom Related Products for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
wpc-force-sells:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-force-sells.pot
pattern: !ruby/regexp '/ersion: WPC Force Sells for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
wpc-grouped-product:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-grouped-product.pot
pattern: !ruby/regexp '/on: WPC Grouped Product for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
wpc-name-your-price:
TranslationFile:
class: BodyPattern
path: languages/wpc-name-your-price.pot
pattern: !ruby/regexp '/on: WPC Name Your Price for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpc-paypal-express-checkout:
QueryParameter:
files:
- public/css/wpc-paypal-express-checkout-public.css
- public/js/wpc-paypal-express-checkout-public.js
version: true
wpc-paypal-pro-payments:
QueryParameter:
files:
- public/css/wpc-paypal-pro-payments-public.css
- public/js/wpc-paypal-pro-payments-public.js
version: true
wpc-product-quantity:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-product-quantity.pot
pattern: !ruby/regexp '/n: WPC Product Quantity for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
wpc-product-table:
TranslationFile:
class: BodyPattern
path: languages/wpc-product-table.pot
pattern: !ruby/regexp '/sion: WPC Product Table for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpc-product-tabs:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-product-tabs.pot
pattern: !ruby/regexp '/rsion: WPC Product Tabs for WooCommerce (?<v>\d+\.[\.\d]+)/i'
version: true
wpc-show-single-variations:
TranslationFile:
class: BodyPattern
path: languages/wpc-show-single-variations.pot
pattern: !ruby/regexp '/\-Id\-Version: WPC Show Single Variations (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpc-smart-price-filter:
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: languages/wpc-smart-price-filter.pot
pattern: !ruby/regexp /WPC Smart Price Filter for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
wpc-variations-radio-buttons:
TranslationFile:
class: BodyPattern
path: languages/wpc-variations-radio-buttons.pot
pattern: !ruby/regexp '/d\-Version: WPC Variations Radio Buttons (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpcake-demo-importer:
TranslationFile:
class: BodyPattern
path: languages/wpcake-demo-importer.pot
pattern: !ruby/regexp '/roject\-Id\-Version: WPCake Demo Importer (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpcal:
Readme:
path: readme.txt
wpcalc:
Readme:
path: README.txt
wpcalendars-lite:
Readme:
path: readme.txt
wpcasa:
QueryParameter:
files:
- assets/js/jquery.tipTip.min.js
- assets/js/jquery.cookie.js
- assets/js/wpsight-listings-search.js
version: true
wpcat2tag-importer:
Readme:
path: readme.txt
wpcf7-anti-spam:
Readme:
path: readme.txt
wpcf7-recaptcha:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wpcf7-redirect:
Readme:
path: readme.txt
wpcheckr:
Readme:
path: readme.txt
wpckan:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
wpcl-beaver-extender:
QueryParameter:
files:
- assets/css/public.css
- src/scripts/public.js
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wpcomment-blacklist-support-for-gravity-forms:
Readme:
path: readme.txt
wpcomplete:
QueryParameter:
files:
- public/css/wpcomplete-public.css
- public/js/wpcomplete-public.js
version: true
wpcopyrights:
Readme:
path: readme.txt
wpcos:
Readme:
path: readme.txt
wpcountdown:
QueryParameter:
files:
- static/css/main.css
- static/js/countdown.js
version: true
wpct-drag-drop-recent-posts:
Readme:
path: readme.txt
wpdaddy-header-builder:
Readme:
path: readme.txt
wpdanger-verification:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wpdash-notes:
Readme:
path: readme.txt
wpdb-to-sql:
Readme:
path: README.txt
wpdevart-pricing-table:
Readme:
path: readme.txt
wpdevdesign-browser-detect-for-oxygen:
Readme:
path: readme.txt
wpdevdesign-oxygen-currently-editing:
Readme:
path: readme.txt
wpdevdesign-oxygen-essentials:
Readme:
path: readme.txt
wpdevdesign-oxygen-navigator:
Readme:
path: readme.txt
wpdevdesign-rankmath-integration-for-oxygen:
Readme:
path: readme.txt
wpdevhub-recipes:
Readme:
path: readme.txt
wpdirectory:
TranslationFile:
class: BodyPattern
path: wpDirectory-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: wpDirectory (?<v>\d+\.[\.\d]+)/i'
version: true
wpdm-elementor:
Readme:
path: readme.txt
wpdm-gutenberg-blocks:
Readme:
path: readme.txt
wpdownload:
QueryParameter:
files:
- public/css/dwpl-data-public.css
- public/js/dwpl-data-public.js
version: true
wpdrift-io-worker:
QueryParameter:
files:
- public/js/wpdrift-worker-public.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wpdrift-worker.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WPdrift IO \- Worker (?<v>\d+\.[\.\d]+)/i'
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wpebanover:
TranslationFile:
class: BodyPattern
path: lang/wpebanover-es_ES.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WPeBanOver v(?<v>\d+\.[\.\d]+)/i'
version: true
wpematico:
Readme:
path: readme.txt
wpematico-polylang:
Readme:
path: readme.txt
wpessential:
Readme:
path: readme.txt
wpessential-icons:
TranslationFile:
class: BodyPattern
path: languages/wpessential-icons.pot
pattern: !ruby/regexp '/msgid "WPEssential Version: (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpessentials:
Readme:
path: readme.txt
wpexperts-square-for-give:
Readme:
path: readme.txt
wpfactory-conditional-shipping-for-woocommerce:
Readme:
path: readme.txt
wpfomo:
QueryParameter:
files:
- public/css/wpfomo-public.css
- public/js/wpfomo-public.js
version: true
wpforms-lite:
TranslationFile:
class: BodyPattern
path: languages/wpforms.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPForms (?<v>\d+\.[\.\d]+)/i'
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
wpfox-infobox-rotator:
Readme:
path: readme.txt
wpfrom-email:
Readme:
path: readme.txt
wpfront-notification-bar:
Readme:
path: readme.txt
wpfront-scroll-top:
Readme:
path: readme.txt
wpfront-user-role-editor:
Readme:
path: readme.txt
wpftp:
Readme:
path: readme.txt
wpfts-add-on-for-wp-download-manager:
Readme:
path: readme.txt
wpfts-add-on-for-wp-filebase-pro:
Readme:
path: readme.txt
wpgform:
Readme:
path: readme.txt
wpgiftregistry:
QueryParameter:
files:
- public/css/WP_Gift_Registry-public.css
- public/js/WP_Gift_Registry-public.js
- public/css/wp-gift-registry-public.css
- public/css/style.css
- public/js/wp-gift-registry-public.js
- public/js/vendor/vendor.min.js
- public/js/main.min.js
version: true
wpglobus:
QueryParameter:
files:
- includes/css/wpglobus.min.css
- includes/js/wpglobus.min.js
- includes/css/wpglobus.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wpglobus.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WPGlobus (?<v>\d+\.[\.\d]+)/i
version: true
JavascriptVar:
pattern: !ruby/regexp /var WPGlobus\s*=\s*{(?<json>.+?(?=};))};/i
version_key: version
version: true
Readme:
path: readme.txt
wpglobus-featured-images:
TranslationFile:
class: BodyPattern
path: languages/wpglobus-featured-images.pot
pattern: !ruby/regexp /ct\-Id\-Version:\ WPGlobus Featured Images (?<v>\d+\.[\.\d]+)/i
version: true
wpglobus-for-wpbakery-visual-composer:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wpglobus-translate-options:
TranslationFile:
class: BodyPattern
path: languages/wpglobus-translate-options.pot
pattern: !ruby/regexp /\-Id\-Version:\ WPGlobus Translate Options (?<v>\d+\.[\.\d]+)/i
version: true
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wpgraphicstudio:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /wpGraphicStudio v(?<v>\d+\.[\.\d]+)/i
wpgsi:
QueryParameter:
files:
- public/css/wpgsi-public.css
- public/js/wpgsi-public.js
version: true
Readme:
path: README.txt
wpheka-web-server-information:
Readme:
path: readme.txt
wphelpkit:
Readme:
path: readme.txt
wphindi:
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
Readme:
path: readme.txt
wphobby-addons-for-elementor:
TranslationFile:
class: BodyPattern
path: languages/wphobby-addons-for-elementor.pot
pattern: !ruby/regexp '/d\-Version: WPHobby Addons For Elementor (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wphobby-ajax-search-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/wphobby-woo-ajax-search.pot
pattern: !ruby/regexp '/ect\-Id\-Version: WooCommerce Ajax Search (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wphobby-blocks:
Readme:
path: README.txt
wphobby-demo-import:
TranslationFile:
class: BodyPattern
path: languages/wphobby-demo-import.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WPHobby Demo Import (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wphobby-pdf-invoices-for-woocommerce:
TranslationFile:
class: BodyPattern
path: languages/wphobby-woo-pdf-invoice.pot
pattern: !ruby/regexp '/\-Version: WooCommerce PDF Invoice Maker (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wphobby-woocommerce-mini-cart:
TranslationFile:
class: BodyPattern
path: languages/wphobby-woo-mini-cart.pot
pattern: !ruby/regexp '/\-Version: WPHobby WooCommerce Mini Cart (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wphobby-woocommerce-product-filter:
TranslationFile:
class: BodyPattern
path: languages/wphobby-woocommerce-product-filter.pot
pattern: !ruby/regexp '/ion: WPHobby WooCommerce Product Filter (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
wpi-designer-button-shortcode:
QueryParameter:
files:
- style.css
- preset_styles.css
- inc/front_global.js
- inc/front_script.js
version: true
wpide:
Readme:
path: readme.txt
wpideaforge:
QueryParameter:
files:
- css/frontend.css
- js/frontend.js
version: true
wpify-mapy-cz:
TranslationFile:
class: BodyPattern
path: languages/wpify-mapy-cz-cs_CZ.po
pattern: !ruby/regexp '/"Project\-Id\-Version: Mapy\.cz (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
wpjam-basic:
Readme:
path: readme.txt
wpjm-analytics:
Readme:
path: readme.txt
wpjm-company-profile-page:
Readme:
path:
- readme.txt
- readme.md
wpjm-extra-fields:
Readme:
path: readme.txt
wpjm-jooble-feed:
Readme:
path: readme.txt
wpjm-opening-hours:
TranslationFile:
class: BodyPattern
path: includes/languages/wpjm-opening-hours.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPJM Opening Hours (?<v>\d+\.[\.\d]+)/i'
version: true
wpjobboard:
QueryParameter:
files:
- public/css/wpjb-glyphs.css
- public/css/frontend.css
- public/js/frontend.js
version: true
wpkitchen-fb-album:
TranslationFile:
class: BodyPattern
path: lang/wpkitchen-fb-album.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: wpKitchen FB Album (?<v>\d+\.[\.\d]+)/i'
version: true
wpkuaiyun:
Readme:
path: readme.txt
wplauncher:
QueryParameter:
files:
- public/css/wplauncher-public.css
- public/js/wplauncher-public.js
version: true
wplb-widget-total:
TranslationFile:
class: BodyPattern
path: languages/wplb-en_US.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WPLB Widget Total v(?<v>\d+\.[\.\d]+)/i'
version: true
wplightbox:
Readme:
path: readme.txt
wplike2get:
QueryParameter:
files:
- css/wplike2get.min.css
version: true
wplit-woo-conditions-for-oxygen:
Readme:
path: readme.txt
wplms-badgeos:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /(?<v>\d+\.[\.\d]+)/
version: true
wplo-survey:
Readme:
path: readme.txt
wplocalplus-lite:
QueryParameter:
files:
- assets/js/blocks/wplocalplus-lite-block.js
version: true
Readme:
path: README.txt
wplr-sync-folders:
Readme:
path: README.txt
wplyr-media-block:
QueryParameter:
files:
- assets/js/wplyr.js
version: true
wpm-email:
QueryParameter:
files:
- public/css/wpm-email-public.css
version: true
TranslationFile:
class: BodyPattern
path: languages/wpm-email-it_IT.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WPM\-Email (?<v>\d+\.[\.\d]+)/i'
version: true
wpm-news-api:
Readme:
path: readme.txt
wpm-reviews:
Readme:
path: readme.txt
wpm-user-sync:
Readme:
path: readme.txt
wpmagplus-companion:
Readme:
path: README.txt
wpmandrill:
Readme:
path: readme.txt
wpmapmaker-google-map-styler:
QueryParameter:
files:
- assets/css/style.css
- assets/js/functions.js
- assets/js/map-styler.js
- assets/js/map-controller.js
version: true
Readme:
path: readme.txt
wpmarathi:
QueryParameter:
files:
- "/assets/css/wpmarathi-frontend.css"
version: true
Readme:
path: readme.txt
wpmbytplayer:
QueryParameter:
files:
- css/mb.YTPlayer.css
- js/jquery.mb.YTPlayer.js
version: true
wpmdb:
Readme:
path: readme.txt
wpmerchant:
QueryParameter:
files:
- public/css/wpmerchant-public.css
- public/js/wpmerchant-public.js
version: true
Readme:
path: README.txt
wpmk-faq:
QueryParameter:
files:
- assets/js/wpmk-script.js
version: true
wpmk-portfolio:
QueryParameter:
files:
- assets/js/wpmk-script.js
version: true
wpml-cms-nav:
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: wpml-cms-nav
version: true
wpml-media-translation:
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: wpml-media-translation
version: true
wpml-sticky-links:
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: wpml-sticky-links
version: true
wpml-string-translation:
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: wpml-string-translation
version: true
wpml-translation-management:
DependenciesFile:
class: ConfigParser
path: wpml-dependencies.json
key: wpml-translation-management
version: true
wpml-widgets:
Readme:
path: readme.txt
wpmovielibrary:
QueryParameter:
files:
- assets/css/public/wpmoly.css
- assets/css/public/wpmoly-flags.css
- assets/fonts/wpmovielibrary/style.css
- assets/js/public/wpmoly.js
version: true
wpmu-global-search:
TranslationFile:
class: BodyPattern
path: langs/wpmu-global-search-es_ES.po
pattern: !ruby/regexp /the WordPress plugin WPMU Global Search (?<v>\d+\.[\.\d]+)/i
version: true
wpmyte:
Readme:
path: readme.txt
wpnextpreviouslink:
QueryParameter:
files:
- public/css/wpnextpreviouslink-public.css
version: true
wpnotify-notifications-for-woocommerce:
Readme:
path: readme.txt
wpo-checker:
Readme:
path: readme.txt
wpo-enhancements:
Readme:
path: readme.txt
wpo-friendly-share:
Readme:
path: readme.txt
wpo365-login:
Readme:
path: README.txt
QueryParameter:
files:
- "/apps/dist/pintra-redirect.js"
- apps/dist/pintra-redirect.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wpo365-login-nl_NL.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WPO365 Pot v(?<v>\d+\.[\.\d]+)/i'
version: true
wpo365-samesite:
Readme:
path: README.txt
wpo365-sharing:
Readme:
path: README.txt
wponion:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp '/\#\# \[Beta : (?<v>\d+\.[\.\d]+)\]/i'
version: true
wpop-contactform-hubspot:
Readme:
path: readme.txt
wpopal-core-features:
Readme:
path: readme.txt
wpopal-medical:
QueryParameter:
files:
- assets/css/style.css
version: true
Readme:
path: readme.txt
wpoptin:
Readme:
path: README.txt
wporlogin:
Readme:
path: readme.txt
wpos-owl-carousel-ultimate:
QueryParameter:
files:
- assets/css/owl.carousel.css
- assets/css/wpocup-public.css
version: true
wposs:
Readme:
path: readme.txt
wpowl-manager:
QueryParameter:
files:
- public/css/wpowl-manager-public.css
- public/js/wpowl-manager-public.js
version: true
wpp-faster-payment-systemfps-hong-kong:
Readme:
path: readme.txt
wpp-ninja-bootstrap-gallery:
QueryParameter:
files:
- public/css/magnific-popup.css
- public/css/wppninja-bootstrap-gallery.css
- public/js/jquery.magnific-popup.min.js
- public/js/wppninja-bootstrap-gallery-public.js
version: true
wppageflip:
Readme:
path: readme.txt
wppizza:
QueryParameter:
files:
- js/scripts.min.js
version: true
wppm-google-analytics:
Readme:
path: readme.txt
wppm-google-webmaster-tools:
Comment:
xpath: //comment()[contains(., "wppm")]
pattern: !ruby/regexp /wppm Google Webmaster Tools v(?<v>\d+\.[\.\d]+)/i
version: true
wppopupmagic:
Readme:
path: readme.txt
wpprosperent:
QueryParameter:
files:
- js/wp-prosperent.js
version: true
wpqiniu:
Readme:
path: readme.txt
wpr-comments-categories:
QueryParameter:
files:
- assets/css/style.css
- assets/js/wpr-comments-categories.js
version: true
Readme:
path: readme.txt
wprecaptcha:
Readme:
path: readme.txt
wpremote:
Readme:
path: readme.txt
wpreplace:
Readme:
path: readme.txt
wprequal:
QueryParameter:
files:
- assets/css/app.min.css
- assets/js/app.min.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18h/wprequal.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WPrequal (?<v>\d+\.[\.\d]+)/i'
version: true
wprong-testimonial-slider:
QueryParameter:
files:
- public/css/jquery.bxslider.css
- public/css/wprong-testimonial-plugin-public.css
- public/js/jquery.bxslider.min.js
- public/js/wprong-testimonial-plugin-public.js
version: true
wps-hide-login:
Readme:
path: readme.txt
wps-html-blocks:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)(?!.*\d+\.[\.\d]+)/mi
version: true
wps-limit-login:
TranslationFile:
class: BodyPattern
path: languages/wps-limit-login-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: wps\-limit\-login (?<v>\d+\.[\.\d]+)/i'
version: true
wpsc-mijnpress:
Readme:
path: readme.txt
wpshop:
QueryParameter:
files:
- templates/admin/css/jquery-libs/jquery.fancybox-1.3.4.css
- templates/wpshop/css/wps_style.css
- templates/wpshop/css/owl.carousel.css
- templates/wpshop/css/owl.transitions.css
- includes/modules/wps_customer_contacts/assets/js/wps_customer_contacts.frontend.js
- templates/admin/js/jquery-libs/jquery.address-1.5.min.js
- templates/wpshop/js/frontend_main.js
- templates/admin/js/fancybox/jquery.mousewheel-3.0.4.pack.js
- templates/admin/js/fancybox/jquery.fancybox-1.3.4.pack.js
- templates/wpshop/js/wps-api.js
- templates/wpshop/js/jquery.nouislider.min.js
- templates/wpshop/js/owl.carousel.min.js
version: true
wpshopgermany-free:
Comment:
pattern: !ruby/regexp /wpShopGermany Version (?<v>\d+\.[\.\d]+)/i
version: true
wpshopify:
QueryParameter:
files:
- public/js/vendor/es6-promise.auto.min.js
- dist/public.min.js
version: true
wpsimpletools-disable-comments:
Readme:
path: readme.txt
wpsimpletools-html-code:
Readme:
path: readme.txt
wpsimpletools-log-viewer:
Readme:
path: readme.txt
wpsimpletools-maintenance-mode:
Readme:
path: readme.txt
wpsimpletools-upload-limit:
Readme:
path: readme.txt
wpslimclamp:
QueryParameter:
files:
- public/css/wpslimclamp-public.css
- public/js/slimclamp.min.js
- public/js/wpslimclamp-public.js
version: true
wpsolr-search-engine:
QueryParameter:
files:
- wpsolr/core/css/bootstrap.min.css
- wpsolr/core/css/style.css
- wpsolr/core/js/bootstrap-typeahead.js
- wpsolr/core/bower_components/jsurl/url.min.js
- wpsolr/core/js/autocomplete_solr.js
- wpsolr/core/js/loadingoverlay/loadingoverlay.min.js
version: true
wpspx-basket:
Readme:
path: readme.txt
wpspx-login:
Readme:
path: readme.txt
wpss-cookies:
Readme:
path: readme.txt
wpsso:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /WPSSO Core (?<v>\d+\.[\.\d]+)\/[a-z]/i
TranslationFile:
class: BodyPattern
path: languages/wpsso-fr_FR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ WPSSO Core (?<v>\d+\.[\.\d]+)/i
version: true
Comment:
xpath: "//comment()[contains(., 'WPSSO')]"
pattern: !ruby/regexp /by WPSSO Core v(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-am:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /WPSSO AM (?<v>\d+\.[\.\d]+)\//i
TranslationFile:
class: BodyPattern
path: languages/wpsso-am.pot
pattern: !ruby/regexp '/oject\-Id\-Version: WPSSO Mobile App Meta (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-breadcrumbs:
TranslationFile:
class: BodyPattern
path: languages/wpsso-breadcrumbs.pot
pattern: !ruby/regexp '/ersion: WPSSO Schema Breadcrumbs Markup (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-faq:
TranslationFile:
class: BodyPattern
path: languages/wpsso-faq-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WPSSO FAQ Manager (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-inherit-parent-meta:
TranslationFile:
class: BodyPattern
path: languages/wpsso-inherit-parent-meta.pot
pattern: !ruby/regexp '/t\-Id\-Version: WPSSO Inherit Parent Meta (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-organization:
TranslationFile:
class: BodyPattern
path: languages/wpsso-organization.pot
pattern: !ruby/regexp '/t\-Id\-Version: WPSSO Organization Markup (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-plm:
TranslationFile:
class: BodyPattern
path: languages/wpsso-plm.pot
pattern: !ruby/regexp /lace \/ Location and Local Business Meta (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-ratings-and-reviews:
TranslationFile:
class: BodyPattern
path: languages/wpsso-ratings-and-reviews.pot
pattern: !ruby/regexp '/t\-Id\-Version: WPSSO Ratings and Reviews (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-rest-api:
TranslationFile:
class: BodyPattern
path: languages/wpsso-rest-api-fr_FR.po
pattern: !ruby/regexp '/"Project\-Id\-Version: WPSSO REST API (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-rrssb:
QueryParameter:
files:
- css/ext/rrssb.min.css
- js/ext/rrssb.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/wpsso-rrssb.pot
pattern: !ruby/regexp /"(?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-schema-json-ld:
TranslationFile:
class: BodyPattern
path: languages/wpsso-schema-json-ld.pot
pattern: !ruby/regexp '/Id\-Version: WPSSO Schema JSON\-LD Markup (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-ssb:
TranslationFile:
class: BodyPattern
path: languages/wpsso-ssb.pot
pattern: !ruby/regexp '/d\-Version: WPSSO Social Sharing Buttons (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-strip-schema-microdata:
Comment:
xpath: //comment()[contains(., "WpssoSsmFilters")]
pattern: !ruby/regexp /WpssoSsmFilters::strip_schema_microdata v(?<v>\d+\.[\.\d]+)/i
version: true
TranslationFile:
class: BodyPattern
path: languages/wpsso-strip-schema-microdata.pot
pattern: !ruby/regexp '/d\-Version: WPSSO Strip Schema Microdata (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-tune-image-editors:
TranslationFile:
class: BodyPattern
path: languages/wpsso-tune-image-editors.pot
pattern: !ruby/regexp '/Id\-Version: WPSSO Tune WP Image Editors (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-tweet-a-quote:
TranslationFile:
class: BodyPattern
path: languages/wpsso-tweet-a-quote-fr_FR.po
pattern: !ruby/regexp '/Project\-Id\-Version: WPSSO Tweet a Quote (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-user-locale:
TranslationFile:
class: BodyPattern
path: languages/wpsso-user-locale.pot
pattern: !ruby/regexp '/\-Id\-Version: WPSSO User Locale Selector (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-wc-metadata:
TranslationFile:
class: BodyPattern
path: languages/wpsso-wc-metadata.pot
pattern: !ruby/regexp /WPSSO Product Metadata for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
wpsso-wc-shipping-delivery-time:
TranslationFile:
class: BodyPattern
path: languages/wpsso-wc-shipping-delivery-time-fr_CA.po
pattern: !ruby/regexp /Shipping Delivery Time for WooCommerce (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path:
- readme.txt
- README.md
wpstatuscake:
TranslationFile:
class: BodyPattern
path: languages/wpstatuscake.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ StatusCake (?<v>\d+\.[\.\d]+)/i
version: true
wpstores-theme-enhancer:
QueryParameter:
files:
- lib/style.css
version: true
wpsultan-debug:
QueryParameter:
files:
- public/css/wpsultan-debug-public.css
- public/js/wpsultan-debug-public.js
version: true
Readme:
path: README.txt
wpsupercountdown:
QueryParameter:
files:
- wpsc.js
version: true
wpsyncsheets-elementor:
Readme:
path: readme.txt
wpsyncsheets-gravity-forms:
Readme:
path: readme.txt
wpsyncsheets-woocommerce:
Readme:
path: readme.txt
wpsyncsheets-wpforms:
Readme:
path: readme.txt
wptab-tableau-public-viz-block:
Readme:
path: readme.txt
wptables:
QueryParameter:
files:
- build/css/wptables.min.css
- build/js/wptables.min.js
version: true
wptao:
QueryParameter:
files:
- css/theme-1.css
version: true
wptao-app:
Readme:
path: Readme.txt
wptao-sms:
Readme:
path: Readme.txt
wpteam-google-adsense:
QueryParameter:
files:
- public/css/wpteam-ggadsense-public.css
- public/js/wpteam-ggadsense-public.js
version: true
wptelegram:
TranslationFile:
class: BodyPattern
path: languages/wptelegram-fa_IR.po
pattern: !ruby/regexp /"Project\-Id\-Version:\ WP Telegram (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+) \- [\d\-]{8,}\]/i
version: true
wptelegram-comments:
Readme:
path: README.txt
wptelegram-login:
QueryParameter:
files:
- public/css/wptelegram-login-public.min.css
- public/js/wptelegram-login-public.min.js
version: true
ChangeLog:
class: BodyPattern
path: changelog.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+) \- [\d\-]{8,}\]/i
version: true
TranslationFile:
class: BodyPattern
path: languages/wptelegram-login.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WP Telegram Login (?<v>\d+\.[\.\d]+)/i'
version: true
wptelegram-widget:
QueryParameter:
files:
- public/css/wptelegram-widget-public.css
- public/js/wptelegram-widget-public.js
- public/css/wptelegram-widget-public.min.css
- public/js/wptelegram-widget-public.min.js
version: true
wptemplata:
Readme:
path: readme.txt
wptimhbw-tools:
Readme:
path: readme.txt
wptobe-signinup:
Readme:
path: readme.txt
wptools:
Readme:
path: readme.txt
wptouch:
Comment:
xpath: //comment()[contains(., "WPtouch")]
pattern: !ruby/regexp '/Powered by WPtouch: (?<v>\d+\.[\.\d]+)/i'
version: true
TranslationFile:
class: BodyPattern
path: lang/wptouch.pot
pattern: !ruby/regexp /oject\-Id\-Version:\ WPtouch Mobile Plugin (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wpubg:
Readme:
path: readme.txt
wpufile-ucloud:
Readme:
path: readme.txt
wpum-delete-account:
TranslationFile:
class: BodyPattern
path: languages/wpum-delete-account.pot
pattern: !ruby/regexp '/Project\-Id\-Version: WPUM Delete Account (?<v>\d+\.[\.\d]+)/i'
version: true
wpum-newsletter:
Readme:
path: readme.txt
wpum-recaptcha:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wpum-username-length:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wpupyun:
Readme:
path: readme.txt
wpurdu:
Readme:
path: readme.txt
wpvivid-backup-mainwp:
Readme:
path: readme.txt
wpvm:
TranslationFile:
class: BodyPattern
path: wpvm.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: wpvm (?<v>\d+\.[\.\d]+)/i'
version: true
wpwatermark:
Readme:
path: readme.txt
wpxlsdata:
Readme:
path: readme.txt
wpxon-ajax-contact-form:
QueryParameter:
files:
- public/css/bootstrap.min.css
- public/css/animate.css
- public/css/style.css
- public/js/form-validator.min.js
- public/js/contact-form-script.js
- public/js/main.js
version: true
TranslationFile:
class: BodyPattern
path: languages/ajax-contact-form.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Ajax Contact Form v(?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wpyaa-alipay-wechat-for-woocommerce:
Readme:
path: README.md
wpzoom-addons-for-beaver-builder:
Readme:
path: readme.txt
wr-price-list-for-woocommerce:
Readme:
path: readme.txt
wrapper-for-workable-api:
Readme:
path: readme.txt
wrc-pricing-tables:
QueryParameter:
files:
- css/wrcpt-front.css
version: true
writer-press-kit:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
writers-block-block:
Readme:
path: readme.txt
ws-bootstrap-vc:
Readme:
path: readme.txt
ws-coupon-woocommerce:
Readme:
path: readme.txt
ws-easy-mobile-contact-bar:
QueryParameter:
files:
- style.css
version: true
ws-facebook-likebox:
Readme:
path: readme.txt
ws-form:
QueryParameter:
files:
- shared/js/ws-form.js
- public/js/ws-form-public.js
version: true
ws-multi-location-intelligent-order-for-woocommerce:
Readme:
path: readme.txt
wsa-cachepurge:
Readme:
path: README.txt
wsanalytics-google-analytics-and-dashboards:
Comment:
xpath: //comment()[contains(., "WSAnalytics")]
pattern: !ruby/regexp /Google Analytics by WSAnalytics v \- (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- css/frontend_styles.css
- js/classie.js
- js/selectFx.js
- js/script.js
version: true
wsb-etomitreba:
Readme:
path: readme.txt
wsb-hub3:
QueryParameter:
files:
- public/css/wsb-hub3-public.css
version: true
Readme:
path: readme.txt
wsm-downloader:
Readme:
path: readme.txt
wt-advanced-woocommerce-report:
QueryParameter:
files:
- public/css/wt-advanced-woocommerce-report-public.css
- public/js/wt-advanced-woocommerce-report-public.js
version: true
wt-pocket-navigator:
QueryParameter:
files:
- public/css/wtpn-pocket-nav-public.css
- public/js/wtpn-pocket-nav-public.js
version: true
wt-security:
Readme:
path: readme.txt
wt-smart-coupons-for-woocommerce:
QueryParameter:
files:
- public/css/wt-smart-coupon-public.css
- public/js/wt-smart-coupon-public.js
version: true
wt-smooth-scroll:
Readme:
path: readme.txt
wt-social-login:
QueryParameter:
files:
- public/js/wt-social-login-public.js
version: true
wt-woocommerce-sequential-order-numbers:
QueryParameter:
files:
- public/css/wt-advanced-order-number-public.css
- public/js/wt-advanced-order-number-public.js
version: true
wti-contact-back:
QueryParameter:
files:
- js/wti-contact-back.js
version: true
wubtitle:
Readme:
path: readme.txt
wufoo-integration:
TranslationFile:
class: BodyPattern
path: includes/l10n/wufoo-integration.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: (?<v>\d+\.[\.\d]+)/i'
version: true
wufoo-shortcode:
Readme:
path: readme.txt
wunderautomation:
TranslationFile:
class: BodyPattern
path: languages/wunderautomation.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: WunderAutomation (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
wunderbar-basic-wysiwyg-front-end-editor:
Readme:
path: readme.txt
wunderground:
QueryParameter:
files:
- assets/css/wunderground.css
- assets/js/widget.min.js
version: true
Readme:
path: readme.txt
wunderwp:
Readme:
path: readme.txt
wupo-group-attributes:
Readme:
path: README.txt
wuunder-for-woocommerce:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# \[(?<v>\d+\.[\.\d]+)\]/
version: true
wwd-mailer:
QueryParameter:
files:
- public/css/wwd-mailer-public.css
- public/js/wwd-mailer-public.js
version: true
www-xml-sitemap-generator-org:
Readme:
path: readme.txt
wx-custom-share:
TranslationFile:
class: BodyPattern
path: languages/wx-custom-share.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ WX Custom Share (?<v>\d+\.[\.\d]+)/i
version: true
wxy-tools-stickyscroll:
Readme:
path: readme.txt
wysija-newsletters:
QueryParameter:
files:
- css/validationEngine.jquery.css
version: true
Readme:
path: readme.txt
wysiwyg-calculator-block:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
wysiwyg-editor-for-contact-form-7:
Readme:
path: readme.txt
wysiwyg-widgets:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
wzbaibaoxiang:
Readme:
path: readme.txt
x-ai-calendar-embed:
Readme:
path: readme.txt
x-builder:
QueryParameter:
files:
- public/css//public/x_builder.css
- public/css/public/modules/product_buttons/style_1.css
version: true
Readme:
path: readme.txt
x-instafeed:
Readme:
path: README.txt
x4-media-library:
Readme:
path: readme.txt
xa-woocommerce-memberships:
QueryParameter:
files:
- public/css/xa-woocommerce-membership-public.css
- public/js/xa-woocommerce-membership-public.js
version: true
xat-auto-staff:
Readme:
path: readme.txt
xatkit-chatbot-connector:
QueryParameter:
files:
- public/css/xatkit-chatbot-connector-public.css
- public/js/xatkit-chatbot-connector-public.js
version: true
Readme:
path: readme.txt
xcloner-backup-and-restore:
Readme:
path: README.txt
xendit-woocommerce-gateway:
Readme:
path: readme.txt
xhanch-my-twitter:
Readme:
path: readme.txt
xili-floom-slideshow:
Comment:
xpath: //comment()[contains(., "xili-floom-slideshow")]
pattern: !ruby/regexp /added by xili\-floom\-slideshow plugin (?<v>\d+\.[\.\d]+)/i
version: true
xili-language:
Comment:
xpath: //comment()[contains(., "xili-language")]
pattern: !ruby/regexp /website powered with xili\-language v\. (?<v>\d+\.[\.\d]+)/i
version: true
xkcd-embed:
QueryParameter:
files:
- assets/css/style.css
version: true
xllentech-english-islamic-calendar:
QueryParameter:
files:
- assets/style.css
version: true
xllentech-salat-timings:
QueryParameter:
files:
- public/css/xllentech-salat-timings-public.css
- public/js/xllentech-salat-timings-public.js
version: true
Readme:
path: readme.txt
xlogin:
Readme:
path: readme.txt
xmas-decoration:
Readme:
path: readme.txt
xml-for-avito:
Readme:
path: readme.txt
xml-for-hotline:
Readme:
path: readme.txt
xml-for-o-yandex:
Readme:
path: readme.txt
xml-sitemap-feed:
Readme:
path: readme.txt
xml-sitemaps:
Readme:
path: readme.txt
xml-sitemaps-for-videos:
Readme:
path: readme.txt
xo-event-calendar:
QueryParameter:
files:
- css/xo-event-calendar.css
- js/ajax.js
version: true
xolo-websites:
Readme:
path: readme.txt
xolo-widgets:
Readme:
path: readme.txt
xorbin-analog-flash-clock:
Readme:
path: readme.txt
xoxzo-sms-voice-notification-for-woocommerce:
QueryParameter:
files:
- public/css/wc-xoxzo-public.css
- public/js/wc-xoxzo-public.js
version: true
xps-ship-integration:
Readme:
path: readme.txt
xserver-migrator:
Readme:
path: README.txt
xserver-typesquare-webfonts:
Readme:
path: readme.txt
xshare:
QueryParameter:
files:
- assets/js/xshare.js
version: true
Readme:
path: readme.txt
xslt:
Readme:
path: README.txt
xt-woo-quick-view-lite:
QueryParameter:
files:
- public/assets/vendors/lightslider/css/lightslider.css
- public/assets/css/wooqvicons.css
- public/assets/vendors/jquery.touch-min.js
- public/assets/vendors/velocity-min.js
- public/assets/vendors/lightslider/js/lightslider-min.js
- public/assets/vendors/jquery.serializejson-min.js
version: true
xumm-payments-for-woocommerce:
Readme:
path: readme.txt
xv-random-quotes:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
xve-various-embed:
Readme:
path: readme.txt
xxternal-rss:
MetaTag:
class: Xpath
xpath: //meta[@name="Xxternal-RSS"]/@content
version: true
yaam-youtube-autoplay-and-mute:
QueryParameter:
files:
- "/js/yaam.js"
version: true
yabandpay-for-woocommerce:
Readme:
path: readme.txt
yagla:
Readme:
path: readme.txt
yahoo-boss:
TranslationFile:
class: BodyPattern
path: localization/yahoo-boss.pot
pattern: !ruby/regexp /tion of the WordPress plugin Yahoo Boss (?<v>\d+\.[\.\d]+)/i
version: true
yakadanda-google-hangout-events:
QueryParameter:
files:
- build/js/main.min.js
version: true
yakadanda-jobadder:
QueryParameter:
files:
- css/yakadanda-jobadder.css
- js/main.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/yakadanda-jobadder.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Yakadanda JobAdder (?<v>\d+\.[\.\d]+)/i'
version: true
yakkyofy:
Readme:
path: README.txt
yala-themes-toolkit:
Readme:
path: readme.txt
yala-travel-companion:
Readme:
path: readme.txt
yamap:
Readme:
path: readme.txt
yamap-block-gutenberg:
QueryParameter:
files:
- assets/block-front.build.js
version: true
yamato-atobarai-for-woo:
Readme:
path: readme.txt
yamato-credit-for-woo:
Readme:
path: readme.txt
yame-linkinbio:
QueryParameter:
files:
- public/js/linkinbio-public.js
version: true
Readme:
path: README.txt
yandex-metrica:
Readme:
path:
- readme.txt
- README.md
yandex-metrika:
Readme:
path: readme.txt
yapsody-events-calendar:
QueryParameter:
files:
- includes/css/main.css
- includes/js/main.js
version: true
TranslationFile:
class: BodyPattern
path: includes/langs/yapsody-events-calendar-it_IT.po
pattern: !ruby/regexp '/ct\-Id\-Version: Yapsody Events Calendar v(?<v>\d+\.[\.\d]+)/i'
version: true
yasham-live-feed:
Readme:
path: readme.txt
yasip:
Readme:
path: readme.txt
yasothon-blocks:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
yatko-coronavirus:
Readme:
path: readme.txt
yatra:
QueryParameter:
files:
- assets/css/yatra.css
- assets/js/yatra.js
version: true
TranslationFile:
class: BodyPattern
path: languages/yatra.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Yatra (?<v>\d+\.[\.\d]+)/i'
version: true
yatri-tools:
Readme:
path: readme.txt
yawp-utils:
Readme:
path: readme.txt
yaymail:
Readme:
path: readme.txt
ybug-feedback-widget:
Readme:
path: readme.txt
ycwp-qr-me:
QueryParameter:
files:
- css/ycwp-qr-me.css
version: true
yd-2checkout-gateway-for-woocommerce:
Readme:
path: Readme.txt
year-progress-bar:
Readme:
path: readme.txt
years-ago-today:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
yedpay-for-woocommerce:
ComposerFile:
class: ConfigParser
path: composer.json
key: version
version: true
Readme:
path: readme.txt
yeem-contact-form:
QueryParameter:
files:
- public/css/yeem-contact-form-public.css
- public/js/yeem-contact-form-public.js
version: true
yellow-pencil-visual-theme-customizer:
Readme:
path: readme.txt
yendif-player:
QueryParameter:
files:
- public/assets/libraries/yendifplayer.css
- public/assets/css/gallery.css
- public/assets/libraries/yendifplayer.js
- public/assets/js/config.js
version: true
yep-youtube-embed:
Readme:
path: readme.txt
yesno:
QueryParameter:
files:
- css/style.css
- js/yesno.js
version: true
yet-another-related-posts-plugin:
Readme:
path: readme.txt
yet-another-smooth-scroll:
QueryParameter:
files:
- public/js/yass-public.min.js
version: true
TranslationFile:
class: BodyPattern
path: languages/yass.pot
pattern: !ruby/regexp '/t\-Id\-Version: Yet Another Smooth Scroll (?<v>\d+\.[\.\d]+)/i'
version: true
yet-another-social-share:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /\#\# (?<v>\d+\.[\.\d]+)/
version: true
yet-another-stars-rating:
QueryParameter:
files:
- css/yasr.css
- css/yasr-table-light.css
- js/rater-js.js
- js/yasr-front.js
version: true
Readme:
path: readme.txt
yext-answers:
Readme:
path: readme.txt
yieldscale:
Readme:
path: readme.txt
yikes-inc-easy-custom-woocommerce-product-tabs:
Readme:
path: readme.txt
yikes-inc-easy-mailchimp-extender:
TranslationFile:
class: BodyPattern
path: languages/yikes-inc-easy-mailchimp-extender.pot
pattern: !ruby/regexp /sion:\ yikes\-inc\-easy\-mailchimp\-extender (?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^= (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
yith-essential-kit-for-woocommerce-1:
Readme:
path: README.txt
yith-geoip-language-redirect-for-woocommerce:
TranslationFile:
class: BodyPattern
path: plugin-fw/languages/yith-plugin-fw.pot
pattern: !ruby/regexp '/Project\-Id\-Version: YITH Plugin Starter (?<v>\d+\.[\.\d]+)/i'
version: true
yith-google-product-feed-for-woocommerce:
TranslationFile:
class: BodyPattern
path: plugin-fw/languages/yith-plugin-fw.pot
pattern: !ruby/regexp '/Project\-Id\-Version: YITH Plugin Starter (?<v>\d+\.[\.\d]+)/i'
version: true
yith-infinite-scrolling:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/yith.infinitescroll.min.js
- assets/js/yith-infs.min.js
version: true
yith-payment-method-restrictions-for-woocommerce:
TranslationFile:
class: BodyPattern
path: plugin-fw/languages/yith-plugin-fw.pot
pattern: !ruby/regexp '/Project\-Id\-Version: YITH Plugin Starter (?<v>\d+\.[\.\d]+)/i'
version: true
yith-proteo-toolkit:
Readme:
path: readme.txt
yith-slider-for-page-builders:
QueryParameter:
files:
- assets/slider-style.css
version: true
Readme:
path: readme.txt
yith-woocommerce-ajax-navigation:
Readme:
path: README.txt
yith-woocommerce-ajax-search:
Readme:
path: README.txt
yith-woocommerce-catalog-mode:
Readme:
path: readme.txt
yith-woocommerce-compare:
Readme:
path: README.txt
yith-woocommerce-quick-view:
Readme:
path: README.txt
yith-woocommerce-wishlist:
TranslationFile:
class: BodyPattern
path: languages/yith-woocommerce-wishlist.pot
pattern: !ruby/regexp '/t\-Id\-Version: YITH WooCommerce Wishlist (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: README.txt
yith-woocommerce-zoom-magnifier:
Readme:
path: README.txt
yld-server-information:
Readme:
path: readme.txt
yml-import-for-woocommerce:
Readme:
path: README.txt
yml-turbo-pages-for-woocommerce:
Readme:
path: readme.txt
yoast-seo-search-index-purge:
Readme:
path: readme.txt
yoast-test-helper:
Readme:
path: readme.txt
yoco-payment-gateway:
Readme:
path: readme.txt
yoel-responsive-slider:
QueryParameter:
files:
- js/responsiveslides.min.js
version: true
yolink-search:
Readme:
path: README.txt
yoonde:
Readme:
path: readme.txt
yottie-lite:
QueryParameter:
files:
- assets/yottie-lite/dist/jquery.yottie-lite.bundled.js
version: true
yotuwp-easy-youtube-embed:
Readme:
path: readme.txt
you-can-quote-me-on-that:
QueryParameter:
files:
- library/css/frontend.css
- library/sliders/carouFredSel/jquery.carouFredSel-6.2.1.min.js
- library/js/jquery.touchSwipe.min.js
- library/js/carouFredSel-custom.min.js
- library/js/jquery.fittext.min.js
- library/js/jquery.fitbutton.min.js
- library/js/frontend.min.js
version: true
Readme:
path: readme.txt
you-shang:
QueryParameter:
files:
- static/youshang.css
- static/youshang.js
version: true
youbaze-free-crm-contact-form:
QueryParameter:
files:
- css/youbaze.css
version: true
youcruit-job-listings:
QueryParameter:
files:
- public/css/youCruitPositions-public.css
- public/js/youCruitPositions-public.min.js
version: true
youforms-free-for-copecart:
Readme:
path: readme.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /\/\*+\s*(?<v>\d+\.[\.\d]+) \- [\d\.]{8,}\s*\*+\//i
version: true
youme-id:
Readme:
path: readme.txt
youpay-for-woocommerce:
Readme:
path: README.txt
your-custom-post-type:
Readme:
path: readme.txt
your-idea-counts:
QueryParameter:
files:
- css/style.css
- css/font-awesome.min.css
- css/yic_autocomplete.css
- css/sumoselect.min.css
- css/multi-select-tag-css/jquery.flexdatalist.css
- css/wp-editor-css/content.inline.min.css
- css/wp-editor-css/content.min.css
- css/wp-editor-css/skin.ie7.min.css
- css/wp-editor-css/skin.min.css
- css/admin-toolbar-bar-icons.css
- js/jquery.sumoselect.min.js
- js/multi-select-tag-js/jquery.flexdatalist.js
- js/function.js
version: true
yourllp-affiliate:
Readme:
path: readme.txt
youtube-channel:
QueryParameter:
files:
- assets/lib/magnific-popup/magnific-popup.min.css
- assets/css/youtube-channel.css
- assets/lib/magnific-popup/jquery.magnific-popup.min.js
version: true
youtube-channel-gallery:
StyleComment:
class: BodyPattern
path: style.css
pattern: !ruby/regexp '/Version: (?<v>\d+\.[\.\d]+)/i'
version: true
ScriptComment:
class: BodyPattern
path: script.js
pattern: !ruby/regexp '/Version: (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
youtube-embed:
Readme:
path: readme.txt
youtube-embed-plus:
JavascriptVar:
pattern: !ruby/regexp /var _EPYT_ = {(?<json>.+?(?=};))}/i
version_key: version
version: true
QueryParameter:
files:
- styles/ytprefs.min.css
- scripts/ytprefs.min.js
- scripts/fitvids.min.js
version: true
Readme:
path: readme.txt
youtube-feeder:
QueryParameter:
files:
- css/style.css
- js/jquery.youtubeplaylist.js
version: true
youtube-not-found:
QueryParameter:
files:
- assets/css/frontend.css
- assets/js/frontend.js
version: true
youtube-playlist-player:
Readme:
path: readme.txt
youtube-showcase:
MetaTag:
class: Xpath
xpath: //meta[@name="generator"]/@content
version: true
pattern: !ruby/regexp /Youtube Showcase v(?<v>\d+\.[\.\d]+) \- https:\/\/emdplugins\.com/i
youtube-thumbnail-to-featured-image:
Readme:
path: readme.txt
youtube-widget-responsive:
Readme:
path: readme.txt
youversion:
TranslationFile:
class: BodyPattern
path: lang/youversion.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: YouVersion (?<v>\d+\.[\.\d]+)/i'
version: true
yoycol-print-on-demand:
Readme:
path: readme.txt
yt-channel-subscribe:
Readme:
path: readme.txt
yt-cookie-nonsense:
Readme:
path: readme.txt
yt-no-cookie-embed:
QueryParameter:
files:
- public/css/yt-no-cookie-embed-public.css
- public/js/yt-no-cookie-embed-public.js
version: true
ytr0:
Readme:
path: readme.txt
ytshare:
QueryParameter:
files:
- ytshare_script.js
version: true
ytsubscribe:
QueryParameter:
files:
- ytSubscribe.js
version: true
yumjam-masonry-layout-for-posts-and-custom-post-types:
QueryParameter:
files:
- js/front.js
version: true
yuzo-related-post:
QueryParameter:
files:
- assets/css/style.css
- assets/js/jquery.equalizer.js
version: true
yydevelopment-accessibility:
Readme:
path: readme.txt
yydevelopment-portfolio-boxes:
Readme:
path: readme.txt
yydevelopment-related-posts:
Readme:
path: readme.txt
z-news-ticker:
QueryParameter:
files:
- css/style.css
- js/jquery.ticker.min.js
version: true
zaakpay-payment-gateway:
Readme:
path: Readme.txt
zacwp-phpmyadmin:
Readme:
path: readme.txt
zacwp-sentiment-analysis:
Readme:
path: readme.txt
zahls-ch-payment-gateway:
Readme:
path: readme.txt
zairux-chatbot:
Readme:
path: README.txt
zakeke-3d-product-configurator:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
zakeke-interactive-product-designer:
ChangeLog:
class: BodyPattern
path: CHANGELOG.md
pattern: !ruby/regexp /^\#\#\#\# (?<v>\d+\.[\.\d]+) \- [^\r\n]+$/i
version: true
zanto-country-detector:
TranslationFile:
class: BodyPattern
path: lang/messages.po
pattern: !ruby/regexp '/ject\-Id\-Version: ZANTO Country Detector (?<v>\d+\.[\.\d]+)/i'
version: true
zapier:
Readme:
path: readme.txt
zarinpal-paid-downloads:
Readme:
path: readme.txt
zarinpal-woocommerce-payment-gateway:
Readme:
path: readme.txt
zedna-auto-update:
Readme:
path: readme.txt
zedna-contact-form:
Readme:
path: readme.txt
zedna-cookies-bar:
Readme:
path: readme.txt
zedna-load-more-posts:
QueryParameter:
files:
- css/zedna-load-more-posts.css
- js/zedna-load-more-posts.js
version: true
Readme:
path: readme.txt
zedna-pending-post-indicator-and-notifier:
Readme:
path: readme.txt
zeedin:
Readme:
path: README.txt
zeek-addons-for-elementor:
Readme:
path: readme.txt
zeevou:
Readme:
path: readme.txt
zelist:
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^(?<v>\d+\.[\.\d]+)/
version: true
zemanta:
Readme:
path: readme.txt
zen-addons-for-siteorigin-page-builder:
QueryParameter:
files:
- assets/css/main.css
- assets/js/main.js
version: true
zendesk:
TranslationFile:
class: BodyPattern
path: languages/zendesk.pot
pattern: !ruby/regexp '/\-Version: Zendesk Support for WordPress (?<v>\d+\.[\.\d]+)/i'
version: true
zengin-sipa-rich-snippets:
QueryParameter:
files:
- assets/css/sipa-rating-widget.css
- assets/js/sipa-rating-widget.js
version: true
zeno-font-resizer:
QueryParameter:
files:
- js/js.cookie.js
- js/jquery.fontsize.js
version: true
zenost-shortcodes:
TranslationFile:
class: BodyPattern
path: zenost-shortcodes.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Zenost Shortcodes (?<v>\d+\.[\.\d]+)/i'
version: true
zephyr-modern-admin-theme:
Readme:
path: readme.txt
zephyr-project-manager:
Readme:
path: readme.txt
zero-bs-crm:
QueryParameter:
files:
- js/ZeroBSCRM.public.global.min.js
version: true
zero-spam:
QueryParameter:
files:
- js/zerospam.js
version: true
Readme:
path: readme.txt
zerowp-social-profiles:
QueryParameter:
files:
- assets/css/styles.css
version: true
zest-marketing:
Readme:
path: readme.txt
zestard-cookie-consent:
Readme:
path: readme.txt
zestard-easy-donation:
Readme:
path: readme.txt
zestard-product-size-chart:
Readme:
path: readme.txt
zestard-social-photo-feeds:
Readme:
path: readme.txt
zetamatic-integration-hubspot-caldera-forms:
TranslationFile:
class: BodyPattern
path: languages/integration-hubspot-calderaforms.pot
pattern: !ruby/regexp /ntegration of HubSpot and Caldera Forms (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
zhanzhangb-baidu-submit:
Readme:
path: readme.txt
zhanzhangb-share:
Readme:
path: readme.txt
zhanzhangb-tcdn:
Readme:
path: readme.txt
zi-hide-featured-image:
ComposerFile:
class: ConfigParser
path: package.json
key: version
version: true
Readme:
path: README.txt
ChangeLog:
class: BodyPattern
path: changelog.txt
pattern: !ruby/regexp /^=+ (?<v>\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi
version: true
zi-hide-price-and-add-to-cart-for-woocommerce:
QueryParameter:
files:
- public/css/zi-woo-hide-price-cart-public.css
- public/js/zi-woo-hide-price-cart-public.js
version: true
Readme:
path: README.txt
zidi-topbar-menu:
Readme:
path: readme.txt
zigaform-calculator-cost-estimation-form-builder-lite:
LinkInHomepage:
class: Xpath
xpath: //a[@title="Wordpress Calculator & Cost Estimation"]/@href
pattern: !ruby/regexp /https?:\/\/zigaform\.com\/\?uifm_v=(?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
QueryParameter:
files:
- assets/frontend/js/iframe/4.1.1/iframeResizer.min.js
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/backend/wprockf.pot
pattern: !ruby/regexp /igaform WP Cost Estimation Form Builder (?<v>\d+\.[\.\d]+)/i
version: true
zigaform-form-builder-lite:
LinkInHomepage:
class: Xpath
xpath: //a[@title="Wordpress Form Builder"]/@href
pattern: !ruby/regexp /https?:\/\/zigaform\.com\/\?uifm_v=(?<v>\d+\.[\.\d]+)/i
version: true
ChangeLog:
class: BodyPattern
path: change_log.txt
pattern: !ruby/regexp /Version (?<v>\d+\.[\.\d]+)/i
version: true
Readme:
path: readme.txt
TranslationFile:
class: BodyPattern
path: i18n/languages/backend/wprockf.pot
pattern: !ruby/regexp /right \(C\) 2020 Zigaform WP Form Builder (?<v>\d+\.[\.\d]+)/i
version: true
ziggeo-video-for-bbpress:
Readme:
path: readme.txt
ziggeo-video-for-job-manager:
Readme:
path: readme.txt
zim-airtime:
QueryParameter:
files:
- public/css/techzim-airtime-public201909070020.css
- public/js/techzim-airtime-public201909111050.js
version: true
Readme:
path: README.txt
zimrate:
Readme:
path:
- README.txt
- README.md
zingiri-forum:
Readme:
path: readme.txt
zingit-chatbot:
Readme:
path: readme.txt
zingit-scheduling-widget:
Readme:
path: readme.txt
zip-from-media:
Readme:
path: readme.txt
zita-site-library:
Readme:
path: readme.txt
zitengine-payoneer-manual-payment:
Readme:
path: readme.txt
zitengine-skrill-manual-payment:
Readme:
path: readme.txt
ziticity-shipping-for-woocommerce:
QueryParameter:
files:
- public/css/wc-shipping-ziticity-public.css
- public/js/wc-shipping-ziticity-public.js
version: true
Readme:
path: README.txt
ziyarat-ashura:
QueryParameter:
files:
- css/style.css
- js/za-js.js
version: true
zodiacpress:
TranslationFile:
class: BodyPattern
path: languages/zodiacpress.pot
pattern: !ruby/regexp /"Project\-Id\-Version:\ ZodiacPress (?<v>\d+\.[\.\d]+)/i
version: true
zoho-flow:
TranslationFile:
class: BodyPattern
path: languages/zoho-flow.pot
pattern: !ruby/regexp '/"Project\-Id\-Version: Zoho Flow (?<v>\d+\.[\.\d]+)/i'
version: true
Readme:
path: readme.txt
zoho-salesiq:
Readme:
path: readme.txt
zola-crm-add-on-for-gravity-forms:
Readme:
path: readme.txt
zone-cookie:
QueryParameter:
files:
- public/css/zone-cookie-public.css
- public/css/cookieconsent/cookieconsent.min.css
- public/js/zone-cookie-public.js
- public/js/cookieconsent/script.js
- public/js/cookieconsent/cookieconsent.min.js
- public/js/zone-cookie-public-ajax.js
version: true
Readme:
path: readme.txt
zone-marker:
QueryParameter:
files:
- public/js/gil-zone-marker.js
version: true
zone-pandemic-covid-19:
QueryParameter:
files:
- public/css/pandemic-covid19-public.css
- public/css/bulma.min.css
- public/css/datatable/jquery.dataTables.css
- public/js/pandemic-covid19-public.js
- public/js/pandemic-covid19-ajax.js
- public/js/datatable/jquery.dataTables.js
version: true
Readme:
path: readme.txt
zoom-img:
QueryParameter:
files:
- css/zoomimg-mBox.css
- js/zoomimg-mBox.js
version: true
Readme:
path: readme.txt
zoorvy-social-share:
QueryParameter:
files:
- public/css/zoorvy-social-share-public.css
- public/js/zoorvy-social-share-public.js
version: true
zopim-live-chat:
Readme:
path: readme.txt
zoro-lite:
Readme:
path: readme.txt
zovonto:
QueryParameter:
files:
- assets/css/font-awesome.min.css
version: true
Readme:
path: readme.txt
zpr-zeumic-products-database:
Readme:
path: readme.txt
QueryParameter:
files:
- css/style.css
version: true
zpt-metals:
Readme:
path: README.txt
ztr-zeumic-work-timer:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
ztransitions-compatibility:
Readme:
path: README.txt
zu-contact:
Readme:
path: readme.txt
zweb-social-mobile:
Readme:
path: readme.txt
zwm-zeumic-work-management:
QueryParameter:
files:
- css/style.css
version: true
Readme:
path: readme.txt
zz-image-slider:
Readme:
path: readme.txt