From f89071b87ae8f46b119da50dfe7f03a736c49175 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 20 Dec 2019 15:47:56 +0000 Subject: [PATCH] Adds DFs, Updates rspec behaviour regarding --fail-fast --- .rspec | 5 +- spec/fixtures/db/dynamic_finders.yml | 15295 ++++++++++++++++ spec/fixtures/dynamic_finders/expected.yml | 560 + .../columnify/composer_file/package.json | 21 + .../languages/comment-count-admin-de_DE.po | 63 + .../lang/comment-privileges-by-post.pot | 28 + .../plugin_version/comment_passive_all.html | 112 + .../translation_file/commentmailer.pot | 193 + .../translation_file/compactrss.pot | 51 + .../convatic/composer_file/package.json | 13 + .../translation_file/lang/cptm-ja.po | 318 + .../lang/custom-registration-link-fr_FR.po | 87 + .../translation_file/languages/jpm_csd.pot | 46 + .../lang/custom-toolbox-fr_FR.po | 69 + .../langs/dark_login_screen-en_AU.po | 58 + ...eMomentSomTres-WC-minPurchaseMessage-ca.po | 91 + ...eMomentSomTres-WC-minPurchaseMessage-ca.po | 403 + .../languages/dh-widget-dashqa-de_DE.po | 43 + .../languages/dh-new-mark-ja.po | 112 + .../disable-directory-listings.pot | 155 + .../languages/disable_title-de_DE.po | 95 + .../composer_file/package.json | 23 + .../edit-parent-comment-id-ru_RU.po | 46 + .../translation_file/lang/fildariadna-en.po | 72 + .../languages/firmasite-members-menu-tr_TR.po | 65 + .../languages/firmasite-options-tr_TR.po | 124 + .../flickr-zoom-badge-da_DK.po | 38 + .../lang/force_wave_dash-ja.po | 28 + .../languages/fpw-fpt-pl_PL.po | 410 + .../languages/fragmentions.pot | 47 + .../languages/gallery_overview-de_DE.po | 173 + .../lang/google-integration-toolkit.pot | 216 + .../gp/translation_file/po/gp.pot | 226 + .../locale/gravatar-favicon-ru_RU.po | 66 + .../composer_file/package.json | 22 + .../langs/hide_login_logo-en_CA.po | 58 + .../translation_file/languages/de_DE.po | 70 + .../languages/hr-widget-ja.po | 40 + .../translation_file/hreflang-flag-fr_FR.po | 188 + .../lang/inaccessibility-checker.pot | 22 + .../translation_file/lang/ipfilter-fr_FR.po | 133 + .../languages/jetpack-holiday-snow-opt-in.pot | 52 + .../translation_file/languages/keycaptcha.pot | 145 + .../languages/lamp-version-checker.pot | 46 + .../langs/large_admin_bar-en_US.po | 58 + .../translation_file/languages/lean-media.pot | 37 + .../translations/login-dongle.pot | 193 + .../languages/login-redirect-url-de_DE.po | 139 + .../query_parameter_passive_all.html | 129 + .../plugin_version/xpath_passive_all.html | 7 + spec/spec_helper.rb | 3 + 51 files changed, 20691 insertions(+), 3 deletions(-) create mode 100644 spec/fixtures/dynamic_finders/plugin_version/columnify/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/comment-count-admin/translation_file/languages/comment-count-admin-de_DE.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/comment-privileges-by-post/translation_file/lang/comment-privileges-by-post.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/commentmailer/translation_file/commentmailer.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/compactrss/translation_file/compactrss.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/convatic/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/custom-post-type-manager/translation_file/lang/cptm-ja.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/custom-registration-link/translation_file/lang/custom-registration-link-fr_FR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/custom-smilies-directory/translation_file/languages/jpm_csd.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/custom-toolbox/translation_file/lang/custom-toolbox-fr_FR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/dark-login-screen/translation_file/langs/dark_login_screen-en_AU.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-wc-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-woocommerce-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/dh-dashboard-quick-content-access/translation_file/languages/dh-widget-dashqa-de_DE.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/dh-new-mark/translation_file/languages/dh-new-mark-ja.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/disable-directory-listings/translation_file/disable-directory-listings.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/disable-title/translation_file/languages/disable_title-de_DE.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/e-commerce-mailcheck/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/edit-parent-comment-id/translation_file/edit-parent-comment-id-ru_RU.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/fil-dariadna/translation_file/lang/fildariadna-en.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/firmasite-members-menu/translation_file/languages/firmasite-members-menu-tr_TR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/firmasite-options/translation_file/languages/firmasite-options-tr_TR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/flickr-zoom-badge/translation_file/flickr-zoom-badge-da_DK.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/force-wave-dash/translation_file/lang/force_wave_dash-ja.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/fpw-post-thumbnails/translation_file/languages/fpw-fpt-pl_PL.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/fragmentions/translation_file/languages/fragmentions.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/gallery-overview/translation_file/languages/gallery_overview-de_DE.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/google-integration-toolkit/translation_file/lang/google-integration-toolkit.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/gp/translation_file/po/gp.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/gravatar-favicon/translation_file/locale/gravatar-favicon-ru_RU.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/hash-link-scroll-offset/composer_file/package.json create mode 100644 spec/fixtures/dynamic_finders/plugin_version/hide-login-logo/translation_file/langs/hide_login_logo-en_CA.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/highfly/translation_file/languages/de_DE.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/hr-widget/translation_file/languages/hr-widget-ja.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/hreflang-flag/translation_file/hreflang-flag-fr_FR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/inaccessibility-checker/translation_file/lang/inaccessibility-checker.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/ip-filter/translation_file/lang/ipfilter-fr_FR.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/jetpack-holiday-snow-opt-in/translation_file/languages/jetpack-holiday-snow-opt-in.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/keycaptcha/translation_file/languages/keycaptcha.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/lamp-version-checker/translation_file/languages/lamp-version-checker.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/large-admin-bar/translation_file/langs/large_admin_bar-en_US.po create mode 100644 spec/fixtures/dynamic_finders/plugin_version/lean-media/translation_file/languages/lean-media.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/login-dongle/translation_file/translations/login-dongle.pot create mode 100644 spec/fixtures/dynamic_finders/plugin_version/login-redirect-url/translation_file/languages/login-redirect-url-de_DE.po diff --git a/.rspec b/.rspec index a93ddb9a..61194fd6 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1,2 @@ ---color ---fail-fast ---require spec_helper \ No newline at end of file +--require spec_helper +--color \ No newline at end of file diff --git a/spec/fixtures/db/dynamic_finders.yml b/spec/fixtures/db/dynamic_finders.yml index e98ae58a..a3f42057 100644 --- a/spec/fixtures/db/dynamic_finders.yml +++ b/spec/fixtures/db/dynamic_finders.yml @@ -15425,6 +15425,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + clear-widget: + Readme: + path: readme.txt clearfy: TranslationFile: class: BodyPattern @@ -15436,12 +15439,29 @@ plugins: clearout-email-validator: Readme: path: readme.txt + clearspam: + Readme: + path: readme.txt + cleio-toolbox: + 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: @@ -15453,6 +15473,9 @@ plugins: path: translations/haet_cleverreach_dashboard-de_DE.po pattern: !ruby/regexp /n:\ CleverReach Report Dashboard Widget v(?\d+\.[\.\d]+)/i version: true + cli-switch: + Readme: + path: README.txt click-pledge-paid-memberships-pro: ChangeLog: class: BodyPattern @@ -15468,6 +15491,9 @@ plugins: click-to-call-button-by-converzo-nl: Readme: path: readme.txt + click-to-call-synclio: + Readme: + path: readme.txt click-to-chat-for-whatsapp: QueryParameter: files: @@ -15477,17 +15503,35 @@ plugins: version: true Readme: path: readme.txt + click-to-donate: + Readme: + path: readme.txt click-to-top: 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 @@ -15497,6 +15541,9 @@ plugins: clickfunnels: Readme: path: readme.txt + clickquote: + Readme: + path: readme.txt clicksco-offerstack: QueryParameter: files: @@ -15536,6 +15583,12 @@ plugins: xpath: //comment()[contains(., "Clicky Analytics")] pattern: !ruby/regexp /Clicky Analytics v(?\d+\.[\.\d]+)/i version: true + clicky-popular-posts-widget: + Readme: + path: readme.txt + clicky-statistics: + Readme: + path: readme.txt cliengo: QueryParameter: files: @@ -15550,6 +15603,21 @@ plugins: - 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-partner-showcase: Readme: path: readme.txt @@ -15576,11 +15644,23 @@ plugins: client-portal-suitedash-login: Readme: path: readme.txt + client-scroller-widget: + Readme: + path: readme.txt + client-side-image-resize: + Readme: + path: readme.txt clients: QueryParameter: files: - public/css/ct.css version: true + cliftons-lightbox: + Readme: + path: readme.txt + clikstats: + Readme: + path: readme.txt clinicalwp-core: Readme: path: README.txt @@ -15590,18 +15670,54 @@ plugins: - 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-maker: + 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 @@ -15617,6 +15733,15 @@ plugins: - assets/js/lightbox-min.js - assets/js/jquery.collagePlus.min.js version: true + cloud: + 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 @@ -15647,12 +15772,39 @@ plugins: 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 + cloudup-oembed: + Readme: + path: readme.txt + cloudware-city-authentication: + Readme: + path: readme.txt + cloudy-tags: + Readme: + path: readme.txt + clubmember: + Readme: + path: readme.txt clust-client-portal: TranslationFile: class: BodyPattern @@ -15662,6 +15814,9 @@ plugins: clustercs-clear-cache: Readme: path: README.md + clxbz-integrator: + Readme: + path: readme.txt cm-idin: QueryParameter: files: @@ -15675,6 +15830,9 @@ plugins: cm-pop-up-banners: Readme: path: readme.txt + cm-subscriber-stats: + Readme: + path: readme.txt cm-video-lesson-manager: Readme: path: readme.txt @@ -15694,15 +15852,39 @@ plugins: 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: @@ -15710,11 +15892,22 @@ plugins: - lib/jssor/jssor.slider.mini.js - public/assets/js/cnhk-slider.js version: true + Readme: + path: readme.txt + cnn-news: + 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: @@ -15726,17 +15919,31 @@ plugins: path: languages/plugin-name.pot pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?\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 (?\d+\.[\.\d]+)/i' version: true + cocatech-podcast: + Readme: + path: readme.txt + cocorico-shortcodes: + Readme: + path: readme.txt cocorico-social: QueryParameter: files: - style.css version: true + Readme: + path: readme.txt code-editor: MetaTag: class: Xpath @@ -15752,6 +15959,9 @@ plugins: - 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 @@ -15760,6 +15970,18 @@ plugins: version: true Readme: path: readme.md + code-generator-lite: + Readme: + path: readme.txt + code-generator-pro: + Readme: + path: readme.txt + code-highlighter: + Readme: + path: readme.txt + code-markup: + Readme: + path: Readme.txt code-prettify: QueryParameter: files: @@ -15771,6 +15993,17 @@ plugins: path: languages/cpsh-ru_RU.po pattern: !ruby/regexp /rsion:\ Code Prettify Syntax Highlighter (?\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: @@ -15799,6 +16032,11 @@ plugins: path: languages/dsgnwrks-code-snippets-cpt.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Code Snippets CPT (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + code-snippets-tags: + Readme: + path: readme.txt code-to-post: Readme: path: readme.txt @@ -15808,6 +16046,8 @@ plugins: path: CHANGELOG.txt pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + Readme: + path: README.txt code-view: QueryParameter: files: @@ -15829,11 +16069,20 @@ plugins: path: - README.txt - README.md + 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: @@ -15851,6 +16100,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ version: true + codeflavors-floating-menu: + Readme: + path: readme.txt codeincept-portfolio: QueryParameter: files: @@ -15861,9 +16113,21 @@ plugins: - 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 codepeople-post-map: Readme: path: readme.txt @@ -15873,11 +16137,23 @@ plugins: 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 + codescar-radio-widget: + Readme: + path: readme.txt + codesnippet-20: + Readme: + path: readme.txt codistoconnect: ChangeLog: class: BodyPattern @@ -15905,6 +16181,12 @@ plugins: 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 @@ -15920,18 +16202,113 @@ plugins: coinpayments-payment-gateway-for-woocommerce: 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 + 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 + 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-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: @@ -15939,6 +16316,12 @@ plugins: - 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 @@ -15956,6 +16339,15 @@ plugins: version: true 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: @@ -15963,11 +16355,45 @@ plugins: 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-diy: + 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 + comentario-via-e-mail: + Readme: + path: readme.txt comet-cache: Readme: path: readme.txt @@ -15977,11 +16403,26 @@ plugins: path: languages/comet.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Comet (?\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 + comics-gone-bad: + Readme: + path: readme.txt coming-soon: Readme: path: README.txt @@ -16014,30 +16455,174 @@ plugins: - js/commadias.plugin.js - js/comma_dias_check.js version: true + Readme: + path: readme.txt command-palette: 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(?\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 (?\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(?\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: @@ -16045,6 +16630,17 @@ plugins: - 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(?\d+\.[\.\d]+)/i' + version: true + comment-pub: + Readme: + path: README.txt comment-rating-field-plugin: QueryParameter: files: @@ -16052,11 +16648,74 @@ plugins: - 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 commentluv: QueryParameter: files: @@ -16066,18 +16725,48 @@ plugins: pattern: !ruby/regexp /var cl_settings = {(?.+?(?=};))}/i version_key: cl_version version: true + commentmailer: + Readme: + path: readme.txt + TranslationFile: + class: BodyPattern + path: commentmailer.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: (?\d+\.[\.\d]+)/i' + version: true commentpress-core: TranslationFile: class: BodyPattern path: languages/commentpress-core.pot pattern: !ruby/regexp /Project\-Id\-Version:\ CommentPress Core (?\d+\.[\.\d]+)/i version: true + comments-advanced: + Readme: + path: readme.txt comments-avatar-lazyload: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /\#\#\# \[(?\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 @@ -16088,12 +16777,33 @@ plugins: - 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 /\#\#\# \[(?\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: @@ -16101,18 +16811,39 @@ plugins: - js/jquery.raty.js - js/reviews.js version: true + comments-secretary: + Readme: + path: readme.txt + comments-statistics: + 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 (?\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 (?\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: @@ -16120,6 +16851,20 @@ plugins: - "/css/ixwp-comments-social-login.css" - "/js/ixwp-comments-social-login.js" version: true + 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-wish-and-bridal-lists: ComposerFile: class: ConfigParser @@ -16131,6 +16876,21 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^=+ (?\d+\.[\.\d]+)(?!.*=+ \d+\.[\.\d]+)/mi version: true + 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: @@ -16141,12 +16901,23 @@ plugins: path: lang/community-watch.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Community Watch (?\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 (?\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")] @@ -16154,6 +16925,14 @@ plugins: version: true Readme: path: readme.txt + compactrss: + Readme: + path: readme.txt + TranslationFile: + class: BodyPattern + path: compactrss.pot + pattern: !ruby/regexp '/"Project\-Id\-Version: CompactRSS (?\d+\.[\.\d]+)/i' + version: true companion-auto-update: Readme: path: readme.txt @@ -16169,6 +16948,18 @@ plugins: 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 complete-open-graph: Comment: xpath: //comment()[contains(., "Complete Open Graph")] @@ -16179,6 +16970,21 @@ plugins: 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: @@ -16201,6 +17007,15 @@ plugins: files: - css/style.css version: true + computerboeknl-widget: + Readme: + path: readme.txt + comscore-tag: + Readme: + path: readme.txt + concertpress: + Readme: + path: readme.txt condition-injection: Readme: path: readme.txt @@ -16211,6 +17026,12 @@ plugins: 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: @@ -16224,6 +17045,11 @@ plugins: files: - slimbox-2.04/js/slimbox2.js version: true + Readme: + path: readme.txt + conditional-logic-solution: + Readme: + path: readme.txt conditional-menus: Readme: path: readme.txt @@ -16235,9 +17061,15 @@ plugins: - 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 @@ -16247,9 +17079,33 @@ plugins: conexao-wc-mercado-livre: 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 connect-contact-form-7-to-constant-contact-v3: Readme: path: README.txt @@ -16296,6 +17152,12 @@ plugins: path: CHANGELOG.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + connections-cestina: + Readme: + path: readme.txt + connecto: + Readme: + path: README.txt connects-tracking: QueryParameter: files: @@ -16307,6 +17169,9 @@ plugins: consolto-videochat: Readme: path: readme.txt + constant-contact: + Readme: + path: readme.txt constant-contact-api: TranslationFile: class: BodyPattern @@ -16315,6 +17180,12 @@ plugins: 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: @@ -16323,15 +17194,45 @@ plugins: version: true Readme: path: readme.txt + constant-contact-signup-form-widget: + Readme: + path: readme.txt + consume-this: + Readme: + path: readme.txt 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=(?[\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: @@ -16347,33 +17248,69 @@ plugins: contact-form-7-add-confirm: Readme: path: readme.txt + contact-form-7-bwp-recaptcha-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 (?\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 (?\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: @@ -16383,9 +17320,41 @@ plugins: 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 @@ -16402,6 +17371,12 @@ plugins: 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: @@ -16414,9 +17389,30 @@ plugins: 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-supsystic: Readme: path: readme.txt @@ -16442,6 +17438,9 @@ plugins: version: true Readme: path: readme.txt + contact-form-newsletter: + Readme: + path: readme.txt contact-form-plugin: QueryParameter: files: @@ -16490,6 +17489,12 @@ plugins: - public/js/contact-form-z-public.js - js/CFileInput.js version: true + contact-icons: + Readme: + path: readme.txt + contact-info-santizer: + Readme: + path: readme.txt contact-list: QueryParameter: files: @@ -16505,6 +17510,9 @@ plugins: path: languages/contact-list.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Contact List (?\d+\.[\.\d]+)/i' version: true + contact-me: + Readme: + path: readme.txt contact-me-on-zalo: QueryParameter: files: @@ -16512,6 +17520,21 @@ plugins: 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: @@ -16520,18 +17543,82 @@ plugins: 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 + contemplate: + Readme: + path: readme.txt contempo-real-estate-custom-posts: Readme: path: readme.txt + content-and-image-teaser: + Readme: + path: readme.txt + content-art-direction: + 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-email-anti-spam: + Readme: + path: readme.txt + content-flow3d: + 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 @@ -16544,11 +17631,19 @@ plugins: - 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 @@ -16557,15 +17652,51 @@ plugins: xpath: //comment()[contains(., "Content Protector")] pattern: !ruby/regexp /Content Protector plugin 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-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 (?\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-template: + Readme: + path: readme.txt content-text-slider-on-post: Readme: path: readme.txt + content-update-notification: + Readme: + path: readme.txt + content-upgrades: + Readme: + path: readme.txt content-views-query-and-display-post-page: QueryParameter: files: @@ -16574,6 +17705,12 @@ plugins: version: true Readme: path: README.txt + content-widget: + Readme: + path: readme.txt + content4subscribers: + Readme: + path: readme.txt contentblocks: ComposerFile: class: ConfigParser @@ -16583,18 +17720,54 @@ plugins: 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 (?\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: @@ -16621,11 +17794,28 @@ plugins: path: languages/contributor-role-for-approved-comments.pot pattern: !ruby/regexp /Project\-Id\-Version:\ (?\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 @@ -16639,17 +17829,38 @@ plugins: - core/css/mobile.min.css - core/converse.min.js version: true + convert-address-to-google-maps-link: + 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 /(?\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 @@ -16668,6 +17879,15 @@ plugins: 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 @@ -16677,6 +17897,9 @@ plugins: path: languages/convocations-fr_FR.po pattern: !ruby/regexp /Project\-Id\-Version:\ Convocations v(?\d+\.[\.\d]+)/i version: true + cook-recipes: + Readme: + path: README.txt cookbook-hook-guide: TranslationFile: class: BodyPattern @@ -16698,6 +17921,12 @@ plugins: - assets/css/responsive.php - assets/js/cooked-functions.min.js version: true + cookie-confirm: + Readme: + path: readme.txt + cookie-consent: + Readme: + path: readme.txt cookie-consent-box: QueryParameter: files: @@ -16728,6 +17957,9 @@ plugins: files: - assets/js/it_cookie_law.min.js version: true + cookie-monster: + Readme: + path: README.txt cookie-notice: QueryParameter: files: @@ -16746,12 +17978,23 @@ plugins: 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-params: + Readme: + path: readme.txt + cookie-warning: + Readme: + path: readme.txt + cookie-wise: + Readme: + path: readme.txt cookiealert: QueryParameter: files: @@ -16771,6 +18014,9 @@ plugins: version: true Readme: path: readme.txt + cookiemonster: + Readme: + path: readme.txt cookiepro: TranslationFile: class: BodyPattern @@ -16793,11 +18039,53 @@ plugins: version: true Readme: path: readme.txt + cookies-manager: + Readme: + path: readme.txt + cookies-pro: + Readme: + path: readme.txt + cooksnaps: + 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: @@ -16809,15 +18097,48 @@ plugins: - 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 + 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-link: + 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: @@ -16830,9 +18151,42 @@ plugins: - _inc/css/copyfight.min.css - _inc/css/genericons.min.css version: true + copygram-widget: + 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 cordial: Readme: path: readme.txt + core-control: + Readme: + path: readme.txt + core-sidebars: + Readme: + path: README.txt + core-updates-permission: + Readme: + path: readme.txt + coremetrics: + Readme: + path: readme.txt corgi-forms: QueryParameter: files: @@ -16842,6 +18196,9 @@ plugins: corner-ad: Readme: path: readme.txt + corner-blog-decoration: + Readme: + path: readme.txt cornerstone: QueryParameter: files: @@ -16854,6 +18211,12 @@ plugins: version: true Readme: path: readme.txt + correct-my-headings: + Readme: + path: readme.txt + correct-php-self: + Readme: + path: readme.txt correos-express: Readme: path: README.txt @@ -16862,6 +18225,15 @@ plugins: 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: @@ -16869,6 +18241,9 @@ plugins: - assets/js/scrollClass.js - assets/js/front.js version: true + cosmic-bp-user-signup-password: + Readme: + path: readme.txt cosmic-campaigns: QueryParameter: files: @@ -16881,9 +18256,15 @@ plugins: - 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 + costa-rica-currency-exchange-rate: + Readme: + path: readme.txt cosy-address-book: TranslationFile: class: BodyPattern @@ -16897,9 +18278,33 @@ plugins: 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-clock: + Readme: + path: readme.txt + countdown-timer-abt: + Readme: + path: readme.txt countdown-timer-block: QueryParameter: files: @@ -16911,6 +18316,32 @@ plugins: 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-strike-server-viewer: + 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: @@ -16926,12 +18357,21 @@ plugins: country-redirect: 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 couponpanel: Readme: path: readme.txt @@ -16941,6 +18381,9 @@ plugins: - frontend/css/frontend.css - frontend/js/frontend.js version: true + couponsindemand: + Readme: + path: readme.txt course-migration-for-learndash: QueryParameter: files: @@ -16981,32 +18424,107 @@ plugins: - public/js/jquery-ui.min.js - public/js/courtres-public.js version: true + coverflow-youtube-videos: + Readme: + path: readme.txt + covoituristes: + Readme: + path: readme.txt cp-image-store: 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 + 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 /^= (?\d+\.[\.\d]+)/i version: true + 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-speakers: + 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 crafty-social-buttons: Readme: path: README.txt + craptoolcom-software-vote-widget: + Readme: + path: readme.txt crayon-syntax-highlighter: JavascriptVar: xpath: //script[contains(., "CrayonSyntax")] @@ -17022,6 +18540,13 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 @@ -17031,6 +18556,9 @@ plugins: path: lang/plugin-name.pot pattern: !ruby/regexp /Project\-Id\-Version:\ TODO (?\d+\.[\.\d]+)/i version: true + cream6-admin-theme: + Readme: + path: readme.txt creame-whatsapp-me: QueryParameter: files: @@ -17039,6 +18567,9 @@ plugins: version: true Readme: path: README.txt + create-a-league: + Readme: + path: readme.txt create-category-in-bulk: Readme: path: readme.txt @@ -17055,18 +18586,60 @@ plugins: version: true Readme: path: readme.txt + create-posts-terms: + Readme: + path: readme.txt + create-qr-code-wordpress-plugin: + Readme: + path: readme.txt create-stellar-toml: 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 (?\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 + creativesignal-testimonial: + Readme: + path: readme.txt + credibility: + Readme: + path: readme.txt + credible-names: + Readme: + path: readme.txt + credit2caption: + Readme: + path: readme.txt + credits-page: + Readme: + path: readme.txt + credly-login: + Readme: + path: readme.txt + credly-pro-custom-assertion: + Readme: + path: readme.txt crelly-slider: QueryParameter: files: @@ -17076,6 +18649,9 @@ plugins: version: true Readme: path: readme.txt + cresta-post-widget: + Readme: + path: readme.txt cresta-posts-box: StyleComment: class: BodyPattern @@ -17087,12 +18663,24 @@ plugins: files: - css/cresta-whatsapp-chat-front-css.css version: true + cricket-scoreboard-widgets: + Readme: + path: readme.txt + criptopay-wp: + Readme: + path: readme.txt + critique: + Readme: + path: readme.txt crm-hubspot-learndash-integration: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + crm-last-posts-widget: + Readme: + path: readme.txt crm-perks-forms: Readme: path: readme.txt @@ -17105,6 +18693,24 @@ plugins: 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: @@ -17120,24 +18726,65 @@ plugins: crop-thumbnails: Readme: path: readme.txt + cropnote: + Readme: + path: readme.txt cross-domain-tracker-for-affiliatewp: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /Version (?\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 (?\d+\.[\.\d]+)/i version: true + crowdclock: + Readme: + path: readme.txt + crowdfunding-regions: + 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: @@ -17191,6 +18838,9 @@ plugins: - assets/css/cryptocoins.css - assets/js/jquery.stockticker.min.js version: true + crypto-tips: + Readme: + path: README.txt cryptocurrency-price-widget: TranslationFile: class: BodyPattern @@ -17200,6 +18850,9 @@ plugins: cryptocurrency-product-for-woocommerce: Readme: path: readme.txt + cryptocurrency-shortcode: + Readme: + path: readme.txt cryptocurrency-widgets-pack: QueryParameter: files: @@ -17220,30 +18873,92 @@ plugins: path: languages/cryptopanel-payment-gateway-de_DE.po pattern: !ruby/regexp '/Id\-Version: CryptoPanel Payment Gateway (?\d+\.[\.\d]+)/i' version: true + 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 + csmusiccharts-uk: + Readme: + path: readme.txt + 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-javascript-toolbox: Readme: path: readme.txt + css-me: + 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-share-buttons: + Readme: + path: readme.txt + css-theme-override: + Readme: + path: readme.txt + css-thumbnail-sprites: + Readme: + path: readme.txt css3-buttons: TranslationFile: class: BodyPattern path: lang/default.pot pattern: !ruby/regexp /Project\-Id\-Version:\ CSS3 Buttons (?\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: @@ -17258,6 +18973,21 @@ plugins: 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-exporter-for-terms: TranslationFile: class: BodyPattern @@ -17267,21 +18997,91 @@ plugins: csv-importer: Readme: path: readme.txt + csv-me: + 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 ct4woo: Readme: path: readme.txt + ctabs: + 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 + 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 + cubify-wp: + Readme: + path: readme.txt + cudazi-latest-tweets: + Readme: + path: README.txt + cudazi-scroll-to-top: + 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 (?\d+\.[\.\d]+)/i version: true + cumulonimbus: + Readme: + path: readme.txt curatewp-nested-posts: QueryParameter: files: @@ -17302,21 +19102,75 @@ plugins: path: languages/cwprp-en_US.po pattern: !ruby/regexp '/ct\-Id\-Version: CurateWP \- Related Posts (?\d+\.[\.\d]+)/i' version: true + curators-code: + Readme: + path: README.txt + curiyo-links: + Readme: + path: readme.txt currencyr: TranslationFile: class: BodyPattern path: languages/default.po pattern: !ruby/regexp /ect\-Id\-Version:\ Currencyr for WordPress (?\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-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-weather: + Readme: + path: readme.txt + current-weather-widget: + 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: @@ -17325,12 +19179,30 @@ plugins: 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 /(?\d+\.[\.\d]+)/ version: true + custom-admin-panel-by-2cloud: + Readme: + path: readme.txt + custom-adsense-plugin: + Readme: + path: readme.txt custom-advert-blocks-free: TranslationFile: class: BodyPattern @@ -17343,23 +19215,67 @@ plugins: path: languages/custauth.pot pattern: !ruby/regexp /oject\-Id\-Version:\ Custom Authentication (?\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-styles: 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-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 (?\d+\.[\.\d]+)/i version: true + custom-business-locations: + 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-checkout-layouts-for-woocommerce: QueryParameter: files: - css/custom-checkout.css version: true + custom-class-selector: + Readme: + path: readme.txt custom-classes: ChangeLog: class: BodyPattern @@ -17371,6 +19287,14 @@ plugins: path: lang/custom-classes.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Custom Classes (?\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 @@ -17379,6 +19303,12 @@ plugins: 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: @@ -17387,18 +19317,28 @@ plugins: version: true 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 /\#\# \[(?\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 \/ (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + custom-content-width: + Readme: + path: readme.txt custom-cookie-message: QueryParameter: files: @@ -17414,6 +19354,14 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\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 @@ -17422,21 +19370,50 @@ plugins: version: true 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-dashboard-help: + 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(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt custom-delivery-schedules-for-woocommerce-subscriptions-lite: 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-facebook-feed: Comment: xpath: //comment()[contains(., "Facebook Feed")] @@ -17448,21 +19425,85 @@ plugins: 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 /\#\# \[(?\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 @@ -17472,12 +19513,21 @@ plugins: 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 (?\d+\.[\.\d]+)/i' version: true + custom-index-shortcode: + Readme: + path: readme.txt custom-instagram-embed: Readme: path: readme.txt @@ -17487,6 +19537,17 @@ plugins: path: languages/custom-javascript-editor.pot pattern: !ruby/regexp /ct\-Id\-Version:\ Custom JavaScript Editor (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + 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 @@ -17497,51 +19558,154 @@ plugins: 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-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 (?\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-template: Readme: path: readme.txt + custom-post-text: + Readme: + path: readme.txt + custom-post-title-url: + 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 (?\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 /\#\# (?\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(?\d+\.[\.\d]+)/i' + version: true custom-post-type-order: TranslationFile: class: BodyPattern @@ -17559,12 +19723,48 @@ plugins: 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-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-registration-form-builder-with-submission-manager: QueryParameter: files: @@ -17572,9 +19772,56 @@ plugins: - 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 (?\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 @@ -17588,17 +19835,74 @@ plugins: 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 (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt + custom-smilies-se: + Readme: + path: readme.txt + custom-status: + 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 @@ -17611,6 +19915,9 @@ plugins: path: languages/custom-template-lifterlms.pot pattern: !ruby/regexp '/: Custom Template for LifterLMS Courses (?\d+\.[\.\d]+)/i' version: true + custom-template-post: + Readme: + path: readme.txt custom-testimonial: TranslationFile: class: BodyPattern @@ -17620,24 +19927,77 @@ plugins: custom-textboxes: Readme: path: readme.txt + custom-theme-options: + Readme: + path: readme.txt custom-thumbnail-size-on-admin: 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: (?\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 (?\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-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 @@ -17647,12 +20007,24 @@ plugins: custom-woo-builder-for-elementor: Readme: path: readme.txt + custom-word-cloud: + 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-xml-feed: + Readme: + path: readme.txt + customcomment: + Readme: + path: readme.txt customer-area: ComposerFile: class: ConfigParser @@ -17678,6 +20050,9 @@ plugins: customerly: Readme: path: readme.txt + customers: + Readme: + path: readme.txt customify: Readme: path: readme.txt @@ -17687,6 +20062,9 @@ plugins: path: languages/customify-sites.pot pattern: !ruby/regexp '/ject\-Id\-Version: Customify Site Library (?\d+\.[\.\d]+)/i' version: true + customizable-search-widget: + Readme: + path: readme.txt customize-comment-form-input-fields: Readme: path: readme.txt @@ -17696,12 +20074,42 @@ plugins: 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-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 @@ -17710,12 +20118,23 @@ plugins: 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 @@ -17725,6 +20144,9 @@ plugins: path: languages/customizer-search.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Customizer Search (?\d+\.[\.\d]+)/i version: true + customizer-theme-switcher: + Readme: + path: readme.txt customizing: Readme: path: readme.txt @@ -17734,24 +20156,92 @@ plugins: path: lang/en_US.po pattern: !ruby/regexp /Project\-Id\-Version:\ Customizr Addons 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 (?\d+\.[\.\d]+)/i version: true + 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 + 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 cybersyn: Readme: path: readme.txt + cybook-bookeen-widget: + 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: @@ -17769,15 +20259,51 @@ plugins: - 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 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 + d64-lsr-stopper: + Readme: + path: readme.txt da-reactions: QueryParameter: files: @@ -17786,12 +20312,27 @@ plugins: 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 daggerhart-openid-connect-generic: ChangeLog: class: BodyPattern path: changelog.md pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + daileez-widget: + Readme: + path: readme.txt daily-attendance: Readme: path: readme.txt @@ -17801,12 +20342,42 @@ plugins: - 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-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 (?\d+\.[\.\d]+)/i' version: true + daily-zman-widget: + Readme: + path: readme.txt + dailybooth-fetcher: + Readme: + path: readme.txt dailybrief: QueryParameter: files: @@ -17817,24 +20388,64 @@ plugins: 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 + daniels-dropdowns: + Readme: + path: readme.txt danixland-countdown: TranslationFile: class: BodyPattern path: i18n/danixland-countdown.pot pattern: !ruby/regexp /Project\-Id\-Version:\ danixland CountDown (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + danixland-user-panel: + Readme: + path: readme.txt + daniy-image-manager: + 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(?\d+\.[\.\d]+)/i' + version: true dark-mode-for-twenty-nineteen: Readme: path: readme.txt + dark-site: + Readme: + path: readme.txt darkmode: QueryParameter: files: @@ -17846,39 +20457,133 @@ plugins: path: CHANGELOG.txt pattern: !ruby/regexp /^= (?\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 (?\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 (?\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 (?\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 (?\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-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 /= (?\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 @@ -17894,29 +20599,89 @@ plugins: path: i18n/dashview-de_DE.po pattern: !ruby/regexp /Project\-Id\-Version:\ DashView v(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + daskal: + Readme: + path: readme.txt + data-access-levels: + Readme: + path: readme.txt data-tables-generator-by-supsystic: Readme: path: readme.txt + data-visualizer: + Readme: + path: readme.txt + 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 + datalistit: + Readme: + path: readme.txt datamentor: Readme: path: - readme.txt - datamentor/readme.txt + datastream: + 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 (?\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-range-picker-gravityforms: Readme: path: readme.txt + date-translate: + Readme: + path: Readme.txt + datearchives: + 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 @@ -17925,9 +20690,30 @@ plugins: version: true Readme: path: readme.txt + dawanda-shop-plugin: + 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-optimize: + Readme: + path: readme.txt + db-redirect: + Readme: + path: readme.txt db-share-count: ChangeLog: class: BodyPattern @@ -17940,21 +20726,157 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 + 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-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 + 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: @@ -17963,6 +20885,12 @@ plugins: 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 @@ -17974,30 +20902,113 @@ plugins: 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 /\#\# (?\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 decent-comments: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + 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: @@ -18017,12 +21028,63 @@ plugins: - views/css/deeper.min.css - views/js/deeper.min.js version: true + deezer-widget: + Readme: + path: readme.txt + 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-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 @@ -18034,12 +21096,48 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^(?\d+\.[\.\d]+) \- \d+/ version: true + 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 delete-all-comments-easily: 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 @@ -18049,18 +21147,65 @@ plugins: path: changelog.md pattern: !ruby/regexp /\#\# (?\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-revision: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + Readme: + path: readme.txt + delete-spam-daily: + Readme: + path: readme.txt + delete-thumbnails: + 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(?\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-tagroll-shortcode: + Readme: + path: readme.txt + delicious-xml-importer: + Readme: + path: readme.txt delightful-downloads: QueryParameter: files: @@ -18068,6 +21213,12 @@ plugins: 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 @@ -18117,30 +21268,137 @@ plugins: path: languages/demo-bar.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Demo Bar (?\d+\.[\.\d]+)/i version: true + demo-data-creator: + 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-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(?\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(?\d+\.[\.\d]+)/i + 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 + 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 (?\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 @@ -18155,42 +21413,151 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi version: true + deskero: + Readme: + path: readme.txt dessky-responsive-slider: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt dessky-security: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + destroy-this-site: + QueryParameter: + files: + - scripts.js + version: true + details-king-pro: + 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 detrack-woocommerce: Readme: path: readme.txt + dev-corner-badge: + 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 (?\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-notice: + 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 (?\d+\.[\.\d]+)/i' version: true + device-mockups: + Readme: + path: readme.txt + device-theme-switcher: + 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 devvn-image-hotspot: QueryParameter: files: - frontend/css/ihotspot.min.css - frontend/js/jquery.ihotspot.min.js version: true + 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 dexonline-searchbox: TranslationFile: class: BodyPattern @@ -18203,48 +21570,136 @@ plugins: path: languages/dezo-tools.pot pattern: !ruby/regexp /Project\-Id\-Version:\ dezo\-tools (?\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 (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + dfd-reddcoin-tips: + Readme: + path: readme.txt + dforms: + 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 (?\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 (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt dharana-online-service: Readme: path: README.txt + dhshcu: + 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 + dialogfeed: + Readme: + path: readme.txt dialogue-layout: TranslationFile: class: BodyPattern path: language/dialogue-layout.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Dialogue Layout (?\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 (?\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 /\#\# (?\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-you-mean: + Readme: + path: readme.txt + diffen: + Readme: + path: readme.txt different-menus-in-different-pages: QueryParameter: files: @@ -18257,6 +21712,24 @@ plugins: path: languages/digest.pot pattern: !ruby/regexp /roject\-Id\-Version:\ Digest Notifications (?\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 @@ -18266,6 +21739,9 @@ plugins: - 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 @@ -18278,6 +21754,15 @@ plugins: - 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-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 @@ -18292,24 +21777,69 @@ plugins: 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 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 + dippsy: + Readme: + path: readme.txt + directedit: + Readme: + path: README.txt + direction-map: + Readme: + path: readme.txt directiq-wp: Readme: path: readme.txt + directorypress-reassign-authors: + 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 (?\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 @@ -18319,6 +21849,21 @@ plugins: disable-all-updates: Readme: path: readme.txt + disable-author-pages: + Readme: + path: readme.txt + disable-auto-tag-suggestion: + Readme: + path: readme.txt + disable-automatic-p-tags: + 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 @@ -18328,12 +21873,46 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + 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-directory-listings: + TranslationFile: + class: BodyPattern + path: disable-directory-listings.pot + pattern: !ruby/regexp '/\-Id\-Version: Disable Directory Listings (?\d+\.[\.\d]+)/i' + version: true + 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 @@ -18376,18 +21955,75 @@ plugins: 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-hide-comment-url: + Readme: + path: readme.txt + disable-insecure-features: + Readme: + path: readme.txt disable-json-api: Readme: path: readme.txt + disable-magpie-rss-cache: + Readme: + path: readme.txt + disable-media-uploader-button: + 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-pointers: + 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 @@ -18404,6 +22040,9 @@ plugins: path: languages/pixterme.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Pixter Me (?\d+\.[\.\d]+)/i version: true + disable-rss: + Readme: + path: readme.txt disable-search: ChangeLog: class: BodyPattern @@ -18421,9 +22060,44 @@ plugins: disable-site: Readme: path: README.txt + disable-site-delete: + Readme: + path: readme.txt + disable-styles-scripts: + Readme: + path: readme.txt + disable-theme-and-plugin-editor: + 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(?\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-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-woocom-logout-confirmation: Readme: path: readme.txt @@ -18435,12 +22109,63 @@ plugins: 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-new-user-notification: + Readme: + path: readme.txt + disable-wpautop: + Readme: + path: readme.txt disable-xml-rpc: 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 + disclosure-picker: + Readme: + path: README.txt + discography: + Readme: + path: readme.txt + discordian-date: + Readme: + path: readme.txt + discounts-for-thecartpress: + Readme: + path: readme.txt + discreet-toolbar: + Readme: + path: readme.txt + dishsoap: + Readme: + path: readme.txt + disk-space-pie-chart: + 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 @@ -18462,21 +22187,66 @@ plugins: - 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-cpg-thumbnails: + Readme: + path: readme.txt + display-custom-fields: + 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 (?\d+\.[\.\d]+)/i version: true + display-file-sizes: + Readme: + path: readme.txt + display-future-posts: + 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-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: @@ -18502,15 +22272,32 @@ plugins: path: - readme.txt - README.md + display-queries: + Readme: + path: readme.txt + display-random-post-as-tweet: + Readme: + path: readme.txt + display-recently-registered-users: + 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(?\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 @@ -18521,15 +22308,75 @@ plugins: path: - readme.txt - README.md + display-this-when: + Readme: + path: readme.txt + display-timezone: + 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 + displayingcountries: + Readme: + path: readme.txt displayproduct: Readme: path: readme.txt + displayrandompost: + 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 + distinct-preview: + Readme: + path: readme.txt + 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: @@ -18540,6 +22387,39 @@ plugins: version: true Readme: path: readme.txt + div-shortcode: + Readme: + path: readme.txt + divebook: + Readme: + path: readme.txt + divelogs-widget: + 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 @@ -18552,15 +22432,99 @@ plugins: 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-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 + 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-wp-foldersize: + Readme: + path: readme.txt dni-woocommerce: Readme: path: readme.txt + dns-prefetch: + 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 + doaj-export: + Readme: + path: readme.txt + doar-paypal-brasil: + Readme: + path: readme.txt dobsondev-shortcodes: ChangeLog: class: BodyPattern @@ -18573,6 +22537,8 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt doc8: TranslationFile: class: BodyPattern @@ -18590,6 +22556,12 @@ plugins: docs: Readme: path: readme.md + docs-auto-tags: + Readme: + path: readme.txt + docs-to-wordpress: + Readme: + path: readme.txt docspress: QueryParameter: files: @@ -18621,12 +22593,37 @@ plugins: 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 /^= (?\d+\.[\.\d]+)/i version: true + documents-shortcode: + Readme: + path: + - readme.txt + - README.md + 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 @@ -18664,6 +22661,33 @@ plugins: 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 @@ -18675,15 +22699,42 @@ plugins: version: true Readme: path: README.txt + don8: + 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 @@ -18693,21 +22744,62 @@ plugins: doofinder-for-woocommerce: Readme: path: readme.txt + doolox-node: + Readme: + path: + - readme.txt + - README.md + dooodl: + Readme: + path: readme.txt 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 /^(?\d+\.[\.\d]+)/ version: true + Readme: + path: readme.txt doqrcode: 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 @@ -18719,11 +22811,20 @@ plugins: 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: @@ -18741,6 +22842,12 @@ plugins: download-button-for-elementor: Readme: path: readme.txt + download-button-shortcode: + Readme: + path: readme.txt + download-html-tinymce-button: + Readme: + path: readme.txt download-manager: MetaGenerator: class: Xpath @@ -18768,44 +22875,123 @@ plugins: version: true Readme: path: readme.txt + download-monitor-page-addon-qr-code: + 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 (?\d+\.[\.\d]+)/i version: true + download-post-comments: + Readme: + path: readme.txt download-sender: Readme: path: readme.txt + downloadable-gallery: + Readme: + path: readme.txt + doyoufeed: + Readme: + path: readme.txt dozwpsecure: Readme: path: readme.txt + dp-debug-menu: + 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 /\#\# (?\d+\.[\.\d]+)/ version: true + dpurlshortner: + Readme: + path: readme.txt + dpwpsimplecache: + Readme: + path: readme.txt + dq-bandcamp-library: + 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-sort: + Readme: + path: readme.txt + drag-to-share: + Readme: + path: readme.txt dragon-video: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /^(?\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 (?\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\-(?\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 dreamgrow-scroll-triggered-box: Comment: xpath: //comment()[contains(., "Dreamgrow")] @@ -18818,9 +23004,15 @@ plugins: 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 @@ -18840,9 +23032,30 @@ plugins: - dist/s3drm.min.css - dist/s3drm.min.js version: true + drop-cap-shortcode: + Readme: + path: readme.txt + drop-caps: + 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 @@ -18856,6 +23069,19 @@ plugins: 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 dropship-me: Readme: path: readme.txt @@ -18874,12 +23100,33 @@ plugins: 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(?\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 @@ -18893,6 +23140,9 @@ plugins: version: true Readme: path: README.txt + ds-taxonomy-meta: + Readme: + path: readme.txt dse-divi-section-enhancer: Readme: path: readme.txt @@ -18919,9 +23169,27 @@ plugins: - assets/js/jquery.validate.min.js - assets/js/frontend.js version: true + 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 dummy-images: ComposerFile: class: ConfigParser @@ -18931,9 +23199,21 @@ plugins: dummy-text-generator: Readme: path: readme.txt + dummy-text-shortcode: + 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-menu: Readme: path: @@ -18950,6 +23230,18 @@ plugins: duplicate-pp: Readme: path: readme.txt + duplicate-tec-event: + Readme: + path: readme.txt + duplicate-theme: + Readme: + path: readme.txt + duplicate-user: + Readme: + path: readme.txt + duplicate-widget: + Readme: + path: readme.txt duplicate-wp-page-post: Readme: path: readme.txt @@ -18983,15 +23275,108 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /^\#\#\#\# (?\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 + dyn-business-panel: + 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 (?\d+\.[\.\d]+)/i' version: true + dynamic-audio-player-basic: + Readme: + path: readme.txt + dynamic-blogname: + Readme: + path: readme.txt dynamic-content-for-woocommerce: QueryParameter: files: @@ -19003,42 +23388,140 @@ plugins: xpath: //comment()[contains(., "Content Gallery")] pattern: !ruby/regexp /Dynamic Content Gallery plugin version (?\d+\.[\.\d]+)/i version: true + dynamic-content-widget: + 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-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 (?\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 + 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(?\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 + dzone-widget: + Readme: + path: readme.txt + dzs-custom-wp-query-shortcode: + Readme: + path: readme.txt e-commerce-by-salescart: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /\*+ V E R \s+ (?\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 + e107-importer: + Readme: + path: readme.txt e2pdf: QueryParameter: files: @@ -19047,6 +23530,9 @@ plugins: each-domain-a-page: Readme: path: readme.txt + eagle-eye: + Readme: + path: readme.txt earnware-connect: QueryParameter: files: @@ -19057,6 +23543,27 @@ plugins: version: true Readme: path: README.txt + earth-observatory-iotd-widget: + Readme: + path: readme.txt + ease-framework: + 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: @@ -19081,6 +23588,15 @@ plugins: 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: @@ -19097,12 +23613,30 @@ plugins: path: languages/easyadpicker-nl_NL.po pattern: !ruby/regexp '/"Project\-Id\-Version: millionare (?\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-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")] @@ -19111,15 +23645,33 @@ plugins: 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-appointments: Readme: path: readme.txt + easy-attachments: + Readme: + path: readme.txt + easy-automatic-newsletter: + Readme: + path: readme.txt + easy-backstretch: + Readme: + path: readme.txt + easy-block-selector: + Readme: + path: readme.txt easy-blog-ideas: TranslationFile: class: BodyPattern @@ -19132,12 +23684,40 @@ plugins: easy-broken-link-checker: 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-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 (?\d+\.[\.\d]+)/i version: true + easy-collapse-accordion: + QueryParameter: + files: + - js/bootstrap-accordion.min.js + version: true + Readme: + path: README.md + easy-content-templates: + Readme: + path: readme.txt easy-cookie-law: Readme: path: readme.txt @@ -19147,6 +23727,9 @@ plugins: - 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: @@ -19158,12 +23741,17 @@ plugins: 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 /^= (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt easy-custom-js-and-css: ChangeLog: class: BodyPattern @@ -19179,6 +23767,15 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 @@ -19197,18 +23794,63 @@ plugins: pattern: !ruby/regexp /Easy Digital Downloads 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 /\#\# (?\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 (?\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-eu-cookie-law: + Readme: + path: readme.txt easy-events-manager: Readme: path: readme.txt @@ -19218,6 +23860,8 @@ plugins: path: languages/easy-excerpt.po pattern: !ruby/regexp /Project\-Id\-Version:\ Easy Excerpt (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt easy-facebook-likebox: QueryParameter: files: @@ -19249,6 +23893,12 @@ plugins: 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 @@ -19265,9 +23915,18 @@ plugins: path: changelog.txt pattern: !ruby/regexp /\#\# \[(?\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-floating-video: QueryParameter: files: @@ -19275,6 +23934,24 @@ plugins: - 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-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: @@ -19287,6 +23964,15 @@ plugins: easy-geo-redirect: Readme: path: readme.txt + easy-geocaching-links: + Readme: + path: readme.txt + easy-github-gist-shortcodes: + Readme: + path: readme.txt + easy-google-analytics-for-wordpress: + Readme: + path: readme.txt easy-google-fonts: JavascriptComment: class: BodyPattern @@ -19295,6 +23981,12 @@ plugins: 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 @@ -19304,6 +23996,11 @@ plugins: - css/ehu.css - js/ehu.js version: true + Readme: + path: readme.txt + easy-highlight-text: + Readme: + path: readme.txt easy-iban: QueryParameter: files: @@ -19311,6 +24008,9 @@ plugins: - 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 @@ -19328,14 +24028,47 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^=+ (?\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-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-marijuana-age-verify: Readme: path: readme.txt @@ -19355,6 +24088,12 @@ plugins: 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: @@ -19366,6 +24105,20 @@ plugins: files: - css/easy-nivo-slider.css version: true + Readme: + path: readme.txt + easy-noindex-and-nofollow: + Readme: + path: readme.txt + easy-options-page: + Readme: + path: readme.txt + easy-page-flip: + Readme: + path: readme.txt + easy-page-templates-info: + Readme: + path: readme.txt easy-panorama: QueryParameter: files: @@ -19374,6 +24127,9 @@ plugins: - public/js/jquery.ba-throttle-debounce.min.js - public/js/jquery.init.js version: true + easy-paypal-custom-fields: + Readme: + path: readme.txt easy-paypal-donation: Readme: path: readme.txt @@ -19393,6 +24149,9 @@ plugins: easy-pie-maintenance-mode: Readme: path: readme.txt + easy-pinterest: + Readme: + path: readme.txt easy-pixels-ecommerce-extension-by-jevnet: Readme: path: readme.txt @@ -19408,6 +24167,12 @@ plugins: path: languages/easy-plugin-stats.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Easy Plugin Stats (?\d+\.[\.\d]+)/i version: true + easy-popular-posts: + Readme: + path: readme.txt + easy-post-note: + Readme: + path: readme.txt easy-post-series: QueryParameter: files: @@ -19419,12 +24184,23 @@ plugins: 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-pricing-table-manager: TranslationFile: class: BodyPattern path: easy-pricing-table-manager.po pattern: !ruby/regexp /ion:\ Easy Pricing Table Manager Version (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt easy-pricing-tables: Readme: path: readme.txt @@ -19434,6 +24210,11 @@ plugins: path: languages/easy-primary-category.pot pattern: !ruby/regexp /oject\-Id\-Version:\ Easy Primary Category (?\d+\.[\.\d]+)/i version: true + easy-prism-syntax-highlighter: + Readme: + path: + - README.txt + - README.md easy-property-listings: QueryParameter: files: @@ -19447,18 +24228,34 @@ plugins: path: languages/easy-property-listings.pot pattern: !ruby/regexp /ject\-Id\-Version:\ Easy Property Listings (?\d+\.[\.\d]+)/i version: true + 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(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt easy-referral-for-woocommerce: Readme: path: readme.txt @@ -19469,9 +24266,17 @@ plugins: - 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: @@ -19482,27 +24287,49 @@ plugins: 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 (?\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(?\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-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: @@ -19511,23 +24338,38 @@ plugins: - 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(?\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-media: + Readme: + path: readme.txt + easy-social-share: + Readme: + path: readme.txt easy-social-sharing: QueryParameter: files: @@ -19539,12 +24381,24 @@ plugins: path: languages/easy-social-sharing.pot pattern: !ruby/regexp /Project\-Id\-Version:\ Easy Social Sharing (?\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 (?\d+\.[\.\d]+)/i' version: true + easy-sticky-notification-bar: + Readme: + path: readme.txt + easy-store-locator: + Readme: + path: readme.txt easy-support-videos: TranslationFile: class: BodyPattern @@ -19583,6 +24437,11 @@ plugins: path: lang/ez-taxonomy-support.pot pattern: !ruby/regexp /oject\-Id\-Version:\ Easy Taxonomy Support (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + easy-testimonial-manager: + Readme: + path: readme.txt easy-testimonial-rotator: TranslationFile: class: BodyPattern @@ -19592,26 +24451,56 @@ plugins: 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-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 (?\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 (?\d+\.[\.\d]+)/i version: true + 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-tynt: + Readme: + path: readme.txt easy-up-sell-for-woocommerce: QueryParameter: files: @@ -19621,6 +24510,18 @@ plugins: 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")] @@ -19631,6 +24532,9 @@ plugins: easy-watermark: Readme: path: readme.txt + easy-weather-widget: + Readme: + path: readme.txt easy-whatsapp-contact: Readme: path: README.txt @@ -19650,12 +24554,30 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + easy-wordpress-content-locker: + Readme: + path: readme.txt + easy-wordpress-mailchimp-integration: + Readme: + path: readme.txt + easy-wp: + 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-wysiwyg-style: + Readme: + path: readme.txt easy-youtube-gallery: QueryParameter: files: @@ -19670,12 +24592,30 @@ plugins: 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: @@ -19683,6 +24623,9 @@ plugins: version: true Readme: path: README.txt + easylogo: + Readme: + path: readme.txt easymanage: Readme: path: readme.txt @@ -19695,6 +24638,9 @@ plugins: easypag-woocommerce: Readme: path: readme.txt + easyqr: + Readme: + path: readme.txt easyreservations: QueryParameter: files: @@ -19705,6 +24651,24 @@ plugins: 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: @@ -19718,12 +24682,54 @@ plugins: - 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-cf-catpcha: + Readme: + path: readme.txt + eazy-enable-blogroll: + Readme: + path: readme.txt + ebay-shop-page: + Readme: + path: readme.txt ebaylink: Readme: path: readme.txt + ebaystore: + Readme: + path: readme.txt + ebizzsol-photo-search: + Readme: + path: readme.txt + ebook-downloader: + Readme: + path: readme.txt ebook-store: Readme: path: readme.txt + ec-authorizenet: + Readme: + path: readme.txt + ec-stars-rating: + Readme: + path: readme.txt + ecall: + Readme: + path: readme.txt echbay-admin-security: Readme: path: readme.txt @@ -19746,6 +24752,9 @@ plugins: version: true Readme: path: readme.txt + echo-comments-importer: + Readme: + path: readme.txt echo-show-ids: ChangeLog: class: BodyPattern @@ -19755,9 +24764,18 @@ plugins: eco-agenda: Readme: path: readme.txt + ecommerce-browser-wponlinestore: + Readme: + path: README.txt + ecommerce-dashboard: + Readme: + path: readme.txt 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 @@ -19767,6 +24785,19 @@ plugins: - 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 @@ -19788,6 +24819,9 @@ plugins: - 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 @@ -19811,23 +24845,57 @@ plugins: 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-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 (?\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-favorites: + Readme: + path: readme.txt edd-first-time-buyers-gift: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /Version (?\d+\.[\.\d]+)/i version: true + edd-free-download-text: + Readme: + path: readme.txt edd-infinite-scrolling: QueryParameter: files: @@ -19835,12 +24903,21 @@ plugins: - 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 (?\d+\.[\.\d]+)/i' version: true + edd-mobile: + Readme: + path: readme.txt edd-multilingual: ChangeLog: class: BodyPattern @@ -19864,18 +24941,30 @@ plugins: version: true Readme: path: readme.txt + edd-prevent-checkout: + Readme: + path: readme.txt edd-purchase-details: TranslationFile: class: BodyPattern path: languages/edd-purchase-details.pot pattern: !ruby/regexp /sy Digital Downloads \- Purchase Details (?\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: @@ -19886,12 +24975,39 @@ plugins: files: - css/relcarouself.css version: true + 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 /^= (?\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-ymlp: + Readme: + path: readme.txt edge-cache-html-cloudflare-workers: Readme: path: README.txt @@ -19915,27 +25031,100 @@ plugins: 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-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 (?\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 (?\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 + editor-buttons-simplified: + Readme: + path: readme.txt + editor-color-on-word-count: + Readme: + path: readme.txt + editor-extender: + Readme: + path: readme.txt + editor-lock-by-wisdmlabs: + Readme: + path: Readme.txt + editor-remover: + 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 (?\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 + edshelf-widget: + Readme: + path: readme.txt edu-testimonials: Readme: path: readme.txt @@ -19949,20 +25138,62 @@ plugins: 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-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 (?\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: @@ -19972,17 +25203,34 @@ plugins: - 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 @@ -20014,39 +25262,103 @@ plugins: path: languages/eighties-bbpress-en_US.pot pattern: !ruby/regexp /t\-Id\-Version:\ Eighties Add\-on \- bbPress (?\d+\.[\.\d]+)/i version: true + 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 + el-banners: + Readme: + path: readme.txt + el-club-de-la-noticia: + Readme: + path: readme.txt + el-gallery: + 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 (?\d+\.[\.\d]+)/i version: true + elastik-error-logging: + Readme: + path: readme.txt + elbuntu-pins: + 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 (?\d+\.[\.\d]+)/i' version: true + elegance-modal-box: + Readme: + path: readme.txt elegant-blocks: Readme: path: readme.txt @@ -20056,6 +25368,12 @@ plugins: path: languages/ercs.pot pattern: !ruby/regexp /msgid "Version:\ (?\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: @@ -20125,6 +25443,12 @@ plugins: 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 @@ -20143,18 +25467,48 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ version: true + 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 ellie-code-snippet: QueryParameter: files: - public/css/ellie-code-snippet-public.css - public/js/ellie-code-snippet-public.js version: true + 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 + elvito-bp: + Readme: + path: readme.txt + elya-sms: + Readme: + path: readme.txt em-purchase-code-validator: QueryParameter: files: @@ -20165,6 +25519,18 @@ plugins: - 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 @@ -20173,12 +25539,27 @@ plugins: version: true Readme: path: readme.txt + email-alerts: + 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-chat-contact-button: + Readme: + path: readme.txt email-dns-verification: Readme: path: readme.txt + email-domain-checker: + Readme: + path: readme.txt email-download-link: ChangeLog: class: BodyPattern @@ -20190,6 +25571,9 @@ plugins: email-encoder-bundle: Readme: path: readme.txt + email-feed: + Readme: + path: readme.txt email-form-under-post: QueryParameter: files: @@ -20206,12 +25590,36 @@ plugins: 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 @@ -20220,18 +25628,33 @@ plugins: 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-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 (?\d+\.[\.\d]+)/i version: true + email-subscriber: + Readme: + path: readme.txt email-subscribers: TranslationFile: class: BodyPattern @@ -20257,9 +25680,15 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\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 @@ -20269,6 +25698,9 @@ plugins: email-templates: Readme: path: README.txt + email-this-page: + Readme: + path: readme.txt email-tracking-notification-for-woocommerce: TranslationFile: class: BodyPattern @@ -20280,9 +25712,21 @@ plugins: 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 + embargo-press-release: + Readme: + path: readme.txt embed-any-document: Readme: path: readme.txt @@ -20291,6 +25735,9 @@ plugins: path: language/embed-any-document.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Embed Any Document (?\d+\.[\.\d]+)/i' version: true + embed-article: + Readme: + path: readme.txt embed-clappr: QueryParameter: files: @@ -20302,9 +25749,45 @@ plugins: path: languages/embed-code.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Embed Code (?\d+\.[\.\d]+)/i version: true + embed-comment-images: + Readme: + path: readme.txt + embed-documents-shortcode: + 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-image: + Readme: + path: readme.txt + embed-iphoneipad-app: + Readme: + path: readme.txt + embed-kindle: + Readme: + path: readme.txt + embed-light-field-photos: + Readme: + path: readme.txt + 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 @@ -20317,6 +25800,18 @@ plugins: embed-poll-for-all: Readme: path: readme.txt + embed-post: + Readme: + path: readme.txt + embed-posts: + Readme: + path: readme.txt + embed-roomshare-japan: + Readme: + path: readme.txt + embed-rss: + Readme: + path: readme.txt embed-sched: Readme: path: readme.txt @@ -20337,15 +25832,53 @@ plugins: 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 (?\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 + 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-for-woocommerce: Readme: path: readme.txt + emma-emarketing-plugin: + Readme: + path: README.txt emoji-autocomplete-gutenberg: ComposerFile: class: ConfigParser @@ -20354,6 +25887,9 @@ plugins: version: true Readme: path: readme.txt + emoji-emoticons: + Readme: + path: README.txt emoji-keyboard-in-comment-form: TranslationFile: class: BodyPattern @@ -20366,6 +25902,15 @@ plugins: - 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 @@ -20384,9 +25929,42 @@ plugins: xpath: //meta[@name="generator"]/@content version: true pattern: !ruby/regexp /empty framework (?\d+\.[\.\d]+)/i + 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-latex: + Readme: + path: readme.txt enable-media-replace: 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 @@ -20396,18 +25974,41 @@ plugins: 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 (?\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 @@ -20423,18 +26024,54 @@ plugins: - 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=")] @@ -20442,22 +26079,48 @@ plugins: version: true 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 /^= (?\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: @@ -20485,9 +26148,18 @@ plugins: 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: @@ -20500,6 +26172,12 @@ plugins: path: lang/Enlighter.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Enlighter (?\d+\.[\.\d]+)/i version: true + enqueue-font-awesome-cdn: + Readme: + path: readme.txt + enroll-via-ipn: + Readme: + path: readme.txt enter-title-here-changer: Readme: path: readme.txt @@ -20508,6 +26186,9 @@ plugins: path: CHANGELOG.MD pattern: !ruby/regexp /\#\# \[(?\d+\.[\.\d]+)\]/ version: true + entries-on-page-x: + Readme: + path: readme.txt entry-views: TranslationFile: class: BodyPattern @@ -20524,9 +26205,21 @@ plugins: - 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: @@ -20538,26 +26231,66 @@ plugins: - 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 + environmental-plugin-manager: + Readme: + path: readme.txt + envoke-supersized: + Readme: + path: readme.txt + 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 ep4-more-embeds: QueryParameter: files: - css/more-embeds.css version: true + ephemeris: + Readme: + path: readme.txt + ephoto-plugin: + 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 + epicwin-subscribers: + Readme: + path: readme.txt + episode-vii-countdown-widget: + Readme: + path: readme.txt epitome-featured-category: ChangeLog: class: BodyPattern @@ -20607,6 +26340,15 @@ plugins: path: languages/equal-height-columns.pot pattern: !ruby/regexp /roject\-Id\-Version:\ Equal Height Columns (?\d+\.[\.\d]+)/i version: true + er-sourceforge-stats: + Readme: + path: readme.txt + er-swiffy-insert: + Readme: + path: readme.txt + er-windows-8-meta-addon: + Readme: + path: readme.txt ere-colors: ChangeLog: class: BodyPattern @@ -20631,6 +26373,9 @@ plugins: erident-custom-login-and-dashboard: Readme: path: readme.txt + erocks-dashboard-lockdown: + Readme: + path: readme.txt erp: QueryParameter: files: @@ -20653,14 +26398,50 @@ plugins: path: i18n/languages/wp-erp-pdf.pot pattern: !ruby/regexp '/roject\-Id\-Version: WP ERP \- PDF Invoice (?\d+\.[\.\d]+)/i' version: true + error-notification: + Readme: + path: readme.txt + es-custom-fields-interface: + 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 eseely: 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 + essential: + Readme: + path: readme.txt essential-addons-for-elementor-lite: QueryParameter: files: @@ -20708,6 +26489,21 @@ plugins: esta-kit: Readme: path: readme.txt + estoyleyendo: + Readme: + path: readme.txt + esv-bible-shortcode-for-wordpress: + Readme: + path: readme.txt + etalia: + Readme: + path: readme.txt + etemplates: + Readme: + path: readme.txt + etevents: + Readme: + path: readme.txt ethereum-wallet: Readme: path: readme.txt @@ -20727,14 +26523,35 @@ plugins: 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: @@ -20754,15 +26571,35 @@ plugins: path: languages/eu-opt-in-compliance-for-mailchimp.pot pattern: !ruby/regexp /ion:\ eu\-opt\-in\-compliance\-for\-mailchimp (?\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 /^= (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt ev-ead: Readme: path: readme.txt + ev-widget-post: + Readme: + path: readme.txt + evalphp: + Readme: + path: readme.txt + evaluate: + Readme: + path: readme.txt + evanesco: + Readme: + path: readme.txt event-calendar-by-hg: QueryParameter: files: @@ -20809,6 +26646,9 @@ plugins: - core/templates/global_assets/css/espresso_default.css pattern: !ruby/regexp /(?:v|ver)\=(?[\d\.]+\.decaf)/i version: true + event-espresso-es: + Readme: + path: readme.txt event-espresso-free: QueryParameter: files: @@ -20827,12 +26667,21 @@ plugins: path: change_log.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+\.L)/ version: true + event-espresso-requirements-check: + 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 (?\d+\.[\.\d]+)/i version: true + event-manager-theme-functionality: + Readme: + path: readme.txt event-master: QueryParameter: files: @@ -20847,18 +26696,35 @@ plugins: path: languages/event-organiser-csv.pot pattern: !ruby/regexp /Project\-Id\-Version:\ event\-organiser\-csv (?\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 (?\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 (?\d+\.[\.\d]+)/i version: true + event-page: + Readme: + path: readme.txt + event-post-type: + Readme: + path: readme.txt event-registration-pro-calendar: QueryParameter: files: @@ -20881,6 +26747,15 @@ plugins: version: true 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 @@ -20892,6 +26767,9 @@ plugins: version: true Readme: path: README.txt + eventissimo: + Readme: + path: README.txt evento: Readme: path: readme.txt @@ -20901,6 +26779,8 @@ plugins: path: eventpress.pot pattern: !ruby/regexp /tion of the WordPress plugin EventPress (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt events-addon-for-elementor: Readme: path: readme.txt @@ -20942,9 +26822,15 @@ plugins: events-notification-bar-addon: Readme: path: readme.txt + events-planner: + Readme: + path: readme.txt events-tracker-for-elementor: Readme: path: readme.txt + eventsbymike: + Readme: + path: readme.txt eventscout: QueryParameter: files: @@ -21046,17 +26932,34 @@ plugins: - 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 + every-calendar-1: + Readme: + path: readme.txt everything-accordion: QueryParameter: files: @@ -21067,6 +26970,27 @@ plugins: files: - js/script.js version: true + evgeny-muravjev-typograph: + 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 @@ -21081,6 +27005,8 @@ plugins: xpath: //comment()[contains(., "Ewsel Lightbox")] pattern: !ruby/regexp /Ewsel Lightbox For Galleries v(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt ewww-image-optimizer: ChangeLog: class: BodyPattern @@ -21095,6 +27021,9 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + exam-matrix: + Readme: + path: readme.txt excalibur-paywall: QueryParameter: files: @@ -21110,12 +27039,36 @@ plugins: - 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 /^= (?\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-rates-adce: QueryParameter: files: @@ -21130,6 +27083,30 @@ plugins: exclude-pages: Readme: path: readme.txt + exclude-pages-from-search: + 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-remove: + Readme: + path: readme.txt + exifize-my-dates: + Readme: + path: readme.txt + exit-monitor: + Readme: + path: readme.txt exit-notifier: QueryParameter: files: @@ -21143,12 +27120,50 @@ plugins: exit-popup: Readme: path: readme.txt + exopin-blogging-for-money: + MetaTag: + class: Xpath + xpath: //meta[@name="exopin"]/@content + version: true + pattern: !ruby/regexp /(?\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 + 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 @@ -21168,12 +27183,27 @@ plugins: 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-media-library: ComposerFile: class: ConfigParser @@ -21203,6 +27233,9 @@ plugins: export-users: Readme: path: readme.txt + export-users-data-to-csv: + Readme: + path: readme.txt export-woocommerce: TranslationFile: class: BodyPattern @@ -21218,18 +27251,84 @@ plugins: export-wp-users-xml-csv: Readme: path: readme.txt + expose-it: + 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 + 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 (?\d+\.[\.\d]+)/i version: true + 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 @@ -21248,6 +27347,27 @@ plugins: path: languages/extensive-vc.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Extensive VC (?\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: @@ -21256,18 +27376,53 @@ plugins: version: true Readme: path: README.txt + 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 (?\d+\.[\.\d]+)/i' version: true + extra-classes: + Readme: + path: readme.txt + extra-feed-links: + Readme: + path: readme.txt + extra-image-tags: + 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: @@ -21283,14 +27438,29 @@ plugins: extra-settings-for-woocommerce: Readme: path: readme.txt + extra-shortcodes: + Readme: + path: readme.txt + 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 @@ -21300,6 +27470,56 @@ plugins: - 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 + eyes-only-user-access-shortcode: + Readme: + path: readme.txt + ez-emails: + 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 + ezdeebee-wp-connector: + Readme: + path: readme.txt + ezinearticles-plugin: + Readme: + path: readme.txt + ezmigrate: + Readme: + path: readme.txt + ezphp: + Readme: + path: readme.txt ezusy-image-swatches-for-variable-product: QueryParameter: files: @@ -21308,12 +27528,18 @@ plugins: 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 + f1-minute-player: + Readme: + path: readme.txt f12-cookie: Readme: path: Readme.txt @@ -21322,6 +27548,9 @@ plugins: files: - style.css version: true + f2-tag-cloud-widget: + Readme: + path: readme.txt f4-simple-whitelabel: Readme: path: readme.txt @@ -21331,6 +27560,9 @@ plugins: f4w-our-team: Readme: path: readme.txt + f6s: + Readme: + path: readme.txt fa-comment-rating: QueryParameter: files: @@ -21353,6 +27585,15 @@ plugins: 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 @@ -21362,6 +27603,9 @@ plugins: - js/main.js - js/style1.js version: true + facebadge-master-wp: + Readme: + path: readme.txt facebar: Readme: path: readme.txt @@ -21425,6 +27669,13 @@ plugins: 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 \| (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt facebook-page-feed-graph-api: Readme: path: @@ -21447,18 +27698,66 @@ plugins: 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 + 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 failed-login-firewall: Readme: path: readme.txt + fake-file-generator: + Readme: + path: readme.txt + fake-traffic-blaster: + Readme: + path: readme.txt fakeblock: QueryParameter: files: @@ -21501,6 +27800,8 @@ plugins: path: lang/family-law-express-headlines.po pattern: !ruby/regexp /t\-Id\-Version:\ Family Law Express News\\\\ (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt fanbridge-signup: QueryParameter: files: @@ -21513,6 +27814,8 @@ plugins: - js/jquery.validate.min.js - js/css_browser_selector.js version: true + Readme: + path: readme.txt fancier-author-box: QueryParameter: files: @@ -21521,6 +27824,24 @@ plugins: 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 @@ -21534,9 +27855,21 @@ plugins: version: true Readme: path: readme.txt + fancy-heaer-slider: + Readme: + path: readme.txt fancy-image-show: Readme: path: readme.txt + fancy-plugin: + Readme: + path: readme.txt + fancy-quotes: + Readme: + path: readme.txt + fancy-sitemap: + Readme: + path: readme.txt fancy-top-bar-countdown: QueryParameter: files: @@ -21547,18 +27880,26 @@ plugins: - 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(?\d+\.[\.\d]+)/i version: true Readme: path: readme.txt + fancybox-gallery: + Readme: + path: readme.txt fancybox-plus: Comment: xpath: //comment()[contains(., "Fancybox Plus")] @@ -21573,6 +27914,17 @@ plugins: - 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 + fancytabs: + Readme: + path: readme.txt + fanfouportable: + Readme: + path: readme.txt fanimani-pl: TranslationFile: class: BodyPattern @@ -21581,6 +27933,18 @@ plugins: 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: @@ -21609,6 +27973,9 @@ plugins: faq-schema-markup-faq-structured-data: Readme: path: readme.txt + faq-shortcode: + Readme: + path: readme.txt faq-wd: QueryParameter: files: @@ -21617,18 +27984,38 @@ plugins: - js/vote.js - js/faq_wd_front_end.js version: true + faqz: + Readme: + path: readme.txt far-future-expiry-header: Readme: path: readme.txt + fare-calculator: + Readme: + path: readme.txt + farm-calculators: + Readme: + path: + - readme.txt + - readme.md fast-activecampaign: Readme: path: readme.txt fast-beavercontrol: Readme: path: readme.txt + fast-category-cloud-wordpress-plugin: + 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 @@ -21644,6 +28031,9 @@ plugins: fast-tagcredit: Readme: path: readme.txt + fast-tube: + Readme: + path: readme.txt fast-user-switching: ChangeLog: class: BodyPattern @@ -21653,21 +28043,42 @@ plugins: fast-velocity-minify: Readme: path: readme.txt + fast-wordpress-search: + Readme: + path: readme.txt + fastbook-responsive-appointment-booking-and-scheduling-system: + Readme: + path: readme.txt fastdev: ComposerFile: class: ConfigParser path: package.json key: version version: true + 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 fathom-analytics: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /^\#\#\#\# (?\d+\.[\.\d]+) \- [^\r\n]+$/i version: true + favhero-favicon-generator: + Readme: + path: readme.txt favicon-by-realfavicongenerator: Readme: path: README.txt @@ -21680,15 +28091,48 @@ plugins: xpath: //meta[@name="generator"]/@content version: true pattern: !ruby/regexp /Think\-Press Favicon Generator 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 @@ -21701,12 +28145,21 @@ plugins: pattern: !ruby/regexp /Facebook Analytics \- fba plugin\- 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 /\#\# (?\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: @@ -21725,12 +28178,18 @@ plugins: pattern: !ruby/regexp /window\._sr\s*=\s*{(?.+?(?=};))};/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 \- (?\d+\.[\.\d]+) Powered by Mxp\.TW/i + fbar-social: + Readme: + path: readme.txt fbook-page-widget-ex-like-box: Readme: path: readme.txt @@ -21746,6 +28205,15 @@ plugins: 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 @@ -21755,21 +28223,74 @@ plugins: feature-comments: Readme: path: readme.txt + feature-me: + Readme: + path: readme.txt feature-on-homepage: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /^= (?\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-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-reminder: + Readme: + path: readme.txt + featured-image-resize: + Readme: + path: readme.txt featured-image-sharpen-up: ComposerFile: class: ConfigParser @@ -21782,14 +28303,55 @@ plugins: - 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 + 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 @@ -21799,11 +28361,36 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Changed from [\d\.]+ to (?\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: @@ -21817,6 +28404,9 @@ plugins: version: true Readme: path: readme.txt + features: + Readme: + path: readme.txt features-by-woothemes: Readme: path: readme.txt @@ -21828,6 +28418,8 @@ plugins: class: Xpath xpath: //meta[@name="Featuring CountComments"]/@content version: true + Readme: + path: readme.txt feecompass-rankings: TranslationFile: class: BodyPattern @@ -21836,11 +28428,49 @@ plugins: 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: @@ -21850,21 +28480,87 @@ plugins: 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-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: @@ -21873,32 +28569,124 @@ plugins: 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 + 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 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 + 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 (?\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-un-attach: + Readme: + path: readme.txt file-uploader-tektonic-solutions: QueryParameter: files: @@ -21910,17 +28698,62 @@ plugins: filebird: 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 + filetype-icons: + Readme: + path: readme.txt + fileviewer: + Readme: + path: readme.txt + filosofo-comments-preview: + Readme: + path: readme.txt + filosofo-gravatars: + 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-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 filterable-portfolio: QueryParameter: files: - assets/css/style.css version: true + filtered-html-for-editors: + Readme: + path: readme.txt filterize-gallery: QueryParameter: files: @@ -21933,6 +28766,12 @@ plugins: - 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: @@ -21952,11 +28791,41 @@ plugins: version: true Readme: path: readme.txt + financial-toolbox: + Readme: + path: readme.txt + finanz-nachrichten: + 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-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 @@ -21972,6 +28841,12 @@ plugins: firebase-authentication: Readme: path: README.txt + firebug-lite: + Readme: + path: readme.txt + firecoin-wordpress: + Readme: + path: readme.txt firedrum-email-marketing: QueryParameter: files: @@ -21983,18 +28858,76 @@ plugins: 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 firestudio: 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(?\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(?\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-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 (?\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 @@ -22008,6 +28941,39 @@ plugins: path: lang/five-star-ratings-shortcode.pot pattern: !ruby/regexp '/Id\-Version: Five\-Star Ratings Shortcode (?\d+\.[\.\d]+)/i' version: true + five-things: + Readme: + path: readme.txt + fix-admin-contrast: + Readme: + path: readme.txt + fix-duplicates: + 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 + fixed-adjacent-post: + Readme: + path: readme.txt + fixed-admin-sidebar: + Readme: + path: readme.txt fixed-bottom-menu: QueryParameter: files: @@ -22028,11 +28994,36 @@ plugins: - public/assets/css/cn-options.css - public/assets/js/circular-nav.js version: true + 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(?\d+\.[\.\d]+)/i version: true + 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 @@ -22044,6 +29035,9 @@ plugins: xpath: //comment()[contains(., "FlamingText")] pattern: !ruby/regexp /FlamingText plugin v(?\d+\.[\.\d]+)/i version: true + flanimator-reader-german-language: + Readme: + path: readme.txt flare: QueryParameter: files: @@ -22064,12 +29058,55 @@ plugins: 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-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-show-and-hide-box: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /\#\#\# \[(?\d+\.[\.\d]+)\]/i version: true + Readme: + path: + - readme.txt + - README.md + flash-swfobject: + Readme: + path: readme.txt flash-toolkit: TranslationFile: class: BodyPattern @@ -22078,6 +29115,30 @@ plugins: 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: @@ -22095,6 +29156,33 @@ plugins: path: lang/flat-twitter-en_EN.po pattern: !ruby/regexp /"Project\-Id\-Version:\ Flat Twitter (?\d+\.[\.\d]+)/i version: true + flat-ui-button: + Readme: + path: readme.txt + flatfolio-flat-cool-wp-portfolio: + 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 flc-forma-lms-connector: TranslationFile: class: BodyPattern @@ -22103,6 +29191,9 @@ plugins: version: true Readme: path: readme.txt + fleapaycom: + Readme: + path: readme.txt flex-posts: QueryParameter: files: @@ -22130,44 +29221,159 @@ plugins: - public/css/flexia-core-public.css - public/js/flexia-core-public.js version: true + flexible-ab-results: + Readme: + path: readme.txt + flexible-blogtitle: + Readme: + path: readme.txt flexible-checkout-fields: Readme: path: readme.txt + flexible-faq: + Readme: + path: readme.txt + flexible-frontend-login: + Readme: + path: readme.txt + flexible-hreview: + 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-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 /\#\# (?\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 flexy-breadcrumb: QueryParameter: files: - public/css/flexy-breadcrumb-public.css - public/js/flexy-breadcrumb-public.js version: true + 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 (?\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 @@ -22179,12 +29385,25 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\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: @@ -22194,17 +29413,57 @@ plugins: - 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 (?\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 /(?\d+\.[\.\d]+)/ version: true + Readme: + path: readme.txt + flickspire: + Readme: + path: readme.txt flies: QueryParameter: files: - scripts.js version: true + flight-radar: + Readme: + path: readme.txt flight-search-widget-blocks: TranslationFile: class: BodyPattern @@ -22217,6 +29476,30 @@ plugins: - css/flipbox.carousel.css - js/flipbox.carousel.min.js version: true + flip-pong-v: + Readme: + path: readme.txt + flipboard-magazine-widget: + Readme: + path: readme.txt + flipbook-catalog-with-woocommerce-link: + Readme: + path: Readme.txt + flipit-coupon-creator: + Readme: + path: readme.txt + fliqz-integration: + 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")] @@ -22240,9 +29523,14 @@ plugins: - 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-contact: TranslationFile: class: BodyPattern @@ -22255,6 +29543,12 @@ plugins: 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: @@ -22266,9 +29560,18 @@ plugins: path: languages/floating-nextprev.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Floating NextPrev (?\d+\.[\.\d]+)/i version: true + floating-player: + Readme: + path: readme.txt + floating-publish-button: + Readme: + path: readme.txt floating-social-bar: Readme: path: readme.txt + floating-social-buttons: + Readme: + path: readme.txt floating-social-media-icon: QueryParameter: files: @@ -22285,12 +29588,30 @@ plugins: - 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 + floatingsocialmediapopout: + Readme: + path: readme.txt + flodjicontacts-lite: + Readme: + path: readme.txt + flogger: + Readme: + path: readme.txt + floodwarningsapi: + Readme: + path: readme.txt + floorplans: + Readme: + path: readme.txt flopictime: QueryParameter: files: @@ -22309,9 +29630,27 @@ plugins: pattern: !ruby/regexp /var FlowFlowOpts\s*=\s*{(?.+?(?=};))};/i version_key: plugin_ver version: true + flower: + 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 fluentform: JavascriptComment: class: BodyPattern @@ -22329,6 +29668,9 @@ plugins: path: languages/fluid.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Fluid (?\d+\.[\.\d]+)/i' version: true + fluid-notification-bar: + Readme: + path: readme.txt fluid-responsive-slideshow: QueryParameter: files: @@ -22337,12 +29679,27 @@ plugins: - 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 (?\d+\.[\.\d]+)/i version: true + flux: + Readme: + path: readme.txt + flv-embed: + Readme: + path: readme.txt + fly-twitter-on-blog: + Readme: + path: readme.txt flying-pages: QueryParameter: files: @@ -22350,6 +29707,9 @@ plugins: version: true Readme: path: readme.txt + flynsarmy-iframe-shortcode: + Readme: + path: readme.txt flytedesk-digital: QueryParameter: files: @@ -22357,6 +29717,15 @@ plugins: - public/js/flytedesk-digital-public.js pattern: !ruby/regexp /ver=(?[\d]+)/i version: true + fm-webcam: + Readme: + path: readme.txt + fmtuner: + Readme: + path: readme.txt + fnffm-radio: + Readme: + path: readme.txt fobi-chatbot: QueryParameter: files: @@ -22374,12 +29743,38 @@ plugins: path: package.json key: version version: true + folder-gallery: + Readme: + path: readme.txt + folder-slider: + 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(?\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: @@ -22387,9 +29782,52 @@ plugins: 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-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 font: QueryParameter: pattern: !ruby/regexp /pver=(?\d+\.[\.\d]+)/i @@ -22424,6 +29862,29 @@ plugins: 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-squirrel: + Readme: + path: readme.txt fontawesome-anywhere: QueryParameter: files: @@ -22441,6 +29902,8 @@ plugins: - css/jquery.foobar.lite.css - js/jquery.foobar.lite.min.js version: true + Readme: + path: readme.txt foobox-image-lightbox: QueryParameter: files: @@ -22479,12 +29942,24 @@ plugins: - assets/dist/css/main.css - assets/dist/js/main.js version: true + 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: @@ -22494,6 +29969,13 @@ plugins: - 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: @@ -22535,11 +30017,17 @@ plugins: xpath: //comment()[contains(., "Football Cup Predictor")] pattern: !ruby/regexp /Added Football Cup Predictor Plugin (?\d+\.[\.\d]+)/i version: true + football-standings: + 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: @@ -22550,21 +30038,90 @@ plugins: 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 for-the-visually-impaired: JavascriptComment: class: BodyPattern path: js/js.for.the.visually.impaired.js pattern: !ruby/regexp /For the visually impaired v (?\d+\.[\.\d]+)/i version: true + foragr-activity-stream: + Readme: + path: readme.txt + forameal-mail-riddleer: + 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-title: + Readme: + path: readme.txt + force-publish-schedule: + Readme: + path: readme.txt + force-reauthentication: + Readme: + path: readme.txt force-refresh: ComposerFile: class: ConfigParser @@ -22574,9 +30131,32 @@ plugins: force-regenerate-thumbnails: Readme: path: readme.txt + force-registration-field: + 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: (?\d+\.[\.\d]+)/i' + version: true + forceprivate: + Readme: + path: readme.txt + forensiq-shortcode: + Readme: + path: readme.txt foreup-forms: ComposerFile: class: ConfigParser @@ -22596,6 +30176,15 @@ plugins: 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: @@ -22612,6 +30201,9 @@ plugins: files: - assets/vendors/fontawesome/css/fontawesome-all.min.css version: true + form-generator-powered-by-jotform: + Readme: + path: readme.txt form-maker: QueryParameter: files: @@ -22628,6 +30220,12 @@ plugins: - assets/css/frontend-form-print-pay.css - assets/js/form-pay.js version: true + form-to-json: + Readme: + path: readme.txt + form-to-post: + Readme: + path: readme.txt form-to-sheet: QueryParameter: files: @@ -22650,6 +30248,12 @@ plugins: version: true Readme: path: readme.txt + formataway: + Readme: + path: readme.txt + formategory: + Readme: + path: readme.txt formbuilder: Readme: path: readme.txt @@ -22664,6 +30268,9 @@ plugins: formdesigner: Readme: path: readme.txt + formdesk-shortcode: + Readme: + path: readme.txt formidable: QueryParameter: files: @@ -22676,6 +30283,21 @@ plugins: 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 @@ -22695,15 +30317,33 @@ plugins: - js/lib/intl-tel-input-master/css/intlTelInput.css - js/lib/intl-tel-input-master/js/intlTelInput.min.js version: true + 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 + formula04-site-lock: + Readme: + path: readme.txt formularios-de-contacto-salesup: QueryParameter: files: @@ -22715,6 +30355,18 @@ plugins: - 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 @@ -22727,12 +30379,45 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 + 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 @@ -22745,6 +30430,12 @@ plugins: foxdell-folio-bec-vs-light-theme: Readme: path: readme.txt + foxload-firefox-download: + Readme: + path: readme.txt + foxy-board: + Readme: + path: readme.txt foxyshop: QueryParameter: files: @@ -22757,27 +30448,131 @@ plugins: pattern: !ruby/regexp /^\s+[\d\.]{8,} \- Version (?\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 /^(?\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(?\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 (?\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 + 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-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-product-table-for-woocommerce: Readme: path: readme.txt + free-quotation: + Readme: + path: readme.txt free-shipping-coupons-behavior-for-woocommerce: 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 + freecontactformdotcom: + Readme: + path: readme.txt + freedom-of-information: + Readme: + path: readme.txt freeflow: QueryParameter: files: @@ -22786,14 +30581,38 @@ plugins: version: true Readme: path: readme.txt + freefolio: + 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 + 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: @@ -22820,6 +30639,9 @@ plugins: version: true Readme: path: README.txt + freshbooks-wordpress-widget: + Readme: + path: readme.txt freshing: Readme: path: readme.txt @@ -22829,6 +30651,45 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + 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-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 + 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 from-kart-to-basket: Readme: path: readme.txt @@ -22846,6 +30707,12 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 @@ -22863,6 +30730,14 @@ plugins: - assets/css/style.css - assets/css/common-style.css version: true + front-end-post-edit: + Readme: + path: + - README.txt + - README.md + front-page-excluded-categories: + Readme: + path: readme.txt front-page-scheduler: Readme: path: readme.txt @@ -22874,6 +30749,9 @@ plugins: version: true Readme: path: readme.txt + frontend-cookie-sso: + Readme: + path: readme.txt frontend-dashboard: QueryParameter: files: @@ -22933,17 +30811,77 @@ plugins: 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-real-estate-plugin: Readme: path: readme.txt + fs-revenue-mazimizer: + 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-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 + fukudonkenjin: + Readme: + path: readme.txt fulino-paydirekt: ChangeLog: class: BodyPattern @@ -22952,15 +30890,51 @@ plugins: 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-load: + 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 (?\d+\.[\.\d]+)/i' version: true + fullscreen-10-for-wp-super-edit: + Readme: + path: readme.txt fullscreen-ajax-loader: QueryParameter: files: @@ -22975,6 +30949,26 @@ plugins: - 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 @@ -22990,6 +30984,12 @@ plugins: files: - frontend/css/frontend.css version: true + fun-facts: + Readme: + path: readme.txt + functionscapacitor: + Readme: + path: readme.txt fundpress: QueryParameter: files: @@ -22997,9 +30997,36 @@ plugins: - inc/libraries/magnific-popup/jquery.magnific-popup.min.js - inc/gateways/stripe/jquery.payment.min.js version: true + fundraising-thermometer-plugin-for-wordpress: + 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-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 + furnishedcom: + Readme: + path: readme.txt fury-core: Readme: path: readme.txt @@ -23013,9 +31040,27 @@ plugins: - includes/css/fusion-core.css - includes/js/fusion-core.js version: true + fusion-retailers: + 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-dater: + Readme: + path: readme.txt + future-posts-calendar: + Readme: + path: readme.txt futurio-extra: QueryParameter: files: @@ -23025,18 +31070,48 @@ plugins: 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 @@ -23046,9 +31121,29 @@ plugins: 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 @@ -23061,6 +31156,18 @@ plugins: 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 @@ -23070,6 +31177,65 @@ plugins: 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 + 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 + gallerio: + Readme: + path: readme.txt gallery-and-lightbox: QueryParameter: files: @@ -23080,12 +31246,27 @@ plugins: 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-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: @@ -23100,21 +31281,86 @@ plugins: - template/masonry.js - template/main.js version: true + 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(?\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-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: @@ -23127,11 +31373,25 @@ plugins: path: package.json key: version version: true + gamebattles-roster: + Readme: + path: readme.txt + gameplorers-wpcolorbox: + Readme: + path: readme.txt + gameriso-box: + Readme: + path: readme.txt + games: + Readme: + path: readme.txt gaming-delivery-network: QueryParameter: files: - gdninit.js version: true + Readme: + path: readme.txt gamipress: QueryParameter: files: @@ -23151,20 +31411,77 @@ plugins: gamipress-transfers-notes: 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 + 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 + 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 + gazeta-news: + Readme: + path: readme.txt gb-gallery-slideshow: 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 @@ -23176,6 +31493,35 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\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-linkedin-badge: + 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: @@ -23275,9 +31621,30 @@ plugins: - public/css/gdpr-tools-public.css - public/js/gdpr-tools-public.js version: true + gear5: + 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 gedshow: Readme: path: readme.txt + geekshed-embed: + Readme: + path: readme.txt + gemius-plugin: + Readme: + path: readme.txt genealogical-tree: QueryParameter: files: @@ -23286,17 +31653,31 @@ plugins: 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 @@ -23313,12 +31694,33 @@ plugins: path: changelog.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + 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 + 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 @@ -23328,27 +31730,56 @@ plugins: pattern: !ruby/regexp /^\#\# (?\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-co-authors-plus: + Readme: + path: readme.txt genesis-columns-advanced: Readme: path: readme.txt genesis-connect-woocommerce: 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 /\#\# \[(?\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 (?\d+\.[\.\d]+)/i version: true + genesis-promotion-box: + Readme: + path: readme.txt genesis-responsive-slider: ComposerFile: class: ConfigParser @@ -23362,6 +31793,9 @@ plugins: version: true Readme: path: readme.txt + genesis-shortcode-generator: + Readme: + path: readme.txt genesis-simple-edits: Readme: path: readme.txt @@ -23376,6 +31810,12 @@ plugins: path: languages/genesis-simple-faq.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Genesis Simple FAQ (?\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 @@ -23390,6 +31830,27 @@ plugins: 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 @@ -23415,9 +31876,27 @@ plugins: 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: @@ -23426,6 +31905,15 @@ plugins: - 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 @@ -23439,12 +31927,28 @@ plugins: - 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-targeted-posts: + Readme: + path: readme.txt geo2wp: TranslationFile: class: BodyPattern path: languages/geo2wp.pot pattern: !ruby/regexp '/"Project\-Id\-Version: geo2wp (?\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: (?\d+\.[\.\d]+)/i' + version: true geodeals-for-geodirectory: QueryParameter: files: @@ -23482,6 +31986,15 @@ plugins: path: change_log.txt pattern: !ruby/regexp /^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 @@ -23495,6 +32008,17 @@ plugins: files: - geolocaladmin.css version: true + Readme: + path: readme.txt + geolocate-my-posts: + Readme: + path: readme.txt + geolocation-history: + Readme: + path: readme.txt + geolocation-plus: + Readme: + path: readme.txt geoplatform-maps: QueryParameter: files: @@ -23515,11 +32039,32 @@ plugins: - 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(?\d+\.[\.\d]+)/i version: true + georeg-lite: + Readme: + path: readme.txt + geosm2: + Readme: + path: readme.txt + geotagmapper: + Readme: + path: readme.txt + geotagphoto: + Readme: + path: readme.txt geotargeting: QueryParameter: files: @@ -23527,6 +32072,12 @@ plugins: - 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 @@ -23537,22 +32088,100 @@ plugins: - js/price-display-helpers.js - js/main.gal.js version: true + 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 /\#\# (?\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: @@ -23566,6 +32195,15 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^(?\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 @@ -23579,6 +32217,18 @@ plugins: 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 getback-optimize-web-push-notifications: Readme: path: readme.txt @@ -23588,17 +32238,32 @@ plugins: - public/js/unserialize.js - public/js/getdeals.js version: true + getgit: + Readme: + path: readme.txt 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: @@ -23635,6 +32300,9 @@ plugins: files: - css/gf-form-multicolumn.css version: true + gf-forms-uk-address-format: + Readme: + path: readme.txt gf-heidelpay: ChangeLog: class: BodyPattern @@ -23653,9 +32321,40 @@ plugins: gf-zendesk: Readme: path: readme.txt + gfontr: + Readme: + path: readme.txt gg-monarch-sidebar-minimized-on-mobile: Readme: path: readme.txt + gg-twitter: + Readme: + path: readme.txt + gg-widget-title-link: + 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 @@ -23664,6 +32363,12 @@ plugins: version: true Readme: path: readme.txt + ghostwriter: + Readme: + path: readme.txt + ghtime-plugin: + Readme: + path: readme.txt gif2html5: QueryParameter: files: @@ -23676,6 +32381,15 @@ plugins: files: - public/js/gifload-public.js version: true + gifpress: + Readme: + path: readme.txt + gift-on-registration: + Readme: + path: readme.txt + gift-ribbon: + Readme: + path: readme.txt gift-voucher: QueryParameter: files: @@ -23686,35 +32400,113 @@ plugins: 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 (?\d+\.[\.\d]+)/i version: true + giftkoederradar: + Readme: + path: readme.txt + gigatools-widget: + Readme: + path: readme.txt gigpress: Comment: xpath: //comment()[contains(., "GigPress")] pattern: !ruby/regexp /Generated by GigPress (?\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 (?\d+\.[\.\d]+)/i version: true + gist-embed: + 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 (?\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 (?\d+\.[\.\d]+)/i version: true + github-shortcode: + Readme: + path: readme.txt + github-user-repo-widget: + Readme: + path: readme.txt gitstatuspress: QueryParameter: files: @@ -23722,6 +32514,15 @@ plugins: - 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: @@ -23742,9 +32543,24 @@ plugins: version: true Readme: path: readme.txt + give-a-beer: + Readme: + path: readme.txt + give-it-away-now: + Readme: + path: readme.txt give-me-answer-lite: 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: @@ -23755,24 +32571,103 @@ plugins: files: - glass.js version: true + Readme: + path: readme.txt glastfm: TranslationFile: class: BodyPattern path: lang/default.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ glastfm (?\d+\.[\.\d]+)/i version: true + 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-content: + 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 + gloder-rss: + Readme: + path: readme.txt + gloder-suppressor: + Readme: + path: readme.txt + glossarey: + Readme: + path: readme.txt + glossom: + Readme: + path: README.txt + glossy: + 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-on-post-page: + Readme: + path: readme.txt + gmaps3-shortcode: + Readme: + path: readme.txt + gmapsmania: + Readme: + path: readme.txt + gmaptip: + Readme: + path: readme.txt gmo-font-agent: QueryParameter: files: @@ -23800,22 +32695,34 @@ plugins: path: i18n/languages/gn-ip-tracking.pot pattern: !ruby/regexp /\-Id\-Version:\ IP Tracking by Gambit Nash (?\d+\.[\.\d]+)/i version: true + gn-keyword-news: + Readme: + path: readme.txt gna-currency-converter: Comment: xpath: //comment()[contains(., "GNA Currency")] pattern: !ruby/regexp /GNA Currency Converter 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-fetch-jobs-wp-job-manager: TranslationFile: class: BodyPattern @@ -23853,15 +32760,27 @@ plugins: 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 (?\d+\.[\.\d]+)/i version: true + go-social: + Readme: + path: readme.txt + go-to-top: + Readme: + path: readme.txt go-viral: QueryParameter: files: @@ -23873,6 +32792,15 @@ plugins: 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: @@ -23886,32 +32814,105 @@ plugins: version: true Readme: path: readme.txt + godinterest-share-button: + Readme: + path: readme.txt + godni: + Readme: + path: readme.txt + godziny-otwarcia: + Readme: + path: readme.txt gol-ibe-search-form: 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 (?\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")] @@ -23929,6 +32930,18 @@ plugins: version: true Readme: path: readme.txt + 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 @@ -23948,20 +32961,101 @@ plugins: 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(?\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: @@ -23989,6 +33083,9 @@ plugins: google-calendar-widget: Readme: path: readme.txt + google-campaign-text-replacer: + Readme: + path: readme.txt google-captcha: QueryParameter: files: @@ -23996,12 +33093,45 @@ plugins: 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 (?\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: @@ -24011,9 +33141,50 @@ plugins: 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 (?\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: @@ -24023,6 +33194,18 @@ plugins: 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 @@ -24031,6 +33214,9 @@ plugins: version: true Readme: path: readme.txt + google-maps-anywhere: + Readme: + path: readme.txt google-maps-builder: QueryParameter: files: @@ -24048,20 +33234,79 @@ plugins: 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 @@ -24072,9 +33317,114 @@ plugins: - 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 @@ -24091,18 +33441,85 @@ plugins: 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-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 @@ -24112,14 +33529,57 @@ plugins: xpath: //meta[@name="googleanalyticscounter"]/@content version: true pattern: !ruby/regexp /googleanalyticscounter\/(?\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 goqsmile: Readme: path: readme.txt + gorzeks-bbcode-plugin: + Readme: + path: readme.txt gosign-advanced-separator-block: ComposerFile: class: ConfigParser @@ -24181,6 +33641,12 @@ plugins: gosign-youtube-video-player-block: Readme: path: README.md + gostats-for-wordpress: + Readme: + path: readme.txt + gostats-refreshed: + Readme: + path: readme.txt gotmls: HeaderPattern: path: index.php @@ -24190,6 +33656,12 @@ plugins: confidence: 80 Readme: path: readme.txt + goto-redirect: + Readme: + path: readme.txt + gotrythis: + Readme: + path: readme.txt gourl-bitcoin-paid-memberships-pro: Readme: path: @@ -24201,6 +33673,23 @@ plugins: - js/cryptobox.min.js - css/style.front.css 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 (?\d+\.[\.\d]+)/i' + version: true + gp-hub-driver-widget: + Readme: + path: readme.txt gp-post-like: QueryParameter: files: @@ -24215,6 +33704,18 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\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: @@ -24222,6 +33723,24 @@ plugins: 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 @@ -24233,14 +33752,47 @@ plugins: - 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 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(?\d+\.[\.\d]+)/i version: true + graceful-sidebar-plugin: + Readme: + path: readme.txt + graceless-degradation: + Readme: + path: readme.txt grand-job: Readme: path: @@ -24259,6 +33811,12 @@ plugins: - 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: @@ -24289,66 +33847,276 @@ plugins: 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 (?\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\/(?\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 + 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 (?\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 /\#\# (?\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 @@ -24376,6 +34144,18 @@ plugins: path: changelog.md pattern: !ruby/regexp /\#\# (?\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 @@ -24613,6 +34393,18 @@ plugins: path: change_log.txt pattern: !ruby/regexp /(?\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 greedycoupon: QueryParameter: files: @@ -24621,6 +34413,9 @@ plugins: - assets/app/owl-carousel/owl.theme.default.min.css - assets/app/owl-carousel/owl.carousel.js version: true + green-active-plugins: + Readme: + path: readme.txt greenerwp: Readme: path: readme.txt @@ -24646,37 +34441,66 @@ plugins: path: i18n/languages/themeegg-toolkit.pot pattern: !ruby/regexp /Project\-Id\-Version:\ GreenTurtleLab Tool (?\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-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 /^\#\#\#\# (?\d+\.[\.\d]+) \- [^\r\n]+$/i version: true + grid-products: + Readme: + path: readme.txt grid-slider-lite: Readme: path: README.txt @@ -24686,6 +34510,15 @@ plugins: - public/css/gridable-style.css - public/js/gridable-scripts.js version: true + gridpics: + Readme: + path: readme.txt + grooveshark: + Readme: + path: readme.txt + grooveshark-wp: + Readme: + path: readme.txt groovy-menu-free: QueryParameter: files: @@ -24697,18 +34530,42 @@ plugins: path: languages/groovy-menu.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Groovy Menu (?\d+\.[\.\d]+)/i' version: true + grotest: + 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-links-widget: + Readme: + path: readme.txt groups: ChangeLog: class: BodyPattern @@ -24717,12 +34574,30 @@ plugins: version: true Readme: path: readme.txt + groups-404-redirect: + Readme: + path: readme.txt groups-bbpress: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + groups-blog-protect: + Readme: + path: readme.txt + grouptivity: + Readme: + path: readme.txt + growth-hacking-analytics-by-qunb: + Readme: + path: readme.txt + grunion-ajax: + Readme: + path: readme.txt + gs-alternate-images: + Readme: + path: readme.txt gs-behance-portfolio: QueryParameter: files: @@ -24756,6 +34631,9 @@ plugins: - 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: @@ -24814,6 +34692,9 @@ plugins: - 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-wpforms: Readme: path: readme.txt @@ -24823,9 +34704,30 @@ plugins: - 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-tabs: + Readme: + path: readme.txt gt3-elementor-photo-gallery: Readme: path: readme.txt @@ -24848,23 +34750,91 @@ plugins: version: true Readme: path: readme.txt + gtext-widget: + Readme: + path: readme.txt + gtm-data-layer: + 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 guardian-news-headlines: QueryParameter: files: - guardian_headlines.css version: true + Readme: + path: readme.txt guest-author: Readme: path: readme.txt + guestbook-generator: + Readme: + path: readme.txt + guid-fix: + Readme: + path: readme.txt + guild-wars-2-players-character-list: + Readme: + path: readme.txt + guild-wars-2-wvw-matchups: + 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 @@ -24893,6 +34863,9 @@ plugins: gutentor: Readme: path: readme.txt + gutscheinaffe-widget: + Readme: + path: readme.txt gvsoft-photobox: TranslationFile: class: BodyPattern @@ -24902,9 +34875,33 @@ plugins: 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: @@ -24920,6 +34917,32 @@ plugins: - assets/css/font-awesome.css - assets/css/animate.min.css 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-quotes: + Readme: + path: readme.txt halloween-woocommerce: QueryParameter: files: @@ -24936,6 +34959,11 @@ plugins: - js/jquery-picture.js - js/hammy.js version: true + Readme: + path: readme.txt + hamyar-comment-filter: + Readme: + path: readme.txt hana-board: QueryParameter: files: @@ -24946,6 +34974,15 @@ plugins: - "/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: @@ -24974,9 +35011,38 @@ plugins: path: languages/wpht-pt_BR.po pattern: !ruby/regexp /msgid "Available versions:\ (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + handle-external-links: + Readme: + path: readme.txt + handsup: + Readme: + path: readme.txt + handygebuehren-german: + Readme: + path: readme.txt + hangouts-cosmoquest: + Readme: + path: readme.txt + hangul-font-nanumgothic-google: + Readme: + path: readme.txt + hangul-ime: + 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 @@ -24985,12 +35051,23 @@ plugins: 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 + has-more: + Readme: + path: readme.txt hash-hash-tags: TranslationFile: class: BodyPattern @@ -25002,6 +35079,31 @@ plugins: 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 @@ -25014,6 +35116,12 @@ plugins: - 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 hayyabuild: QueryParameter: files: @@ -25026,6 +35134,12 @@ plugins: 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 @@ -25035,6 +35149,9 @@ plugins: head-footer-code: Readme: path: readme.txt + head-meta-date: + Readme: + path: readme.txt header-and-footer-scripts: Readme: path: readme.txt @@ -25069,6 +35186,33 @@ plugins: 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 + 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")] @@ -25076,9 +35220,27 @@ plugins: 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-progress: + Readme: + path: readme.txt healthcare-review-master: QueryParameter: files: @@ -25093,6 +35255,12 @@ plugins: pattern: !ruby/regexp /^\#\# \[(?\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: @@ -25112,12 +35280,24 @@ plugins: 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: @@ -25135,23 +35315,105 @@ plugins: files: - css/front.css version: true + heatmap: + Readme: + path: Readme.txt + hebrew-events-calendar: + Readme: + path: readme.txt + hebrewdates: + Readme: + path: readme.txt + heganoo-shortcode: + Readme: + path: readme.txt 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-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-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: @@ -25160,9 +35422,18 @@ plugins: version: true Readme: path: README.txt + hellomodi-social-discount-plugin: + Readme: + path: readme.txt + hellotxt: + Readme: + path: readme.txt help-desk-9-by-developry: Readme: path: readme.txt + helpful-information: + Readme: + path: README.txt helpie-faq: QueryParameter: files: @@ -25184,6 +35455,24 @@ plugins: version: true Readme: path: readme.txt + 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-ultimate: QueryParameter: files: @@ -25194,9 +35483,51 @@ plugins: files: - assets/css/hero-social-style.css version: true + heroic-posts-widget: + Readme: + path: readme.txt + heroic-social-widget: + Readme: + path: readme.txt + hes-dead-jim: + 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 heyoya-voice-comments-reviews: Readme: path: readme.txt + heyzap-games: + 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 hidden-contents: TranslationFile: class: BodyPattern @@ -25211,9 +35542,29 @@ plugins: 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-admin-bar: Readme: path: readme.txt + hide-admin-bar-2013: + Readme: + path: readme.txt hide-admin-bar-based-on-user-roles: QueryParameter: files: @@ -25223,21 +35574,71 @@ plugins: hide-admin-bar-from-non-admins: Readme: path: readme.txt + hide-admin-bar-search: + Readme: + path: readme.txt hide-all-page-and-all-post-title: Readme: path: readme.txt + hide-and-catch-email: + 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-featured-image: 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(?\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 @@ -25247,6 +35648,11 @@ plugins: path: languages/wphpuw-en_US.po pattern: !ruby/regexp /on:\ WP Hide Admin Warnings and Updates v(?\d+\.[\.\d]+)/i version: true + hide-post-locker: + Readme: + path: + - readme.txt + - README.md hide-posts-by-category: TranslationFile: class: BodyPattern @@ -25268,14 +35674,97 @@ plugins: - assets/buttons/none.css - assets/js/hsc.js version: true + hide-spam-count: + Readme: + path: readme.txt + hide-the-admin-bar: + Readme: + path: readme.txt hide-title: 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-toolbar: QueryParameter: files: - style.css version: true + hide-wpengine-tab: + Readme: + path: readme.txt + hidepost: + Readme: + path: readme.txt + hideunhide-menu-for-guestmember: + 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 + highfly: + TranslationFile: + class: BodyPattern + path: languages/de_DE.po + pattern: !ruby/regexp '/"Project\-Id\-Version: Highfly (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt + highfly-private: + 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")] @@ -25285,6 +35774,9 @@ plugins: files: - hlst-extend.min.js version: true + highlight-source-pro: + Readme: + path: readme.txt highlighting-code-block: QueryParameter: files: @@ -25293,11 +35785,53 @@ plugins: - assets/js/prism.js - assets/js/hcb_script.js version: true + 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 + himegoto: + Readme: + path: readme.txt + himis-plugin-organizer: + Readme: + path: readme.txt hindsight: QueryParameter: files: @@ -25311,6 +35845,39 @@ plugins: - _inc/hints.js pattern: !ruby/regexp /(?[\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: @@ -25333,6 +35900,12 @@ plugins: hivepress-paid-listings: Readme: path: readme.txt + hivista-youtube: + Readme: + path: readme.txt + hiztory: + Readme: + path: readme.txt hjyl-comment-spam: TranslationFile: class: BodyPattern @@ -25347,6 +35920,18 @@ plugins: hk-idram-payment-gateway: 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: @@ -25362,6 +35947,9 @@ plugins: hmak-facebook-photos: Readme: path: readme.txt + hmg-how-to-tips: + Readme: + path: README.txt hmh-footer-builder-for-elementor: QueryParameter: files: @@ -25378,6 +35966,9 @@ plugins: hmh-woocommerce-quick-view: Readme: path: readme.txt + hms-protected: + Readme: + path: readme.txt hms-testimonials: Readme: path: readme.txt @@ -25386,6 +35977,11 @@ plugins: xpath: //comment()[contains(., "Hobbynote")] pattern: !ruby/regexp /Hobbynote Twitter Cards (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + hocus-pocus-buttons: + Readme: + path: readme.txt hold-your-color: TranslationFile: class: BodyPattern @@ -25401,12 +35997,26 @@ plugins: - assets/css/holler-frontend.min.css - assets/js/holler-frontend.min.js version: true + 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 (?\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: @@ -25416,15 +36026,30 @@ plugins: homepage-control: Readme: path: readme.txt + homepage-product-organizer-for-woocommerce: + Readme: + path: readme.txt homey: Readme: path: readme.txt + honeypot-comments: + Readme: + path: README.txt honeypot-woocommerce-wp-antispam: Readme: path: readme.txt + hooks: + Readme: + path: readme.txt hookybeaver: Readme: path: README.md + hoopler: + Readme: + path: readme.txt + hootboard: + Readme: + path: readme.txt hootkit: QueryParameter: files: @@ -25433,6 +36058,15 @@ plugins: 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 @@ -25464,6 +36098,12 @@ plugins: 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: @@ -25475,6 +36115,15 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + horoscope-feeder: + Readme: + path: readme.txt + horoscopul-zilnic-ro: + Readme: + path: readme.txt + horoskope: + Readme: + path: readme.txt horozont: Readme: path: readme.txt @@ -25489,6 +36138,18 @@ plugins: path: languages/host-google-fonts-locally.pot pattern: !ruby/regexp '/t\-Id\-Version: Host Google Fonts Locally (?\d+\.[\.\d]+)/i' version: true + host-php-info: + Readme: + path: readme.txt + 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: @@ -25500,12 +36161,30 @@ plugins: hostry-pagespeed-booster: Readme: path: readme.txt + hot-40-music: + 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-tags: + Readme: + path: readme.txt + hotelclub: + Readme: + path: readme.txt hotelroomscanner: ComposerFile: class: ConfigParser @@ -25515,6 +36194,9 @@ plugins: hotelrunner: Readme: path: readme.txt + hotelscombined-search: + Readme: + path: readme.txt hotjar-connecticator: Comment: xpath: //comment()[contains(., "Hotjar")] @@ -25524,12 +36206,30 @@ plugins: 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 (?\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 hover-effects: QueryParameter: files: @@ -25546,32 +36246,98 @@ plugins: 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 (?\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 + hpbseo: + 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 (?\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 (?\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 /^= (?\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 @@ -25599,6 +36365,9 @@ plugins: ht-menu-lite: Readme: path: readme.txt + ht-news-ticker: + Readme: + path: readme.txt ht-newsletter-for-elementor: QueryParameter: files: @@ -25639,9 +36408,42 @@ plugins: version: true 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-classified-recent-posts-comments-widgets: + 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: @@ -25652,9 +36454,44 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /^\#\#\#\# (?\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-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 + html5-boilerplate: + Readme: + path: + - readme.txt + - README.txt html5-chat: Readme: path: readme.txt @@ -25664,12 +36501,21 @@ plugins: 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: @@ -25680,6 +36526,20 @@ plugins: path: langs/html5-search-for-wordpress-de_DE.po pattern: !ruby/regexp /on:\ WordPress\.com Stats Smiley Remover 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: @@ -25688,6 +36548,33 @@ plugins: - 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 @@ -25703,9 +36590,30 @@ plugins: path: languages/http-to-https.pot pattern: !ruby/regexp '/"Project\-Id\-Version: HTTP to HTTPS (?\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 @@ -25728,12 +36636,39 @@ plugins: path: lang/en_US.po pattern: !ruby/regexp /"Project\-Id\-Version:\ Hueman Addons 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 + 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 (?\d+\.[\.\d]+)/i version: true + humility: + Readme: + path: readme.txt hummingbird-performance: TranslationFile: class: BodyPattern @@ -25754,21 +36689,39 @@ plugins: 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 (?\d+\.[\.\d]+)/i' version: true + hustream-social-video: + 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: @@ -25778,26 +36731,73 @@ plugins: - 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 + 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 hyyan-login-style: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /(?\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-fulfilment-integration: + Readme: + path: readme.txt + i-make-plugins: + Readme: + path: readme.txt i-order-terms: TranslationFile: class: BodyPattern @@ -25817,21 +36817,68 @@ plugins: 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 + iammobiled-mobile: + Readme: + path: README.txt iamport-payment: ComposerFile: class: ConfigParser path: package.json key: version version: true + 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: @@ -25841,6 +36888,15 @@ plugins: - 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: @@ -25856,6 +36912,12 @@ plugins: - public/css/chat-box-public.css - public/js/chat-box-public.js version: true + icecaptcha: + Readme: + path: readme.txt + iced-visualization-charts: + Readme: + path: readme.txt icegram: QueryParameter: files: @@ -25869,12 +36931,25 @@ plugins: - 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 (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt ico-list-widget: QueryParameter: files: @@ -25886,11 +36961,20 @@ plugins: path: languages/ico-lw.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ ICO List Widget (?\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: @@ -25906,6 +36990,15 @@ plugins: - 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 @@ -25917,9 +37010,18 @@ plugins: files: - assets/style.css version: true + ics-comment-referrer: + 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 @@ -25928,21 +37030,45 @@ plugins: 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 (?\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 idonate: QueryParameter: files: @@ -25957,23 +37083,62 @@ plugins: path: languages/idpay-mycred.pot pattern: !ruby/regexp '/"Project\-Id\-Version: IDPay myCRED (?\d+\.[\.\d]+)/i' version: true + 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 (?\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(?\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")] @@ -25983,15 +37148,29 @@ plugins: 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 /^= (?\d+\.[\.\d]+)/i version: true + if-allah-wanted: + Readme: + path: Readme.txt if-menu: Readme: path: readme.txt + if-shortcode: + Readme: + path: readme.txt if-widget: Readme: path: readme.txt @@ -26006,9 +37185,18 @@ plugins: 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 @@ -26017,6 +37205,24 @@ plugins: version: true Readme: path: readme.txt + iframe-preserver: + 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: @@ -26029,17 +37235,44 @@ plugins: - 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: @@ -26059,6 +37292,26 @@ plugins: 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 iks-menu: QueryParameter: files: @@ -26083,6 +37336,9 @@ plugins: - assets/css/front.css - assets/js/front.js version: true + ilike-social-media-optimization: + Readme: + path: readme.txt illdy-companion: ComposerFile: class: ConfigParser @@ -26097,75 +37353,219 @@ plugins: - 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-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 (?\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 /\#:\ (?\d+\.[\.\d]+)/i version: true + image-caption-links: + Readme: + path: readme.txt image-carousel-for-divi: Readme: path: readme.txt + image-cleanup: + 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-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-formatr: + Readme: + path: readme.txt image-gallery-like-facebook: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /^= (?\d+\.[\.\d]+)/i version: true + image-gallery-reloaded: + Readme: + path: readme.txt image-horizontal-reel-scroll-slideshow: Readme: path: readme.txt image-hover-effects-for-elementor: 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-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-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-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-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-shadow: + Readme: + path: readme.txt image-shortcake: TranslationFile: class: BodyPattern path: languages/image-shortcake.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Image\-shortcake (?\d+\.[\.\d]+)/i version: true + image-shrink: + Readme: + path: readme.txt + image-sitemap: + 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 (?\d+\.[\.\d]+)/i' version: true + image-slider-pearlbells: + Readme: + path: readme.txt + image-slider-responsive: + 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\. (?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt image-store: QueryParameter: files: @@ -26175,9 +37575,32 @@ plugins: - _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 @@ -26192,18 +37615,44 @@ plugins: 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-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: @@ -26221,17 +37670,37 @@ plugins: 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-lazyload-and-slideshow: Comment: xpath: //comment()[contains(., "Lazyload and Slideshow")] pattern: !ruby/regexp /Images Lazyload and Slideshow (?\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: @@ -26242,6 +37711,17 @@ plugins: path: lang/imageshack-offloader.pot pattern: !ruby/regexp /roject\-Id\-Version:\ ImageShack Offloader (?\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 @@ -26250,6 +37730,9 @@ plugins: path: package.json key: version version: true + imagexif: + Readme: + path: readme.txt imagify: Readme: path: readme.txt @@ -26264,6 +37747,12 @@ plugins: - 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: @@ -26274,9 +37763,53 @@ plugins: xpath: //comment()[contains(., "imdb-easy-movie-embed-ieme")] pattern: !ruby/regexp /imdb\-easy\-movie\-embed\-ieme:\ 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 + imgshow: + Readme: + path: readme.txt + imgur-oembeds: + Readme: + path: readme.txt + imgur-shortcode: + Readme: + path: readme.txt imienniczek: Readme: path: readme.txt @@ -26285,6 +37818,20 @@ plugins: 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 + immerstat: + Readme: + path: readme.txt + immobilcio-agenzie-immobiliari: + Readme: + path: readme.txt immobilien-leadgenerator: QueryParameter: files: @@ -26294,6 +37841,12 @@ plugins: - public/css/owl.theme.default.css - public/css/hover-min.css version: true + imnicamail: + Readme: + path: readme.txt + imnicamail-auto-register: + Readme: + path: readme.txt imp-download: Comment: xpath: //comment()[contains(., "iMP Download")] @@ -26311,12 +37864,21 @@ plugins: path: languages/import-bookmarks.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Import Bookmarks (?\d+\.[\.\d]+)/i' version: true + import-csv-and-create-users: + Readme: + path: readme.txt + import-csv-files: + 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 (?\d+\.[\.\d]+)/i version: true + import-from-ning: + Readme: + path: readme.txt import-from-shopify: Readme: path: readme.txt @@ -26348,23 +37910,64 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 impressive-sliders-for-elementor-page-builder: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /Version (?\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-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 @@ -26382,6 +37985,40 @@ plugins: - 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-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 (?\d+\.[\.\d]+)/i' + version: true + inactivity-auto-sign-out-plugin: + Readme: + path: readme.txt inboundlatino-sendy-elements: Readme: path: readme.txt @@ -26393,15 +38030,57 @@ plugins: 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 + 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-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 + 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 indesignhtml2post: Readme: path: readme.txt @@ -26411,6 +38090,11 @@ plugins: path: lang/index-press.pot pattern: !ruby/regexp /ion of the WordPress plugin Index Press (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + index-tag-page: + Readme: + path: readme.txt indianic-testimonial: Readme: path: readme.txt @@ -26428,6 +38112,12 @@ plugins: - 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: @@ -26445,6 +38135,9 @@ plugins: - 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: @@ -26455,6 +38148,21 @@ plugins: path: languages/post_kinds.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ Post Kinds (?\d+\.[\.\d]+)/i version: true + 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 @@ -26475,6 +38183,33 @@ plugins: - public/css/bliss-loadmore.css - public/js/bliss-infinite-loadmore.js version: true + infinite-scroll-from-jetpack: + Readme: + path: readme.txt + infinite-slider: + Readme: + path: README.txt + infinite-transporter: + 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 infogalore-file-folders: QueryParameter: files: @@ -26486,6 +38221,21 @@ plugins: path: languages/infogalore-folders.pot pattern: !ruby/regexp /ect\-Id\-Version:\ InfoGalore File Folders (?\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 @@ -26502,9 +38252,21 @@ plugins: 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 @@ -26526,6 +38288,18 @@ plugins: path: changelog.txt pattern: !ruby/regexp /Version (?\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 @@ -26538,6 +38312,24 @@ plugins: path: languages/inherit-featured-image.pot pattern: !ruby/regexp '/on: JSM''s Inherit Parent Featured Image (?\d+\.[\.\d]+)/i' version: true + inigo-seo-check: + Readme: + path: readme.txt + initial-letter: + Readme: + path: readme.txt + inject-o-matic: + 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: @@ -26556,6 +38348,18 @@ plugins: 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: @@ -26566,12 +38370,22 @@ plugins: path: lang/pagelist-by_BY.po pattern: !ruby/regexp /"Project\-Id\-Version:\ Inline PageList (?\d+\.[\.\d]+)/i version: true + inline-preview: + Readme: + path: readme.txt inline-quote-tag: ChangeLog: class: BodyPattern path: CHANGELOG.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + Readme: + path: + - README.txt + - README.md + inline-review: + Readme: + path: readme.txt inline-text-direction: TranslationFile: class: BodyPattern @@ -26589,6 +38403,14 @@ plugins: files: - css/shared.css version: true + Readme: + path: readme.txt + inlinemanual: + Readme: + path: readme.txt + inn-style-widget: + Readme: + path: readme.txt innovs-woo-manager: Readme: path: readme.txt @@ -26598,9 +38420,21 @@ plugins: - assets/js/owl.carousel.js - assets/js/innvonix-custom.js version: true + 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-headers-and-footers: TranslationFile: class: BodyPattern @@ -26609,6 +38443,9 @@ plugins: version: true Readme: path: readme.txt + insert-html-here: + Readme: + path: readme.txt insert-html-snippet: Readme: path: readme.txt @@ -26618,6 +38455,12 @@ plugins: - 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-pages: Readme: path: readme.txt @@ -26651,18 +38494,48 @@ plugins: insert-text-symbols: Readme: path: readme.txt + insert-this-intelligent-content-inserts: + 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 + insitelogin: + Readme: + path: readme.txt inspect-gravityforms: ChangeLog: class: BodyPattern path: changelog.md pattern: !ruby/regexp /\#\# (?\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: @@ -26710,6 +38583,9 @@ plugins: files: - public/js/fitvids-fluid-video-public.js version: true + install-profiles: + Readme: + path: readme.txt instant-annotation: QueryParameter: files: @@ -26718,6 +38594,9 @@ plugins: - public/css/iasemantify-public.css - public/js/iasemantify-public.js version: true + instant-breadcrumbs: + Readme: + path: readme.txt instant-css: ComposerFile: class: ConfigParser @@ -26726,6 +38605,9 @@ plugins: version: true Readme: path: readme.txt + instant-faq-page: + Readme: + path: readme.txt instant-images: Readme: path: README.txt @@ -26734,11 +38616,23 @@ plugins: 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: @@ -26750,6 +38644,12 @@ plugins: instapago: Readme: path: readme.txt + instapaper-friendly: + Readme: + path: readme.txt + instapaper-liked-article-posts: + Readme: + path: readme.txt instascaler-get-traffic: QueryParameter: files: @@ -26777,6 +38677,15 @@ plugins: version: true Readme: path: readme.txt + instruct: + Readme: + path: readme.txt + instructables: + Readme: + path: readme.txt + insults: + Readme: + path: readme.txt integrate-caldera-forms-salesforce: TranslationFile: class: BodyPattern @@ -26841,6 +38750,12 @@ plugins: integration-for-salsa-and-gravity-forms: Readme: path: readme.txt + integrator3: + Readme: + path: readme.txt + intelliads: + Readme: + path: readme.txt intelligence: QueryParameter: files: @@ -26860,6 +38775,12 @@ plugins: path: languages/intellipush.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Intellipush (?\d+\.[\.\d]+)/i' version: true + intelliwidget-elements: + Readme: + path: readme.txt + intelliwidget-gallery-slides: + Readme: + path: readme.txt intelliwidget-per-page-featured-posts-and-menus: QueryParameter: files: @@ -26883,12 +38804,21 @@ plugins: 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-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 @@ -26901,6 +38831,9 @@ plugins: interactive-page-hierarchy: Readme: path: readme.txt + interactive-posts: + Readme: + path: readme.txt interactive-svg-map: QueryParameter: files: @@ -26929,6 +38862,36 @@ plugins: 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: @@ -26939,9 +38902,66 @@ plugins: 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 + 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 @@ -26951,23 +38971,47 @@ plugins: invelity-sps-connect: 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 invoice-gateway-for-woocommerce: Readme: path: readme.txt + invoice-king-pro: + Readme: + path: readme.txt invoiceem: Readme: path: readme.txt @@ -26995,20 +39039,60 @@ plugins: path: languages/wpinv-quotes-en_US.po pattern: !ruby/regexp /roject\-Id\-Version:\ Quotes for Invoicing (?\d+\.[\.\d]+)/i version: true + inwebo-login: + 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-checker: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /^v(?\d+\.[\.\da-z]+)(?!.*v\d+\.[\.\da-z]+)/mi version: true + 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 (?\d+\.[\.\d]+)/i' + version: true ip-geo-block: TranslationFile: class: BodyPattern @@ -27017,9 +39101,30 @@ plugins: version: true Readme: path: README.txt + ip-intelligence: + Readme: + path: readme.txt + ip-metaboxes: + Readme: + path: readme.txt + ip-to-country: + Readme: + path: readme.txt + ip2country: + Readme: + path: readme.txt ip2location-world-clock: 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 @@ -27048,6 +39153,39 @@ plugins: ipay-ghana: Readme: path: readme.txt + ipb-comments-for-wordpress: + Readme: + path: readme.txt + ipb-last-topics: + Readme: + path: readme.txt + ipblocklist: + 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 + ipmanager-connector: + Readme: + path: readme.txt + ipod-widget: + Readme: + path: readme.txt + ipost: + Readme: + path: readme.txt + iprojectweb: + Readme: + path: readme.txt ipros24-google-translate-widget: TranslationFile: class: BodyPattern @@ -27060,35 +39198,97 @@ plugins: path: languages/ipros24-notices-ru_RU.po pattern: !ruby/regexp '/"Project\-Id\-Version: iPROS24 Notices (?\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 + iqdesk-seo-fix: + Readme: + path: readme.txt ir-manager: Readme: path: readme.txt + ir-sms: + 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 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=(?[\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: @@ -27097,12 +39297,30 @@ plugins: - 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 + isshrinker: + Readme: + path: readme.txt + issiy-for-yoast: + Readme: + path: readme.txt issuem: QueryParameter: files: @@ -27110,6 +39328,27 @@ plugins: - 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: @@ -27119,11 +39358,16 @@ plugins: italy-cookie-choices: 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")] @@ -27158,6 +39402,9 @@ plugins: path: package.json key: version version: true + itm-option-panel: + Readme: + path: readme.txt itp-cookie-saver: QueryParameter: files: @@ -27168,6 +39415,18 @@ plugins: 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 @@ -27177,47 +39436,126 @@ plugins: path: languages/iugu-woocommerce.pot pattern: !ruby/regexp '/"Project\-Id\-Version: WooCommerce iugu (?\d+\.[\.\d]+)/i' version: true + 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 ivycat-ajax-testimonials: TranslationFile: class: BodyPattern path: languages/ivycat-ajax-testimonials.pot pattern: !ruby/regexp /ct\-Id\-Version:\ IvyCat AJAX Testimonials (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + iw-magnific-popup: + 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 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(?\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 + 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 @@ -27227,27 +39565,116 @@ plugins: jaspreetchahals-coupons-lite: Readme: path: readme.txt + jaspreetchahals-wordpress-bot-detector-lite: + 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-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 jb-common: TranslationFile: class: BodyPattern path: loc/jb-common.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ JB Common 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 + 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: @@ -27256,18 +39683,90 @@ plugins: - 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 jekuntmeer-nl: TranslationFile: class: BodyPattern path: languages/nl_NL.po pattern: !ruby/regexp /roject\-Id\-Version:\ Jekuntmeer\.nl Plugin (?\d+\.[\.\d]+)/i version: true + jellyfish-backdrop: + Readme: + path: readme.txt + jellyfish-counter-widget: + Readme: + path: readme.txt + jellyfish-invaders: + 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 (?\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 + jetmails-subscribe-form: + Readme: + path: readme.txt jetpack: QueryParameter: files: @@ -27275,12 +39774,83 @@ plugins: version: true 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 (?\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: @@ -27304,6 +39874,11 @@ plugins: path: lang/plugin-name.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ TODO (?\d+\.[\.\d]+)/i version: true + Readme: + path: README.txt + jflow-plus: + Readme: + path: readme.txt jgc-contact-info-widget: QueryParameter: files: @@ -27314,17 +39889,56 @@ plugins: 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 /(?\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 @@ -27337,17 +39951,41 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /(?\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 /(?\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 @@ -27360,6 +39998,24 @@ plugins: path: i18n/languages/jilt-for-woocommerce.pot pattern: !ruby/regexp /roject\-Id\-Version:\ Jilt for WooCommerce (?\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 @@ -27368,16 +40024,66 @@ plugins: 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 (?\d+\.[\.\d]+)/i version: true + jm-wp-cookie-bar: + Readme: + path: readme.txt + jne-shipping: + Readme: + path: readme.txt job-listings-from-remoteok-io: QueryParameter: files: @@ -27390,6 +40096,11 @@ plugins: - 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 @@ -27400,20 +40111,82 @@ plugins: - css/style.css - js/script.js version: true + job-tracker: + Readme: + path: readme.txt joblookup-jobbox: 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:(?\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 + 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 @@ -27432,17 +40205,46 @@ plugins: - 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 @@ -27460,6 +40262,48 @@ plugins: 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")] @@ -27467,18 +40311,33 @@ plugins: 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")] @@ -27495,17 +40354,39 @@ plugins: 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 (?\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: @@ -27515,9 +40396,15 @@ plugins: 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")] @@ -27528,27 +40415,49 @@ plugins: - 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-css-include-manager: + Readme: + path: readme.txt js-css-script-optimizer: Readme: path: readme.txt @@ -27559,6 +40468,15 @@ plugins: - 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 @@ -27576,9 +40494,15 @@ plugins: - 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 @@ -27591,6 +40515,8 @@ plugins: path: jsj-gallery-slideshow.pot pattern: !ruby/regexp /oject\-Id\-Version:\ JSJ Gallery Slideshow (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt jsm-block-filter-output: TranslationFile: class: BodyPattern @@ -27637,22 +40563,67 @@ plugins: json-api: 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-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-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")] @@ -27666,12 +40637,36 @@ plugins: 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")] @@ -27686,26 +40681,97 @@ plugins: files: - j/jumplead.js version: true + jumppage-faster-content-management: + Readme: + path: readme.txt + jumpstart: + 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-another-author-widget: + 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 justrateit: QueryParameter: files: - justrateit.js version: true + Readme: + path: readme.txt + justuno: + Readme: + path: readme.txt 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 + k-weather: + 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: @@ -27715,32 +40781,100 @@ plugins: kaboom-send-secrets: Readme: path: readme.txt + kaelme-url-shortener: + Readme: + path: readme.txt + kagga: + 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 kanzu-support-desk: QueryParameter: files: - assets/css/ksd-public.css - assets/js/ksd-public.js version: true + karailievs-sitemap: + Readme: + path: readme.txt + karmacracy-widget: + Readme: + path: readme.txt + kaskus-emoticons: + 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 + kau-boys-autocompleter: + Readme: + path: readme.txt + kau-boys-comment-notification: + Readme: + path: readme.txt + kau-boys-opensearch: + Readme: + path: readme.txt + kawthulei: + Readme: + path: readme.txt kaya-qr-code-generator: QueryParameter: files: @@ -27751,6 +40885,18 @@ plugins: 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: @@ -27767,18 +40913,50 @@ plugins: path: languages/kb-support.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ KB Support (?\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 (?\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 + keep-blanks: + Readme: + path: readme.txt + keep-it-fresh: + Readme: + path: readme.txt keep-my-theme: ComposerFile: class: ConfigParser @@ -27799,14 +40977,49 @@ plugins: - public/css/kelkoo-group-shopping-public.css - public/js/kelkoo-group-shopping-public.js version: true + 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: @@ -27814,6 +41027,35 @@ plugins: - 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-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 @@ -27850,6 +41092,9 @@ plugins: path: package.json key: version version: true + keral-patels-amazon-wordpress-plugin: + Readme: + path: readme.txt kernel-booking: Readme: path: README.txt @@ -27858,9 +41103,74 @@ plugins: files: - js/jquery.loading-indicator.js version: true + 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 + 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(?\d+\.[\.\d]+)/i + version: true keydatas: Readme: path: readme.txt + keymanweb: + Readme: + path: readme.txt keymaster-chord-notation-free: QueryParameter: files: @@ -27869,18 +41179,43 @@ plugins: - js/keymaster-chord-notation.js - js/print-area.jquery.js version: true + keypress-list: + 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 (?\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=(?\d+\.[\.\d]+)/i + Readme: + path: readme.txt + kg-inline-code: + Readme: + path: readme.txt + khan-exercises: + Readme: + path: readme.txt kia-subtitle: TranslationFile: class: BodyPattern @@ -27893,15 +41228,59 @@ plugins: - 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 + kiening-partner-plugin: + Readme: + path: readme.txt kiip: QueryParameter: files: - public/css/kiip-for-wordpress-public.css - public/js/kiip-for-wordpress-public-contained.js version: true + 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: @@ -27910,12 +41289,23 @@ plugins: - assets/css/icons.css - assets/frontend/js/kingcomposer.min.js version: true + kingkongcart: + Readme: + path: Readme.txt kingofpop: MetaTag: class: Xpath xpath: //meta[@name="kingofpop"]/@content version: true pattern: !ruby/regexp /kingofpop\/(?\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 @@ -27927,12 +41317,18 @@ plugins: 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: @@ -27945,6 +41341,27 @@ plugins: version: true Readme: path: readme.txt + kish-pr: + 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 @@ -27985,6 +41402,14 @@ plugins: 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-social-share: QueryParameter: files: @@ -28014,6 +41439,9 @@ plugins: files: - index.js version: true + kk-i-like-it: + Readme: + path: readme.txt kk-star-ratings: QueryParameter: files: @@ -28022,6 +41450,18 @@ plugins: 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 + klan1-functions: + Readme: + path: readme.txt klantenvertellen: QueryParameter: files: @@ -28053,16 +41493,36 @@ plugins: 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 (?\d+\.[\.\d]+)/i version: true + klipspringer: + Readme: + path: readme.txt + klix-image-dimsum: + Readme: + path: readme.txt + klout-score-badge: + 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 (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt knb-lite-knowledge-base-faq: QueryParameter: files: @@ -28071,12 +41531,21 @@ plugins: - public/js/bootstrap-tooltip.min.js - public/js/wpknb.js version: true + knew-the-news-associated-markets: + Readme: + path: readme.txt knews: Readme: path: readme.txt + knochennet-webchat: + Readme: + path: readme.txt knowledge-base-maker: Readme: path: readme.txt + knowledge-building: + Readme: + path: readme.txt knowledge-center: MetaTag: class: Xpath @@ -28088,9 +41557,42 @@ plugins: 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 + kobo-widget: + Readme: + path: readme.txt kodeo-admin-ui: QueryParameter: files: @@ -28102,6 +41604,12 @@ plugins: - public/css/kodmi-age-validator-public.css - public/js/kodmi-age-validator-public.js version: true + koha-login-widget: + Readme: + path: readme.txt + koha-search-widget: + Readme: + path: readme.txt koko-analytics: QueryParameter: files: @@ -28109,6 +41617,9 @@ plugins: version: true Readme: path: readme.txt + kolakube-email-forms: + Readme: + path: readme.txt komentify: QueryParameter: files: @@ -28120,6 +41631,24 @@ plugins: path: languages/komito-analytics-ru_RU.po pattern: !ruby/regexp /to\-analytics\-code\.pot \(Komito Analytics (?\d+\.[\.\d]+)/i version: true + kommentvalasz: + 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 @@ -28128,6 +41657,9 @@ plugins: version: true Readme: path: readme.txt + konora: + Readme: + path: readme.txt konora-membership: QueryParameter: files: @@ -28137,6 +41669,27 @@ plugins: kontera-official: Comment: pattern: !ruby/regexp /Kontera (?:ContentLink|Ads Inserted by Wordpress Plugin)/i + 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 korea-sns: Readme: path: readme.txt @@ -28167,15 +41720,33 @@ plugins: kraken-image-optimizer: Readme: path: readme.txt + kral-fm-radyo: + Readme: + path: readme.txt krokedil-paysoncheckout-20-for-woocommerce: ChangeLog: class: BodyPattern path: changelog.txt pattern: !ruby/regexp /Version (?\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: @@ -28183,24 +41754,46 @@ plugins: - 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 + 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 + kuzi: + Readme: + path: readme.txt kvl-localization: QueryParameter: files: @@ -28209,12 +41802,45 @@ plugins: - js/select2.js - js/options.js version: true + 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 lab-featured-image: Readme: path: readme.txt lab-my-tasks: Readme: path: readme.txt + label-plugins: + Readme: + path: readme.txt laboratory-menu-rest-endpoints: QueryParameter: files: @@ -28234,9 +41860,23 @@ plugins: ladipage: 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 (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: README.txt lana-breadcrumb: QueryParameter: files: @@ -28262,27 +41902,116 @@ plugins: landing-frog: Readme: path: readme.txt + landing-page-rockstar: + 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 (?\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 + 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(?\d+\.[\.\d]+)/i' + version: true + larsens-calender: + Readme: + path: readme.txt + lasgo: + Readme: + path: readme.txt 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-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 /^= (?\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-users-dashboard-widget: Readme: path: readme.txt @@ -28292,53 +42021,205 @@ plugins: path: languages/woocommerce-luoc.pot pattern: !ruby/regexp /Last Users Order Column for WooCommerce (?\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 + 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-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 + 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: @@ -28362,6 +42243,8 @@ plugins: - js/perfect-scrollbar-0.4.6.with-mousewheel.min.js - js/script.js version: true + Readme: + path: readme.txt LayerSlider: QueryParameter: files: @@ -28399,6 +42282,18 @@ plugins: 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-image-load: + Readme: + path: readme.txt lazy-load: QueryParameter: files: @@ -28407,6 +42302,9 @@ plugins: version: true Readme: path: readme.txt + lazy-load-enhanced: + Readme: + path: README.txt lazy-load-for-images: Readme: path: readme.txt @@ -28431,6 +42329,15 @@ plugins: lazy-load-with-base64-for-pagespeed-online: Readme: path: readme.txt + lazy-lorem-ipsum: + Readme: + path: readme.txt + lazy-news-ticker: + Readme: + path: readme.txt + lazy-pinner: + Readme: + path: readme.txt lazy-seo: Readme: path: readme.txt @@ -28440,12 +42347,29 @@ plugins: - css/lwl.css - js/lazy-widget-loader.js version: true + Readme: + path: readme.txt + 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 /(?\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: @@ -28455,6 +42379,12 @@ plugins: version: true Readme: path: readme.txt + ldap-login-password-and-role-manager: + Readme: + path: readme.txt + ldb-external-links: + Readme: + path: readme.txt ldd-directory-lite: QueryParameter: files: @@ -28462,6 +42392,9 @@ plugins: - 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 @@ -28476,6 +42409,8 @@ plugins: path: lang/lead-to-clio.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ lead_to_clio (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt leader: QueryParameter: files: @@ -28485,6 +42420,9 @@ plugins: leaderboard-lite: Readme: path: readme.txt + leaderboarded: + Readme: + path: readme.txt leadgeneration: QueryParameter: files: @@ -28511,6 +42449,12 @@ plugins: leadlovers-for-elementor: Readme: path: readme.txt + leadoutcome: + Readme: + path: readme.txt + leadsquared-website-topbar: + Readme: + path: readme.txt leaflet-map: QueryParameter: files: @@ -28519,26 +42463,79 @@ plugins: 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 (?\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 + least-commented-posts: + Readme: + path: readme.txt + leauge-codes: + Readme: + path: readme.txt + lebtivitycom-event-box: + Readme: + path: readme.txt led-tweaks: Readme: path: README.txt + leet-speak: + Readme: + path: readme.txt left-right-image-slideshow-gallery: Readme: path: readme.txt @@ -28556,6 +42553,14 @@ plugins: path: lang/legal-news-headlines.pot pattern: !ruby/regexp /roject\-Id\-Version:\ Legal News Headlines (?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + legislator-search: + Readme: + path: README.txt + legull: + Readme: + path: readme.txt leira-access: QueryParameter: files: @@ -28570,12 +42575,54 @@ plugins: leira-roles: 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 lendingworks-retail-finance: 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: @@ -28587,15 +42634,33 @@ plugins: - 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 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 @@ -28653,6 +42718,12 @@ plugins: lh-page-links-to: Readme: path: readme.txt + lh-posse: + Readme: + path: readme.txt + lh-rdf: + Readme: + path: readme.txt lh-sitemaps: Readme: path: readme.txt @@ -28664,12 +42735,18 @@ plugins: files: - scripts/purser.js version: true + 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: @@ -28684,17 +42761,58 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^= (?\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 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 + liebe-ist-liebeszitat: + Readme: + path: readme.txt + lifeguard-assistant: + Readme: + path: readme.txt lifterlms-labs: ChangeLog: class: BodyPattern @@ -28704,11 +42822,20 @@ plugins: 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-bakso: QueryParameter: files: @@ -28721,6 +42848,9 @@ plugins: - light-comment-form.css - light-comment-form.js version: true + light-full-screen-slider: + Readme: + path: readme.txt light-weight-cookie-popup: QueryParameter: files: @@ -28754,15 +42884,24 @@ plugins: - 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: @@ -28771,6 +42910,8 @@ plugins: - js/spinners/spinners.min.js - js/lightview/lightview.js version: true + Readme: + path: readme.txt lightweight-and-responsive-youtube-embed: QueryParameter: files: @@ -28787,6 +42928,9 @@ plugins: lightweight-social-icons: Readme: path: readme.txt + lightweight-social-sharing-buttons: + Readme: + path: readme.txt lightweight-youtube-channel-widget: QueryParameter: files: @@ -28797,14 +42941,43 @@ plugins: path: languages/lightweight-youtube-channel-widget-sv_SE.po pattern: !ruby/regexp /ion:\ Lightweight YouTube Channel Widget (?\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 + likebot: + Readme: + path: readme.txt likebtn-like-button: SpanTag: class: Xpath @@ -28824,6 +42997,18 @@ plugins: version: true Readme: path: readme.txt + likes-counter: + Readme: + path: readme.txt + liketlybar: + Readme: + path: readme.txt + lil-gallery: + Readme: + path: readme.txt + lilomi-avatar-and-authentication-plugin: + Readme: + path: readme.txt limb-gallery: QueryParameter: files: @@ -28836,6 +43021,18 @@ plugins: xpath: //script[not(@src) and contains(., "limb-gallery")] pattern: !ruby/regexp /grsPluginVer = '(?\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: @@ -28843,6 +43040,9 @@ plugins: - includes/assets/limelight-traffic-attribution.min.js - includes/assets/main.js version: true + limelight-networks: + Readme: + path: readme.txt limelight-storefront: QueryParameter: files: @@ -28856,6 +43056,24 @@ plugins: xpath: //script[not(@src) and contains(., "limelightTracker")] pattern: !ruby/regexp /'limelightTracker\.set', 'dimension4', '(?\d+\.[\.\d]+)'/i version: true + 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 @@ -28865,9 +43083,51 @@ plugins: limit-login-attempts-security: Readme: path: readme.txt + limit-login-countries: + 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-break-shortcode: + Readme: + path: readme.txt + line-in-typography: + Readme: + path: readme.txt + linear-tag-cloud: + Readme: + path: readme.txt + lineate: + Readme: + path: readme.txt linepay-wc: Readme: path: readme.txt @@ -28879,9 +43139,33 @@ plugins: 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-chooser: + Readme: + path: README.txt link-designer-lite: QueryParameter: files: @@ -28894,42 +43178,125 @@ plugins: path: languages/link-exchange-it_IT.po pattern: !ruby/regexp /"Project\-Id\-Version:\ Link Exchange v(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + link-footnotes: + 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-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 (?\d+\.[\.\d]+)/i version: true + link-shield: + 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 (?\d+\.[\.\d]+)/i' version: true + Readme: + path: readme.txt + link-this-bookmarklet: + 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-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+"(?\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(?\d+\.[\.\d]+)/i + version: true + Readme: + path: readme.txt linkbuildr: TranslationFile: class: BodyPattern @@ -28938,6 +43305,36 @@ plugins: version: true Readme: path: readme.txt + linkbuster: + Readme: + path: readme.txt + linked-pages: + 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 linker: TranslationFile: class: BodyPattern @@ -28955,14 +43352,74 @@ plugins: 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 + 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: @@ -28987,24 +43444,95 @@ plugins: 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-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 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-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-embed-for-youtube: Readme: path: readme.txt + literal-shortcode: + Readme: + path: readme.txt litespeed-cache: TranslationFile: class: BodyPattern @@ -29014,12 +43542,36 @@ plugins: litextension-data-migration-to-woocommerce: Readme: path: readme.txt + little-wp-to-twitter: + Readme: + path: readme.txt + 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: @@ -29030,6 +43582,12 @@ plugins: - 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: @@ -29045,6 +43603,8 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^=+ (?\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=(?\d+\.[\.\d]+)/i @@ -29060,6 +43620,27 @@ plugins: 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-flickr-comment-importer: + Readme: + path: readme.txt live-photos: QueryParameter: files: @@ -29071,6 +43652,43 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^v(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt + live-score: + Readme: + path: readme.txt + live-scores: + 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-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: @@ -29081,6 +43699,27 @@ plugins: path: changelog.txt pattern: !ruby/regexp /(?\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 + livechatscriptcom: + Readme: + path: readme.txt liveeditor: QueryParameter: files: @@ -29089,6 +43728,36 @@ plugins: 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: @@ -29124,6 +43793,12 @@ plugins: - livestream-notice.css - livestream-notice.js version: true + livesync: + Readme: + path: readme.txt + livetv-bundle: + Readme: + path: readme.txt livetwitch: QueryParameter: files: @@ -29133,18 +43808,66 @@ plugins: 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 + 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 @@ -29171,6 +43894,24 @@ plugins: - js/moment.min.js - js/lobbycal2press.js version: true + lobot-slider-administrator: + Readme: + path: readme.txt + local-analytics: + Readme: + path: readme.txt + local-business-microdata-widget: + Readme: + path: readme.txt + local-gajs: + 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: @@ -29195,6 +43936,35 @@ plugins: 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: @@ -29212,15 +43982,27 @@ plugins: - public/js/min.js - assets/js/min.js version: true + 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 (?\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 @@ -29240,6 +44022,8 @@ plugins: path: lang/locus-pt_BR.po pattern: !ruby/regexp /msgid "(?\d+\.[\.\d]+)/i version: true + Readme: + path: readme.txt loft-postreorder: TranslationFile: class: BodyPattern @@ -29261,6 +44045,9 @@ plugins: log-cleaner-for-ithemes-security: Readme: path: readme.txt + log-deprecated-notices-extender: + Readme: + path: readme.txt log-emails: ChangeLog: class: BodyPattern @@ -29270,6 +44057,27 @@ plugins: 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: @@ -29288,6 +44096,15 @@ plugins: logic-hop-personalization-for-elementor-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: @@ -29303,6 +44120,9 @@ plugins: path: - readme.txt - README.md + login-and-out: + Readme: + path: readme.txt login-as-user: QueryParameter: files: @@ -29311,6 +44131,15 @@ plugins: version: true 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 @@ -29327,6 +44156,17 @@ plugins: pattern: !ruby/regexp /Login Designer (?\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 (?\d+\.[\.\d]+)/i' + version: true + Readme: + path: readme.txt + login-email-sync: + Readme: + path: readme.txt login-first: Readme: path: readme.txt @@ -29336,36 +44176,80 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^(?\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(?\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 @@ -29378,6 +44262,24 @@ plugins: 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: @@ -29392,6 +44294,9 @@ plugins: login-with-vipps: Readme: path: readme.txt + login-xchange: + Readme: + path: readme.txt loginer-custom-login-page-builder: QueryParameter: files: @@ -29399,6 +44304,9 @@ plugins: version: true Readme: path: README.txt + loginner: + Readme: + path: readme.txt loginout: Readme: path: readme.txt @@ -29417,12 +44325,20 @@ plugins: 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 /\#\# (?\d+\.[\.\d]+)/ version: true + Readme: + path: readme.txt + loginza: + Readme: + path: readme.txt logistia: QueryParameter: files: @@ -29432,9 +44348,18 @@ plugins: logistra-woocommerce-integrasjon-fra-wildrobot-app: Readme: path: README.txt + logmycalls-dashboard: + Readme: + path: readme.txt + logmytrip: + Readme: + path: readme.txt logo-by-conditions: Readme: path: readme.txt + logo-candy: + Readme: + path: readme.txt logo-carousel-block: ComposerFile: class: ConfigParser @@ -29457,6 +44382,11 @@ plugins: path: CHANGELOG.md pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + Readme: + path: readme.txt + logo-manager: + Readme: + path: readme.txt logo-scheduler-great-for-holidays-events-and-more: QueryParameter: files: @@ -29486,26 +44416,80 @@ plugins: - assets/css/slick.css - assets/css/lswss-public.css version: true + logo-slideshow: + 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 + loi-hamon: + Readme: + path: readme.txt + loja-automatica: + Readme: + path: readme.txt loks-monetization: QueryParameter: files: - css/public.css - js/public.js version: true + 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 + longtail-keyword-browser: + 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 loopingo: Readme: path: readme.txt @@ -29515,9 +44499,36 @@ plugins: - _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 + 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 @@ -29532,12 +44543,24 @@ plugins: path: languages/lorem-user-generator.pot pattern: !ruby/regexp /opyright \(C\) 2017 Lorem User Generator 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 @@ -29552,14 +44575,44 @@ plugins: 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 @@ -29571,11 +44624,32 @@ plugins: 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 + 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: @@ -29781,12 +44855,21 @@ plugins: 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 + lucidel-for-wordpress: + Readme: + path: readme.txt lucidlms: QueryParameter: files: @@ -29804,12 +44887,27 @@ plugins: - 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 (?\d+\.[\.\d]+)/i' version: true + lumia-bxslider: + Readme: + path: readme.txt + lumia-calender: + Readme: + path: readme.txt + lumia-testimonials: + Readme: + path: readme.txt + lux-vimeo-shortcode: + Readme: + path: readme.txt lvl99-omny-embed: QueryParameter: files: @@ -29820,6 +44918,21 @@ plugins: path: package.json key: version version: true + 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: @@ -29830,21 +44943,47 @@ plugins: lz-scroll-up: 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(?\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 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 + machform-shortcode: + Readme: + path: readme.txt + machine-language: + Readme: + path: readme.txt + machine-learning-antispam: + Readme: + path: readme.txt + macme: + Readme: + path: readme.txt + macro-expander: + Readme: + path: readme.txt mactrak: QueryParameter: files: @@ -29866,18 +45005,38 @@ plugins: 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 (?\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 @@ -29930,6 +45089,9 @@ plugins: - 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(?\d+\.[\.\d]+)/i @@ -29949,6 +45111,18 @@ plugins: - 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 @@ -29968,6 +45142,9 @@ plugins: files: - assets/js/voicetrigger.js version: true + magic-posts: + Readme: + path: README.txt magic-shortcodes-builder-lite: QueryParameter: files: @@ -29986,24 +45163,60 @@ plugins: path: changelog.txt pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi version: true + magic-wp-coupons: + Readme: + path: readme.txt magical-addons-for-elementor: 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-deactivation: + Readme: + path: readme.txt + mail-debug: + Readme: + path: readme.txt + mail-getter: + Readme: + path: readme.txt + mail-manager: + Readme: + path: README.txt + mail-queues: + Readme: + path: readme.txt mail-switcher-for-developer: Readme: path: readme.txt @@ -30036,6 +45249,21 @@ plugins: mailchimp: Readme: path: readme.txt + mailchimp-and-constant-contact-integration: + Readme: + path: readme.txt + mailchimp-campaign-archive: + Readme: + path: readme.txt + mailchimp-comment-optin: + 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 @@ -30047,11 +45275,25 @@ plugins: 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 @@ -30069,6 +45311,9 @@ plugins: files: - assets/pagecount.min.js version: true + mailer: + Readme: + path: readme.txt mailermailer: QueryParameter: files: @@ -30090,6 +45335,18 @@ plugins: 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 + mailigen-widget: + Readme: + path: readme.txt mailin: Readme: path: readme.txt @@ -30101,6 +45358,15 @@ plugins: 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 @@ -30132,27 +45398,56 @@ plugins: 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*"(?\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 (?\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 diff --git a/spec/fixtures/dynamic_finders/expected.yml b/spec/fixtures/dynamic_finders/expected.yml index c16a91bf..58e41404 100644 --- a/spec/fixtures/dynamic_finders/expected.yml +++ b/spec/fixtures/dynamic_finders/expected.yml @@ -8223,6 +8223,12 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css?ver=1.0 + columnify: + ComposerFile: + number: 0.0.1 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/columnify/package.json, Match: ''0.0.1''' combunity-forums: QueryParameter: number: 2.1.1 @@ -8265,6 +8271,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/comma-diacritics/js/commadias.plugin.js?ver=0.3 - http://wp.lab/wp-content/plugins/comma-diacritics/js/comma_dias_check.js?ver=0.3 + comment-count-admin: + TranslationFile: + number: '1.5' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/comment-count-admin/languages/comment-count-admin-de_DE.po, + Match: ''-Version: Comment Count Admin (by URL) v1.5''' comment-form-message: TranslationFile: number: '1.38' @@ -8287,6 +8300,13 @@ plugins: - http://wp.lab/wp-content/plugins/comment-popularity/js/modules/growl/stylesheets/jquery.growl.min.css?ver=1.4.3.3 - http://wp.lab/wp-content/plugins/comment-popularity/js/modules/growl/javascripts/jquery.growl.min.js?ver=1.4.3.3 - http://wp.lab/wp-content/plugins/comment-popularity/js/voting.min.js?ver=1.4.3.3 + comment-privileges-by-post: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/comment-privileges-by-post/lang/comment-privileges-by-post.pot, + Match: ''Id-Version: Comment Privileges By Post v1.0''' comment-rating-field-plugin: QueryParameter: number: 2.2.0 @@ -8315,6 +8335,13 @@ plugins: found_by: Javascript Var (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: '':"on","cl_version":"2.94.7","images":"http:\/\''' + commentmailer: + TranslationFile: + number: '0.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/commentmailer/commentmailer.pot, Match: + ''"Project-Id-Version: 0.1''' commentpress-core: TranslationFile: number: 3.9.7 @@ -8416,6 +8443,13 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''WP Audio player plugin v1.9.6''' + compactrss: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/compactrss/compactrss.pot, Match: ''"Project-Id-Version: + CompactRSS 1.0''' compare-your-income-moneyarcher: QueryParameter: number: 2.0.0 @@ -8723,6 +8757,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/contact-us-page-contact-people/assets/js/modal-popup.js?ver=3.1.3 confidence: 10 + content-bootstrap: + QueryParameter: + number: 1.0.2 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/content-bootstrap/bootstrap/bootstrap2/css/content-bootstrap.css?ver=1.0.2 + confidence: 10 content-parts: ChangeLog: number: '1.8' @@ -8809,6 +8850,12 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/controllercons/css/controllercons.css?ver=1.0.0 confidence: 10 + convatic: + ComposerFile: + number: 0.1.0 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/convatic/package.json, Match: ''0.1.0''' conversejs: QueryParameter: number: 3.2.1 @@ -9085,6 +9132,14 @@ plugins: - http://wp.lab/wp-content/plugins/countdown-timer-block/build/assets/js/fdwpflip.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/countdown-timer-block/build/assets/js/fdwpflipclock.js?ver=1.0.0 confidence: 20 + countdown-to-next-post: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/countdown-to-next-post/scott_timer_java.js?ver=1.0 + - http://wp.lab/wp-content/plugins/countdown-to-next-post/webtoolkit.sprintf.js?ver=1.0 + confidence: 20 country-code-selector: QueryParameter: number: 1.0.0 @@ -9189,6 +9244,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/crazy-call-to-action-box/changelog.txt, Match: ''= 1.05''' + crazy-pills: + QueryParameter: + number: 0.4.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/crazy-pills/css/styles.css?ver=0.4.3 + confidence: 10 crea-listings: TranslationFile: number: 1.0.0 @@ -9411,6 +9473,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/csv-exporter-for-terms/languages/et-csv.pot, Match: ''"Project-Id-Version: et-csv 1.0.0''' + ctr-widget: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/ctr-widget/js/ctr-widget.js?ver=1.0 + confidence: 10 culqi-full-integration: ChangeLog: number: 1.0.0 @@ -9451,6 +9520,15 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/currencyr/languages/default.po, Match: ''ect-Id-Version: Currencyr for WordPress 1.0.4''' + QueryParameter: + number: 1.0.4 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/currencyr/assets/css/currencyr.css?ver=1.0.4 + - http://wp.lab/wp-content/plugins/currencyr/assets/css/themes/light/light.css?ver=1.0.4 + - http://wp.lab/wp-content/plugins/currencyr/assets/js/currencyr.min.js?ver=1.0.4 + - http://wp.lab/wp-content/plugins/currencyr/assets/js/init.js?ver=1.0.4 + confidence: 40 custom-accordion-block: QueryParameter: number: '1.0' @@ -9631,6 +9709,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/custom-post-type-maker/CHANGELOG.md, Match: ''## 1.1.6''' + custom-post-type-manager: + TranslationFile: + number: '0.9' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/custom-post-type-manager/lang/cptm-ja.po, + Match: ''"Project-Id-Version: CPTM v0.9''' custom-post-type-order: TranslationFile: number: '1.0' @@ -9654,6 +9739,13 @@ plugins: - http://wp.lab/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/theme_rm_matchmytheme.css?ver=3.8.0.4 - http://wp.lab/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/css/style_rm_front_end.css?ver=3.8.0.4 - http://wp.lab/wp-content/plugins/custom-registration-form-builder-with-submission-manager/public/js/script_rm_front.js?ver=3.8.0.4 + custom-registration-link: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/custom-registration-link/lang/custom-registration-link-fr_FR.po, + Match: ''ct-Id-Version: custom-registration-link 1.0.0''' custom-sidebars: JavascriptComment: number: 3.1.2 @@ -9667,6 +9759,20 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/custom-sidebars/assets/css/cs-visibility.min.css, Match: ''Custom Sidebars - v3.1.2''' + custom-smilies-directory: + TranslationFile: + number: '1.2' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/custom-smilies-directory/languages/jpm_csd.pot, + Match: ''ct-Id-Version: Custom Smilies Directory 1.2''' + custom-team-manager: + QueryParameter: + number: 2.4.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/custom-team-manager/css/stylesheet.css?ver=2.4.1 + confidence: 10 custom-template-learndash: TranslationFile: number: 1.0.1 @@ -9688,6 +9794,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/custom-testimonial/vendor/testimonialmetaoption/languages/zh_CN.po, Match: ''"Project-Id-Version: Codestar Framework 1.0.1''' + custom-toolbox: + TranslationFile: + number: '0.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/custom-toolbox/lang/custom-toolbox-fr_FR.po, + Match: ''"Project-Id-Version: 0.1''' custom-twitter-feeds: QueryParameter: number: 1.2.7 @@ -9781,6 +9894,25 @@ plugins: - http://wp.lab/wp-content/plugins/cyberpress/assets/css/style.min.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/cyberpress/assets/js/script.min.js?ver=1.0.0 confidence: 20 + cyclone-slider: + QueryParameter: + number: 3.2.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/cyclone-slider/templates/dark/style.css?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/templates/default/style.css?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/templates/standard/style.css?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/templates/thumbnails/style.css?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/libs/cycle2/jquery.cycle2.min.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/libs/cycle2/jquery.cycle2.carousel.min.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/libs/cycle2/jquery.cycle2.swipe.min.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/libs/cycle2/jquery.cycle2.tile.min.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/libs/cycle2/jquery.cycle2.video.min.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/templates/dark/script.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/templates/thumbnails/script.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/libs/vimeo-player-js/player.js?ver=3.2.0 + - http://wp.lab/wp-content/plugins/cyclone-slider/js/client.js?ver=3.2.0 + confidence: 100 cyclone-slider-2: QueryParameter: number: 3.2.0 @@ -9853,6 +9985,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/danixland-countdown/i18n/danixland-countdown.pot, Match: ''Project-Id-Version: danixland CountDown 0.4''' + dark-login-screen: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/dark-login-screen/langs/dark_login_screen-en_AU.po, + Match: ''Project-Id-Version: Stronger Admin Bar v1.0''' darkmode: QueryParameter: number: 1.0.0 @@ -9944,6 +10083,14 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/db-signatures/changelog.txt, Match: ''= 1.0''' + dbd-pinterest-widget: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dbd-pinterest-widget/theme/css/dbd_pinterest.css?ver=1.0 + - http://wp.lab/wp-content/plugins/dbd-pinterest-widget/theme/js/dbd_pinterest.js?ver=1.0 + confidence: 20 debtcom-business-in-a-box: QueryParameter: number: 3.0.0 @@ -10021,6 +10168,12 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/delete-revision/changelog.txt, Match: ''1.3.1''' + delicious-bookmark-this: + Comment: + number: '1.2' + found_by: Comment (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''"del.icio.us - Bookmark this!", a WordPress Plugin of Arne Brachhold, v1.2''' delightful-downloads: QueryParameter: number: 1.6.6 @@ -10085,6 +10238,20 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/demoify-blocks/package.json, Match: ''1.0.1''' + demomentsomtres-wc-minimum-purchase-message: + TranslationFile: + number: '0.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/demomentsomtres-wc-minimum-purchase-message/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po, + Match: ''Tres Woocommerce Free Shipping Message v0.1''' + demomentsomtres-woocommerce-minimum-purchase-message: + TranslationFile: + number: '0.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/demomentsomtres-woocommerce-minimum-purchase-message/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po, + Match: ''Tres Woocommerce Free Shipping Message v0.1''' depublish-posts: TranslationFile: number: 1.0.0 @@ -10125,6 +10292,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/dessky-security/changelog.txt, Match: ''= 1.2''' + destroy-this-site: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/destroy-this-site/scripts.js?ver=1.0.0 + confidence: 10 developer-tool: TranslationFile: number: 1.0.0 @@ -10139,6 +10313,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/device-detect/languages/device-detect-fr_FR.po, Match: ''"Project-Id-Version: Device Detect 1.0''' + devrama-image-lazyload: + QueryParameter: + number: 0.9.34 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/devrama-image-lazyload/app/default/views/js/jquery.devrama.lazyload.min-0.9.3.js?ver=0.9.34 + confidence: 10 devvn-image-hotspot: QueryParameter: number: 1.1.4 @@ -10174,6 +10355,20 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/dgxpco/composer.json, Match: ''1.2.0''' + dh-dashboard-quick-content-access: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/dh-dashboard-quick-content-access/languages/dh-widget-dashqa-de_DE.po, + Match: ''"Project-Id-Version: dh-widget-dashqa 1.0''' + dh-new-mark: + TranslationFile: + number: 0.9.5 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/dh-new-mark/languages/dh-new-mark-ja.po, + Match: ''"Project-Id-Version: DH New Mark Ver 0.9.5''' dialogue-layout: TranslationFile: number: '0.1' @@ -10195,6 +10390,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/dicentis-podcast/CHANGELOG.md, Match: ''## 0.2.7''' + dictation-speech-recognition: + QueryParameter: + number: 1.0.1 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dictation-speech-recognition/css/dictation.css?ver=1.0.1 + confidence: 10 different-menus-in-different-pages: QueryParameter: number: 1.0.2 @@ -10261,6 +10463,13 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/disable-blog/CHANGELOG.md, Match: ''## 0.4.4''' + disable-directory-listings: + TranslationFile: + number: '2.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/disable-directory-listings/disable-directory-listings.pot, + Match: ''-Id-Version: Disable Directory Listings 2.0''' disable-emails: ChangeLog: number: 1.4.0 @@ -10316,6 +10525,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/disable-search-slug/CHANGELOG.md, Match: ''## 1.0.1''' + disable-title: + TranslationFile: + number: '0.9' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/disable-title/languages/disable_title-de_DE.po, + Match: ''"Project-Id-Version: Disable Title v0.9''' disable-wp-comments: QueryParameter: number: 1.0.0 @@ -10409,6 +10625,21 @@ plugins: - http://wp.lab/wp-content/plugins/dk-pdf/assets/css/frontend.css?ver=1.9.6 - http://wp.lab/wp-content/plugins/dk-pdf/assets/js/frontend.js?ver=1.9.6 confidence: 20 + dkoated-cta-buttons: + QueryParameter: + number: 1.5.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dkoated-cta-buttons/css/dkoated-cta-buttons.css?ver=1.5.0 + confidence: 10 + dmaps: + QueryParameter: + number: '1.2' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dmaps/assets/css/frontend.css?ver=1.2 + - http://wp.lab/wp-content/plugins/dmaps/assets/js/frontend.js?ver=1.2 + confidence: 20 dobsondev-shortcodes: ChangeLog: number: 2.1.10 @@ -10521,6 +10752,13 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/doppelme-avatars/changelog.txt, Match: ''1.04''' + douban-collections: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/douban-collections/douban-collections.css?ver=1.0.0 + confidence: 10 double-image: TranslationFile: number: 1.2.0 @@ -10609,6 +10847,18 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/drastic-table-manager/drastic-table-manager.pot, Match: ''oject-Id-Version: Drastic Table Manager 0.4''' + draugiemlvlapas-fan-page: + QueryParameter: + number: 3.5.4 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/draugiemlvlapas-fan-page/css/draugiem-lapas-sekotaji.css?ver=3.5.4 + confidence: 10 + MetaTag: + number: 3.5.4 + found_by: Meta Tag (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''utm_source=draugiemlvlapas-fan-page-3.5.4''' dreamgrow-scroll-triggered-box: Comment: number: '2.3' @@ -10650,6 +10900,13 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''by shailan (https://metinsaylan.com) v1.9.7''' + dropdown-navigation-menus: + QueryParameter: + number: '0.1' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/dropdown-navigation-menus/js/plugins-min.js?ver=0.1 + confidence: 10 dropshipping-woocommerce: TranslationFile: number: 1.0.0 @@ -10792,6 +11049,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/e-commerce-by-salescart/changelog.txt, Match: ''*********************** V E R 1.0.0''' + e-commerce-mailcheck: + ComposerFile: + number: 1.0.5 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/e-commerce-mailcheck/package.json, Match: + ''1.0.5''' e2pdf: QueryParameter: number: 1.00.08 @@ -10881,6 +11145,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/easy-code-manager/locals/languages/css-javascript-toolbox.pot, Match: ''Project-Id-Version: Easy Code Manager 1.0.0''' + easy-collapse-accordion: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/easy-collapse-accordion/js/bootstrap-accordion.min.js?ver=1.0 + confidence: 10 easy-country-spam-blocker: QueryParameter: number: 1.0.0 @@ -11620,6 +11891,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/edit-author-slug/CHANGELOG.md, Match: ''## [1.5.2]''' + edit-parent-comment-id: + TranslationFile: + number: '0.3' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/edit-parent-comment-id/edit-parent-comment-id-ru_RU.po, + Match: ''WordPress plugin Edit Parent Comment ID 0.3''' edit-recent-posts: TranslationFile: number: '1.0' @@ -12818,6 +13096,12 @@ plugins: - http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert-v3.js?ver=1.4.3 - http://wp.lab/wp-content/plugins/exit-notifier/assets/css/jAlert.min.css?ver=1.4.3 - http://wp.lab/wp-content/plugins/exit-notifier/assets/js/jAlert.min.js?ver=1.4.3 + exopin-blogging-for-money: + MetaTag: + number: 3.5.5 + found_by: Meta Tag (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''3.5.5;1''' expivi: TranslationFile: number: '0.1' @@ -13049,6 +13333,12 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/facebook-like-toolbar/js/ps_facebook_toolbar.jquery.js?ver=1.2.2 + facebook-ogg-meta-tags: + Comment: + number: '1.8' + found_by: Comment (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''social-meta-tags | 1.8''' facebook-photo-fetcher: QueryParameter: number: '2.5' @@ -13274,6 +13564,13 @@ plugins: - http://wp.lab/wp-content/plugins/favorites/assets/css/favorites.css?ver=2.1.6 - http://wp.lab/wp-content/plugins/favorites/assets/js/favorites.min.js?ver=2.1.6 confidence: 20 + favorites-posts: + QueryParameter: + number: '1.5' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/favorites-posts/favposts.css?ver=1.5 + confidence: 10 fb-account-kit: TranslationFile: number: '1.0' @@ -13447,6 +13744,13 @@ plugins: - http://wp.lab/wp-content/plugins/fibotalk-live-chat/public/css/fibotalk-live-chat-public.css?ver=1.0.0 - http://wp.lab/wp-content/plugins/fibotalk-live-chat/public/js/fibotalk-live-chat-public.js?ver=1.0.0 confidence: 20 + fil-dariadna: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/fil-dariadna/lang/fildariadna-en.po, Match: + ''"Project-Id-Version: fildariadna 1.0''' file-away: QueryParameter: number: 3.9.6.1 @@ -13535,6 +13839,20 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/fireems-stats/public/css/fireems-stats-public.css?ver=2.0.0 + firmasite-members-menu: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/firmasite-members-menu/languages/firmasite-members-menu-tr_TR.po, + Match: ''ect-Id-Version: FirmaSite Members Menu v1.0''' + firmasite-options: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/firmasite-options/languages/firmasite-options-tr_TR.po, + Match: ''"Project-Id-Version: FirmaSite Options v1.0''' firstform: TranslationFile: number: '1.0' @@ -13740,6 +14058,13 @@ plugins: - http://wp.lab/wp-content/plugins/flickr-viewer/public/css/default.css?ver=1.1.3 - http://wp.lab/wp-content/plugins/flickr-viewer/public/css/component.css?ver=1.1.3 - http://wp.lab/wp-content/plugins/flickr-viewer/public/js/cws-flickr-gallery-pro-public.js?ver=1.1.3 + flickr-zoom-badge: + TranslationFile: + number: '1.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/flickr-zoom-badge/flickr-zoom-badge-da_DK.po, + Match: ''"Project-Id-Version: flickr-zoom-badge 1.1''' flickrtips: ChangeLog: number: '1.6' @@ -13949,6 +14274,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/follow-bbpress/js/script.js?ver=1.0 confidence: 10 + follow-subscribe: + QueryParameter: + number: '1.1' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/follow-subscribe/css/lafs_style.css?lafs_version=1.1&ver=5.3.1 + confidence: 10 font: QueryParameter: number: 7.5.1 @@ -14141,6 +14473,13 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/force-refresh/composer.json, Match: ''2.1''' + force-wave-dash: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/force-wave-dash/lang/force_wave_dash-ja.po, + Match: ''"Project-Id-Version: 1.0.0''' foreup-forms: ComposerFile: number: 1.1.6 @@ -14322,6 +14661,27 @@ plugins: found_by: Change Log (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/fpp-pano/changelog.txt, Match: ''1.0.1''' + fpw-post-thumbnails: + TranslationFile: + number: 1.0.8 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/fpw-post-thumbnails/languages/fpw-fpt-pl_PL.po, + Match: ''roject-Id-Version: FPW Post Thumbnails v1.0.8''' + fragmentions: + QueryParameter: + number: 1.4.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/fragmentions/styles/fragmentions.css?ver=1.4.0 + - http://wp.lab/wp-content/plugins/fragmentions/scripts/fragmention.min.js?ver=1.4.0 + confidence: 20 + TranslationFile: + number: 1.4.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/fragmentions/languages/fragmentions.pot, + Match: ''"Project-Id-Version: Fragmentions 1.4.0''' freeflow: QueryParameter: number: 1.0.0 @@ -14494,6 +14854,20 @@ plugins: - http://wp.lab/wp-content/plugins/fullscreen-galleria/galleria-fs.js?ver=1.6.4 - http://wp.lab/wp-content/plugins/fullscreen-galleria/galleria-fs-theme.js?ver=1.6.4 confidence: 30 + fullscreen-slider: + QueryParameter: + number: 1.0.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/fullscreen-slider/css/fs_slider.css?ver=1.0.0 + confidence: 10 + fullscreen-slides: + QueryParameter: + number: 1.0.5 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/fullscreen-slides/templates/abcf-slides-02-min.css?ver=1.0.5 + confidence: 10 fullworks-anti-spam: QueryParameter: number: 1.0.1 @@ -14540,6 +14914,14 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/g-debugger/package.json, Match: ''1.0.0''' + g-social-icons: + QueryParameter: + number: 1.2.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/g-social-icons/public/assets/css/public.css?ver=1.2.0 + - http://wp.lab/wp-content/plugins/g-social-icons/public/assets/js/public.js?ver=1.2.0 + confidence: 20 ga-germanized: QueryParameter: number: 1.0.2 @@ -14555,6 +14937,21 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/ga-tracking-code/CHANGELOG.md, Match: ''## [1.2.2]''' + galleria: + QueryParameter: + number: 1.0.3 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/galleria/galleria/themes/amw-classic-light/galleria.amw-classic-light.css?ver=1.0.3 + - http://wp.lab/wp-content/plugins/galleria/galleria/themes/amw-classic-light/galleria.amw-classic-light.js?ver=1.0.3 + confidence: 20 + galleriapress: + QueryParameter: + number: 0.7.5 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/galleriapress/css/galleriapress.css?ver=0.7.5 + confidence: 10 gallery-and-lightbox: QueryParameter: number: 1.0.9 @@ -14588,6 +14985,13 @@ plugins: - http://wp.lab/wp-content/plugins/gallery-made-easy/template/masonry.js?ver=1.3 - http://wp.lab/wp-content/plugins/gallery-made-easy/template/main.js?ver=1.3 confidence: 100 + gallery-overview: + TranslationFile: + number: '0.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/gallery-overview/languages/gallery_overview-de_DE.po, + Match: ''"Project-Id-Version: Gallery Overview v0.1''' gallerya: ComposerFile: number: 1.9.15 @@ -14912,6 +15316,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/geo2wp/languages/geo2wp.pot, Match: ''"Project-Id-Version: geo2wp 1.0''' + geocoder-wordpress-plugin-google-maps-geolocator-workshop: + Comment: + number: 1.2.3 + found_by: Comment (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''Version: 1.2.3''' geodeals-for-geodirectory: QueryParameter: number: '2.0' @@ -15477,6 +15887,13 @@ plugins: - http://wp.lab/wp-content/plugins/google-drive-wp-media/js/justifiedGallery.js?ver=2.4.4 - http://wp.lab/wp-content/plugins/google-drive-wp-media/js/script.js?ver=2.4.4 confidence: 30 + google-integration-toolkit: + TranslationFile: + number: '1.4' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/google-integration-toolkit/lang/google-integration-toolkit.pot, + Match: ''Press plugin Google Integration Toolkit 1.4''' google-language-translator: QueryParameter: number: 5.0.48 @@ -15623,6 +16040,13 @@ plugins: - http://wp.lab/wp-content/plugins/gourl-bitcoin-payment-gateway-paid-downloads-membership/js/cryptobox.min.js?ver=1.4.2 - http://wp.lab/wp-content/plugins/gourl-bitcoin-payment-gateway-paid-downloads-membership/css/style.front.css?ver=1.4.2 confidence: 20 + gp: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/gp/po/gp.pot, Match: ''"Project-Id-Version: + GP - GeePress 1.0''' gp-post-like: QueryParameter: number: '1.0' @@ -15688,6 +16112,13 @@ plugins: found_by: Composer File (Aggressive Detection) interesting_entries: - 'http://wp.lab/wp-content/plugins/gratify/package.json, Match: ''1.0.0''' + gravatar-favicon: + TranslationFile: + number: '3.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/gravatar-favicon/locale/gravatar-favicon-ru_RU.po, + Match: ''"Project-Id-Version: Gravatar Favicon 3.1''' gravatargrid: MetaTag: number: '1.1' @@ -16432,6 +16863,12 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/hash-link-scroll-offset/assets/js/hash-link-scroll-offset.min.js?ver=0.1.8 confidence: 10 + ComposerFile: + number: 0.1.8 + found_by: Composer File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/hash-link-scroll-offset/package.json, Match: + ''0.1.8''' haste-impress: TranslationFile: number: '1.0' @@ -16607,6 +17044,13 @@ plugins: - http://wp.lab/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/css/hide-admin-bar-based-on-user-roles-public.css?ver=1.1.0 - http://wp.lab/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/js/hide-admin-bar-based-on-user-roles-public.js?ver=1.1.0 confidence: 20 + hide-login-logo: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/hide-login-logo/langs/hide_login_logo-en_CA.po, + Match: ''Project-Id-Version: Stronger Admin Bar v1.0''' hide-plugin-updates-notifications: TranslationFile: number: '1.0' @@ -16637,6 +17081,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/hide-wp-toolbar/style.css?ver=2.4.2 confidence: 10 + highfly: + TranslationFile: + number: '2.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/highfly/languages/de_DE.po, Match: ''"Project-Id-Version: + Highfly 2.0''' highlight-search-terms: Comment: number: 1.4.7 @@ -16887,6 +17338,20 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/hover-product-details/js/webappdesign_hover_product_details.js?ver=1.0 confidence: 10 + hr-widget: + TranslationFile: + number: 1.0.0 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/hr-widget/languages/hr-widget-ja.po, Match: + ''ject-Id-Version: Horizontal Rule Widget 1.0.0''' + hreflang-flag: + TranslationFile: + number: '1.2' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/hreflang-flag/hreflang-flag-fr_FR.po, Match: + ''n of the WordPress plugin hreflang Flag 1.2''' hrm: ChangeLog: number: 2.2.10 @@ -17428,6 +17893,12 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/image-source-control-isc/public/assets/js/front-js.js?ver=1.8.11.2 confidence: 10 + image-space-media: + Comment: + number: 1.1.0 + found_by: Comment (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''Image Space Media plugin v. 1.1.0''' image-store: QueryParameter: number: 3.5.9 @@ -17614,6 +18085,13 @@ plugins: - http://wp.lab/wp-content/plugins/imu-calculator/includes/stylesheet/imu_calculator.css?ver=1.1.5 - http://wp.lab/wp-content/plugins/imu-calculator/includes/js/imu_calculator.js?ver=1.1.5 confidence: 20 + inaccessibility-checker: + TranslationFile: + number: 0.0.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/inaccessibility-checker/lang/inaccessibility-checker.pot, + Match: ''ect-Id-Version: Inaccessibility Checker 0.0.3''' inboundwp-lite: QueryParameter: number: 1.0.1 @@ -18158,6 +18636,13 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''1.0''' + ip-filter: + TranslationFile: + number: 1.0.3 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/ip-filter/lang/ipfilter-fr_FR.po, Match: + ''"Project-Id-Version: ipfilter 1.0.3''' ip-geo-block: TranslationFile: number: 3.0.5 @@ -18403,6 +18888,13 @@ plugins: found_by: Query Parameter (Passive Detection) interesting_entries: - http://wp.lab/wp-content/plugins/jetpack/css/jetpack.css?ver=5.4 + jetpack-holiday-snow-opt-in: + TranslationFile: + number: 0.1.5 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/jetpack-holiday-snow-opt-in/languages/jetpack-holiday-snow-opt-in.pot, + Match: ''Id-Version: Jetpack Holiday Snow Opt-In 0.1.5''' jetstash-connect: ComposerFile: number: 1.3.4 @@ -18558,6 +19050,19 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/jobsoid/css/jobsoid.css?ver=1.0.0 confidence: 10 + joemobi: + Comment: + number: '2.10' + found_by: Comment (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''JoeMobi (http://joemobi.com) v:2.10''' + jokerz-joke-of-the-day: + QueryParameter: + number: '1.0' + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/jokerz-joke-of-the-day/js/cat_subcat_js.js?ver=1.0 + confidence: 10 jp-scrollbar: QueryParameter: number: '1.0' @@ -18975,6 +19480,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/ketno-lazy-page-loader/js/jquery.loading-indicator.js?ver=1.0 confidence: 10 + keycaptcha: + TranslationFile: + number: 2.5.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - "http://wp.lab/wp-content/plugins/keycaptcha/languages/keycaptcha.pot, Match: + '# Version\t2.5.1'" keymaster-chord-notation-free: QueryParameter: number: 1.0.2 @@ -19355,6 +19867,13 @@ plugins: - http://wp.lab/wp-content/plugins/labtheme-companion/public/js/isotope.pkgd.min.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/labtheme-companion/public/js/labtheme-companion-public.js?ver=1.0.0 confidence: 60 + lamp-version-checker: + TranslationFile: + number: 0.7.1 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/lamp-version-checker/languages/lamp-version-checker.pot, + Match: ''roject-Id-Version: LAMP Version Checker 0.7.1''' lana-breadcrumb: QueryParameter: number: 1.0.5 @@ -19392,6 +19911,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/language-bar-flags/languages/language-bar-flags.pot, Match: ''"Project-Id-Version: Language Bar Flags 1.0.8''' + large-admin-bar: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/large-admin-bar/langs/large_admin_bar-en_US.po, + Match: ''Project-Id-Version: Stronger Admin Bar v1.0''' last-post-edited-author: ChangeLog: number: 1.0.0 @@ -19643,6 +20169,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/leaky-paywall//css/issuem-leaky-paywall.css?ver=4.10.3 confidence: 10 + lean-media: + TranslationFile: + number: '1.0' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/lean-media/languages/lean-media.pot, Match: + ''"Project-Id-Version: Lean Media 1.0''' leanpress: QueryParameter: number: 1.0.0 @@ -19992,6 +20525,12 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/link2wiki/editor_plugin.js, Match: ''version : "1.0"''' + linkable-title-html-and-php-widget: + Comment: + number: 1.2.6 + found_by: Comment (Passive Detection) + interesting_entries: + - 'http://wp.lab/, Match: ''Linkable Title Html And Php Widget v1.2.6''' linkbuildr: TranslationFile: number: '1.0' @@ -20372,6 +20911,13 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''Login Designer 1.0.4''' + login-dongle: + TranslationFile: + number: 1.5.2 + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/login-dongle/translations/login-dongle.pot, + Match: ''"Project-Id-Version: Login Dongle 1.5.2''' login-fortifier: ChangeLog: number: '1.0' @@ -20390,6 +20936,13 @@ plugins: login-logo: Comment: found_by: Comment (Passive Detection) + login-redirect-url: + TranslationFile: + number: '0.1' + found_by: Translation File (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/login-redirect-url/languages/login-redirect-url-de_DE.po, + Match: ''Project-Id-Version: Login Redirect Url v0.1''' login-register-redirect-for-woocommerce: QueryParameter: number: 1.0.0 @@ -20551,6 +21104,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/loudreply-customer-feedback-woocommerce/changelog.txt, Match: ''version 1.0.0''' + lowermedia-iframes-on-demand: + QueryParameter: + number: 1.2.0 + found_by: Query Parameter (Passive Detection) + interesting_entries: + - http://wp.lab/wp-content/plugins/lowermedia-iframes-on-demand/lowermedia-iframes-on-demand.js?ver=1.2.0 + confidence: 10 lowermedia-sticky-js-menus: QueryParameter: number: 3.1.0 diff --git a/spec/fixtures/dynamic_finders/plugin_version/columnify/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/columnify/composer_file/package.json new file mode 100644 index 00000000..c5bbae9d --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/columnify/composer_file/package.json @@ -0,0 +1,21 @@ +{ + "name": "columnify-wordpress", + "version": "0.0.1", + "description": "Creates columns with widgets quickly and painless", + "main": "Gruntfile.js", + "repository": { + "type": "git", + "url": "https://github.com/markotom/columnify-wordpress.git" + }, + "author": "Marco Godínez ", + "license": "GPLv2 or later", + "bugs": { + "url": "https://github.com/markotom/columnify-wordpress/issues" + }, + "homepage": "https://github.com/markotom/columnify-wordpress", + "devDependencies": { + "grunt-wp-readme-to-markdown": "^0.8.0", + "grunt": "^0.4.5", + "grunt-release": "^0.7.0" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/comment-count-admin/translation_file/languages/comment-count-admin-de_DE.po b/spec/fixtures/dynamic_finders/plugin_version/comment-count-admin/translation_file/languages/comment-count-admin-de_DE.po new file mode 100644 index 00000000..79b89807 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/comment-count-admin/translation_file/languages/comment-count-admin-de_DE.po @@ -0,0 +1,63 @@ +msgid "" +msgstr "" +"Project-Id-Version: Comment Count Admin (by URL) v1.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-07-18 16:59:07+0000\n" +"Last-Translator: demo \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: German\n" +"X-Poedit-Country: GERMANY\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#. translators: plugin header field 'Name' +#: comment-count-admin.php:0 +#@ comment-count-admin +msgid "Comment Count Admin (by URL)" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: comment-count-admin.php:0 +#@ comment-count-admin +msgid "http://wordpress.org/plugins/comment-count-admin/" +msgstr "" + +#. translators: plugin header field 'Author' +#: comment-count-admin.php:0 +#@ comment-count-admin +msgid "Jan Teriete" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: comment-count-admin.php:0 +#@ comment-count-admin +msgid "http://cms.interiete.net/" +msgstr "" + +#. translators: plugin header field 'Version' +#: comment-count-admin.php:0 +#@ comment-count-admin +msgid "1.5" +msgstr "" + +#: comment-count-admin.php:30 +#@ comment-count-admin +msgid "N/A" +msgstr "n. a." + +#. translators: plugin header field 'Description' +#: comment-count-admin.php:0 +#@ comment-count-admin +msgid "Displays a count of each comment authors total number of comments next to their name on the admin pages." +msgstr "Zeigt die Kommentar-Anzahl direkt neben dem Namen jedes Kommentar-Autors im Adminbereich an." + diff --git a/spec/fixtures/dynamic_finders/plugin_version/comment-privileges-by-post/translation_file/lang/comment-privileges-by-post.pot b/spec/fixtures/dynamic_finders/plugin_version/comment-privileges-by-post/translation_file/lang/comment-privileges-by-post.pot new file mode 100644 index 00000000..3d78bc1d --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/comment-privileges-by-post/translation_file/lang/comment-privileges-by-post.pot @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: Comment Privileges By Post v1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-04-22 12:05+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: /var/www/berriart.2/wp-content/plugins/comment-privileges-by-post\n" + +#: /var/www/berriart.2/wp-content/plugins/comment-privileges-by-post/comment-privileges-by-post.php:52 +msgid "Comments privileges" +msgstr "" + +#: /var/www/berriart.2/wp-content/plugins/comment-privileges-by-post/comment-privileges-by-post.php:68 +msgid "Allow users to comment without login" +msgstr "" + +#: /var/www/berriart.2/wp-content/plugins/comment-privileges-by-post/comment-privileges-by-post.php:74 +msgid "Users must be registered and logged in to comment" +msgstr "" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/comment_passive_all.html b/spec/fixtures/dynamic_finders/plugin_version/comment_passive_all.html index f1db5301..03df5f41 100644 --- a/spec/fixtures/dynamic_finders/plugin_version/comment_passive_all.html +++ b/spec/fixtures/dynamic_finders/plugin_version/comment_passive_all.html @@ -1056,4 +1056,116 @@ s0.parentNode.insertBefore(s1,s0); + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/commentmailer/translation_file/commentmailer.pot b/spec/fixtures/dynamic_finders/plugin_version/commentmailer/translation_file/commentmailer.pot new file mode 100644 index 00000000..d0c1af92 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/commentmailer/translation_file/commentmailer.pot @@ -0,0 +1,193 @@ +# Commentmailer pot file. +# Copyright (C) 2007 Huda Toriq +# This file is distributed under the same license as the Commentmailer plugin package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 0.1\n" +"Report-Msgid-Bugs-To: hudatoriq@gmail.com\n" +"POT-Creation-Date: 2007-11-27 18:25+0700\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: commentmailer.php:49 +msgid "Please specify a valid email address!" +msgstr "" + +#: commentmailer.php:52 +msgid "Successfully updating your options" +msgstr "" + +#: commentmailer.php:54 +msgid "There is something wrong when we are updating your options" +msgstr "" + +#: commentmailer.php:57 +msgid "You don’t have anything to update" +msgstr "" + +#: commentmailer.php:82 +msgid "Also send this reply via e-mail to the following commenters:" +msgstr "" + +#: commentmailer.php:84 +msgid "-- None --" +msgstr "" + +#: commentmailer.php:103 +msgid "E-mail language:" +msgstr "" + +#: commentmailer.php:117 +msgid "Settings" +msgstr "" + +#: commentmailer.php:146 commentmailer.php:252 +msgid "Re: Blog comment" +msgstr "" + +#: commentmailer.php:157 +#, php-format +msgid "" +"This e-mail is generated and sent to you because a blog author wants to " +"inform you that he/she has replied your comment on %s" +msgstr "" + +#: commentmailer.php:158 +msgid "You can always view your comment and its reply on the following URLs:" +msgstr "" + +#: commentmailer.php:159 +msgid "Your comment:" +msgstr "" + +#: commentmailer.php:160 +msgid "Response to your comment:" +msgstr "" + +#: commentmailer.php:161 +msgid "" +"You can continue the discussion by writing another comment in the same post." +msgstr "" + +#: commentmailer.php:164 +#, php-format +msgid "On %s you wrote:" +msgstr "" + +#: commentmailer.php:164 +msgid "F j, Y" +msgstr "" + +#: commentmailer.php:185 commentmailer.php:233 +msgid "Comment Mailer" +msgstr "" + +#: commentmailer.php:235 commentmailer.php:286 +msgid "Update Options »" +msgstr "" + +#: commentmailer.php:237 +msgid "E-mail Settings" +msgstr "" + +#: commentmailer.php:240 +msgid "Sender e-mail:" +msgstr "" + +#: commentmailer.php:242 +msgid "If empty, your email address in your user profile will be used instead" +msgstr "" + +#: commentmailer.php:245 +msgid "Sender name:" +msgstr "" + +#: commentmailer.php:247 +msgid "" +"If the above e-mail address is empty, your display name in your user profile " +"will be used instead" +msgstr "" + +#: commentmailer.php:250 +msgid "Subject:" +msgstr "" + +#: commentmailer.php:252 +#, php-format +msgid "If empty, '%s' will be used instead" +msgstr "" + +#: commentmailer.php:255 +msgid "E-mail composition:" +msgstr "" + +#: commentmailer.php:257 +#, php-format +msgid "" +"Plain text only. Each linebreak counts. Use these tags to help you construct " +"your e-mail message: %s" +msgstr "" + +#: commentmailer.php:260 +msgid "E-mail signature:" +msgstr "" + +#: commentmailer.php:262 +msgid "Plain text only" +msgstr "" + +#: commentmailer.php:267 +msgid "Menu Settings" +msgstr "" + +#: commentmailer.php:270 +msgid "Automatically insert a list menu:" +msgstr "" + +#: commentmailer.php:272 +msgid "yes (default)" +msgstr "" + +#: commentmailer.php:273 +msgid "no" +msgstr "" + +#: commentmailer.php:274 +msgid "" +"If you select 'yes', it will insert a multiple selection list on " +"comment_form hook. Make sure your theme has the hook." +msgstr "" + +#: commentmailer.php:278 +msgid "Sort commenters:" +msgstr "" + +#: commentmailer.php:280 +msgid "descending (default)" +msgstr "" + +#: commentmailer.php:281 +msgid "ascending" +msgstr "" + +#: commentmailer.php:290 +msgid "Uninstall" +msgstr "" + +#: commentmailer.php:292 +msgid "" +"If you want to remove this plugin, simply click this button. It will " +"deactivate the plugin and remove all related settings, leaving no pain in " +"the database." +msgstr "" + +#: commentmailer.php:296 +msgid "Attention! It can not be undone." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/compactrss/translation_file/compactrss.pot b/spec/fixtures/dynamic_finders/plugin_version/compactrss/translation_file/compactrss.pot new file mode 100644 index 00000000..2d93eaf7 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/compactrss/translation_file/compactrss.pot @@ -0,0 +1,51 @@ +msgid "" +msgstr "" +"Project-Id-Version: CompactRSS 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-11-14 17:25+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: Arno Moonen \n" +"Language-Team: Arno Moonen \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: compactrss.php:57 +msgid "Read more" +msgstr "" + +#: compactrss.php:60 +msgid "Settings" +msgstr "" + +#: compactrss.php:63 +msgid "Hide all content after" +msgstr "" + +#: compactrss.php:66 +#: compactrss.php:72 +#: compactrss.php:78 +msgid "On" +msgstr "" + +#: compactrss.php:68 +#: compactrss.php:74 +#: compactrss.php:80 +msgid "Off" +msgstr "" + +#: compactrss.php:69 +msgid "Hide all content between" +msgstr "" + +#: compactrss.php:75 +msgid "Include a permalink if the post was altered" +msgstr "" + +#: compactrss.php:80 +msgid "Text for the permalink" +msgstr "" + +#: compactrss.php:82 +msgid "Submit changes" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/convatic/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/convatic/composer_file/package.json new file mode 100644 index 00000000..5eb19b52 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/convatic/composer_file/package.json @@ -0,0 +1,13 @@ +{ + "name": "convatic-wp", + "version": "0.1.0", + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-concat": "0.1.3", + "grunt-contrib-watch": "0.5.3", + "grunt-contrib-uglify": "0.2.0", + "grunt-contrib-sass": "~0.6.0", + "grunt-contrib-cssmin": "~0.7.0", + "grunt-contrib-jshint": "~0.8.0" + } +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/custom-post-type-manager/translation_file/lang/cptm-ja.po b/spec/fixtures/dynamic_finders/plugin_version/custom-post-type-manager/translation_file/lang/cptm-ja.po new file mode 100644 index 00000000..b1fa35cb --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/custom-post-type-manager/translation_file/lang/cptm-ja.po @@ -0,0 +1,318 @@ +msgid "" +msgstr "" +"Project-Id-Version: CPTM v0.9\n" +"POT-Creation-Date: 2013-09-26 09:29+0900\n" +"PO-Revision-Date: 2013-09-26 09:30+0900\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: Japanese\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.5\n" +"X-Poedit-KeywordsList: __\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-SearchPath-0: ..\n" + +#: ../cptm-admin.php:14 +msgid "Item added." +msgstr "" + +#: ../cptm-admin.php:15 +msgid "Item deleted." +msgstr "" + +#: ../cptm-admin.php:16 +msgid "Item updated." +msgstr "" + +#: ../cptm-admin.php:17 +msgid "Item not added." +msgstr "" + +#: ../cptm-admin.php:18 +msgid "Item not updated." +msgstr "" + +#: ../cptm-admin.php:19 +msgid "Error in deleting…" +msgstr "" + +#: ../cptm-admin.php:52 +msgid "が未入力です。" +msgstr "" + +#: ../cptm-admin.php:57 +msgid "は半角英数字で入力してください。" +msgstr "" + +#: ../cptm-admin.php:127 +msgid "新規カスタム投稿を追加" +msgstr "" + +#: ../cptm-admin.php:135 +msgid "カスタム投稿を編集" +msgstr "" + +#: ../cptm-admin.php:136 +msgid "新規登録" +msgstr "" + +#: ../cptm-admin.php:148 ../cptm-admin.php:264 +msgid "title" +msgstr "タイトル" + +#: ../cptm-admin.php:149 ../cptm-admin.php:264 +msgid "editor" +msgstr "エディタ" + +#: ../cptm-admin.php:150 +msgid "author" +msgstr "作成者" + +#: ../cptm-admin.php:151 +msgid "thumbnail" +msgstr "サムネイル" + +#: ../cptm-admin.php:152 +msgid "excerpt" +msgstr "抜粋" + +#: ../cptm-admin.php:153 +msgid "custom-fields" +msgstr "カスタムフィールド" + +#: ../cptm-admin.php:157 +msgid "投稿の下" +msgstr "" + +#: ../cptm-admin.php:158 +msgid "メディアの下" +msgstr "" + +#: ../cptm-admin.php:159 +msgid "ページの下" +msgstr "" + +#: ../cptm-admin.php:163 +msgid "指定しない" +msgstr "" + +#: ../cptm-admin.php:164 +msgid "連絡帳" +msgstr "" + +#: ../cptm-admin.php:165 +msgid "時計" +msgstr "" + +#: ../cptm-admin.php:166 +msgid "カレンダー" +msgstr "" + +#: ../cptm-admin.php:167 +msgid "ノート" +msgstr "" + +#: ../cptm-admin.php:168 +msgid "メモ帳" +msgstr "" + +#: ../cptm-admin.php:176 ../custom-post-type-manager.php:43 +msgid "カスタム投稿設定" +msgstr "" + +#: ../cptm-admin.php:187 ../cptm-admin.php:233 +msgid "name" +msgstr "表示名" + +#: ../cptm-admin.php:188 ../cptm-admin.php:245 +msgid "post_type" +msgstr "投稿タイプ" + +#: ../cptm-admin.php:189 +msgid "stop_flag" +msgstr "状態" + +#: ../cptm-admin.php:211 +msgid "edit" +msgstr "編集" + +#: ../cptm-admin.php:211 +msgid "delete" +msgstr "削除" + +#: ../cptm-admin.php:214 +msgid "active" +msgstr "稼働" + +#: ../cptm-admin.php:214 +msgid "deactive" +msgstr "停止" + +#: ../cptm-admin.php:235 +msgid "登録画面等に表示されます。" +msgstr "" + +#: ../cptm-admin.php:239 +msgid "menu" +msgstr "メニュー" + +#: ../cptm-admin.php:241 +msgid "管理画面のメニューに表示されます。" +msgstr "" + +#: ../cptm-admin.php:247 +msgid "半角英数字で入力してください。" +msgstr "" + +#: ../cptm-admin.php:251 +msgid "supports" +msgstr "サポート機能" + +#: ../cptm-admin.php:263 +msgid "使用する機能を選択してください。(複数選択可)" +msgstr "" + +#: ../cptm-admin.php:269 +msgid "menu_position" +msgstr "メニュー位置" + +#: ../cptm-admin.php:281 +msgid "管理画面のメニュー表示位置です。" +msgstr "" + +#: ../cptm-admin.php:285 +msgid "menu_icon" +msgstr "メニューアイコン" + +#: ../cptm-admin.php:297 +msgid "管理画面のメニューに使用するアイコンです。" +msgstr "" + +#: ../cptm-admin.php:302 +msgid "カテゴリーを使用する" +msgstr "" + +#: ../cptm-admin.php:304 +msgid "タグを使用する" +msgstr "" + +#: ../cptm-admin.php:306 +msgid "このカスタム投稿タイプを一時停止にする" +msgstr "" + +#: ../cptm-admin.php:309 +msgid "Save" +msgstr "保存" + +#: ../custom-post-type-manager.php:75 +#, php-format +msgid "%s一覧" +msgstr "" + +#: ../custom-post-type-manager.php:76 +msgid "新規追加" +msgstr "" + +#: ../custom-post-type-manager.php:77 +#, php-format +msgid "%sを追加" +msgstr "" + +#: ../custom-post-type-manager.php:78 +#, php-format +msgid "%sを編集" +msgstr "" + +#: ../custom-post-type-manager.php:79 +#, php-format +msgid "新しい%s" +msgstr "" + +#: ../custom-post-type-manager.php:80 +#, php-format +msgid "%sを表示" +msgstr "" + +#: ../custom-post-type-manager.php:81 +#, php-format +msgid "%sを探す" +msgstr "" + +#: ../custom-post-type-manager.php:82 +#, php-format +msgid "%sはありません" +msgstr "" + +#: ../custom-post-type-manager.php:83 +#, php-format +msgid "ゴミ箱に%sはありません" +msgstr "" + +#: ../custom-post-type-manager.php:105 +msgid "Category" +msgstr "カテゴリー" + +#: ../custom-post-type-manager.php:116 +msgid "Tag" +msgstr "タグ" + +#: ../custom-post-type-manager.php:135 +#, php-format +msgid "%sを更新しました 記事を見る" +msgstr "" + +#: ../custom-post-type-manager.php:136 +msgid "カスタムフィールドを更新しました" +msgstr "" + +#: ../custom-post-type-manager.php:137 +msgid "カスタムフィールドを削除しました" +msgstr "" + +#: ../custom-post-type-manager.php:138 +#, php-format +msgid "%s更新" +msgstr "" + +#: ../custom-post-type-manager.php:139 +#, php-format +msgid "%s 前に%sを保存しました" +msgstr "" + +#: ../custom-post-type-manager.php:140 +#, php-format +msgid "%sが公開されました 記事を見る" +msgstr "" + +#: ../custom-post-type-manager.php:141 +#, php-format +msgid "%s記事を保存" +msgstr "" + +#: ../custom-post-type-manager.php:142 +#, php-format +msgid "%s記事を送信 プレビュー" +msgstr "" + +#: ../custom-post-type-manager.php:143 +#, php-format +msgid "" +"%1$sを予約投稿しました: %2$s. プレビュー" +msgstr "" + +#: ../custom-post-type-manager.php:143 +msgid "M j, Y @ G:i" +msgstr "" + +#: ../custom-post-type-manager.php:144 +#, php-format +msgid "" +"%sの下書きを更新しました プレビュー" +msgstr "" + +#~ msgid " \n" +"Language-Team: GabSoftware \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-Language: French\n" +"X-Poedit-Country: FRANCE\n" +"X-Poedit-SearchPath-0: e:\\tmp\\custom-registration-link\n" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:145 +msgid "Custom Registration Link options" +msgstr "Options de Custom Registration Link" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:146 +msgid "Custom Registration Link" +msgstr "Custom Registration Link" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:159 +msgid "Configure" +msgstr "Configurer" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:174 +msgid "You don't have sufficient privileges to display this page" +msgstr "Vous n'avez pas les privilèges requis pour afficher cette page" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:181 +msgid "Custom Registration Link configuration" +msgstr "Configuration de Custom Registration Link" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:193 +msgid "Save Changes" +msgstr "Enregistrer" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:212 +msgid "General" +msgstr "Général" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:215 +#, php-format +msgid "New action (default: %s)" +msgstr "Nouvelle action (par défaut : %s)" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:221 +msgid "General options for Custom Registration Link" +msgstr "Options générales de Custom Registration Link" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:332 +msgid "Registration Form" +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:332 +msgid "Register For This Site" +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:337 +msgid "Username" +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:341 +msgid "E-mail" +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:345 +msgid "A password will be e-mailed to you." +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:352 +msgid "Log in" +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:353 +msgid "Password Lost and Found" +msgstr "DO NOT TRANSLATE" + +#: e:\tmp\custom-registration-link/custom-registration-link.php:353 +msgid "Lost your password?" +msgstr "DO NOT TRANSLATE" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/custom-smilies-directory/translation_file/languages/jpm_csd.pot b/spec/fixtures/dynamic_finders/plugin_version/custom-smilies-directory/translation_file/languages/jpm_csd.pot new file mode 100644 index 00000000..eb66f294 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/custom-smilies-directory/translation_file/languages/jpm_csd.pot @@ -0,0 +1,46 @@ +# Copyright (C) 2012 Custom Smilies Directory +# This file is distributed under the same license as the Custom Smilies Directory package. +msgid "" +msgstr "" +"Project-Id-Version: Custom Smilies Directory 1.2\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-smilies-directory\n" +"POT-Creation-Date: 2012-02-05 18:50:23+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: custom-smilies-directory.php:108 +msgid "Custom Smilies Directory needs your attenttion:" +msgstr "" + +#: custom-smilies-directory.php:110 +msgid "" +"/smilies/ directory not found in the current theme. You have to " +"upload your new smilies to your theme directory for them to work!" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Custom Smilies Directory" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "http://plugins.josepardilla.com/custom-smilies-directory/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Light plugin that tells WordPress to load Smilies from your theme's " +"directory. This allows you to use custom Smilies without loosing them when " +"you update WordPress." +msgstr "" + +#. Author of the plugin/theme +msgid "José Pardilla" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://josepardilla.com/" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/custom-toolbox/translation_file/lang/custom-toolbox-fr_FR.po b/spec/fixtures/dynamic_finders/plugin_version/custom-toolbox/translation_file/lang/custom-toolbox-fr_FR.po new file mode 100644 index 00000000..4a40a6bb --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/custom-toolbox/translation_file/lang/custom-toolbox-fr_FR.po @@ -0,0 +1,69 @@ +# French translations for PACKAGE package. +# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# fred , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: 0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-28 16:08+0200\n" +"PO-Revision-Date: 2009-08-28 16:09+0200\n" +"Last-Translator: Fredpointzero \n" +"Language-Team: French\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CP1252\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: admin_menu.php:9 customToolbox.php:58 customToolbox.php:59 +msgid "Custom Toolbox" +msgstr "Boite a outils" + +#: admin_menu.php:15 +msgid "Add comment count to your posts" +msgstr "Ajouter les numeros des commentaires a vos articles" + +#: admin_menu.php:18 +msgid "Add comment count" +msgstr "Ajouter les numeros des commentaires" + +#: admin_menu.php:29 +msgid "Select where you want to add the post number" +msgstr "Choisissez l'endroit ou vous voulez voir le numero des commentaires" + +#: admin_menu.php:32 +msgid "Post count template" +msgstr "Format pour l'affichage du numero du commentaire" + +#: admin_menu.php:37 +msgid "Template of the post number" +msgstr "Format pour l'affichage du numero du commentaire" + +#: admin_menu.php:38 +msgid "display the number of the post" +msgstr "affiche le numero du commentaire" + +#: admin_menu.php:39 +msgid "display the rest" +msgstr "affiche le reste" + +#: admin_menu.php:40 +msgid "Default" +msgstr "Valeur par defaut" + +#: admin_menu.php:47 +msgid "Save Changes" +msgstr "Enregistrer les modifications" + +#: customToolbox.php:117 +msgid "None" +msgstr "Aucun" + +#: customToolbox.php:118 +msgid "Author" +msgstr "Auteur" + +#: customToolbox.php:119 +msgid "Text" +msgstr "Texte" diff --git a/spec/fixtures/dynamic_finders/plugin_version/dark-login-screen/translation_file/langs/dark_login_screen-en_AU.po b/spec/fixtures/dynamic_finders/plugin_version/dark-login-screen/translation_file/langs/dark_login_screen-en_AU.po new file mode 100644 index 00000000..d779d9e8 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/dark-login-screen/translation_file/langs/dark_login_screen-en_AU.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: Stronger Admin Bar v1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-05-18 16:21:28+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: \n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#. translators: plugin header field 'Name' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "Stronger Admin Bar" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "http://wordpress.org/plugins/stronger-admin-bar" +msgstr "" + +#. translators: plugin header field 'Description' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "Adds more space to the adnin bar from top and bottom to make it more useful." +msgstr "" + +#. translators: plugin header field 'Author' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "silver530" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "http://profiles.wordpress.org/silver530" +msgstr "" + +#. translators: plugin header field 'Version' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "1.0" +msgstr "" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-wc-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po b/spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-wc-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po new file mode 100644 index 00000000..cf034fcd --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-wc-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: DeMomentSomTres Woocommerce Free Shipping Message v0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-09-23 09:10:11+0000\n" +"Last-Translator: Marc Queralt \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: Catalan\n" +"X-Poedit-Country: SPAIN\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: \n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#: demomentsomtres-WC-minimum-purchase-message.php:29 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "The DeMomentSomTres WooCommerce Minimum Purchase plugin requires the free DeMomentSomTres Tools plugin." +msgstr "L'extensió DeMomentSomTres WooCommerce Minimum Purchase necessita de l'extensió gratuïta DeMomentSomTres Tools." + +#: demomentsomtres-WC-minimum-purchase-message.php:31 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Download it here" +msgstr "Descarreguu-la aquí" + +#: demomentsomtres-WC-minimum-purchase-message.php:41 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "The DeMomentSomTres WooCommerce Minimum Purchase plugin requires WooCommerce." +msgstr "L'extensió DeMomentSomTres WooCommerce Minimum Purchase plugin necessita WooCommerce." + +#: demomentsomtres-WC-minimum-purchase-message.php:157 +#: demomentsomtres-WC-minimum-purchase-message.php:194 +#, php-format +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Your purchase is below the minimum purchase of %s€ needed to get free shipping" +msgstr "La comanda mínima és de 10 €!" + +#: demomentsomtres-WC-minimum-purchase-message.php:88 +#: demomentsomtres-WC-minimum-purchase-message.php:97 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "DeMomentSomTres Minimum Purchase Message" +msgstr "DeMomentSomTres missatge de compra mínima" + +#: demomentsomtres-WC-minimum-purchase-message.php:102 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Save Changes" +msgstr "Desar canvis" + +#: demomentsomtres-WC-minimum-purchase-message.php:106 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Options" +msgstr "Opcions" + +#: demomentsomtres-WC-minimum-purchase-message.php:118 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Main parameters" +msgstr "Paràmetres principals" + +#: demomentsomtres-WC-minimum-purchase-message.php:120 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Minimum order total to get free shipping" +msgstr "Valor mínim de la comanda per mostrar el missatge" + +#: demomentsomtres-WC-minimum-purchase-message.php:121 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Message to show if minimum order is not reached" +msgstr "Missatge que es mostrarà si el preu mínim no s'assoleix" + +#: demomentsomtres-WC-minimum-purchase-message.php:136 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Main parameters to control messages" +msgstr "Paràmetres principals per controlar els missatges" + +#: demomentsomtres-WC-minimum-purchase-message.php:149 +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "If order total is below this amount, the message will be shown." +msgstr "Si el valor de la comanda està per sota d'aquest valor, es mostrarà el missatge" + +#: demomentsomtres-WC-minimum-purchase-message.php:162 +#, php-format +#@ DeMomentSomTres-WC-minPurchaseMessage +msgid "Message should include %s in order to show the minimum amount inside it." +msgstr "El missatge ha d'incloure %s per tal de mostrar el valor mínim de la comanda." + diff --git a/spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-woocommerce-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po b/spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-woocommerce-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po new file mode 100644 index 00000000..cfbee6c2 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/demomentsomtres-woocommerce-minimum-purchase-message/translation_file/languages/DeMomentSomTres-WC-minPurchaseMessage-ca.po @@ -0,0 +1,403 @@ +msgid "" +msgstr "" +"Project-Id-Version: DeMomentSomTres Woocommerce Free Shipping Message v0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: Wed Jul 29 2015 17:00:26 GMT+0200 (CEST)\n" +"PO-Revision-Date: Wed Jul 29 2015 17:06:30 GMT+0200 (CEST)\n" +"Last-Translator: DeMomentSomTres \n" +"Language-Team: \n" +"Language: Catalan\n" +"Plural-Forms: nplurals=2; plural=n != 1\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Generator: Loco - https://localise.biz/\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: ..\n" +"X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" +"__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" +"_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" +"esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;" +"esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n" +"X-Loco-Target-Locale: ca_ES" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:92 +msgid "Some plugins are missing!" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:94 +msgid "This are the required plugins" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:96 ../lib/class-tgm-plugin- +#: activation.php:161 +msgid "Install Required Plugins" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:97 ../lib/class-tgm-plugin- +#: activation.php:162 +msgid "Install Plugins" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:98 ../lib/class-tgm-plugin- +#: activation.php:163 +#, php-format +msgid "Installing Plugin: %s" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:99 +msgid "Something went wrong with the plugin API." +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:100 ../lib/class-tgm-plugin- +#: activation.php:165 +#, php-format +msgid "This theme requires the following plugin: %1$s." +msgid_plural "This theme requires the following plugins: %1$s." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:101 ../lib/class-tgm-plugin- +#: activation.php:166 +#, php-format +msgid "This theme recommends the following plugin: %1$s." +msgid_plural "This theme recommends the following plugins: %1$s." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:102 ../lib/class-tgm-plugin- +#: activation.php:167 +#, php-format +msgid "" +"Sorry, but you do not have the correct permissions to install the %s plugin. " +"Contact the administrator of this site for help on getting the plugin " +"installed." +msgid_plural "" +"Sorry, but you do not have the correct permissions to install the %s plugins." +" Contact the administrator of this site for help on getting the plugins " +"installed." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:103 ../lib/class-tgm-plugin- +#: activation.php:168 +#, php-format +msgid "The following required plugin is currently inactive: %1$s." +msgid_plural "The following required plugins are currently inactive: %1$s." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:104 ../lib/class-tgm-plugin- +#: activation.php:169 +#, php-format +msgid "The following recommended plugin is currently inactive: %1$s." +msgid_plural "The following recommended plugins are currently inactive: %1$s." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:105 ../lib/class-tgm-plugin- +#: activation.php:170 +#, php-format +msgid "" +"Sorry, but you do not have the correct permissions to activate the %s plugin." +" Contact the administrator of this site for help on getting the plugin " +"activated." +msgid_plural "" +"Sorry, but you do not have the correct permissions to activate the %s " +"plugins. Contact the administrator of this site for help on getting the " +"plugins activated." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:106 ../lib/class-tgm-plugin- +#: activation.php:171 +#, php-format +msgid "" +"The following plugin needs to be updated to its latest version to ensure " +"maximum compatibility with this theme: %1$s." +msgid_plural "" +"The following plugins need to be updated to their latest version to ensure " +"maximum compatibility with this theme: %1$s." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:107 ../lib/class-tgm-plugin- +#: activation.php:172 +#, php-format +msgid "" +"Sorry, but you do not have the correct permissions to update the %s plugin. " +"Contact the administrator of this site for help on getting the plugin " +"updated." +msgid_plural "" +"Sorry, but you do not have the correct permissions to update the %s plugins. " +"Contact the administrator of this site for help on getting the plugins " +"updated." +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:108 ../lib/class-tgm-plugin- +#: activation.php:173 +msgid "Begin installing plugin" +msgid_plural "Begin installing plugins" +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:109 ../lib/class-tgm-plugin- +#: activation.php:174 +msgid "Begin activating plugin" +msgid_plural "Begin activating plugins" +msgstr[0] "" +msgstr[1] "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:110 ../lib/class-tgm-plugin- +#: activation.php:175 +msgid "Return to Required Plugins Installer" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:111 ../lib/class-tgm-plugin- +#: activation.php:177 ../lib/class-tgm-plugin-activation.php:1956 +msgid "Plugin activated successfully." +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:112 +#, php-format +msgid "All plugins installed and activated successfully. %s" +msgstr "" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:123 ../demomentsomtres-WC- +#: minimum-purchase-message.php:124 +msgid "DeMomentSomTres Minimum Purchase Message" +msgstr "DeMomentSomTres missatge de compra mínima" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:125 +msgid "Sets a message if total sale is below a certain amount" +msgstr "" +"Mostra un missatge si la compra total es troba per sota d'un determinat " +"llindar" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:129 +msgid "Configuration" +msgstr "Configuració" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:133 ../demomentsomtres-WC- +#: minimum-purchase-message.php:159 +msgid "Minimum order total to get free shipping" +msgstr "Valor mínim de la comanda per mostrar el missatge" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:136 +msgid "If order total is below this amount, the message will be shown." +msgstr "" +"Si el valor de la comanda està per sota d'aquest valor, es mostrarà el " +"missatge" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:139 ../demomentsomtres-WC- +#: minimum-purchase-message.php:167 +msgid "Message to show if minimum order is not reached" +msgstr "Missatge que es mostrarà si el preu mínim no s'assoleix" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:141 +#, php-format +msgid "" +"Your purchase is below the minimum purchase of %s€ needed to get free " +"shipping" +msgstr "La comanda mínima és de 10 €!" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:142 +#, php-format +msgid "Message should include %s in order to show the minimum amount inside it." +msgstr "El missatge ha d'incloure %s per tal de mostrar el valor mínim de la comanda." + +#: ../demomentsomtres-WC-minimum-purchase-message.php:148 +msgid "Save settings" +msgstr "Desa els canvis" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:153 +msgid "Earlier versions" +msgstr "Versions anteriors" + +#: ../demomentsomtres-WC-minimum-purchase-message.php:155 +msgid "Configuration in earlier versions of this plugin" +msgstr "Configuració en versions anteriors del component" + +#: ../lib/class-tgm-plugin-activation.php:164 +msgid "Something went wrong." +msgstr "Alguna cosa no ha anat bé" + +#: ../lib/class-tgm-plugin-activation.php:176 +msgid "Return to the dashboard" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:178 ../lib/class-tgm-plugin-activation. +#: php:1644 +msgid "The following plugin was activated successfully:" +msgid_plural "The following plugins were activated successfully:" +msgstr[0] "" +msgstr[1] "" + +#: ../lib/class-tgm-plugin-activation.php:179 +#, php-format +msgid "All plugins installed and activated successfully. %1$s" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:180 +msgid "Dismiss this notice" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:532 ../lib/class-tgm-plugin-activation. +#: php:532 ../lib/class-tgm-plugin-activation.php:2173 ../lib/class-tgm-plugin- +#: activation.php:2173 +msgid "Return to the Dashboard" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1167 ../lib/class-tgm-plugin-activation. +#: php:1348 +msgid "Private Repository" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1170 ../lib/class-tgm-plugin-activation. +#: php:1351 +msgid "Pre-Packaged" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1175 +msgid "WordPress Repository" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1178 +msgid "Required" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1178 +msgid "Recommended" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1181 +msgid "Not Installed" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1183 +msgid "Installed But Not Activated" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1288 ../lib/class-tgm-plugin-activation. +#: php:1288 ../lib/class-tgm-plugin-activation.php:1409 +msgid "Install" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1312 ../lib/class-tgm-plugin-activation. +#: php:1312 ../lib/class-tgm-plugin-activation.php:1410 +msgid "Activate" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1372 +#, php-format +msgid "" +"No plugins to install or activate. Return to the Dashboard" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1388 +msgid "Plugin" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1389 +msgid "Source" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1390 +msgid "Type" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1391 +msgid "Status" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1939 +msgid "Install package not available." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1940 +#, php-format +msgid "Downloading install package from %s…" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1941 +msgid "Unpacking the package…" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1942 +msgid "Installing the plugin…" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1943 +msgid "Plugin install failed." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1944 +msgid "Plugin installed successfully." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:1955 +msgid "Plugin activation failed." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2069 +msgid "" +"The installation and activation process is starting. This process may take a " +"while on some hosts, so please be patient." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2070 +#, php-format +msgid "%1$s installed and activated successfully." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2070 ../lib/class-tgm-plugin-activation. +#: php:2079 +msgid "Show Details" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2070 ../lib/class-tgm-plugin-activation. +#: php:2079 +msgid "Hide Details" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2071 +msgid "All installations and activations have been completed." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2072 +#, php-format +msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2076 +msgid "" +"The installation process is starting. This process may take a while on some " +"hosts, so please be patient." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2077 +#, php-format +msgid "An error occurred while installing %1$s: %2$s." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2078 +#, php-format +msgid "The installation of %1$s failed." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2079 +#, php-format +msgid "%1$s installed successfully." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2080 +msgid "All installations have been completed." +msgstr "" + +#: ../lib/class-tgm-plugin-activation.php:2081 +#, php-format +msgid "Installing Plugin %1$s (%2$d/%3$d)" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/dh-dashboard-quick-content-access/translation_file/languages/dh-widget-dashqa-de_DE.po b/spec/fixtures/dynamic_finders/plugin_version/dh-dashboard-quick-content-access/translation_file/languages/dh-widget-dashqa-de_DE.po new file mode 100644 index 00000000..82163324 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/dh-dashboard-quick-content-access/translation_file/languages/dh-widget-dashqa-de_DE.po @@ -0,0 +1,43 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Dirk Helbert +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: dh-widget-dashqa 1.0\n" +"Report-Msgid-Bugs-To: info@dirk-helbert.de\n" +"POT-Creation-Date: 2014-07-06 01:23+0200\n" +"PO-Revision-Date: 2014-07-06 13:29+0100\n" +"Last-Translator: Dirk Helbert \n" +"Language-Team: Dirk Helbert \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.6.6\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: de_DE\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: ..\n" + +msgid "" +"A small widget to access content like pages and articles quickly from the " +"dashboard." +msgstr "Ein kleines Widget für den schnellen Zugriff auf Seiten und Beiträge über das Dashboard." + +#: ../dh-widget-dashqa.php:36 +msgid "DH Dashboard Quick Content Access Widget" +msgstr "DH Dashboard Quick Content Access Widget" + +#: ../dh-widget-dashqa.php:115 +msgid "Page" +msgstr "Seite" + +#: ../dh-widget-dashqa.php:115 +msgid "Post" +msgstr "Beitrag" + +#: ../widget.php:9 +msgid "Title" +msgstr "Titel" diff --git a/spec/fixtures/dynamic_finders/plugin_version/dh-new-mark/translation_file/languages/dh-new-mark-ja.po b/spec/fixtures/dynamic_finders/plugin_version/dh-new-mark/translation_file/languages/dh-new-mark-ja.po new file mode 100644 index 00000000..f3acc9a8 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/dh-new-mark/translation_file/languages/dh-new-mark-ja.po @@ -0,0 +1,112 @@ +msgid "" +msgstr "" +"Project-Id-Version: DH New Mark Ver 0.9.5\n" +"POT-Creation-Date: 2011-04-26 22:22+0900\n" +"PO-Revision-Date: 2011-07-08 17:30+0900\n" +"Last-Translator: mkoba \n" +"Language-Team: DREAMHIVE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e;gettext;gettext_noop\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Language: Japanese\n" +"X-Poedit-Country: JAPAN\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "DH New Mark settings" +msgstr "DH New Mark 設定" + +msgid "New posts in the loop to display the mark." +msgstr "投稿記事ループ中にNewマークを表示させる。" + +msgid "Please enter a display period in the numbers." +msgstr "表示期間は半角数字で入力してください。" + +msgid "Please enter the number displayed in the numbers." +msgstr "表示件数は半角数字で入力してください。" + +msgid "e.g. " +msgstr "例:" + +msgid "how to use" +msgstr "使い方" + +msgid "Please embed code below and beside the part that repeats the title of an article in the theme editor." +msgstr "テーマ編集で記事を繰り返し表示している部分のタイトルの脇などに以下のコード埋め込んでください。" + +msgid "When you deactivated plugins, all settings will be lost." +msgstr "プラグインの停止を行うと設定値は全て削除されます。" + +msgid "To disable the \"0\" Please specify." +msgstr "無効したい場合は「0」を指定してください。" + +msgid "New Mark Display Conditions" +msgstr "Newマークの表示条件" + +msgid "Display period" +msgstr "表示期間" + +msgid "Display count" +msgstr "表示件数" + +msgid "days" +msgstr "日間" + +msgid "posts" +msgstr "件" + +msgid "Period or Count, Display if it meets either condition." +msgstr "表示期間/表示件数のいずれかの条件を満たせばNewマークは表示されます。" + +msgid "New Mark Select" +msgstr "Newマークの選択" + +msgid "Installed images" +msgstr "画像を利用する" + +msgid "If you want to use the original image, \"Original tag\" Please select." +msgstr "独自のNewマーク等を使いたい場合は、「タグを挿入する」を利用してください。" + +msgid "PHP tags available" +msgstr "PHPタグも可" + +msgid "Original tag" +msgstr "タグを挿入する" + +msgid "Red" +msgstr "赤色" + +msgid "Orange" +msgstr "橙色" + +msgid "Pink" +msgstr "桃色" + +msgid "Green" +msgstr "緑色" + +msgid "Lime" +msgstr "黄緑色" + +msgid "Indigo" +msgstr "藍色" + +msgid "Sky" +msgstr "水色" + +msgid "Brown" +msgstr "茶色" + +msgid "White" +msgstr "白色" + +msgid "Black" +msgstr "黒色" + +msgid "Preview" +msgstr "プレビュー" + +msgid "New Mark Icons, sozai.7gates.net to provide." +msgstr "無料素材倶楽部様のご提供アイコンです。" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/disable-directory-listings/translation_file/disable-directory-listings.pot b/spec/fixtures/dynamic_finders/plugin_version/disable-directory-listings/translation_file/disable-directory-listings.pot new file mode 100644 index 00000000..b2904c22 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/disable-directory-listings/translation_file/disable-directory-listings.pot @@ -0,0 +1,155 @@ +# Copyright (C) 2006-2011 Scott Reilly +# This file is distributed under the same license as the Disable Directory Listings package. +msgid "" +msgstr "" +"Project-Id-Version: Disable Directory Listings 2.0\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/disable-directory-listings\n" +"POT-Creation-Date: 2011-07-29 02:58:00+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: c2c-plugin.php:77 +msgid "Invalid file specified for C2C_Plugin: %s" +msgstr "" + +#: c2c-plugin.php:304 +msgid "Settings reset." +msgstr "" + +#: c2c-plugin.php:315 c2c-plugin.php:323 +msgid "A value is required for: \"%s\"" +msgstr "" + +#: c2c-plugin.php:332 +msgid "Expected integer value for: %s" +msgstr "" + +#: c2c-plugin.php:442 +msgid "More information about %1$s %2$s" +msgstr "" + +#: c2c-plugin.php:443 +msgid "Click for more help on this plugin" +msgstr "" + +#: c2c-plugin.php:444 +msgid " (especially check out the \"Other Notes\" tab, if present)" +msgstr "" + +#: c2c-plugin.php:535 +msgid "Settings" +msgstr "" + +#: c2c-plugin.php:769 +msgid "See the \"Help\" link to the top-right of the page for more help." +msgstr "" + +#: c2c-plugin.php:790 +msgid "A plugin by coffee2code" +msgstr "" + +#: c2c-plugin.php:801 +msgid "Save Changes" +msgstr "" + +#: c2c-plugin.php:802 +msgid "Reset Settings" +msgstr "" + +#: c2c-plugin.php:808 +msgid "Scott Reilly, aka coffee2code" +msgstr "" + +#: c2c-plugin.php:809 +msgid "This plugin brought to you by %s." +msgstr "" + +#: c2c-plugin.php:810 +msgid "Please consider a donation" +msgstr "" + +#: c2c-plugin.php:811 +msgid "Did you find this plugin useful?" +msgstr "" + +#. #-#-#-#-# disable-directory-listings.pot (Disable Directory Listings 2.0) #-#-#-#-# +#. Plugin Name of the plugin/theme +#: disable-directory-listings.php:110 disable-directory-listings.php:111 +#: disable-directory-listings.php:222 +msgid "Disable Directory Listings" +msgstr "" + +#: disable-directory-listings.php:114 +msgid "Disable listing for all directories?" +msgstr "" + +#: disable-directory-listings.php:115 +msgid "" +"If set, this does not necessarily obviate the setting below; if this option " +"is set and a given directory is not explicitly listed below, the web server " +"will still acknowledge that the directory exists (though it won't list its " +"contents) and the visitor will NOT see a themed 404 error page nor will a " +"Page with the same name as the directory be shown instead." +msgstr "" + +#: disable-directory-listings.php:118 +msgid "Disable listing for these directories" +msgstr "" + +#: disable-directory-listings.php:120 +msgid "" +"List only one directory per line, leading and trailing forward slashes are " +"not necessary" +msgstr "" + +#: disable-directory-listings.php:186 +msgid "" +"NOTE: Your .htaccess file is not currently writable. Please " +"manually update your .htaccess file in order to gain directory listing " +"protection (via here)" +msgstr "" + +#: disable-directory-listings.php:206 +msgid "Rewrite rules have also been regenerated." +msgstr "" + +#: disable-directory-listings.php:208 +msgid "Go to %s to see how to manually update your rewrite rules." +msgstr "" + +#: disable-directory-listings.php:227 +msgid "" +"NOTE: Your .htaccess file is not currently writable so any " +"updates you make to the settings on this page will require you to manually " +"update your .htaccess file in order to regenerate the rewrite rules. After " +"saving your changes, go to the %s admin page to learn more and obtain the " +"necessary rewrite rules." +msgstr "" + +#: disable-directory-listings.php:229 +msgid "" +"If you have not regenerated your rewrite rules since activating the plugin " +"you must do so! You must also do so when deactivating this plugin." +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "http://coffee2code.com/wp-plugins/disable-directory-listings" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Prevent virtual directory listing services from listing the contents of " +"directories, and/or show a page in place of a directory's listing." +msgstr "" + +#. Author of the plugin/theme +msgid "Scott Reilly" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://coffee2code.com" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/disable-title/translation_file/languages/disable_title-de_DE.po b/spec/fixtures/dynamic_finders/plugin_version/disable-title/translation_file/languages/disable_title-de_DE.po new file mode 100644 index 00000000..0e98ec1d --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/disable-title/translation_file/languages/disable_title-de_DE.po @@ -0,0 +1,95 @@ +msgid "" +msgstr "" +"Project-Id-Version: Disable Title v0.9\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-04-03 21:10+0100\n" +"PO-Revision-Date: 2013-12-05 08:10:47+0000\n" +"Last-Translator: Frank Staude \n" +"Language-Team: frank@staude.net \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.5.5\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: /Users/staude/Projekte/Wordpress Plugins/wp-content/plugins/disable-title\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#: class-disable-title.php:147 +#: class-disable-title.php:148 +#: class-disable-title.php:160 +#@ disable_title +msgid "Title settings" +msgstr "Titel ausblenden" + +#: class-disable-title.php:180 +#@ disable_title +msgid "Disable title on homepage" +msgstr "Titel auf Startseite ausblenden" + +#: class-disable-title.php:182 +#@ disable_title +msgid "Disable title on page/post" +msgstr "Titel auf Detailseite ausblenden" + +#: class-disable-title.php:184 +#@ disable_title +msgid "Disable title on category page" +msgstr "Titel auf Kategorieseite ausblenden" + +#: class-disable-title.php:186 +#@ disable_title +msgid "Disable title on archive page" +msgstr "Titel auf Archivseite ausblenden" + +#. translators: plugin header field 'Name' +#: disable-title.php:0 +#@ disable_title +msgid "Disable Title" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: disable-title.php:0 +#@ disable_title +msgid "http://www.staude.net/wordpress/plugins/DisableTitle" +msgstr "" + +#. translators: plugin header field 'Description' +#: disable-title.php:0 +#@ disable_title +msgid "Disable the title per page/post" +msgstr "Mit diesem Plugin kann man bei jeder Seite und jedem Artikel festlegen ob der Titel auf der Startseite, auf Kategorie, Archiv oder Detailseiten unterdrückt werden soll." + +#. translators: plugin header field 'Author' +#: disable-title.php:0 +#@ disable_title +msgid "Frank Staude" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: disable-title.php:0 +#@ disable_title +msgid "http://www.staude.net/" +msgstr "" + +#: class-disable-title.php:188 +#@ disable_title +msgid "Disable title on menu" +msgstr "Titel im Menü unterdrücken" + +#: class-disable-title.php:190 +#@ disable_title +msgid "Disable title on widgets" +msgstr "Titel in Widgets unterdrücken" + +#. translators: plugin header field 'Version' +#: disable-title.php:0 +#@ disable_title +msgid "0.9" +msgstr "" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/e-commerce-mailcheck/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/e-commerce-mailcheck/composer_file/package.json new file mode 100644 index 00000000..28f04a91 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/e-commerce-mailcheck/composer_file/package.json @@ -0,0 +1,23 @@ +{ + "name": "e-Commerce-Mailcheck", + "version": "1.0.5", + "description": "Adds mailcheck support for WP e-Commerce, WooCommerce, Shopp or Easy Digital Downloads to help you get your customer's details right - first time.", + "main": "wp-cart-mailcheck.php", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-contrib-cssmin": "^0.12.2", + "grunt-contrib-uglify": "^0.8.0", + "grunt-contrib-watch": "^0.6.1" + }, + "scripts": {}, + "repository": { + "type": "git", + "url": "git@github.com:leewillis77/e-commerce-mailcheck.git" + }, + "author": "Lee Willis", + "bugs": { + "url": "https://github.com/leewillis77/e-commerce-mailcheck/issues" + }, + "homepage": "https://github.com/leewillis77/e-commerce-mailcheck", + "license": "GPLv2" +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/edit-parent-comment-id/translation_file/edit-parent-comment-id-ru_RU.po b/spec/fixtures/dynamic_finders/plugin_version/edit-parent-comment-id/translation_file/edit-parent-comment-id-ru_RU.po new file mode 100644 index 00000000..06b4530b --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/edit-parent-comment-id/translation_file/edit-parent-comment-id-ru_RU.po @@ -0,0 +1,46 @@ +# Translation of the WordPress plugin Edit Parent Comment ID 0.3-trunk by Sergey Biryukov. +# Copyright (C) 2010 Sergey Biryukov +# This file is distributed under the same license as the Edit Parent Comment ID package. +# Sergey Biryukov , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: Edit Parent Comment ID 0.3\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/edit-parent-comment-id\n" +"POT-Creation-Date: 2012-02-04 22:26:58+00:00\n" +"PO-Revision-Date: 2012-02-05 02:41+0400\n" +"Last-Translator: Sergey Biryukov \n" +"Language-Team: Sergey Biryukov \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Russian\n" +"X-Poedit-Country: RUSSIAN FEDERATION\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: .\n" + +#: edit-parent-comment-id.php:13 +msgid "Parent Comment ID" +msgstr "ID родительского комментария" + +#. Plugin Name of the plugin/theme +msgid "Edit Parent Comment ID" +msgstr "Edit Parent Comment ID" + +#. Plugin URI of the plugin/theme +msgid "http://uplift.ru/projects/" +msgstr "http://uplift.ru/projects/" + +#. Description of the plugin/theme +msgid "Adds parent comment ID meta box to a comment editing page. Use to make existing comments threaded." +msgstr "Позволяет изменить ID родительского комментария на странице редактирования." + +#. Author of the plugin/theme +msgid "Sergey Biryukov" +msgstr "Сергей Бирюков" + +#. Author URI of the plugin/theme +msgid "http://sergeybiryukov.ru/" +msgstr "http://sergeybiryukov.ru/" diff --git a/spec/fixtures/dynamic_finders/plugin_version/fil-dariadna/translation_file/lang/fildariadna-en.po b/spec/fixtures/dynamic_finders/plugin_version/fil-dariadna/translation_file/lang/fildariadna-en.po new file mode 100644 index 00000000..8574507f --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/fil-dariadna/translation_file/lang/fildariadna-en.po @@ -0,0 +1,72 @@ +msgid "" +msgstr "" +"Project-Id-Version: fildariadna 1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-10 23:45+0100\n" +"PO-Revision-Date: 2013-02-22 20:56+0100\n" +"Last-Translator: Efraim Bayarri \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-SearchPath-0: fildariadna\n" + +#: fildariadna.php:72 +msgid "accessed: " +msgstr "accessed: " + +#: fildariadna.php:142 +msgid "You do not have sufficient permissions to access this page." +msgstr "You do not have sufficient permissions to access this page." + +#: fildariadna.php:148 +msgid "Fil d'Ariadna gives you a shortcode to insert in your pages and will" +msgstr "Fil d'Ariadna gives you a shortcode to insert in your pages and will" + +#: fildariadna.php:150 +msgid "display a breadcrumb of the last pages or posts visited by the current" +msgstr "display a breadcrumb of the last pages or posts visited by the current" + +#: fildariadna.php:152 +msgid "LOGGED user." +msgstr "LOGGED user." + +#: fildariadna.php:154 +msgid "Just insert the shortcode" +msgstr "Just insert the shortcode" + +#: fildariadna.php:156 +msgid "in your pages and that's all." +msgstr "in your pages and that's all." + +#: fildariadna.php:158 +msgid "The only option you need to change, is the number of visited pages" +msgstr "The only option you need to change, is the number of visited pages" + +#: fildariadna.php:160 +msgid "you want to show to logged in users." +msgstr "you want to show to logged in users." + +#: fildariadna.php:164 +msgid "OPTIONS" +msgstr "OPTIONS" + +#: fildariadna.php:166 +msgid "Maximum number of entries per user:" +msgstr "Maximum number of entries per user:" + +#: fildariadna.php:168 +msgid "Update" +msgstr "Update" + +#: fildariadna.php:171 +msgid "Database version: " +msgstr "Database version: " + +#: fildariadna.php:173 +msgid "Plugin version: " +msgstr "Plugin version: " + diff --git a/spec/fixtures/dynamic_finders/plugin_version/firmasite-members-menu/translation_file/languages/firmasite-members-menu-tr_TR.po b/spec/fixtures/dynamic_finders/plugin_version/firmasite-members-menu/translation_file/languages/firmasite-members-menu-tr_TR.po new file mode 100644 index 00000000..ccd7a2cd --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/firmasite-members-menu/translation_file/languages/firmasite-members-menu-tr_TR.po @@ -0,0 +1,65 @@ +msgid "" +msgstr "" +"Project-Id-Version: FirmaSite Members Menu v1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2013-08-14 14:06:08+0000\n" +"Last-Translator: admin \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: Turkish\n" +"X-Poedit-Country: TURKEY\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#. translators: plugin header field 'Name' +#: init.php:0 +#: init.php:13 +#@ firmasite-members-menu +msgid "FirmaSite Members Menu" +msgstr "FirmaSite Üyelere Özel Menü" + +#. translators: plugin header field 'PluginURI' +#: init.php:0 +#@ firmasite-members-menu +msgid "http://theme.firmasite.com/" +msgstr "" + +#. translators: plugin header field 'Description' +#: init.php:0 +#: init.php:14 +#@ firmasite-members-menu +msgid "You can select alternative menus for showing only to the logged in members." +msgstr "Sadece üyelere gösterilecek alternatif menü seçebilirsiniz." + +#. translators: plugin header field 'Author' +#: init.php:0 +#@ firmasite-members-menu +msgid "Ünsal Korkmaz" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: init.php:0 +#@ firmasite-members-menu +msgid "http://unsalkorkmaz.com" +msgstr "" + +#. translators: plugin header field 'Version' +#: init.php:0 +#@ firmasite-members-menu +msgid "1.0" +msgstr "" + +#: init.php:24 +#@ firmasite-members-menu +msgid " (Members Only)" +msgstr "(Üyelere Özel)" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/firmasite-options/translation_file/languages/firmasite-options-tr_TR.po b/spec/fixtures/dynamic_finders/plugin_version/firmasite-options/translation_file/languages/firmasite-options-tr_TR.po new file mode 100644 index 00000000..bdbf9fbb --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/firmasite-options/translation_file/languages/firmasite-options-tr_TR.po @@ -0,0 +1,124 @@ +msgid "" +msgstr "" +"Project-Id-Version: FirmaSite Options v1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2013-09-08 20:06:05+0000\n" +"Last-Translator: admin \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: Turkish\n" +"X-Poedit-Country: TURKEY\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#: theme-options/firmasite-font.php:39 +#, php-format +#@ firmasite-options +msgid "Only %s supported fonts are displaying. You can modify font filter for supporting your language!" +msgstr "" + +#: theme-options/firmasite-font.php:40 +#@ firmasite-options +msgid "Font:" +msgstr "" + +#: theme-options/firmasite-layout.php:27 +#@ firmasite-options +msgid "Layout" +msgstr "" + +#: theme-options/firmasite-layout.php:31 +#@ firmasite-options +msgid "Content - Sidebar" +msgstr "" + +#: theme-options/firmasite-layout.php:32 +#@ firmasite-options +msgid "Sidebar - Content" +msgstr "" + +#: theme-options/firmasite-layout.php:33 +#@ firmasite-options +msgid "Only Content. No sidebar (Short)" +msgstr "" + +#: theme-options/firmasite-layout.php:34 +#@ firmasite-options +msgid "Only Content. No sidebar (Long)" +msgstr "" + +#: theme-options/firmasite-loop-style.php:27 +#@ firmasite-options +msgid "Loop Style" +msgstr "" + +#: theme-options/firmasite-loop-style.php:31 +#@ firmasite-options +msgid "Ordered List" +msgstr "" + +#: theme-options/firmasite-loop-style.php:32 +#@ firmasite-options +msgid "Ordered List (Excerpt)" +msgstr "" + +#: theme-options/firmasite-loop-style.php:33 +#@ firmasite-options +msgid "Vertical List (Excerpt)" +msgstr "" + +#: theme-options/firmasite-style.php:40 +#@ firmasite-options +msgid "Theme Style" +msgstr "" + +#. translators: plugin header field 'Name' +#: theme-options.php:0 +#@ firmasite-options +msgid "FirmaSite Options" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: theme-options.php:0 +#@ firmasite-options +msgid "http://firmasite.com" +msgstr "" + +#. translators: plugin header field 'Description' +#: theme-options.php:0 +#@ firmasite-options +msgid "This plugin provides theme display options for users & visitors." +msgstr "" + +#. translators: plugin header field 'Author' +#: theme-options.php:0 +#@ firmasite-options +msgid "Ünsal Korkmaz" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: theme-options.php:0 +#@ firmasite-options +msgid "http://unsalkorkmaz.com" +msgstr "" + +#. translators: plugin header field 'Version' +#: theme-options.php:0 +#@ firmasite-options +msgid "1.0" +msgstr "" + +#: theme-options.php:43 +#@ firmasite-options +msgid "You can change some options and watch the theme's magic :)" +msgstr "" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/flickr-zoom-badge/translation_file/flickr-zoom-badge-da_DK.po b/spec/fixtures/dynamic_finders/plugin_version/flickr-zoom-badge/translation_file/flickr-zoom-badge-da_DK.po new file mode 100644 index 00000000..4da48cde --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/flickr-zoom-badge/translation_file/flickr-zoom-badge-da_DK.po @@ -0,0 +1,38 @@ +# Flickr Zoom Badge +# Copyright (C) 2009 Morten Hybye Frederiksen +# This file is distributed under the same license as the plugin itself. +# Morten Høybye Frederiksen , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: flickr-zoom-badge 1.1\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/flickr-zoom-badge\n" +"POT-Creation-Date: 2009-08-30 21:42+0000\n" +"PO-Revision-Date: 2009-08-31 20:33+0100\n" +"Last-Translator: Morten Høybye Frederiksen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: flickr-zoom-badge.php:169 +msgid "Title" +msgstr "Titel" + +#: flickr-zoom-badge.php:170 +msgid "Flickr ID" +msgstr "Flickr-ID" + +#: flickr-zoom-badge.php:171 +msgid "Tags (separated by commas)" +msgstr "Tags (adskilt med komma)" + +#: flickr-zoom-badge.php:179 +#: flickr-zoom-badge.php:180 +msgid "Flickr Zoom Badge" +msgstr "Flickr Zoom Badge" + +#. Description of an extension +msgid "Show photos from Flickr based on user and/or tag(s), with zoom effect without using Flash." +msgstr "Vis billeder fra Flickr baseret på bruger og/eller tags, med zoom-effekt uden brug af Flash." + diff --git a/spec/fixtures/dynamic_finders/plugin_version/force-wave-dash/translation_file/lang/force_wave_dash-ja.po b/spec/fixtures/dynamic_finders/plugin_version/force-wave-dash/translation_file/lang/force_wave_dash-ja.po new file mode 100644 index 00000000..2ad2080e --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/force-wave-dash/translation_file/lang/force_wave_dash-ja.po @@ -0,0 +1,28 @@ +msgid "" +msgstr "" +"Project-Id-Version: 1.0.0\n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2010-01-09 21:02+0900\n" +"Last-Translator: IKEDA Yuriko \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Japanese\n" +"X-Poedit-Country: JAPAN\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;_x:2c,1;_n:1,2;_n_noop:1,2;_c;__ngettext:1,2;__ngettext_noop:1,2\n" + +msgid "http://wordpress.org/extend/plugins/force-wave-dash/" +msgstr "http://wppluginsj.sourceforge.jp/force-wave-dash/" + +msgid "Canonicalize some Unicode characters. Fullwidth tild to Wave Dash etc." +msgstr "いくつかの Unicode 文字を正規化します。全角チルダを波ダッシュにする等。" + +msgid "IKEDA Yuriko" +msgstr "池田百合子" + +msgid "http://en.yuriko.net/" +msgstr "http://www.yuriko.net/cat/wordpress/" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/fpw-post-thumbnails/translation_file/languages/fpw-fpt-pl_PL.po b/spec/fixtures/dynamic_finders/plugin_version/fpw-post-thumbnails/translation_file/languages/fpw-fpt-pl_PL.po new file mode 100644 index 00000000..74934a8c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/fpw-post-thumbnails/translation_file/languages/fpw-fpt-pl_PL.po @@ -0,0 +1,410 @@ +msgid "" +msgstr "" +"Project-Id-Version: FPW Post Thumbnails v1.0.8\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2012-07-16 16:36:33+0000\n" +"Last-Translator: Frank P. Walentynowicz \n" +"Language-Team: Frank P. Walentynowicz \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Poedit-Language: Polish\n" +"X-Poedit-Country: POLAND\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: .\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +# fpw-fpt +#: ajax/fptupdate.php:24 +#: classes/fpw-post-thumbnails-class.php:540 +#@ fpw-fpt +msgid "Options updated successfully." +msgstr "Zmiany ustawień zapisano pomyślnie." + +#: ajax/fptupdate.php:26 +#: classes/fpw-post-thumbnails-class.php:542 +#@ fpw-fpt +msgid "No changes detected. Nothing to update." +msgstr "Nie wykryto zmian w ustawieniach. Niczego nie zapisano." + +#: ajax/fptupdate.php:29 +#@ fpw-fpt +msgid "Validation failed!" +msgstr "Walidacja zawiodła!" + +#: ajax/language.php:9 +#: classes/fpw-post-thumbnails-class.php:552 +#@ fpw-fpt +msgid "Language file for this version is not yet available." +msgstr "Plik językowy dla tej wersji nie jest jeszcze dostępny." + +#: ajax/language.php:11 +#: classes/fpw-post-thumbnails-class.php:554 +#@ fpw-fpt +msgid "Language file is already installed. Please reload this page." +msgstr "Plik językowy jest już zainstalowany. Proszę odświeżyć stronę." + +#: ajax/language.php:17 +#: classes/fpw-post-thumbnails-class.php:560 +#@ fpw-fpt +msgid "Language file downloaded successfully. It will be applied as soon as this page is reloaded." +msgstr "Plik językowy pobrano pomyślnie. Będzie on zastosowany po odświeżeniu strony." + +#: classes/fpw-post-thumbnails-class.php:171 +#: classes/fpw-post-thumbnails-class.php:172 +#: classes/fpw-post-thumbnails-class.php:297 +#: classes/fpw-post-thumbnails-class.php:478 +#: help/fpthelp.php:29 +#@ fpw-fpt +msgid "FPW Post Thumbnails" +msgstr "Ikony Wpisów FPW" + +#: classes/fpw-post-thumbnails-class.php:262 +#@ fpw-fpt +msgid "Donate" +msgstr "Wspomóż" + +#: classes/fpw-post-thumbnails-class.php:268 +#@ fpw-fpt +msgid "Settings" +msgstr "Ustawienia" + +#: classes/fpw-post-thumbnails-class.php:291 +#@ fpw-fpt +msgid "FPW Plugins" +msgstr "Wtyczki FPW" + +#: classes/fpw-post-thumbnails-class.php:464 +#@ fpw-fpt +msgid "You did not send any credentials!" +msgstr "Nie wysłano danych uwierzytelniających" + +#: classes/fpw-post-thumbnails-class.php:467 +#@ fpw-fpt +msgid "You did not send the right credentials!" +msgstr "Dane uwierzytelniające są niewłaściwe!" + +#: classes/fpw-post-thumbnails-class.php:498 +#@ fpw-fpt +msgid "write modified options to the database" +msgstr "zapisz zaktualizowane ustawienia do bazy danych" + +#: classes/fpw-post-thumbnails-class.php:501 +#@ fpw-fpt +msgid "Update Options" +msgstr "Zapisz Ustawienia" + +#: classes/fpw-post-thumbnails-class.php:508 +#@ fpw-fpt +msgid "load language file for your version" +msgstr "załąduj plik językowy dla bieżącej wersji" + +#: classes/fpw-post-thumbnails-class.php:511 +#@ fpw-fpt +msgid "Get Language File" +msgstr "Pobierz Plik Językowy" + +#: classes/fpw-post-thumbnails-class.php:523 +#: help/fpthelp.php:43 +#@ fpw-fpt +msgid "Remove plugin's data from database on uninstall" +msgstr "Usuń dane wtyczki z bazy danych podczas usuwania wtyczki" + +#: classes/fpw-post-thumbnails-class.php:529 +#: help/fpthelp.php:45 +#@ fpw-fpt +msgid "Add this plugin to the Admin Bar" +msgstr "Dodaj tę wtyczkę to Paska Administratora" + +#: help/fpthelp.php:8 +#@ fpw-fpt +msgid "More information" +msgstr "Dodatkowe informacje" + +#: help/fpthelp.php:9 +#@ fpw-fpt +msgid "Plugin's site" +msgstr "Witryna wtyczki" + +#: help/fpthelp.php:10 +#@ fpw-fpt +msgid "Support" +msgstr "Wspomaganie" + +#: help/fpthelp.php:36 +#@ fpw-fpt +msgid "Introduction" +msgstr "Wprowadzenie" + +#: help/fpthelp.php:17 +#@ fpw-fpt +msgid "There are many beautiful themes not providing any support for" +msgstr "Dostępnych jest wiele ładnych motywów nie wspomagających wcale" + +#: help/fpthelp.php:18 +#@ fpw-fpt +msgid "post thumbnails" +msgstr "post thumbnails" + +#: help/fpthelp.php:19 +#@ fpw-fpt +msgid "now called" +msgstr "nazywanych teraz" + +#: help/fpthelp.php:20 +#@ fpw-fpt +msgid "featured images" +msgstr "featured images" + +#: help/fpthelp.php:21 +#@ fpw-fpt +msgid "Some themes provide such support but do not display them." +msgstr "Niektóre motywy zapewniają wspomaganie lecz nie wyświetlają ikon." + +#: help/fpthelp.php:22 +#@ fpw-fpt +msgid "Then we have three choices." +msgstr "Mamy wtedy trzy alternatywne rozwiązania." + +#: help/fpthelp.php:28 +#@ fpw-fpt +msgid "First is to find another theme supporting and displaying thumbnails, second - forget about thumbnails, and the third is to get our hands dirty. The last one requires modifications to the current theme's files ( not very elegant and practical as the next theme's upgrade will wipe out those modifications ) or at least creating a child theme." +msgstr "Pierwszym jest znalezienie innego motywu wspomagającego ikony, drugim jest zrezygnowanie z ikon, a trzecim jest wykonanie pewnej pracy. Ostatnie wymaga modyfikacji plików motywu ( niezbyt eleganckie i niepraktyczne, biorąc pod uwagę, że kolejna aktualizacja motywu nadpisze nasze zmiany ) lub też utworzenia motywu podrzędnego ( child theme )." + +#: help/fpthelp.php:31 +#@ fpw-fpt +msgid "plugin makes these choices obsolete. It will add support for thumnails, display them, and give you more control over their appearance." +msgstr "czyni te rozwiązania niepotrzebnymi. Doda ona wpomaganie ikon, wyświetli je i umożliwi większą kontrolę ich wyglądu." + +#: help/fpthelp.php:32 +#@ fpw-fpt +msgid "And what's most important it will not modify the current theme in any way." +msgstr "Najważniejsze jest to, że nie dokona ona żadnych zmian w plikach motywu." + +#: help/fpthelp.php:41 +#@ fpw-fpt +msgid "General" +msgstr "Ogólne" + +#: help/fpthelp.php:44 +#@ fpw-fpt +msgid "if checked then plugin's data will be removed from the database during uninstall procedure" +msgstr "jeśli włączone to dane wtyczki zostaną usunięte z bazy danych podzczas usuwania wtyczki" + +#: help/fpthelp.php:46 +#@ fpw-fpt +msgid "if checked then plugin's link to settings page will be added to the Admin Bar" +msgstr "jeśli włączone to łącznik do ustawień wtyczki zostanie dodany do Paska Administratora" + +#: help/fpthelp.php:48 +#@ fpw-fpt +msgid "Panels" +msgstr "Panele" + +#: help/fpthelp.php:50 +#@ fpw-fpt +msgid "Thumbnails for Content enabled:" +msgstr "Ikony dla Wpisów włączone:" + +#: help/fpthelp.php:51 +#@ fpw-fpt +msgid "if checked then enables thumbnails for contents" +msgstr "jeśli zaznaczone to zostaną włączone ikony dla wpisów" + +#: help/fpthelp.php:52 +#@ fpw-fpt +msgid "Thumbnails for Excerpt enabled:" +msgstr "Ikony dla Wypisów włączone:" + +#: help/fpthelp.php:53 +#@ fpw-fpt +msgid "if checked then enables thumbnails for excerpts" +msgstr "jeśli zaznaczone to włączone zostaną ikony dla wypisów" + +#: help/fpthelp.php:54 +#@ fpw-fpt +msgid "and" +msgstr "i" + +#: help/fpthelp.php:55 +#@ fpw-fpt +msgid "width and height of the thumbnail" +msgstr "szerokość i wysokość ikony" + +#: help/fpthelp.php:57 +#@ fpw-fpt +msgid "position of the thumbnail relative to the content ( excerpt )" +msgstr "pozycja ikony w stosunku do treści wpisu ( wypisu )" + +#: help/fpthelp.php:59 +#@ fpw-fpt +msgid "if checked then the thumbnail will have a border and next four parameters will be applied" +msgstr "jeśli zaznaczone to ikona będzie miała ramkę a kolejne cztery parametry będą uwzględnione" + +#: help/fpthelp.php:62 +#@ fpw-fpt +msgid "if > 0 then the border will have rounded corners with the radius of corners in pixels equal to the specified value" +msgstr "jeśli > 0 to ramka będzie miała zaokrąglone narożniki a ich promień w pikselach będzie równy podanej wartości" + +#: help/fpthelp.php:63 +#@ fpw-fpt +msgid "thickness of the border in pixels" +msgstr "grubość ramki w pikselach" + +#: help/fpthelp.php:64 +#@ fpw-fpt +msgid "color of the border" +msgstr "kolor ramki" + +#: help/fpthelp.php:65 +#@ fpw-fpt +msgid "thumbnail's background color" +msgstr "kolor tła ikony" + +#: help/fpthelp.php:67 +#@ fpw-fpt +msgid "these are standard padding and margin parameters" +msgstr "standardowe parametry wypełniania i marginesu" + +#: help/fpthelp.php:70 +#@ fpw-fpt +msgid "Options" +msgstr "Ustawienia" + +#: help/fpthelp.php:76 +#@ fpw-fpt +msgid "Question:" +msgstr "Pytanie:" + +#: help/fpthelp.php:77 +#@ fpw-fpt +msgid "Can I use this plugin if my theme supports and displays thumbnails?" +msgstr "Czy mogę używać tej wtyczki, gdy motyw wspmaga i wyświetla ikony?" + +#: help/fpthelp.php:78 +#@ fpw-fpt +msgid "Answer:" +msgstr "Odpowiedź:" + +#: help/fpthelp.php:78 +#@ fpw-fpt +msgid "If the theme displays thumbnails for both the content and excerpts I would not recommended it as you would get two thumbnails displayed. However I can imagine one exception. The theme displays thumbnails for full content but not for excerpts or the other way around. The plugin will display thumbnails for the part not being displayed by the theme not adding thumbnails to the other part." +msgstr "Nie zalecałbym tego, jeśli motyw wyświetla ikony dla wpisów i wypisów, ponieważ wyświetlane będą dwie ikony. Jednak w sytuacji, gdy motyw wyświetla ikony tylko dla jednego typu - wpisy lub wypisy, wtyczka może być użyta do wyświetlania tych ikon, których nie wyświetla motyw." + +#: help/fpthelp.php:82 +#@ fpw-fpt +msgid "FAQ" +msgstr "Często Zadawane Pytania" + +#: scripts/enqueuescripts.php:15 +#@ fpw-fpt +msgid "Please wait..." +msgstr "Proszę czekać..." + +#: scripts/enqueuescripts.php:16 +#@ fpw-fpt +msgid "Help for FPW Post Thumbnails" +msgstr "Pomoc dla wtyczki Ikony Wpisów FPW" + +#: classes/fpw-post-thumbnails-class.php:366 +#: classes/fpw-post-thumbnails-class.php:388 +#: classes/fpw-post-thumbnails-class.php:408 +#@ fpw-fpt +msgid "In Content panel field" +msgstr "W panelu Wpisów pole" + +#: classes/fpw-post-thumbnails-class.php:368 +#: classes/fpw-post-thumbnails-class.php:375 +#@ fpw-fpt +msgid "contains non-numeric characters." +msgstr "zawiera znaki nienumeryczne." + +#: classes/fpw-post-thumbnails-class.php:373 +#: classes/fpw-post-thumbnails-class.php:396 +#: classes/fpw-post-thumbnails-class.php:415 +#@ fpw-fpt +msgid "In Excerpt panel field" +msgstr "W panelu Wypisów pole" + +#: classes/fpw-post-thumbnails-class.php:596 +#@ fpw-fpt +msgid "copy all values to the right panel" +msgstr "kopiuj wartości tego panelu do prawego panelu" + +#: classes/fpw-post-thumbnails-class.php:598 +#: classes/fpw-post-thumbnails-class.php:789 +#@ fpw-fpt +msgid "Copy" +msgstr "Kopiuj" + +#: classes/fpw-post-thumbnails-class.php:787 +#@ fpw-fpt +msgid "copy all values to the left panel" +msgstr "kopiuj wartości tego panelu do lewego panelu" + +#: ajax/fptcopyleft.php:6 +#: classes/fpw-post-thumbnails-class.php:579 +#@ fpw-fpt +msgid "Values copied from the right to the left panel." +msgstr "Przekopiowano prawy panel do lewego." + +#: ajax/fptcopyright.php:6 +#: classes/fpw-post-thumbnails-class.php:569 +#@ fpw-fpt +msgid "Values copied from the left to the right panel." +msgstr "Przekopiowano lewy panel to prawego." + +#: classes/fpw-post-thumbnails-class.php:600 +#@ fpw-fpt +msgid "Content - Preview" +msgstr "Wpis - Podgląd" + +#: classes/fpw-post-thumbnails-class.php:601 +#: classes/fpw-post-thumbnails-class.php:792 +#@ fpw-fpt +msgid "Preview" +msgstr "Podgląd" + +#: classes/fpw-post-thumbnails-class.php:592 +#@ fpw-fpt +msgid "Content thumbnails enabled:" +msgstr "Ikony Wpisów włączone:" + +#: classes/fpw-post-thumbnails-class.php:783 +#@ fpw-fpt +msgid "Excerpt thumbnails enabled:" +msgstr "Ikony Wypisów włączone:" + +#: classes/fpw-post-thumbnails-class.php:791 +#@ fpw-fpt +msgid "Excerpt - Preview" +msgstr "Wypis - Podgląd" + +#: classes/fpw-post-thumbnails-class.php:196 +#@ fpw-fpt +msgid "What's new in this version?" +msgstr "Co nowego w tej wersji?" + +#: classes/fpw-post-thumbnails-class.php:390 +#: classes/fpw-post-thumbnails-class.php:398 +#: classes/fpw-post-thumbnails-class.php:410 +#: classes/fpw-post-thumbnails-class.php:417 +#@ fpw-fpt +msgid "must start with '#' charcter followed by 6 hexadecimal digits." +msgstr "musi składać się ze znaku '#' i następujących po nim sześciu cyfr w systemie szesnastkowym" + +#: help/fpthelp.php:56 +#@ fpw-fpt +msgid "base dimension for scaling" +msgstr "wymiar bazowy dla zachowania proporcji ikony" + +#: classes/fpw-post-thumbnails-class.php:198 +#@ fpw-fpt +msgid "Removed built-in front end stylesheet and added dynamic CSS instead" +msgstr "Usunięto wbudowany arkusz stylów dla trybu użytkownika i dodano dynamiczny arkusz stylów do nagłówka strony" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/fragmentions/translation_file/languages/fragmentions.pot b/spec/fixtures/dynamic_finders/plugin_version/fragmentions/translation_file/languages/fragmentions.pot new file mode 100644 index 00000000..540b6fdb --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/fragmentions/translation_file/languages/fragmentions.pot @@ -0,0 +1,47 @@ +# Copyright (C) 2016 Luís Rodrigues +# This file is distributed under the same license as the Fragmentions package. +msgid "" +msgstr "" +"Project-Id-Version: Fragmentions 1.4.0\n" +"Report-Msgid-Bugs-To: https://github.com/goblindegook/fragmentions\n" +"POT-Creation-Date: 2016-02-14 02:35:55+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n" +"Last-Translator: Luís Rodrigues \n" +"Language-Team: Luís Rodrigues \n" +"X-Generator: grunt-wp-i18n 0.5.3\n" +"X-Poedit-KeywordsList: " +"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" +"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Country: United States\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-Bookmarks: \n" +"X-Textdomain-Support: yes\n" + +#. Plugin Name of the plugin/theme +msgid "Fragmentions" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "https://github.com/goblindegook/fragmentions/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Fragmentions allow linking to document sections on WordPress sites using " +"words or phrases." +msgstr "" + +#. Author of the plugin/theme +msgid "Luís Rodrigues" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://goblindegook.com/" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/gallery-overview/translation_file/languages/gallery_overview-de_DE.po b/spec/fixtures/dynamic_finders/plugin_version/gallery-overview/translation_file/languages/gallery_overview-de_DE.po new file mode 100644 index 00000000..20a7182d --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/gallery-overview/translation_file/languages/gallery_overview-de_DE.po @@ -0,0 +1,173 @@ +msgid "" +msgstr "" +"Project-Id-Version: Gallery Overview v0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-01-22 02:16:50+0000\n" +"Last-Translator: Christian Jung \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 1.5.4\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: \n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#: gallery-overview.php:41 +#@ gallery_overview +msgid "Gallery Overview Settings" +msgstr "Einstellungen Galerie-Übersicht" + +#. translators: plugin header field 'Name' +#: admin.php:2 +#: gallery-overview.php:0 +#: gallery-overview.php:41 +#@ gallery_overview +msgid "Gallery Overview" +msgstr "Galerie-Übersicht" + +#: gallery-overview.php:47 +#@ default +msgid "You do not have sufficient permissions to access this page." +msgstr "" + +#: gallery-overview.php:62 +#@ gallery_overview +msgid "Add to Page" +msgstr "Zu Seite hinzufügen" + +#: gallery-overview.php:63 +#@ gallery_overview +msgid "List all Galleries (Not only from Child Pages)?" +msgstr "Alle Galerien auflisten (nicht nur diejenigen von untergeordneten Seiten)?" + +#: gallery-overview.php:64 +#@ gallery_overview +msgid "Thumbnail Size" +msgstr "Bildgröße" + +#: gallery-overview.php:65 +#@ gallery_overview +msgid "Limit Images to" +msgstr "Bildanzahl beschränken auf" + +#: gallery-overview.php:66 +#@ gallery_overview +msgid "Columns" +msgstr "Spalten" + +#: gallery-overview.php:67 +#@ gallery_overview +msgid "Link to Gallery" +msgstr "Link zur Galerie" + +#: gallery-overview.php:80 +#@ gallery_overview +msgid "

This plugin fixes the one thing that is really wrong with WordPress' Core Gallery: You don't have an Gallery Overview Page, that lists all your galleries. So now all you have to do is add the Gallery Overview to a page and, if you like, fine tune the settings below to your needs. This plugin uses only WordPress' own code, so you can be sure, that the Gallery Overview will look exactly like your Theme wants it to.

" +msgstr "

Dieses Plugin behebt die eine große Schwäche der von WordPress mitgebrachten Galerien: Es gibt keine Übersichtsseite, die alle Galerien auflisten kann. Mit diesem Plugin musst du nur die Galerie-Übersicht zu einer Seite hinzufügen und, wenn du möchtest, die Einstellungen weiter unten deinen Bedürfnissen anpassen. Das Plugin gibt die Galerien auf der Übersichtsseite mit WordPress-Bordmitteln aus. Du kannst dir sicher sein, dass auch die Galerie-Übersicht genau so aussieht, wie dein Theme das möchte.

" + +#: gallery-overview.php:120 +#@ default +msgid "Cropped" +msgstr "" + +#: gallery-overview.php:140 +#@ gallery_overview +msgid "Heading" +msgstr "Überschrift" + +#: gallery-overview.php:140 +#@ gallery_overview +msgid "Gallery" +msgstr "Galerie" + +#: gallery-overview.php:140 +#@ gallery_overview +msgid "Heading and Gallery" +msgstr "Überschrift und Galerie" + +#: gallery-overview.php:140 +#@ gallery_overview +msgid "None" +msgstr "Keiner" + +#: gallery-overview.php:149 +#, php-format +#@ gallery_overview +msgid "" +"

In case these options aren't enough for you, you can switch to the shortcode [gallery_overview]. With this shortcode you can place the Gallery Overview on other Post Types and include oder exclude certain Galleries by ID. If you want to use the Shortcode, you might want to set \"Add to Page\" to blank. Our Shortcode accepts the following parameters:

\n" +"\t\t\t\t\t\n" +"\t\t\t\t\t\t
    \n" +"\t\t\t\t\t\t\t
  • all_galleries: List all Galleries (not only from Child Pages). Doesn't accept any Parameters.
  • \n" +"\t\t\t\t\t\t\t
  • pages: Include only Galleries from Pages listed comma-separated by ID. Parameters needed like pages=\"30,42\"
  • \n" +"\t\t\t\t\t\t\t
  • limit: Limit the number of images shown. Parameter needed as integer like limit=5
  • \n" +"\t\t\t\t\t\t\t
  • columns: Set the number of columns. Parameter needed as integer like columns=2
  • \n" +"\t\t\t\t\t\t\t
  • size: Chooses an existing thumbnail size. Parameter needed as string like size=\"medium\"
  • \n" +"\t\t\t\t\t\t\t
  • header: Disables the header, if you want to. Remember to put a link on the gallery. Parameter needed is header=false
  • \n" +"\t\t\t\t\t\t\t
  • before: Simple HTML-Output before any other Gallery-Code. Parameter needed is before=\"<ul>\".
  • \n" +"\t\t\t\t\t\t\t
  • after: Simple HTML-Output after any other Gallery-Code. Parameter needed is after=\"</ul>\".
  • \n" +"\t\t\t\t\t\t\t
  • layout: Well, now it\\s getting kind of tricky. With this attribute you can change the appearance of each gallery. There are 4 variables available: \"%linkopen%\", \"%linkclose%\", \"%heading%\" and \"%gallery%\". You can pass any HTML you'd like. Example: layout=\"%linkopen%<h3>%heading%</h3>%linkclose%\" will print you just the heading, wrapped in a link.
  • \n" +"\t\t\t\t\t\t\t
  • link: Let's you choose, what will be wrapped in the link. Available Options are \"heading\", \"gallery\" and \"both\". To be used like link=\"heading\".
  • \n" +"\t\t\t\t\t\t
\n" +"\t\t\t\t\t
\n" +"\t\t\t\t\t

If you have any ideas on how to improve this Shortcode, just send us an email to gallery@antwortzeit.de

" +msgstr "" +"

Wenn Dir diese Einstellungen nicht genug sind, kannst du auf den Shortcode [gallery_overview] ausweichen. Mit diesem Shortcode kannst du die Galerie-Übersicht auf anderen Post Types platzieren und Galerien per ID ein- und ausschließen. Wenn du den Shortcode nutzen möchtest, ist es vielleicht besser, wenn du \"Zu Seite hinzufügen\" leer lässt. Unser Shortcode akzeptiert die folgenden Parameter:

\n" +"\t\t\t\t\t\n" +"\t\t\t\t\t\t
    \n" +"\t\t\t\t\t\t\t
  • all_galleries: Listet alle Galerien auf, nicht nur diejenigen von untergeordneten Seiten. Akzeptiert keine Parameter.
  • \n" +"\t\t\t\t\t\t\t
  • pages: Bindet nur Galerien von bestimmten Seiten ein, die mit ihrer ID einer Komma-getrennten Liste übergeben werden. Muss eingegeben werden wie pages=\"30,42\"
  • \n" +"\t\t\t\t\t\t\t
  • limit: Begrenzt die Anzahl der angezeigten Bilder. Muss eingegeben werden wie limit=5
  • \n" +"\t\t\t\t\t\t\t
  • columns: Setzt die Anzahl der angezeigten Spalten. Muss eingegeben werden wie columns=2
  • \n" +"\t\t\t\t\t\t\t
  • size: Wählt eine bereits definierte Bildgröße aus. Muss eingegeben werden wie size=\"medium\"
  • \n" +"\t\t\t\t\t\t\t
  • header: Blendet die Überschrift aus. Du sollest dann vermutlich einen Link auf die Galerie legen, siehe unten. Der erforderliche Parameter ist header=false
  • \n" +"\t\t\t\t\t\t\t
  • before: Gibt einfach HTML-Code vor der gesamten Galerie aus. Der erforderliche Parameter ist wie before=\"<ul>\".
  • \n" +"\t\t\t\t\t\t\t
  • after: Gibt einfach HTML-Code hinter der gesamten Galerie aus. Der erforderliche Parameter ist after=\"</ul>\".
  • \n" +"\t\t\t\t\t\t\t
  • layout: Tja, jetzt wird es interessant. Mit diesem Parameter kannst du das komplette Layout einer einzelnen Galerie bestimmen. Es gibt die folgenden 4 Variablen: \"%linkopen%\", \"%linkclose%\", \"%heading%\" and \"%gallery%\". Du kannst jeden HTML-Code eingeben. Zum Beispiel: layout=\"%linkopen%<h3>%heading%</h3>%linkclose%\". Das gibt dir nur die Überschrift, verpackt in einen Link zur Galerie aus.
  • \n" +"\t\t\t\t\t\t\t
  • link: Lässt dich auswählen, was verlinkt werden soll. Mögliche Einstellungen sind \"heading\", \"gallery\" und \"both\". Wird verwendet wie link=\"heading\".
  • \n" +"\t\t\t\t\t\t
\n" +"\t\t\t\t\t
\n" +"\t\t\t\t\t

Wenn du Ideen hast, wie wir den Shortcode (oder auch das gesamte Plugin) verbessern könnten, freuen wir uns auf deine E-Mail an gallery@antwortzeit.de

" + +#: gallery-overview.php:68 +#@ gallery_overview +msgid "Shortcode [gallery_overview]" +msgstr "Shortcode [gallery_overview]" + +#. translators: plugin header field 'PluginURI' +#: gallery-overview.php:0 +#@ gallery_overview +msgid "http://www.antwortzeit.de/wordpress/gallery" +msgstr "" + +#. translators: plugin header field 'Author' +#: gallery-overview.php:0 +#@ gallery_overview +msgid "Antwortzeit Kommunikationsagentur" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: gallery-overview.php:0 +#@ gallery_overview +msgid "http://www.antwortzeit.de" +msgstr "" + +#. translators: plugin header field 'Version' +#: gallery-overview.php:0 +#@ gallery_overview +msgid "0.1" +msgstr "" + +#. translators: plugin header field 'Description' +#: gallery-overview.php:0 +#@ gallery_overview +msgid "This plugin fixes the one thing that is really wrong with WordPress' Core Gallery: You don't have an Gallery Overview Page, that lists all your galleries. Well, now you do." +msgstr "Dieses Plugin behebt die eine große Schwäche der von WordPress mitgebrachten Galerien: Es gibt keine Übersichtsseite, die alle Galerien auflisten kann. Tja, jetzt gibt es eine." + diff --git a/spec/fixtures/dynamic_finders/plugin_version/google-integration-toolkit/translation_file/lang/google-integration-toolkit.pot b/spec/fixtures/dynamic_finders/plugin_version/google-integration-toolkit/translation_file/lang/google-integration-toolkit.pot new file mode 100644 index 00000000..5b376401 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/google-integration-toolkit/translation_file/lang/google-integration-toolkit.pot @@ -0,0 +1,216 @@ +# Translation of the WordPress plugin Google Integration Toolkit 1.4 by Daniel Frużyński. +# Copyright (C) 2010 Daniel Frużyński +# This file is distributed under the same license as the Google Integration Toolkit package. +# FIRST AUTHOR , 2010. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Google Integration Toolkit 1.4\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/google-integration-toolkit\n" +"POT-Creation-Date: 2010-01-04 21:53+0000\n" +"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: google-integration-toolkit.php:251 +msgid "Configuration has been saved." +msgstr "" + +#: google-integration-toolkit.php:258 +msgid "Google Integration Toolkit - Options" +msgstr "" + +#: google-integration-toolkit.php:265 +msgid "Google Webmasters Tools:" +msgstr "" + +#: google-integration-toolkit.php:269 +msgid "Page verification method:" +msgstr "" + +#: google-integration-toolkit.php:272 +msgid "" +"Meta tag <meta name="google-site-verification" " +"content="..." />" +msgstr "" + +#: google-integration-toolkit.php:273 +msgid "" +"Meta tag <meta name="verify-v1" content="..." /" +">" +msgstr "" + +#: google-integration-toolkit.php:274 +msgid "File" +msgstr "" + +#: google-integration-toolkit.php:275 +msgid "" +"Note: Please use google-site-verification meta tag or " +"file to verify new websites. Meta tag verify-v1 is supported " +"for backward compatibility only." +msgstr "" + +#: google-integration-toolkit.php:281 +msgid "Meta tag value:" +msgstr "" + +#: google-integration-toolkit.php:285 +msgid "This tag looks like this:" +msgstr "" + +#: google-integration-toolkit.php:287 +msgid "or" +msgstr "" + +#: google-integration-toolkit.php:289 +msgid "Please put marked part only to the field above." +msgstr "" + +#: google-integration-toolkit.php:295 +msgid "Verification file name:" +msgstr "" + +#: google-integration-toolkit.php:299 +#, php-format +msgid "Name of this file starts with 'google', e.g. %s" +msgstr "" + +#: google-integration-toolkit.php:304 +msgid "Google Analytics:" +msgstr "" + +#: google-integration-toolkit.php:308 +msgid "Google Analytics ID:" +msgstr "" + +#: google-integration-toolkit.php:312 +msgid "" +"Please find following line in your GA tracking code and copy bolded part to " +"the field above:" +msgstr "" + +#: google-integration-toolkit.php:319 +msgid "Enable Google AdSense integration:" +msgstr "" + +#: google-integration-toolkit.php:327 +msgid "RSS/Atom Feeds tagging:" +msgstr "" + +#: google-integration-toolkit.php:331 +msgid "Enable RSS/Atom Feeds tagging:" +msgstr "" + +#: google-integration-toolkit.php:335 +msgid "" +"This option tags all links in RSS/Atom feeds. This allows to track visitors " +"from your feeds using Google Analytics." +msgstr "" + +#: google-integration-toolkit.php:341 +msgid "Source name:" +msgstr "" + +#: google-integration-toolkit.php:345 +msgid "" +"This value will be used as a value for the utm_source parameter." +msgstr "" + +#: google-integration-toolkit.php:351 +msgid "Medium name:" +msgstr "" + +#: google-integration-toolkit.php:355 +msgid "" +"This value will be used as a value for the utm_medium parameter." +msgstr "" + +#: google-integration-toolkit.php:361 +msgid "Campaign name:" +msgstr "" + +#: google-integration-toolkit.php:365 +msgid "" +"This value will be used as a value for the utm_campaign " +"parameter." +msgstr "" + +#: google-integration-toolkit.php:370 +msgid "AdSense Section Targeting:" +msgstr "" + +#: google-integration-toolkit.php:374 +msgid "Enable AdSense Section Targetting for Content:" +msgstr "" + +#: google-integration-toolkit.php:378 +msgid "" +"This option ads special HTML comment tags around posts, pages and excerpts. " +"This may improve AdSense ads targeting. You can find more informations here." +msgstr "" + +#: google-integration-toolkit.php:384 +msgid "Enable AdSense Section Targetting for Comments:" +msgstr "" + +#: google-integration-toolkit.php:388 +msgid "This option ads special HTML comment tags around comments." +msgstr "" + +#: google-integration-toolkit.php:393 +msgid "404 errors tracking:" +msgstr "" + +#: google-integration-toolkit.php:397 +msgid "Track 404 errors with Google Analytics:" +msgstr "" + +#: google-integration-toolkit.php:400 +msgid "" +"Enable this option to track \"Page not found\" errors using Google Analytics" +msgstr "" + +#: google-integration-toolkit.php:406 +msgid "URL prefix:" +msgstr "" + +#: google-integration-toolkit.php:410 +msgid "" +"All 404 errors will appear in Analytics Reports as visits to URL like " +"/404.html?page=[pagename.html?queryparameter]&from=[referrer], " +"where [pagename.html?queryparameters] is the missing page name " +"and referrer is the page URL from where the user reached the 404 page. You " +"can change prefix /404.html to something else using this option." +msgstr "" + +#: google-integration-toolkit.php:418 +msgid "Save settings" +msgstr "" + +#. Plugin Name of an extension +msgid "Google Integration Toolkit" +msgstr "" + +#. Plugin URI of an extension +msgid "http://www.poradnik-webmastera.com/projekty/google_integration_toolkit/" +msgstr "" + +#. Description of an extension +msgid "" +"Integrate Google services (Analytics, Webmaster Tools, etc.) with Your Blog." +msgstr "" + +#. Author of an extension +msgid "Daniel Frużyński" +msgstr "" + +#. Author URI of an extension +msgid "http://www.poradnik-webmastera.com/" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/gp/translation_file/po/gp.pot b/spec/fixtures/dynamic_finders/plugin_version/gp/translation_file/po/gp.pot new file mode 100644 index 00000000..60807311 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/gp/translation_file/po/gp.pot @@ -0,0 +1,226 @@ +# Copyright (C) 2013 GP - GeePress +# This file is distributed under the same license as the GP - GeePress package. +msgid "" +msgstr "" +"Project-Id-Version: GP - GeePress 1.0\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/gp\n" +"POT-Creation-Date: 2013-07-27 16:53:35+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2013-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: gp-comments.php:17 +msgid "" +"GeePress Comment function doesn't work with sites that require " +"registration to comment." +msgstr "" + +#: gp-comments.php:22 +msgid "Comment Settings" +msgstr "" + +#: gp-comments.php:23 +msgid "Allow Google+ users to comment?" +msgstr "" + +#: gp-comments.php:26 +msgid "Ask Google+ users to share the post after commenting?" +msgstr "" + +#: gp-comments.php:27 +msgid "Google+ commenters will share by default?" +msgstr "" + +#: gp-comments.php:32 +msgid "Allow Google+ users to comment." +msgstr "" + +#: gp-comments.php:92 +msgid "Share post on Google+" +msgstr "" + +#: gp-comments.php:108 +msgid "Hi %s!" +msgstr "" + +#: gp-comments.php:109 +msgid "You are connected with your Google+ account." +msgstr "" + +#: gp-comments.php:110 +msgid "Logout" +msgstr "" + +#: gp-login.php:17 +msgid "Login Settings" +msgstr "" + +#: gp-login.php:19 +msgid "Allow users to login with Google+ accounts?" +msgstr "" + +#: gp-login.php:50 +msgid "Google+" +msgstr "" + +#: gp-login.php:59 +msgid "Connected as " +msgstr "" + +#: gp-login.php:66 +msgid "Disconnect" +msgstr "" + +#: gp-login.php:146 +msgid "Error: Google user not recognized." +msgstr "" + +#: gp.php:34 +msgid "" +"Sorry, GeePress requires PHP 5 or higher. Ask your host how to enable PHP 5 " +"as the default on your servers." +msgstr "" + +#: gp.php:107 +msgid "Settings" +msgstr "" + +#: gp.php:109 +msgid "App Settings" +msgstr "" + +#: gp.php:122 gp.php:162 +msgid "GeePress" +msgstr "" + +#: gp.php:124 gp.php:130 +msgid "GeePress App" +msgstr "" + +#: gp.php:141 +msgid "" +"GeePress needs to be configured on its app settings page." +msgstr "" + +#: gp.php:149 +msgid "App Client Settings" +msgstr "" + +#: gp.php:151 +msgid "Google Client ID" +msgstr "" + +#: gp.php:153 +msgid "Google Client Secret" +msgstr "" + +#: gp.php:169 gp.php:200 +msgid "Save Changes" +msgstr "" + +#: gp.php:188 +msgid "Options saved." +msgstr "" + +#: gp.php:192 +msgid "GeePress App Options" +msgstr "" + +#: gp.php:203 +msgid "" +"If you like this plugin, add me @l0uy for more updates." +msgstr "" + +#: gp.php:212 +msgid "" +"To connect your site to Google, you will need a Google Application. If you " +"have already created one, please insert your Client ID and Client Secret " +"below." +msgstr "" + +#: gp.php:213 +msgid "Can't find your keys?" +msgstr "" + +#: gp.php:215 +msgid "" +"Get a list of your applications from here: Google APIs Console" +msgstr "" + +#: gp.php:216 +msgid "" +"Select the application (project) you want, then copy and paste the Client ID " +"and Client Secret from the API Access page there." +msgstr "" + +#: gp.php:219 +msgid "" +"Haven't created an application yet? Don't worry, " +"it's easy!" +msgstr "" + +#: gp.php:221 +msgid "" +"Go to this link to create your application: Google APIs Console, then " +"create a new project." +msgstr "" + +#: gp.php:222 +msgid "Go to API Access tab and click on \"Create an OAuth 2.0 client ID...\"" +msgstr "" + +#: gp.php:224 +msgid "Important Settings:" +msgstr "" + +#: gp.php:225 +msgid "Application Type must be set to \"Web application\"." +msgstr "" + +#: gp.php:226 +msgid "Site must be set to %s." +msgstr "" + +#: gp.php:230 +msgid "The other application fields can be set up any way you like." +msgstr "" + +#: gp.php:232 +msgid "" +"After creating the application, copy and paste the \"Client ID\" and " +"\"Client secret\" from the API Access page." +msgstr "" + +#: gp.php:241 gp.php:247 +msgid "(required)" +msgstr "" + +#: gp.php:388 gp.php:389 +msgid "Sign in with Google+" +msgstr "" + +#: wp-oauth.php:36 +msgid "OAuth site not recognized!" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "GP - GeePress" +msgstr "" + +#. Description of the plugin/theme +msgid "All the tools you need to integrate your wordpress and Google+." +msgstr "" + +#. Author of the plugin/theme +msgid "Louy Alakkad" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://l0uy.com/" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/gravatar-favicon/translation_file/locale/gravatar-favicon-ru_RU.po b/spec/fixtures/dynamic_finders/plugin_version/gravatar-favicon/translation_file/locale/gravatar-favicon-ru_RU.po new file mode 100644 index 00000000..9a54b2c4 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/gravatar-favicon/translation_file/locale/gravatar-favicon-ru_RU.po @@ -0,0 +1,66 @@ +# Copyright (C) 2012 Gravatar Favicon +# This file is distributed under the same license as the Gravatar Favicon package. +msgid "" +msgstr "" +"Project-Id-Version: Gravatar Favicon 3.1\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/gravatar-favicon\n" +"POT-Creation-Date: 2012-06-04 21:19:33+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2012-06-05 01:22+0300\n" +"Last-Translator: Sergey Yakovlev \n" +"Language-Team: Sergey Yakovlev \n" +"Plural-Forms: nplurals=3; plural=n%100/10==1 ? 2 : n%10==1 ? 0 : (n+9)%10>3 ? 2 : 1;\n" +"X-Poedit-Language: Russian\n" +"X-Poedit-Country: RUSSIAN FEDERATION\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: /work/translates/tm\n" +"X-Poedit-SearchPath-0: /work/translates/gravatar-favicon\n" + +#: gravatar-favicon.php:30 +msgid "Site Favicon Settings" +msgstr "Настройки иконки сайта" + +#: gravatar-favicon.php:31 +msgid "Email Address" +msgstr "Электронная почта" + +#: gravatar-favicon.php:53 +msgid "Enter your Gravatar email to generate the site favicon" +msgstr "Введите ваш адрес электронной почты, используемый на сайте Gravatar, для генерации иконки сайта" + +#: gravatar-favicon.php:124 +#: gravatar-favicon.php:132 +msgid "Favicon Settings" +msgstr "Настройки" + +#: gravatar-favicon.php:133 +msgid "Make Donation" +msgstr "Сделать пожертвование" + +#. Plugin Name of the plugin/theme +msgid "Gravatar Favicon" +msgstr "Gravatar Favicon" + +#. Plugin URI of the plugin/theme +msgid "http://patrick.bloggles.info/plugins/" +msgstr "http://patrick.bloggles.info/plugins/" + +#. Description of the plugin/theme +msgid "This plugin allows you to generate a gravatar favicon for your blog, feed logo and admin logo included Apple touch icon. Get a coffee to Patrick (W6A4N4-L26P6-WSH)" +msgstr "Этот плагин позволяет создавать Gravatar значок для вашего блога, иконку подписки и картинку администратора, включая картинки для Apple-устройств. Купить кофе для Patrick (W6A4N4-L26P6-WSH)" + +#. Author of the plugin/theme +msgid "Patrick Chia" +msgstr "Patrick Chia" + +#. Author URI of the plugin/theme +msgid "http://patrickchia.com/" +msgstr "http://patrickchia.com/" + +#. Tags of the plugin/theme +msgid "multi-site, wpmu, wordpressmu, images, avatar, avatars, gravatar, personalization, avatar, identicon, OpenAvatar, mybloglog, monsterid, Favatar, favicon, icon, bookmark" +msgstr "multi-site, wpmu, wordpressmu, images, avatar, avatars, gravatar, personalization, avatar, identicon, OpenAvatar, mybloglog, monsterid, Favatar, favicon, icon, bookmark" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/hash-link-scroll-offset/composer_file/package.json b/spec/fixtures/dynamic_finders/plugin_version/hash-link-scroll-offset/composer_file/package.json new file mode 100644 index 00000000..9dca445d --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/hash-link-scroll-offset/composer_file/package.json @@ -0,0 +1,22 @@ +{ + "name": "hash-link-scroll-offset", + "title": "Hash Link Scroll Offset", + "description": "Offset the scroll position of anchored links. Handy if you have a sticky header that covers linked material.", + "version": "0.1.8", + "homepage": "http://webdevstudios.com", + "author": { + "name": "WebDevStudios", + "email": "contact@webdevstudios.com", + "url": "http://webdevstudios.com" + }, + "devDependencies": { + "grunt": "~0.4.1", + "grunt-contrib-concat": "~0.1.2", + "grunt-contrib-uglify": "~0.9.2", + "grunt-contrib-cssmin": "~0.6.0", + "grunt-contrib-jshint": "~0.1.1", + "grunt-contrib-nodeunit": "~0.1.2", + "grunt-contrib-watch": "~0.2.0" + }, + "keywords": [] +} diff --git a/spec/fixtures/dynamic_finders/plugin_version/hide-login-logo/translation_file/langs/hide_login_logo-en_CA.po b/spec/fixtures/dynamic_finders/plugin_version/hide-login-logo/translation_file/langs/hide_login_logo-en_CA.po new file mode 100644 index 00000000..65a7e768 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/hide-login-logo/translation_file/langs/hide_login_logo-en_CA.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: Stronger Admin Bar v1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-05-18 16:21:42+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: \n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#. translators: plugin header field 'Name' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "Stronger Admin Bar" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "http://wordpress.org/plugins/stronger-admin-bar" +msgstr "" + +#. translators: plugin header field 'Description' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "Adds more space to the adnin bar from top and bottom to make it more useful." +msgstr "" + +#. translators: plugin header field 'Author' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "silver530" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "http://profiles.wordpress.org/silver530" +msgstr "" + +#. translators: plugin header field 'Version' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "1.0" +msgstr "" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/highfly/translation_file/languages/de_DE.po b/spec/fixtures/dynamic_finders/plugin_version/highfly/translation_file/languages/de_DE.po new file mode 100644 index 00000000..d91fa11c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/highfly/translation_file/languages/de_DE.po @@ -0,0 +1,70 @@ +# Translation of the WordPress plugin Highfly +# Copyright (C) 2014 Edgard Schmidt +# This file is distributed under the same license as the Highfly plugin. +# edik , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: Highfly 2.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-28 04:06+0200\n" +"PO-Revision-Date: 2014-06-28 04:42+0200\n" +"Last-Translator: edik \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: highfly.php:57 +msgid "Highfly" +msgstr "" + +#: highfly.php:61 +msgid "Email Addresses" +msgstr "Email-Adressen" + +#: highfly.php:70 +msgid "" +"Email addresses of people to notify when new posts and comments are " +"published. One per line." +msgstr "Die Email-Adressen der Empfänger zeilenweise angeben um sie über neue Beiträge und Kommentare zu informieren." + +#: highfly.php:164 +#, php-format +msgid "[%1$s] %2$s: \"%3$s\" by %4$s" +msgstr "[%1$s] %2$s: \"%3$s\" von %4$s" + +#: highfly.php:186 +msgid "Excerpt" +msgstr "Auszug" + +#: highfly.php:190 +#, php-format +msgid "New trackback to \"%s\"" +msgstr "Neuer Trackback zu \"%s\"" + +#: highfly.php:192 +#, php-format +msgid "New pingback to \"%s\"" +msgstr "Neuer Pingback zu \"%s\"" + +#: highfly.php:194 +#, php-format +msgid "New comment to \"%s\"" +msgstr "Neuer Kommentar zu \"%s\"" + +#: highfly.php:195 +msgid "Comment" +msgstr "Kommentar" + +msgid "%1$s: %2$s" +msgstr "" + +msgid "Action" +msgstr "Aktion" + +msgid "URL" +msgstr "" + +msgid "Content:\n%s" +msgstr "Inhalt:\n%s" diff --git a/spec/fixtures/dynamic_finders/plugin_version/hr-widget/translation_file/languages/hr-widget-ja.po b/spec/fixtures/dynamic_finders/plugin_version/hr-widget/translation_file/languages/hr-widget-ja.po new file mode 100644 index 00000000..4e878052 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/hr-widget/translation_file/languages/hr-widget-ja.po @@ -0,0 +1,40 @@ +# Copyright (C) 2010 Horizontal Rule Widget +# This file is distributed under the same license as the Horizontal Rule Widget package. +msgid "" +msgstr "" +"Project-Id-Version: Horizontal Rule Widget 1.0.0\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/hr-widget\n" +"POT-Creation-Date: 2012-09-21 20:10:54+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: hr-widget.php:20 +msgid "Insert horizontal rule." +msgstr "区切り線を挿入" + +#: hr-widget.php:28 +msgid "Horizontal Rule" +msgstr "区切り線" + +#. Plugin Name of the plugin/theme +msgid "Horizontal Rule Widget" +msgstr "区切り線ウィジェット" + +#. #-#-#-#-# hr-widget.pot (Horizontal Rule Widget 1.0.0) #-#-#-#-# +#. Plugin URI of the plugin/theme +#. #-#-#-#-# hr-widget.pot (Horizontal Rule Widget 1.0.0) #-#-#-#-# +#. Author URI of the plugin/theme +msgid "http://wpist.me/" +msgstr "http://firegoby.jp/" + +#. Description of the plugin/theme +msgid "This plugin allow you to insert horizontal rule on widget." +msgstr "ウィジェットに区切り線を挿入できます。" + +#. Author of the plugin/theme +msgid "Takayuki Miyauchi" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/hreflang-flag/translation_file/hreflang-flag-fr_FR.po b/spec/fixtures/dynamic_finders/plugin_version/hreflang-flag/translation_file/hreflang-flag-fr_FR.po new file mode 100644 index 00000000..55630c2c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/hreflang-flag/translation_file/hreflang-flag-fr_FR.po @@ -0,0 +1,188 @@ +# Translation of the WordPress plugin hreflang Flag 1.2 by Julien Viard de Galbert. +# Copyright (C) 2010 Julien Viard de Galbert +# This file is distributed under the same license as the hreflang Flag package. +# +msgid "" +msgstr "" +"Project-Id-Version: hreflang Flag 1.2\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/hreflang-flag\n" +"POT-Creation-Date: 2010-10-05 14:18+0200\n" +"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" +"Last-Translator: \n" +"Language-Team: Julien VdG\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: hreflang-flag-admin.inc.php:87 +msgid "hreflang Flag Options" +msgstr "Configuration de hreflang Flag" + +#: hreflang-flag-admin.inc.php:88 +#, php-format +msgid "" +"The included flags mostly comes from http://www.famfamfam.com, some more from John Crepezzi's blog and I added one... " +"For details check the icon's license file. " +"But the configuration allows you to use any other set of icons you want, " +"simply update the URL and path bellow (the path is for hreflang Flag to do " +"some checks on the images, it's only used for the configuration). And then " +"complete your flag configuration." +msgstr "" +"Les drapeaux inclus proviennent pour la plupart de http://www.famfamfam.com, d'autre viennent du blog de John Crepezzi et " +"j'en ai ajouté un...Pour plus de détails, consulter le fichier de licence des icones. Mais la configuration vous " +"permet d'utiliser n'importe quel autre jeu d'icones, pour ce faire, mettez " +"simplement à jour l'URL et le répertoire ci-dessous (le répertoire n'est utilisé par " +"hreflang Flag que pour effectuer quelques vérifications sur les images, et ce " +"seulement dans l'interface de configuration). Ensuite completez votre " +"configuration des drapeaux." + +#: hreflang-flag-admin.inc.php:93 +msgid "Save Changes" +msgstr "" + +#: hreflang-flag-admin.inc.php:117 +msgid "Left" +msgstr "Gauche" + +#: hreflang-flag-admin.inc.php:122 +msgid "Right" +msgstr "Droite" + +#: hreflang-flag-admin.inc.php:127 +msgid "Automatic style" +msgstr "Style gérée automatiquement" + +#: hreflang-flag-admin.inc.php:132 +msgid "Custom Style" +msgstr "Style personalisé" + +#: hreflang-flag-admin.inc.php:140 +msgid "" +"hreflang Flag uses CSS to add flags to links, see W3C CSS3 Attribute selectors " +"description for more details on how it's defined." +msgstr "" +"hreflang Flag utilise le CSS pour ajouter un drapeau aux liens. Consultez la " +"description des sélecteurs d'attribut CSS3 du W3C pour plus de détails sur " +"leur definition." + +#: hreflang-flag-admin.inc.php:148 +msgid "select match kind" +msgstr "sélectionnez un comparateur" + +#: hreflang-flag-admin.inc.php:152 +msgid "match string" +msgstr "chaine à comparer" + +#: hreflang-flag-admin.inc.php:154 +msgid "image file" +msgstr "fichier d'image" + +#: hreflang-flag-admin.inc.php:154 +msgid "Image: " +msgstr "Image : " + +#: hreflang-flag-admin.inc.php:158 +msgid "Fill this to add a new flag and save changes." +msgstr "" +"Remplissez cette ligne pour ajouter un nouveau drapeau puis enregistrez les " +"modifications." + +#: hreflang-flag-admin.inc.php:162 +msgid "" +"You can also remove a flag by clearing either the match string or the image " +"file." +msgstr "" +"Vous pouvez aussi supprimer un drapeau en effaçant la chaine à comparer ou " +"le nom de fichier d'image." + +#: hreflang-flag-admin.inc.php:163 +msgid "" +"The order flags apear in the above table will be the order used in the css, " +"so the last match is applied." +msgstr "" +"L'ordre d'apparition des drapeaux dans le tableau ci-dessus sera l'ordre " +"utilisé pour créer le CSS, ainsi la dernière règle validée sera appliquée." + +#: hreflang-flag-admin.inc.php:173 +msgid "Main Settings" +msgstr "Configuration générale" + +#: hreflang-flag-admin.inc.php:174 +msgid "Flags base URL" +msgstr "URL de base des drapeaux" + +#: hreflang-flag-admin.inc.php:175 +msgid "Flags base directory" +msgstr "Répertoire de base des drapeaux" + +#: hreflang-flag-admin.inc.php:175 +msgid "This directory must correspond to the URL above." +msgstr "Ce répertoire doit correspondre à l'URL ci-dessus." + +#: hreflang-flag-admin.inc.php:176 +msgid "Flag icon position" +msgstr "Position du drapeau" + +#: hreflang-flag-admin.inc.php:178 +msgid "Test flag" +msgstr "Drapeau de test" + +#: hreflang-flag-admin.inc.php:178 +msgid "Some text a" +msgstr "Quelques mots, un" + +#: hreflang-flag-admin.inc.php:178 +msgid "sample Link" +msgstr "lien d'exemple" + +#: hreflang-flag-admin.inc.php:178 +msgid "some more text." +msgstr "encore des mots." + +#: hreflang-flag-admin.inc.php:179 +msgid "CSS Selector" +msgstr "Sélecteur CSS" + +#: hreflang-flag-admin.inc.php:179 +msgid "" +"Comma separated list of CSS selector (each will be used before the \"a\" tag " +"in the CSS definition).
Example: \".entry\" will show flags only inside " +"post/page entry nowhere else." +msgstr "" +"Liste séparée par des virgules de sélecteur CSS (chaque élément sera placé " +"avant le tag \"a\" dans la définition CSS).
Exemple: \".entry\" " +"limitera l'apparition des drapeaux dans les articles et les pages et pas en " +"dehors." + +#: hreflang-flag-admin.inc.php:182 +msgid "Flag Settings" +msgstr "Configuration des drapeaux" + +#. Plugin Name of the plugin/theme +msgid "hreflang Flag" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "http://silicone.homelinux.org/projects/hreflang-flag" +msgstr "" + +#. Description of the plugin/theme +msgid "Add a flag icon to link corresponding to the hreflang attribute." +msgstr "" +"Ajoute une icone de drapeau à chaque lien en fonction de l'attribut hreflang." + +#. Author of the plugin/theme +msgid "Julien Viard de Galbert" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://silicone.homelinux.org/" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/inaccessibility-checker/translation_file/lang/inaccessibility-checker.pot b/spec/fixtures/dynamic_finders/plugin_version/inaccessibility-checker/translation_file/lang/inaccessibility-checker.pot new file mode 100644 index 00000000..f9d437f6 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/inaccessibility-checker/translation_file/lang/inaccessibility-checker.pot @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Inaccessibility Checker 0.0.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-07-24 23:04+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: inaccessibility-checker.php:126 +msgid "Some images are missing alt text." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/ip-filter/translation_file/lang/ipfilter-fr_FR.po b/spec/fixtures/dynamic_finders/plugin_version/ip-filter/translation_file/lang/ipfilter-fr_FR.po new file mode 100644 index 00000000..2974c013 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/ip-filter/translation_file/lang/ipfilter-fr_FR.po @@ -0,0 +1,133 @@ +msgid "" +msgstr "" +"Project-Id-Version: ipfilter 1.0.3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-16 22:32+0800\n" +"PO-Revision-Date: \n" +"Last-Translator: Gabriel Hautclocq \n" +"Language-Team: GabSoftware \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: French\n" +"X-Poedit-Country: FRANCE\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e\n" +"X-Poedit-Basepath: /home/gabriel/web/ip-filter\n" +"X-Poedit-SearchPath-0: .\n" + +#: ipfilter.php:100 +msgid "Access denied" +msgstr "Accès refusé" + +#: ipfilter.php:443 +msgid "IP Filter options" +msgstr "Options de IP Filter" + +#: ipfilter.php:444 +msgid "IP Filter" +msgstr "IP Filter" + +#: ipfilter.php:458 +msgid "Configure" +msgstr "Configurer" + +#: ipfilter.php:474 +msgid "You don't have sufficient privileges to display this page" +msgstr "Vos privilèges sont insuffisants pour afficher cette page" + +#: ipfilter.php:481 +msgid "IP Filter configuration" +msgstr "Configuration de IP Filter" + +#: ipfilter.php:493 +msgid "Save Changes" +msgstr "Enregistrer" + +#: ipfilter.php:497 +msgid "Blocked IP addresses in log file" +msgstr "Log des adresses IP bloquées" + +#: ipfilter.php:524 +msgid "General" +msgstr "Général" + +#: ipfilter.php:527 +msgid "Filter type (deny or grant):" +msgstr "Type du filtre (autoriser ou refuser) :" + +#: ipfilter.php:528 +msgid "" +"List of IP addresses to filter:\n" +"\t\t\t
    \n" +"\t\t\t\t
  • Free format
  • \n" +"\t\t\t\t
  • Comments are allowed
  • \n" +"\t\t\t\t
  • IPv4 and IPv6 addresses allowed
  • \n" +"\t\t\t\t
  • Wildcard character \"*\" is accepted for IPv4 but it must represent a complete field.\n" +"\t\t\t\t\t
      \n" +"\t\t\t\t\t\t
    • Correct: 10.*.*.*
    • \n" +"\t\t\t\t\t\t
    • Correct: 10.*
    • \n" +"\t\t\t\t\t\t
    • Correct: *.20
    • \n" +"\t\t\t\t\t\t
    • Incorrect: 10.2*
    • \n" +"\t\t\t\t\t
    \n" +"\t\t\t\t
  • \n" +"\t\t\t
" +msgstr "" +"Liste d'adresses IP à filtrer :\n" +"\t\t\t
    \n" +"\t\t\t\t
  • Format libre
  • \n" +"\t\t\t\t
  • Commentaires autorisés
  • \n" +"\t\t\t\t
  • Adresses IPv4 and IPv6 autorisées
  • \n" +"\t\t\t\t
  • Le caractère \"*\" est accepté pour les adresses IPv4 mais il doit représenter un champ complet.\n" +"\t\t\t\t\t
      \n" +"\t\t\t\t\t\t
    • Correct : 10.*.*.*
    • \n" +"\t\t\t\t\t\t
    • Correct : 10.*
    • \n" +"\t\t\t\t\t\t
    • Correct : *.20
    • \n" +"\t\t\t\t\t\t
    • Incorrect : 10.2*
    • \n" +"\t\t\t\t\t
    \n" +"\t\t\t\t
  • \n" +"\t\t\t
" + +#: ipfilter.php:542 +msgid "Message shown to filtered visitors (HTML accepted):" +msgstr "Message affiché aux visiteurs filtrés (HTML accepté) :" + +#: ipfilter.php:543 +msgid "URL parameter to bypass the filter (empty string to disable):" +msgstr "Paramètre de l'URL pour outrepasser le filtre (chaîne vide pour désactiver)" + +#: ipfilter.php:544 +msgid "Check if you want to log blocked IP addresses:" +msgstr "Cochez pour activer le log des adresses IP bloquées :" + +#: ipfilter.php:545 +msgid "Check if you want to purge the log file:" +msgstr "Cochez pour purger le log :" + +#: ipfilter.php:551 +msgid "General options for IP Filter" +msgstr "Options générales de IP Filter" + +#: ipfilter.php:568 +msgid "Deny access to IP addresses in the list (tip: do not add your own IP address...)" +msgstr "Refuser l'accès aux adresses IP de la liste (astuce: ne pas ajouter votre propre adresse iP...)" + +#: ipfilter.php:575 +msgid "Grant access to IP addresses in the list only (be sure to add your IP address!)" +msgstr "Autoriser l'accès aux adresses IP de la liste seulement (mais ajoutez-y votre adresse IP )" + +#: ipfilter.php:600 +msgid "Extracted:" +msgstr "Extrait :" + +#: ipfilter.php:641 +msgid "(currently disabled)" +msgstr "Actuellement désactivé)" + +#~ msgid "List of IP addresses to filter (free format, comments allowed)" +#~ msgstr "" +#~ "Liste des adresses IP à filter (format libre, commentaires autorisés)" +#~ msgid "Comma-separated list of IP addresses to filter" +#~ msgstr "Liste d'adresses IP à filtrer séparées par des virgules" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/jetpack-holiday-snow-opt-in/translation_file/languages/jetpack-holiday-snow-opt-in.pot b/spec/fixtures/dynamic_finders/plugin_version/jetpack-holiday-snow-opt-in/translation_file/languages/jetpack-holiday-snow-opt-in.pot new file mode 100644 index 00000000..726f9355 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/jetpack-holiday-snow-opt-in/translation_file/languages/jetpack-holiday-snow-opt-in.pot @@ -0,0 +1,52 @@ +# Copyright (C) 2016 Josh Eaton +# This file is distributed under the GPL-2.0+. +msgid "" +msgstr "" +"Project-Id-Version: Jetpack Holiday Snow Opt-In 0.1.5\n" +"Report-Msgid-Bugs-To: " +"https://wordpress.org/support/plugin/jetpack-holiday-snow-opt-in\n" +"POT-Creation-Date: 2016-12-05 00:27:46+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"X-Generator: grunt-wp-i18n 0.5.4\n" +"X-Poedit-KeywordsList: " +"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_" +"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Country: United States\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-Bookmarks: \n" +"X-Textdomain-Support: yes\n" + +#: jetpack-holiday-snow-opt-in.php:164 +msgid "Click to stop the snow" +msgstr "" + +#: jetpack-holiday-snow-opt-in.php:167 +msgid "Click here to make it snow!" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Jetpack Holiday Snow Opt-In" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://www.josheaton.org/" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Make Jetpack's Holiday Snow feature accessible by only showing it if user " +"has opted-in by clicking a snowflake displayed on the page." +msgstr "" + +#. Author of the plugin/theme +msgid "Josh Eaton" +msgstr "" \ No newline at end of file diff --git a/spec/fixtures/dynamic_finders/plugin_version/keycaptcha/translation_file/languages/keycaptcha.pot b/spec/fixtures/dynamic_finders/plugin_version/keycaptcha/translation_file/languages/keycaptcha.pot new file mode 100644 index 00000000..51729f84 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/keycaptcha/translation_file/languages/keycaptcha.pot @@ -0,0 +1,145 @@ +# Translation of KeyCAPTCHA plugin for WordPress +# Version 2.5.1 +# Author Mersane, Ltd +# Author URI https://www.keycaptcha.com +# License GNU GPL2 +# +# Copyright (C) 2011 Mersane, Ltd (www.keycaptcha.com). All rights reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License, +# version 2, as published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 2.0.0\n" +"Report-Msgid-Bugs-To: support@keycaptcha.com\n" +"POT-Creation-Date: 2010-11-26 13:01+0000\n" +"PO-Revision-Date: 2010-11-26 13:01+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: keycaptcha.php:192 +msgid "Settings" +msgstr "" + +#: keycaptcha.php:230 keycaptcha.php:247 +msgid "" +"Anti-spam: complete the task" + +msgstr "" + +#: keycaptcha.php:231 keycaptcha.php:248 keycaptcha.php:287 keycaptcha.php:316 +msgid "" +"You should turn on JavaScript on your browser. After that please reload the " +"page. Otherwise you won't be able to post any information on this site." +msgstr "" + +#: keycaptcha.php:272 keycaptcha.php:302 keycaptcha.php:336 +msgid "ERROR" +msgstr "" + +#: keycaptcha.php:272 keycaptcha.php:302 keycaptcha.php:336 +msgid "" +"The solution of task you submitted was incorrect. Please read the " +"instruction and try again." +msgstr "" + +#: keycaptcha.php:286 keycaptcha.php:315 +msgid "" +"To prevent automated registrations you should perform a task displayed below." +msgstr "" + +#: keycaptcha_admin.php:52 keycaptcha_settings.php:57 +msgid "Settings saved." +msgstr "" + +#: keycaptcha_admin.php:55 keycaptcha_settings.php:60 +msgid "KeyCAPTCHA Settings" +msgstr "" + +#: keycaptcha_admin.php:58 keycaptcha_settings.php:63 +msgid "General settings" +msgstr "" + +#: keycaptcha_admin.php:61 keycaptcha_settings.php:66 +msgid "Private key:" +msgstr "" + +#: keycaptcha_admin.php:67 keycaptcha_settings.php:72 +msgid "KeyCAPTCHA code:" +msgstr "" + +#: keycaptcha_admin.php:73 keycaptcha_settings.php:123 +msgid "KeyCAPTCHA Priview:" +msgstr "" + +#: keycaptcha_admin.php:82 +msgid "KeyCAPTCHA code is wrong. To get the correct code please register your site on " +msgstr "" + +#: keycaptcha_admin.php:91 keycaptcha_settings.php:141 +msgid "Save" +msgstr "" + +#: keycaptcha_settings.php:78 +msgid "KeyCAPTCHA on registration" +msgstr "" + +#: keycaptcha_settings.php:82 +msgid "Check this box to enable KeyCAPTCHA protection on the register form." +msgstr "" + +#: keycaptcha_settings.php:87 +msgid "KeyCAPTCHA on login" +msgstr "" + +#: keycaptcha_settings.php:91 +msgid "" +"Check this box to enable KeyCAPTCHA protection on the login form. This " +"option is supported by WordPress ver. 2.8 or above." +msgstr "" + +#: keycaptcha_settings.php:96 +msgid "KeyCAPTCHA on lost password" +msgstr "" + +#: keycaptcha_settings.php:100 +msgid "" +"Check this box to enable KeyCAPTCHA protection on \"Lost your password\" " +"form. This option is supported by WordPress ver. 2.7 or above." +msgstr "" + +#: keycaptcha_settings.php:105 +msgid "KeyCAPTCHA on Contact Form 7" +msgstr "" + +#: keycaptcha_settings.php:109 +msgid "" +"Check this box to enable KeyCAPTCHA protection on Contact Form 7.\n" +"\t\t\t\t\t\t\t\t\t
\n" +"\t\t\t\t\t\t\t\t\t
\n" +"\t\t\t\t\t\t\t\t\t

To integarte KeyCAPTCHA with Contact Form 7 " +"please use the following instuctions:\n" +"\t\t\t\t\t\t\t\t\t
\n" +"\t\t\t\t\t\t\t\t\t

    \n" +"\t\t\t\t\t\t\t\t\t\t
  1. Copy the following tag with square brackets " +"[keycaptcha]
  2. \n" +"\t\t\t\t\t\t\t\t\t\t
  3. Open the page with settings of Contact Form 7
  4. \n" +"\t\t\t\t\t\t\t\t\t\t
  5. Paste the copied tag into \"Form\" section above the " +"line which contains \"<p>[submit \"Send\"]</p>\"
  6. \n" +"\t\t\t\t\t\t\t\t\t

" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/lamp-version-checker/translation_file/languages/lamp-version-checker.pot b/spec/fixtures/dynamic_finders/plugin_version/lamp-version-checker/translation_file/languages/lamp-version-checker.pot new file mode 100644 index 00000000..59e416c7 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/lamp-version-checker/translation_file/languages/lamp-version-checker.pot @@ -0,0 +1,46 @@ +msgid "" +msgstr "" +"Project-Id-Version: LAMP Version Checker 0.7.1\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/lamp-version-checker\n" +"POT-Creation-Date: 2010-04-24 10:43+0000\n" +"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-KeywordsList: __;_e;_x:2c,1;_n:1,2;_n_noop:1,2;_c;__ngettext:1,2;__ngettext_noop:1,2\n" + +#. Plugin Name of the plugin/theme +msgid "LAMP Version Checker" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "http://wordpress.org/extend/plugins/lamp-version-checker/" +msgstr "" + +#. Description of the plugin/theme +msgid "Show versions of server applications: WordPress, PHP, MySQL, WebServer." +msgstr "" + +#. Author of the plugin/theme +msgid "IKEDA Yuriko" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://en.yuriko.net/" +msgstr "" + +#: lamp-version-checker.php:98 lamp-version-checker.php:119 +msgid "LAMP System Versions" +msgstr "" + +#: lamp-version-checker.php:98 +msgid "LAMP Versions" +msgstr "" + +#: lamp-version-checker.php:120 +msgid "" +"You can copy below infomation and submit at the support forums." +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/large-admin-bar/translation_file/langs/large_admin_bar-en_US.po b/spec/fixtures/dynamic_finders/plugin_version/large-admin-bar/translation_file/langs/large_admin_bar-en_US.po new file mode 100644 index 00000000..7983d80c --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/large-admin-bar/translation_file/langs/large_admin_bar-en_US.po @@ -0,0 +1,58 @@ +msgid "" +msgstr "" +"Project-Id-Version: Stronger Admin Bar v1.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-05-18 16:21:58+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: \n" +"X-Poedit-Country: \n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: \n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#. translators: plugin header field 'Author' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "silver530" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "http://profiles.wordpress.org/silver530" +msgstr "" + +#. translators: plugin header field 'Version' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "1.0" +msgstr "" + +#. translators: plugin header field 'Name' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "Stronger Admin Bar" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "http://wordpress.org/plugins/stronger-admin-bar" +msgstr "" + +#. translators: plugin header field 'Description' +#: stronger-admin-bar.php:0 +#@ stronger_admin_bar +msgid "Adds more space to the adnin bar from top and bottom to make it more useful." +msgstr "" + diff --git a/spec/fixtures/dynamic_finders/plugin_version/lean-media/translation_file/languages/lean-media.pot b/spec/fixtures/dynamic_finders/plugin_version/lean-media/translation_file/languages/lean-media.pot new file mode 100644 index 00000000..df38b5d9 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/lean-media/translation_file/languages/lean-media.pot @@ -0,0 +1,37 @@ +# Copyright (C) 2012 Lean Media +# This file is distributed under the same license as the Lean Media package. +msgid "" +msgstr "" +"Project-Id-Version: Lean Media 1.0\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/lean-media\n" +"POT-Creation-Date: 2012-12-28 06:28:53+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: lean-media.php:23 +msgid "Delete Large Images" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Lean Media" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "http://codemaster.fi/wordpress/plugins/lean-media/" +msgstr "" + +#. Description of the plugin/theme +msgid "Delete large image files" +msgstr "" + +#. Author of the plugin/theme +msgid "S H Mohanjith (Code Master Oy)" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://codemaster.fi/" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/login-dongle/translation_file/translations/login-dongle.pot b/spec/fixtures/dynamic_finders/plugin_version/login-dongle/translation_file/translations/login-dongle.pot new file mode 100644 index 00000000..dc0b3f57 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/login-dongle/translation_file/translations/login-dongle.pot @@ -0,0 +1,193 @@ +# Copyright (C) 2014 Login Dongle +# This file is distributed under the same license as the Login Dongle package. +msgid "" +msgstr "" +"Project-Id-Version: Login Dongle 1.5.2\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/login-dongle\n" +"POT-Creation-Date: 2014-09-30 14:11:19+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" + +#: LoginDongleSiteAdmin.php:34 +msgid "What did you expect?" +msgstr "" + +#: LoginDongleSiteAdmin.php:46 +msgid "Login Dongle Settings" +msgstr "" + +#: LoginDongleSiteAdmin.php:59 +msgid "Nice Settings" +msgstr "" + +#: LoginDongleSiteAdmin.php:61 +msgid "Message" +msgstr "" + +#: LoginDongleSiteAdmin.php:74 LoginDongleUserAdmin.php:244 +msgid "" +"Login Dongle makes the login for your personal use only, by means of a " +"conventional challenge >> response mechanism." +msgstr "" + +#: LoginDongleSiteAdmin.php:85 +msgid "Save changes" +msgstr "" + +#: LoginDongleSiteAdmin.php:114 +msgid "" +"When possible attackers try to log into your blog without the current login " +"dongle, \n" +"they will see this message. Use HTML as you like." +msgstr "" + +#: LoginDongleSiteAdmin.php:139 LoginDongleUserAdmin.php:288 +#: LoginDongleUserAdmin.php:301 +msgid "1 to %s chars." +msgstr "" + +#: LoginDongleUserAdmin.php:237 +msgid "Send on next update" +msgstr "" + +#: LoginDongleUserAdmin.php:238 +msgid "Show more" +msgstr "" + +#: LoginDongleUserAdmin.php:239 +msgid "Show less" +msgstr "" + +#: LoginDongleUserAdmin.php:249 +msgid "" +"The challenge and its expected response resemble passwords, but they are " +"fundamentally different.\n" +"This data is supposed to have enough complexity to deter the casual user of " +"your PC, if any. \n" +"So feel free to use simple pairs, but such that only you can easily " +"associate the response to the challenge, \n" +"while others will have a harder time. E.G. color >> ful. \n" +"(For your security, please do not use this example literally!)." +msgstr "" + +#: LoginDongleUserAdmin.php:258 +msgid "" +"You yourself won't be able to log into your blog without your most current " +"login dongle,\n" +"unless you disable this plugin right from the file system, \n" +"as described in the FAQ." +msgstr "" + +#: LoginDongleUserAdmin.php:265 +msgctxt "%s is \"Send on next update\"" +msgid "" +"To be able to log into your blog using a different browser or a different " +"system in the future,\n" +"check the %s option. After saving, you'll receive the bookmarklet " +"code by email." +msgstr "" + +#: LoginDongleUserAdmin.php:271 +msgid "" +"Whenever you change the challenge or the response, after saving remember to " +"refresh the generated\n" +"codes wherever you use them." +msgstr "" + +#: LoginDongleUserAdmin.php:280 +msgid "Challenge" +msgstr "" + +#: LoginDongleUserAdmin.php:289 +msgid "Leave this empty to be able to log in without a login dongle." +msgstr "" + +#: LoginDongleUserAdmin.php:293 +msgid "Response" +msgstr "" + +#: LoginDongleUserAdmin.php:302 +msgid "You'll have to remember where you put capital/non-capital letters." +msgstr "" + +#: LoginDongleUserAdmin.php:310 +msgid "Generated codes" +msgstr "" + +#: LoginDongleUserAdmin.php:315 +msgid "Raw bookmarklet" +msgstr "" + +#: LoginDongleUserAdmin.php:316 +msgid "better for SmartPhones" +msgstr "" + +#: LoginDongleUserAdmin.php:319 LoginDongleUserAdmin.php:335 +msgid "" +"Drag and drop this link " +"into your bookmarks bar\n" +"or copy the following code and paste it into the URL field of a new bookmark." +msgstr "" + +#: LoginDongleUserAdmin.php:331 +msgid "Encoded bookmarklet" +msgstr "" + +#: LoginDongleUserAdmin.php:332 +msgid "better for PCs" +msgstr "" + +#: LoginDongleUserAdmin.php:346 +msgid "XML-RPC endpoint" +msgstr "" + +#: LoginDongleUserAdmin.php:348 +msgid "" +"Configure the following URL into all the third-party apps accessing your " +"blog by means of XML-RPC\n" +"(E.G. mobile apps, \n" +"offline editing tools, and \n" +"so on)." +msgstr "" + +#: LoginDongleUserAdmin.php:395 +msgctxt "%s is a username" +msgid "encoded version of %s's bookmarklet source (better for PCs)" +msgstr "" + +#: LoginDongleUserAdmin.php:396 +msgctxt "%s is a username" +msgid "raw version of %s's bookmarklet source (better for SmartPhones)" +msgstr "" + +#: LoginDongleUserAdmin.php:397 +msgctxt "%s is a username" +msgid "XML-RPC URL for %s" +msgstr "" + +#. Plugin Name of the plugin/theme +msgid "Login Dongle" +msgstr "" + +#. Plugin URI of the plugin/theme +msgid "http://wordpress.org/extend/plugins/login-dongle/" +msgstr "" + +#. Description of the plugin/theme +msgid "The bookmark to login nobody but you. Simple and secure." +msgstr "" + +#. Author of the plugin/theme +msgid "Andrea Ercolino" +msgstr "" + +#. Author URI of the plugin/theme +msgid "http://andowebsit.es/blog/noteslog.com/" +msgstr "" diff --git a/spec/fixtures/dynamic_finders/plugin_version/login-redirect-url/translation_file/languages/login-redirect-url-de_DE.po b/spec/fixtures/dynamic_finders/plugin_version/login-redirect-url/translation_file/languages/login-redirect-url-de_DE.po new file mode 100644 index 00000000..c0b067f2 --- /dev/null +++ b/spec/fixtures/dynamic_finders/plugin_version/login-redirect-url/translation_file/languages/login-redirect-url-de_DE.po @@ -0,0 +1,139 @@ +msgid "" +msgstr "" +"Project-Id-Version: Login Redirect Url v0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: 2014-04-24 07:55:10+0000\n" +"Last-Translator: Frank Staude \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: CSL v1.x\n" +"X-Poedit-Language: German\n" +"X-Poedit-Country: GERMANY\n" +"X-Poedit-SourceCharset: utf-8\n" +"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" +"X-Poedit-Basepath: ../\n" +"X-Poedit-Bookmarks: \n" +"X-Poedit-SearchPath-0: .\n" +"X-Textdomain-Support: yes" + +#. translators: plugin header field 'Name' +#: login-redirect-url.php:0 +#@ login-redirect-url +msgid "Login Redirect Url" +msgstr "" + +#. translators: plugin header field 'PluginURI' +#: login-redirect-url.php:0 +#@ login-redirect-url +msgid "http://www.staude.net/wordpress/plugins/LoginRedirectUrl" +msgstr "" + +#. translators: plugin header field 'Description' +#: login-redirect-url.php:0 +#@ login-redirect-url +msgid "Redirect a User after login to a specified URL" +msgstr "" + +#. translators: plugin header field 'Author' +#: login-redirect-url.php:0 +#@ login-redirect-url +msgid "Frank Staude" +msgstr "" + +#. translators: plugin header field 'AuthorURI' +#: login-redirect-url.php:0 +#@ login-redirect-url +msgid "http://www.staude.net/" +msgstr "" + +#. translators: plugin header field 'Version' +#: login-redirect-url.php:0 +#@ login-redirect-url +msgid "0.1" +msgstr "" + +#: class-login-redirect-url.php:48 +#@ login-redirect-url +msgctxt "Userlist Columntitle" +msgid "Redirect URL" +msgstr "Umleitung (Login)" + +#: class-login-redirect-url.php:86 +#@ login-redirect-url +msgctxt "Backend Pagetitle" +msgid "Login Redirect URL" +msgstr "Umleitung nach Anmeldung" + +#: class-login-redirect-url.php:87 +#@ login-redirect-url +msgctxt "Backend Menutitle" +msgid "Login redirect" +msgstr "Benutzerumleitung" + +#: class-login-redirect-url.php:127 +#@ default +msgid "Settings" +msgstr "" + +#: class-login-redirect-url.php:127 +#@ login-redirect-url +msgid "Login redirect URL" +msgstr "Benutzerumleitung nach Anmeldung" + +#: class-login-redirect-url.php:128 +#@ login-redirect-url +msgid "Settings to redirect user after login." +msgstr "Einstellungen um Benutzer nach den Anmeldung auf eine andere Seite weiterzuleiten." + +#: class-login-redirect-url.php:136 +#@ login-redirect-url +msgid "Hostlist of allowed hosts, when redirecting to external hosts." +msgstr "Wenn Benutzer auf eine andere Webseite weitergeleitet werden sollen, dann müssen die Hostnamen hier angegeben werden. Ein Hostname pro Zeile (ohne HTTP://)" + +#: class-login-redirect-url.php:139 +#@ login-redirect-url +msgid "Save Changes" +msgstr "Änderungen speichern" + +#: class-login-redirect-url.php:208 +#@ login-redirect-url +msgid "User redirect to" +msgstr "Benutzer nach Anmeldung umleiten auf" + +#: class-login-redirect-url.php:211 +#@ login-redirect-url +msgid "Insert destination URL." +msgstr "Zieladresse" + +#: class-login-redirect-url.php:217 +#@ login-redirect-url +msgid "none page selected" +msgstr "Keine Seite ausgewählt" + +#: class-login-redirect-url.php:218 +#@ login-redirect-url +msgid "or select a page" +msgstr "Oder wählen Sie eine Seite" + +#: class-login-redirect-url.php:102 +#@ login-redirect-url +msgctxt "Plugin optionspage helptab" +msgid "Redirect URL" +msgstr "Umleitung" + +#: class-login-redirect-url.php:103 +#@ login-redirect-url +msgctxt "Plugin optionspage helptext" +msgid "To redirect users to exteral sites, this sites must be allowed in wordpress. " +msgstr "Damit ein Benutzer auf eine andere Webseite umgeleitet werden darf, muss diese Seite in WordPress erlaubt sein. Fügen sie auf dieser Seite weitere Webseiten (z.B. www.wordpress.org ) hinzu. " + +#: class-login-redirect-url.php:106 +#@ login-redirect-url +msgctxt "Plugin optionspage helptab sidebar" +msgid "For more Information about the plugin visit this site." +msgstr "Für mehr Informationen besuchen sie diese Webseite." + diff --git a/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html b/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html index 31c1b95a..89ad0c34 100644 --- a/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html +++ b/spec/fixtures/dynamic_finders/plugin_version/query_parameter_passive_all.html @@ -3217,6 +3217,10 @@ + + + + @@ -3378,6 +3382,11 @@ + + + + + @@ -3424,6 +3433,10 @@ + + + + @@ -3508,6 +3521,10 @@ + + + + @@ -3516,6 +3533,13 @@ + + + + + + + @@ -3555,6 +3579,10 @@ + + + + @@ -3575,6 +3603,22 @@ + + + + + + + + + + + + + + + + @@ -3615,6 +3659,11 @@ + + + + + @@ -3654,11 +3703,23 @@ + + + + + + + + + + + + @@ -3717,6 +3778,15 @@ + + + + + + + + + @@ -3737,6 +3807,10 @@ + + + + @@ -3747,6 +3821,10 @@ + + + + @@ -3761,6 +3839,10 @@ + + + + @@ -3841,6 +3923,10 @@ + + + + @@ -4678,6 +4764,10 @@ + + + + @@ -4935,6 +5025,10 @@ + + + + @@ -5107,6 +5201,11 @@ + + + + + @@ -5167,6 +5266,14 @@ + + + + + + + + @@ -5192,11 +5299,25 @@ + + + + + + + + + + + + + + @@ -6677,6 +6798,10 @@ + + + + @@ -7458,6 +7583,10 @@ + + + + diff --git a/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html b/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html index e9896973..b5913918 100644 --- a/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html +++ b/spec/fixtures/dynamic_finders/plugin_version/xpath_passive_all.html @@ -466,4 +466,11 @@ FooBox.ready(function() { + + + + + + + diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 16218e07..a594f261 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -16,6 +16,9 @@ RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end + + # For --only-failures / --next-failure + config.example_status_persistence_file_path = '/tmp/rspec_examples.txt' end def redefine_constant(constant, value)