Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
30f329fe43 | ||
|
|
4ce39951a9 | ||
|
|
0e9eb34626 | ||
|
|
0ff299c425 | ||
|
|
6366258ce9 | ||
|
|
bca69a026e | ||
|
|
adc26ea42a | ||
|
|
b16e8d84d7 | ||
|
|
5ee405d5a0 | ||
|
|
a5b9470636 |
@@ -1,4 +1,4 @@
|
||||
FROM ruby:2.6.2-alpine3.9 AS builder
|
||||
FROM ruby:2.6.3-alpine AS builder
|
||||
LABEL maintainer="WPScan Team <team@wpscan.org>"
|
||||
|
||||
ARG BUNDLER_ARGS="--jobs=8 --without test development"
|
||||
@@ -19,7 +19,7 @@ RUN rake install --trace
|
||||
RUN chmod -R a+r /usr/local/bundle
|
||||
|
||||
|
||||
FROM ruby:2.6.2-alpine3.9
|
||||
FROM ruby:2.6.3-alpine
|
||||
LABEL maintainer="WPScan Team <team@wpscan.org>"
|
||||
|
||||
RUN adduser -h /wpscan -g WPScan -D wpscan
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
<a href="https://badge.fury.io/rb/wpscan" target="_blank"><img src="https://badge.fury.io/rb/wpscan.svg"></a>
|
||||
<a href="https://travis-ci.org/wpscanteam/wpscan" target="_blank"><img src="https://travis-ci.org/wpscanteam/wpscan.svg?branch=master"></a>
|
||||
<a href="https://codeclimate.com/github/wpscanteam/wpscan" target="_blank"><img src="https://codeclimate.com/github/wpscanteam/wpscan/badges/gpa.svg"></a>
|
||||
<a href="https://www.patreon.com/wpscan" target="_blank"><img src="https://img.shields.io/badge/patreon-donate-green.svg"></a>
|
||||
</p>
|
||||
|
||||
# INSTALL
|
||||
|
||||
@@ -64,11 +64,12 @@ module WPScan
|
||||
# @return [ Hash ] The params for Typhoeus::Request
|
||||
# @note Those params can't be overriden by CLI options
|
||||
def request_params
|
||||
{
|
||||
@request_params ||= {
|
||||
timeout: 600,
|
||||
connecttimeout: 300,
|
||||
accept_encoding: 'gzip, deflate',
|
||||
cache_ttl: 0
|
||||
cache_ttl: 0,
|
||||
headers: { 'User-Agent' => Browser.instance.default_user_agent }
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
@@ -6,12 +6,14 @@ rescue StandardError => e
|
||||
raise "JSON parsing error in #{file} #{e}"
|
||||
end
|
||||
|
||||
# @return [ Symbol ]
|
||||
# Sanitize and classify a slug
|
||||
# @note As a class can not start with a digit or underscore, a D_ is
|
||||
# put as a prefix in such case. Ugly but well :x
|
||||
# Not only used to classify slugs though, but Dynamic Finder names as well
|
||||
# put as a prefix in such case. Ugly but well :x
|
||||
# Not only used to classify slugs though, but Dynamic Finder names as well
|
||||
#
|
||||
# @return [ Symbol ]
|
||||
def classify_slug(slug)
|
||||
classified = slug.to_s.tr('-', '_').camelize.to_s
|
||||
classified = slug.to_s.gsub(/[^a-z\d\-]/i, '-').gsub(/\-{1,}/, '_').camelize.to_s
|
||||
classified = "D_#{classified}" if classified[0] =~ /\d/
|
||||
|
||||
classified.to_sym
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
# Version
|
||||
module WPScan
|
||||
VERSION = '3.6.0'
|
||||
VERSION = '3.6.1'
|
||||
end
|
||||
|
||||
1045
spec/fixtures/db/dynamic_finders.yml
vendored
1045
spec/fixtures/db/dynamic_finders.yml
vendored
File diff suppressed because it is too large
Load Diff
233
spec/fixtures/dynamic_finders/expected.yml
vendored
233
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -1856,6 +1856,13 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/all-in-all-image-hover-effect/cu-framework/languages/zh_CN.po,
|
||||
Match: ''"Project-Id-Version: Codestar Framework 1.0.1'''
|
||||
all-in-one-analytics:
|
||||
QueryParameter:
|
||||
number: 1.0.1
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/all-in-one-analytics/public/js/analytics/analytics.min.js?ver=1.0.1
|
||||
confidence: 10
|
||||
all-in-one-event-calendar:
|
||||
QueryParameter:
|
||||
number: 2.5.28
|
||||
@@ -4070,6 +4077,14 @@ plugins:
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/bigcommerce/CHANGELOG.md, Match: ''## [2.0.1]'''
|
||||
bigideas:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/bigideas/public/css/ideas-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/bigideas/public/js/ideas-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
bigly-dropship:
|
||||
ComposerFile:
|
||||
number: '1.0'
|
||||
@@ -5230,6 +5245,19 @@ plugins:
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/browser-theme-colors/public/css/browser-theme-colors-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/browser-theme-colors/public/js/browser-theme-colors-public.js?ver=1.0.0
|
||||
browser-title-bar-animation:
|
||||
TranslationFile:
|
||||
number: 1.2.0
|
||||
found_by: Translation File (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/browser-title-bar-animation/languages/wp-tbas.pot,
|
||||
Match: ''Id-Version: Browser Title Bar Animation 1.2.0'''
|
||||
ChangeLog:
|
||||
number: 1.2.0
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/browser-title-bar-animation/changelog.txt,
|
||||
Match: ''Version 1.2.0'''
|
||||
browser-window-stats:
|
||||
TranslationFile:
|
||||
number: '1.1'
|
||||
@@ -6033,6 +6061,15 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/catch-scroll-progress-bar/public/css/catch-scroll-progress-bar-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/catch-scroll-progress-bar/public/js/catch-scroll-progress-bar-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
catch-social-share:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/catch-social-share/public/css/catch-social-share-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/catch-social-share/fonts/css/font-awesome.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/catch-social-share/public/js/catch-social-share-public.js?ver=1.0.0
|
||||
confidence: 30
|
||||
catch-under-construction:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
@@ -11045,6 +11082,13 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/enlighter/lang/Enlighter.pot, Match: ''"Project-Id-Version:
|
||||
Enlighter 3.5'''
|
||||
enter-title-here-changer:
|
||||
ChangeLog:
|
||||
number: 0.3.0
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/enter-title-here-changer/CHANGELOG.MD, Match:
|
||||
''## [0.3.0]'''
|
||||
entry-views:
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
@@ -11210,8 +11254,8 @@ plugins:
|
||||
number: 3.1.1
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- "http://wp.lab/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/eael.min.css?ver=3.1.1"
|
||||
- "http://wp.lab/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/eael.min.js?ver=3.1.1"
|
||||
- http://wp.lab/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/eael.min.css?ver=3.1.1
|
||||
- http://wp.lab/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/eael.min.js?ver=3.1.1
|
||||
confidence: 20
|
||||
essential-hover-effects:
|
||||
TranslationFile:
|
||||
@@ -13325,6 +13369,20 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/gdpr-compliance-by-supsystic/modules/gdpr/css/frontend.gdpr.css?ver=1.0.2
|
||||
- http://wp.lab/wp-content/plugins/gdpr-compliance-by-supsystic/modules/gdpr/js/frontend.gdpr.js?ver=1.0.2
|
||||
confidence: 20
|
||||
gdpr-cookie-banner:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/gdpr-cookie-banner/public/css/gdpr-cookie-banner-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/gdpr-cookie-banner/public/js/gdpr-cookie-banner-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
found_by: Translation File (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/gdpr-cookie-banner/languages/gdpr-cookie-banner.pot,
|
||||
Match: ''"Project-Id-Version: GDPR Cookie Banner 1.0.0'''
|
||||
gdpr-cookie-compliance:
|
||||
QueryParameter:
|
||||
number: 1.0.1
|
||||
@@ -16109,6 +16167,14 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/index-press/lang/index-press.pot, Match:
|
||||
''ion of the WordPress plugin Index Press 1.0'''
|
||||
indianwebs-pideme-cambios:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/indianwebs-pideme-cambios/public/css/pideme_cambios-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/indianwebs-pideme-cambios/public/js/pideme_cambios-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
indianwebs-whatsapp-submit:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
@@ -16293,6 +16359,14 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot,
|
||||
Match: ''-Id-Version: Insert Headers and Footers 1.4.4'''
|
||||
insert-image-alt-text:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/insert-image-alt-text/public/css/insert-image-alt-text-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/insert-image-alt-text/public/js/insert-image-alt-text-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
insert-post-from-front-end-with-featured-image:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
@@ -18682,6 +18756,14 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/login-and-logout-redirect/CHANGELOG.md,
|
||||
Match: ''## 1.0.5'''
|
||||
login-as-user:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/login-as-user/public/css/public.min.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/login-as-user/public/js/public.min.js?ver=1.0.0
|
||||
confidence: 20
|
||||
login-customizer:
|
||||
ChangeLog:
|
||||
number: 1.2.1
|
||||
@@ -20114,6 +20196,23 @@ plugins:
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/melonpan-block-images/build/melonpan-block-images-front.css?ver=1.0.0
|
||||
confidence: 10
|
||||
member-chimp:
|
||||
QueryParameter:
|
||||
number: 1.0.13
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp-layout.css?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp-style.css?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp.css?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp-media.css?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-tiptip/jquery-tiptip.js?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-toggles/jquery-toggles.js?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-modal/jquery-modal.js?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-selectize/jquery-selectize.js?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-raty/jquery-raty.js?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-mcp/jquery-mcp.js?ver=1.0.13
|
||||
- http://wp.lab/wp-content/plugins/member-chimp/assets/js/frontend/memberchimp.js?ver=1.0.13
|
||||
confidence: 100
|
||||
memberlite-elements:
|
||||
QueryParameter:
|
||||
number: '1.0'
|
||||
@@ -20185,6 +20284,14 @@ plugins:
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/menu-icons/CHANGELOG.md, Match: ''## v0.11.4'''
|
||||
menu-import-export:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/menu-import-export/public/css/menu-import-export-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/menu-import-export/public/js/menu-import-export-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
menu-item-duplicator:
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
@@ -21129,6 +21236,13 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/multisite-admin-notices/languages/multisite-admin-notices.pot,
|
||||
Match: ''ect-Id-Version: multisite-admin-notices 0.1.2'''
|
||||
multisite-blog-alias:
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
found_by: Translation File (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/multisite-blog-alias/languages/multisite-blog-alias.pot,
|
||||
Match: ''roject-Id-Version: Multisite Blog Alias 1.0.0'''
|
||||
multisite-directory:
|
||||
TranslationFile:
|
||||
number: 0.2.3
|
||||
@@ -23608,6 +23722,19 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/photonic/languages/photonic.po, Match: ''SmugMug,
|
||||
500px, Zenfolio and Instagram 1.64'''
|
||||
php-console-log:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/php-console-log/js/php-console-log.js?ver=1.0.0
|
||||
confidence: 10
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
found_by: Translation File (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/php-console-log/languages/php-console-log.pot,
|
||||
Match: ''"Project-Id-Version: PHP Console Log 1.0.0'''
|
||||
phphtmllib:
|
||||
VersionFile:
|
||||
number: 2.6.8.3578
|
||||
@@ -28361,6 +28488,13 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/share-this-image/assets/css/sti.css?ver=1.04
|
||||
- http://wp.lab/wp-content/plugins/share-this-image/assets/js/sti.js?ver=1.04
|
||||
confidence: 20
|
||||
share-to-microsoft-teams:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/share-to-microsoft-teams/css/ms-teams-share.css?ver=1.0.0
|
||||
confidence: 10
|
||||
share-to-social-bookmarking:
|
||||
QueryParameter:
|
||||
number: '1.6'
|
||||
@@ -32882,6 +33016,15 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/total-team-lite/assets/js/jquery.mCustomScrollbar.concat.min.js?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/total-team-lite/assets/js/jquery.colorbox.js?ver=1.0.0
|
||||
confidence: 100
|
||||
tour-booking:
|
||||
QueryParameter:
|
||||
number: '1.0'
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/tour-booking/front/css/style.css?ver=1.0
|
||||
- http://wp.lab/wp-content/plugins/tour-booking/front/css/responsive.css?ver=1.0
|
||||
- http://wp.lab/wp-content/plugins/tour-booking/front/js/script.js?ver=1.0
|
||||
confidence: 30
|
||||
tour-operator-activities:
|
||||
ComposerFile:
|
||||
number: 1.1.0
|
||||
@@ -35620,6 +35763,16 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/webcamconsult/public/css/webcamconsult-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/webcamconsult/public/js/webcamconsult-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
webhotelier:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/webhotelier/public/css/flatpickr.min.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/webhotelier/public/css/wp-webhotelier-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/webhotelier/public/js/flatpickr.js?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/webhotelier/public/js/wp-webhotelier-public.js?ver=1.0.0
|
||||
confidence: 40
|
||||
webiots-teamshowcase:
|
||||
QueryParameter:
|
||||
number: '1.0'
|
||||
@@ -35711,6 +35864,14 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/website-importer/languages/plugin-name.pot,
|
||||
Match: ''"Project-Id-Version: TODO 1.0.0'''
|
||||
website-password-protection:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/website-password-protection/public/css/website-password-protection-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/website-password-protection/public/js/website-password-protection-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
webtexttool:
|
||||
Comment:
|
||||
number: 1.6.0
|
||||
@@ -36288,8 +36449,7 @@ plugins:
|
||||
number: 2.1.5
|
||||
found_by: Comment (Passive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/, Match: ''Google+ and Twitter Card Tags
|
||||
2.1.5'''
|
||||
- 'http://wp.lab/, Match: ''Google+ and Twitter Card Tags 2.1.5'''
|
||||
wonderplugin-slider-lite:
|
||||
QueryParameter:
|
||||
number: '6.2'
|
||||
@@ -36416,6 +36576,21 @@ plugins:
|
||||
- http://wp.lab/wp-content/plugins/woo-authorize-net/public/css/woo-authorizenet-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-authorize-net/public/js/woo-authorizenet-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
woo-badge-designer-lite:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//font-awesome.min.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fontawesome.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fa-brands.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fa-regular.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fa-solid.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//elegant-icons.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//linear-style.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css/wobd-frontend.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/woo-badge-designer-lite/js/wobd-frontend.js?ver=1.0.0
|
||||
confidence: 90
|
||||
woo-best-selling-products:
|
||||
QueryParameter:
|
||||
number: 1.1.0
|
||||
@@ -36617,6 +36792,13 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/woo-eftsecure-gateway/changelog.txt, Match:
|
||||
''= 1.0.3'''
|
||||
woo-elite-licenser-addon:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/woo-elite-licenser-addon/css/elite-woo-license.css?ver=1.0.0
|
||||
confidence: 10
|
||||
woo-estimated-shipping-date:
|
||||
TranslationFile:
|
||||
number: 3.0.2
|
||||
@@ -36802,6 +36984,13 @@ plugins:
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/woo-notification/CHANGELOG.txt, Match: ''1.2.2.3'''
|
||||
woo-oc-product-filter:
|
||||
QueryParameter:
|
||||
number: '1.0'
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/woo-oc-product-filter/includes/js/ocpf_front.js?ver=1.0
|
||||
confidence: 10
|
||||
woo-one-click-upsell-funnel:
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
@@ -37175,6 +37364,13 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/woo-subscription-extras/i18n/languages/woo-subscription-extras.pot,
|
||||
Match: ''ersion: WooCommerce Subscription Extras 1.0.3'''
|
||||
woo-suggestion-engine:
|
||||
ChangeLog:
|
||||
number: 1.0.0
|
||||
found_by: Change Log (Aggressive Detection)
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/woo-suggestion-engine/CHANGELOG.txt, Match:
|
||||
''version 1.0.0'''
|
||||
woo-super-product-box:
|
||||
QueryParameter:
|
||||
number: '1.0'
|
||||
@@ -38735,6 +38931,14 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/wp-call-to-action-widget/changelog.txt,
|
||||
Match: ''Version 1.0'''
|
||||
wp-campaigns:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/wp-campaigns/public/css/wpex-campaigns-public.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/wp-campaigns/public/js/wpex-campaigns-public.js?ver=1.0.0
|
||||
confidence: 20
|
||||
wp-car-manager:
|
||||
QueryParameter:
|
||||
number: 1.3.5
|
||||
@@ -39698,6 +39902,13 @@ plugins:
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/wp-font-awesome/font-awesome/css/font-awesome.min.css?ver=1.5
|
||||
confidence: 10
|
||||
wp-food:
|
||||
QueryParameter:
|
||||
number: '1.0'
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/wp-food/js/ex_s_lick/ex_s_lick.js?ver=1.0
|
||||
confidence: 10
|
||||
wp-force-logout:
|
||||
TranslationFile:
|
||||
number: 1.0.0
|
||||
@@ -41955,6 +42166,14 @@ plugins:
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/wp-tab-anchors/wp-tab-anchors.js?ver=1.3.0
|
||||
confidence: 10
|
||||
wp-table-builder:
|
||||
QueryParameter:
|
||||
number: 1.0.0
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/wp-table-builder/inc/frontend/css/wp-table-builder-frontend.css?ver=1.0.0
|
||||
- http://wp.lab/wp-content/plugins/wp-table-builder/inc/frontend/js/wp-table-builder-frontend.js?ver=1.0.0
|
||||
confidence: 20
|
||||
wp-table-reloaded:
|
||||
TranslationFile:
|
||||
number: 1.9.4
|
||||
@@ -44061,6 +44280,12 @@ plugins:
|
||||
interesting_entries:
|
||||
- 'http://wp.lab/wp-content/plugins/zigaform-calculator-cost-estimation-form-builder-lite/change_log.txt,
|
||||
Match: ''Version 3.9.8.5'''
|
||||
QueryParameter:
|
||||
number: 3.9.9.6.8
|
||||
found_by: Query Parameter (Passive Detection)
|
||||
interesting_entries:
|
||||
- http://wp.lab/wp-content/plugins/zigaform-calculator-cost-estimation-form-builder-lite/assets/frontend/js/iframe/4.1.1/iframeResizer.min.js?ver=3.9.9.6.8
|
||||
confidence: 10
|
||||
zigaform-form-builder-lite:
|
||||
LinkInHomepage:
|
||||
number: 3.7.8
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
Version 1.2.0 - 20th July 2019
|
||||
New: Countdown animation effect added.
|
||||
|
||||
Version 1.1.0 - 16th July 2019
|
||||
New: When to apply animation option added in admin settings.
|
||||
|
||||
Version 1.0.0 - 15th July 2019
|
||||
- Initial Release
|
||||
@@ -0,0 +1,191 @@
|
||||
# Copyright (C) 2019 Sandesh
|
||||
# This file is distributed under the same license as the Browser Title Bar Animation package.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Browser Title Bar Animation 1.2.0\n"
|
||||
"Report-Msgid-Bugs-To: "
|
||||
"https://wordpress.org/support/plugin/browser-title-bar-animation\n"
|
||||
"POT-Creation-Date: 2019-07-20 06:55:08+00:00\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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-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"
|
||||
"X-Poedit-Basepath: ../\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
"X-Poedit-Bookmarks: \n"
|
||||
"X-Textdomain-Support: yes\n"
|
||||
"X-Generator: grunt-wp-i18n 1.0.3\n"
|
||||
|
||||
#: classes/class-tbas-admin.php:42
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:55 classes/class-tbas-admin.php:56
|
||||
#: classes/class-tbas-admin.php:72 classes/class-tbas-metabox.php:76
|
||||
msgid "Title Bar Animation"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:85
|
||||
msgid "Support"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:86
|
||||
msgid "Got a question? I'm happy to help!"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:87
|
||||
msgid "Submit a Ticket »"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:103
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:111 classes/class-tbas-metabox.php:122
|
||||
msgid "Enable Title Bar Animation"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:118
|
||||
msgid "Enable Title Bar Animation Globally"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:125
|
||||
msgid "Apply Animation"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:132 classes/class-tbas-metabox.php:142
|
||||
msgid "When to apply animation?"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:134 classes/class-tbas-metabox.php:139
|
||||
msgid "Always"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:135 classes/class-tbas-metabox.php:140
|
||||
msgid "When user switch to another tab"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:143 classes/class-tbas-admin.php:150
|
||||
#: classes/class-tbas-metabox.php:149
|
||||
msgid "Animation Type"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:152 classes/class-tbas-metabox.php:153
|
||||
msgid "Typing"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:153 classes/class-tbas-metabox.php:154
|
||||
msgid "Scrolling"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:154 classes/class-tbas-metabox.php:155
|
||||
msgid "Blinking"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:155 classes/class-tbas-metabox.php:156
|
||||
msgid "Countdown"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:169
|
||||
msgid "Animation Examples"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:176 classes/class-tbas-metabox.php:163
|
||||
msgid "Animation Speed"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:183
|
||||
msgid "Animation speed"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:190 classes/class-tbas-metabox.php:172
|
||||
msgid "Animation Title"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:197 classes/class-tbas-admin.php:225
|
||||
#: classes/class-tbas-metabox.php:175
|
||||
msgid ""
|
||||
"Animation will apply on this title. If empty, default title will consider "
|
||||
"as animation title."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:204 classes/class-tbas-metabox.php:180
|
||||
msgid "Countdown Duration"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:211
|
||||
msgid "Time in minutes"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:217 classes/class-tbas-metabox.php:189
|
||||
msgid "Countdown Title"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-admin.php:224
|
||||
msgid "{{countdown}}"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:112
|
||||
msgid "Override Global Settings"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:115
|
||||
msgid "Enable this to override global settings"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:126
|
||||
msgid "Yes"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:127
|
||||
msgid "No"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:135
|
||||
msgid "Animation Show"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:166
|
||||
msgid "Animation speed. eg. 1000 for 1second"
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:183
|
||||
msgid "Duration in minutes."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:192
|
||||
msgid "User {{countdown}} tag."
|
||||
msgstr ""
|
||||
|
||||
#: classes/class-tbas-metabox.php:193
|
||||
msgid "You can use {{countdown}} tag in string."
|
||||
msgstr ""
|
||||
|
||||
#. Plugin Name of the plugin/theme
|
||||
msgid "Browser Title Bar Animation"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin/theme
|
||||
msgid "https://www.techiesandesh.com/"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin/theme
|
||||
msgid "Don't lose visitors. Catch the user's attention."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin/theme
|
||||
msgid "Sandesh"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin/theme
|
||||
msgid "https://sandeshjangam.com/"
|
||||
msgstr ""
|
||||
27
spec/fixtures/dynamic_finders/plugin_version/enter-title-here-changer/change_log/CHANGELOG.MD
vendored
Normal file
27
spec/fixtures/dynamic_finders/plugin_version/enter-title-here-changer/change_log/CHANGELOG.MD
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# Enter Title Here Changer Changelog
|
||||
|
||||
## [0.3.0] - July 9, 2019
|
||||
- Improved: More information is added to readme.txt files
|
||||
- Removed: Remove support for GitHub Updater
|
||||
- Changed: Plugin URI has been change to the WordPress repos URI
|
||||
- Fixed: Fix the undefined error when trying to create a new quick draft in dashboard
|
||||
|
||||
[0.3.0]: https://github.com/TremiDkhar/enter-title-here-changer/compare/0.2.0...0.3.0
|
||||
|
||||
## [0.2.0] - July 8, 2019
|
||||
- Uploaded to WordPress.org - `Birthday of Enter Title Here Changer`
|
||||
- Improved: Club all the settings functions inside settings class
|
||||
- Removed: Remove unnecessary methods
|
||||
|
||||
[0.2.0]: https://github.com/TremiDkhar/enter-title-here-changer/compare/0.1.1...0.2.0
|
||||
|
||||
## [0.1.1] - July 7, 2019
|
||||
- Added: Add support for Custom Post Type
|
||||
- Added: Add uninstaller settings to delete data when plugin is removed
|
||||
- Added: Add default plugin data
|
||||
- Fixed: Check the settings is set before output in the settings field
|
||||
|
||||
[0.1.1]: https://github.com/TremiDkhar/enter-title-here-changer/compare/0.1.0...0.1.1
|
||||
|
||||
## 0.1.0 - July 5, 2019
|
||||
- Initial Release
|
||||
@@ -0,0 +1,141 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GDPR Cookie Banner 1.0.0\n"
|
||||
"POT-Creation-Date: 2019-06-25 15:36+0530\n"
|
||||
"PO-Revision-Date: 2019-06-25 15:39+0530\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
"X-Poedit-Basepath: ..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Poedit-KeywordsList: __;_e;_x;_ex;_n;_nx;_n_noop;_nx_noop;"
|
||||
"translate_nooped_plural;esc_html__;esc_html_e;esc_html_x;"
|
||||
"esc_attr__;esc_attr_e;esc_attr_x\n"
|
||||
"X-Poedit-SearchPath-0: .\n"
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:117
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:137
|
||||
msgid "General Settings"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:138
|
||||
msgid "Banner Message"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:139
|
||||
msgid "Banner Position"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:140
|
||||
msgid "Banner Size"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:141
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:142
|
||||
msgid "Banner Font"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:143
|
||||
msgid "Banner Font Size"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:154
|
||||
msgid "Settings For GDPR Cookie Banner"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:170
|
||||
msgid "Banner Message Goes Here....."
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:192
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:198
|
||||
msgid "Bottom"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:193
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:199
|
||||
msgid "Top"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:215
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:222
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:229
|
||||
msgid "Large"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:216
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:223
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:230
|
||||
msgid "Medium"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:217
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:224
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:231
|
||||
msgid "Small"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:248
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:257
|
||||
msgid "Dark"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:249
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:258
|
||||
msgid "Light"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:312
|
||||
msgid "GDPR Cookie Banner"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:353
|
||||
msgid "Banner Message cannot be blank"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:371
|
||||
msgid "Banner Position field is required"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:375
|
||||
msgid "Banner Position field is not valid"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:393
|
||||
msgid "Banner Size field is required"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:397
|
||||
msgid "Banner Size field is not valid"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:424
|
||||
msgid "Banner Font field is required"
|
||||
msgstr ""
|
||||
|
||||
#: admin/class-gdpr-cookie-banner-admin.php:439
|
||||
msgid "Banner Font Size field is required"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/gdpr-cookie-banner-admin-display.php:49
|
||||
#: admin/partials/gdpr-cookie-banner-admin-display.php:55
|
||||
msgid "Privacy Policy"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/gdpr-cookie-banner-admin-display.php:59
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
|
||||
#: admin/partials/gdpr-cookie-banner-admin-display.php:60
|
||||
msgid "Link Copied!!"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,240 @@
|
||||
# Copyright (C) 2019 Jörn Lund
|
||||
# This file is distributed under the same license as the Multisite Blog Alias plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Multisite Blog Alias 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/multisite-blog-alias\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"POT-Creation-Date: 2019-07-16T14:23:15+00:00\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: WP-CLI 2.1.0\n"
|
||||
"X-Domain: multisite-blog-alias\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Multisite Blog Alias"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/mcguffin/multisite-blog-alias"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Alias Domains for Blogs"
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Jörn Lund"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/mcguffin"
|
||||
msgstr ""
|
||||
|
||||
#: index.php:67
|
||||
msgid "The Multisite Blog Alias plugin requires a WordPress multisite installation."
|
||||
msgstr ""
|
||||
|
||||
#: index.php:68
|
||||
msgid "It has been deactivated."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/Ajax.php:67
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:483
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/Ajax.php:72
|
||||
msgid "View"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/Ajax.php:75
|
||||
msgid "Error message:"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/Ajax.php:80
|
||||
msgid "Last Redirect to:"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:70
|
||||
msgid "Uninstall"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:80
|
||||
msgid "Sorry, you are not allowed to install plugins."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:96
|
||||
msgid "Multisite Blog Alias Setup"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:101
|
||||
msgid "The plugin is well configured. The instructions are kept for documentation purposes."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:108
|
||||
msgid "The plugin could not write to the filesystem."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:109
|
||||
msgid "Please change the following."
|
||||
msgstr ""
|
||||
|
||||
#. translators: Sunrise file location
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:140
|
||||
msgid "Insert the following code into %s:"
|
||||
msgstr ""
|
||||
|
||||
#. translators: Sunrise file location
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:143
|
||||
msgid "Create a file %s with the following code:"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:174
|
||||
msgid "Sorry, you are not allowed to run the uninstall procedere."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:196
|
||||
msgid "Uninstall Plugin?"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:197
|
||||
msgid "Uninstalling the plugin will remove the Blog Alias table from the database and deactivate the plugin."
|
||||
msgstr ""
|
||||
|
||||
#. Translators: %d number of alias domains
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:201
|
||||
msgid "%d Alias Domain will be deleted."
|
||||
msgid_plural "%d Alias Domains will be deleted."
|
||||
msgstr[0] ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:204
|
||||
msgid "No, back to plugins"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:205
|
||||
msgid "Yes, Uninstall now!"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:369
|
||||
msgid "Alias Domains"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:445
|
||||
msgid "Not Configured:"
|
||||
msgstr ""
|
||||
|
||||
#. Translators: link to setup page
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:448
|
||||
msgid "Multisite Blog Alias is not configured. Please visit %s for instructions."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:452
|
||||
msgid "the setup page"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:460
|
||||
msgid "Alias created"
|
||||
msgstr ""
|
||||
|
||||
#. translators: number of deleted entries
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:463
|
||||
msgid "%d entry deleted"
|
||||
msgid_plural "%d entries deleted"
|
||||
msgstr[0] ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:466
|
||||
msgid "The Alias already exists."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:467
|
||||
msgid "Invalid domain name"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:468
|
||||
msgid "Deletion failed"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:469
|
||||
msgid "A different Blog is already using this domain."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:470
|
||||
msgid "Something went wrong..."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:473
|
||||
msgid "Error:"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:480
|
||||
msgid "Visit other Blog"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:491
|
||||
msgid "Notice:"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:492
|
||||
#: include/BlogAlias/Model/ModelAliasDomains.php:76
|
||||
msgid "The domain matches the site URL of this blog."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:524
|
||||
msgid "Add Domain Alias"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:535
|
||||
msgid "Add"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:542
|
||||
msgid "Domain Aliases"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:546
|
||||
msgid "– No Domain Aliases –"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:554
|
||||
msgid "Alias Domain"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:555
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:583
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:600
|
||||
msgid "Check Status"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Admin/NetworkAdmin.php:602
|
||||
msgid "Remove All"
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Model/ModelAliasDomains.php:60
|
||||
msgid "Domain alias not found."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Model/ModelAliasDomains.php:69
|
||||
msgid "WP-Site for this alias could not be found."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Model/ModelAliasDomains.php:74
|
||||
msgid "The domain is already used by another site."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Model/ModelAliasDomains.php:92
|
||||
msgid "The domain is unreachable."
|
||||
msgstr ""
|
||||
|
||||
#: include/BlogAlias/Model/ModelAliasDomains.php:99
|
||||
msgid "The domain or a redirect does not point to this blog."
|
||||
msgstr ""
|
||||
@@ -0,0 +1,241 @@
|
||||
# PHP Console Log.
|
||||
# Copyright (C) 2019 Marcus Viar
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PHP Console Log 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: marcus@marcusviar.com\n"
|
||||
"POT-Creation-Date: 2019-07-06 18:16-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: includes/php-console-log-menu.php:20 includes/php-console-log-menu.php:21
|
||||
msgid "PHP Console Log Help"
|
||||
msgstr ""
|
||||
|
||||
#: includes/php-console-log-menu.php:40
|
||||
msgid "Help"
|
||||
msgstr ""
|
||||
|
||||
#: includes/php-console-log-scripts.php:65
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
|
||||
#: includes/php-console-log-scripts.php:66
|
||||
msgid "Line"
|
||||
msgstr ""
|
||||
|
||||
#: includes/php-console-log-scripts.php:67
|
||||
msgid "Args"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:39
|
||||
msgid "None."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:39
|
||||
msgid "loads first."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:77
|
||||
msgid "Important:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:78
|
||||
msgid ""
|
||||
"For security and performance on a production site, make sure to deactivate "
|
||||
"this plugin and remove all calls to"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:78
|
||||
#: pages/php-console-log-page-help.php:85
|
||||
#: pages/php-console-log-page-help.php:207
|
||||
#: pages/php-console-log-page-help.php:211
|
||||
msgid "My String or Array"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:78
|
||||
msgid ""
|
||||
"from your PHP code before going live to avoid exposing your PHP variables to "
|
||||
"the public."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:80
|
||||
msgid "Plugins That Load Before PHP Console Log"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:81
|
||||
msgid ""
|
||||
"PHP Console Log's functions are not accessible to any plugins that load "
|
||||
"before PHP Console Log is loaded. Therefore, Any plugins listed here will "
|
||||
"not be able to use PHP Console Log features."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:84
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:85
|
||||
msgid "Place the"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:85
|
||||
msgid ""
|
||||
"function anywhere in your WordPress plugin PHP code. The value(s) "
|
||||
"you pass into"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:85
|
||||
msgid "will be logged to the web console in your browser."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:88
|
||||
msgid "Pass in a string:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:98
|
||||
msgid "Pass in an array:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:111
|
||||
msgid "Pass in an associative array:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:124
|
||||
msgid ""
|
||||
"Pass in an unlimited number of arguments nested to an unlimited depth (multi-"
|
||||
"dimensional array):"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:150
|
||||
msgid "Opening Web Console in your browser:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:156
|
||||
msgid ""
|
||||
"Press Command + Option + J (Mac) or Control + Shift + J (Windows, Linux, "
|
||||
"Chrome OS) to jump straight into the Console panel."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:158
|
||||
#: pages/php-console-log-page-help.php:167
|
||||
#: pages/php-console-log-page-help.php:175
|
||||
msgid "source"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:163
|
||||
msgid ""
|
||||
"Select Web Console from the Web Developer submenu in the Firefox Menu (or "
|
||||
"Tools menu if you display the menu bar or are on Mac OS X)."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:165
|
||||
msgid "OR"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:166
|
||||
msgid ""
|
||||
"Press the Ctrl + Shift + K (Command + Option + K on OS X) keyboard shortcut."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:172
|
||||
msgid "Select Develop menu in the menu bar, choose Show JavaScript Console."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:174
|
||||
msgid ""
|
||||
"If you dont see the Develop menu in the menu bar, choose Safari > "
|
||||
"Preferences, click Advanced, then select \"Show Develop menu in menu bar\"."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:180
|
||||
msgid "Troubleshooting:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:181
|
||||
msgid ""
|
||||
"The most common reasons that cause PHP Console Log to fail when logging your "
|
||||
"information to the web console are:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:186
|
||||
#: pages/php-console-log-page-help.php:196
|
||||
#: pages/php-console-log-page-help.php:206
|
||||
#: pages/php-console-log-page-help.php:216
|
||||
msgid "Cause:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:187
|
||||
msgid "The PHP Console log plugin is not activated."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:190
|
||||
#: pages/php-console-log-page-help.php:200
|
||||
#: pages/php-console-log-page-help.php:210
|
||||
#: pages/php-console-log-page-help.php:220
|
||||
msgid "Solution:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:191
|
||||
msgid "Activate the PHP Console Log Plugin."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:197
|
||||
msgid ""
|
||||
"Another plugin has changed the order in which your plugins load. Making the "
|
||||
"PHP Console Log functions not available yet."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:201
|
||||
msgid ""
|
||||
"PHP Console Log updates the order in which plugins are loaded any time a "
|
||||
"plugin is activated or deactivated. However, it is still possible for other "
|
||||
"plugins to change the order in which plugins load afterwards. Deactivate any "
|
||||
"plugins that change the order in which your plugins load."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:207
|
||||
msgid "was called inside a block of code that was not run."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:211
|
||||
msgid "Make sure the function you called"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:211
|
||||
msgid "in is run via an action or filter hook such as:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:211
|
||||
msgid "Or call"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:211
|
||||
msgid "outside of any other functions in a file that you know is run."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:217
|
||||
msgid "PHP throws errors."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:217
|
||||
msgid "Side Note:"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:217
|
||||
msgid "Make sure you are using"
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:217
|
||||
msgid "in your wp-config.php file so you can see PHP errors."
|
||||
msgstr ""
|
||||
|
||||
#: pages/php-console-log-page-help.php:221
|
||||
msgid "Fix the error that PHP is showing you. Then try again."
|
||||
msgstr ""
|
||||
@@ -612,6 +612,10 @@
|
||||
<link rel="stylesheet" id="ak_akucom-css" href="http://wp.lab/wp-content/plugins/alkivia/style.css?ver=0.10.4" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- all-in-one-analytics -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/all-in-one-analytics/public/js/analytics/analytics.min.js?ver=1.0.1"></script>
|
||||
|
||||
|
||||
<!-- all-in-one-event-calendar -->
|
||||
<link rel="stylesheet" id="ai1ec_style-css" href="//wp.lab/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.5.28" type="text/css" media="all">
|
||||
|
||||
@@ -1439,6 +1443,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/bigcommerce/assets/js/dist/scripts.min.js?ver=2.0.1-5.38.03.06.2019"></script>
|
||||
|
||||
|
||||
<!-- bigideas -->
|
||||
<link rel="stylesheet" id="ideas-css" href="http://wp.lab/wp-content/plugins/bigideas/public/css/ideas-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/bigideas/public/js/ideas-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- billbee-auftragsabwicklung-warenwirtschaft-automatisierung -->
|
||||
<link rel="stylesheet" id="billbee-css" href="http://wp.lab/wp-content/plugins/billbee-auftragsabwicklung-warenwirtschaft-automatisierung/public/css/billbee-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/billbee-auftragsabwicklung-warenwirtschaft-automatisierung/public/js/billbee-public.js?ver=1.0.0"></script>
|
||||
@@ -2228,6 +2237,12 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/catch-scroll-progress-bar/public/js/catch-scroll-progress-bar-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- catch-social-share -->
|
||||
<link rel="stylesheet" id="catch-social-share-css" href="http://wp.lab/wp-content/plugins/catch-social-share/public/css/catch-social-share-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="font-awesome-css" href="http://wp.lab/wp-content/plugins/catch-social-share/fonts/css/font-awesome.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/catch-social-share/public/js/catch-social-share-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- catch-under-construction -->
|
||||
<link rel="stylesheet" id="catch-under-construction-css" href="http://wp.lab/wp-content/plugins/catch-under-construction/public/css/catch-under-construction-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/catch-under-construction/public/js/catch-under-construction-public.js?ver=1.0.0"></script>
|
||||
@@ -4755,6 +4770,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/gdpr-compliance-by-supsystic/modules/gdpr/js/frontend.gdpr.js?ver=1.0.2"></script>
|
||||
|
||||
|
||||
<!-- gdpr-cookie-banner -->
|
||||
<link rel="stylesheet" id="gdpr-cookie-banner-css" href="http://wp.lab/wp-content/plugins/gdpr-cookie-banner/public/css/gdpr-cookie-banner-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/gdpr-cookie-banner/public/js/gdpr-cookie-banner-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- gdpr-cookie-compliance -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/gdpr-cookie-compliance/dist/scripts/main.js?ver=1.0.1"></script>
|
||||
<link rel="stylesheet" id="moove_gdpr_frontend-css" href="http://wp.lab/wp-content/plugins/gdpr-cookie-compliance/dist/styles/gdpr-main.css?ver=1.0.1" type="text/css" media="all">
|
||||
@@ -5741,6 +5761,11 @@
|
||||
<link rel="stylesheet" id="ibwp-public-style-css" href="http://wp.lab/wp-content/plugins/inboundwp-lite/assets/css/ibwp-public.css?ver=1.0.1" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- indianwebs-pideme-cambios -->
|
||||
<link rel="stylesheet" id="pideme_cambios-css" href="http://wp.lab/wp-content/plugins/indianwebs-pideme-cambios/public/css/pideme_cambios-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/indianwebs-pideme-cambios/public/js/pideme_cambios-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- indianwebs-whatsapp-submit -->
|
||||
<link rel="stylesheet" id="whatsapp_submit-css" href="http://wp.lab/wp-content/plugins/indianwebs-whatsapp-submit/public/css/whatsapp_submit-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/indianwebs-whatsapp-submit/public/js/whatsapp_submit-public.js?ver=1.0.0"></script>
|
||||
@@ -5817,6 +5842,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/innvonix-testimonials/assets/js/innvonix-custom.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- insert-image-alt-text -->
|
||||
<link rel="stylesheet" id="insert-image-alt-text-css" href="http://wp.lab/wp-content/plugins/insert-image-alt-text/public/css/insert-image-alt-text-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/insert-image-alt-text/public/js/insert-image-alt-text-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- insert-post-from-front-end-with-featured-image -->
|
||||
<link rel="stylesheet" id="insert_post_from_front_end-css" href="http://wp.lab/wp-content/plugins/insert-post-from-front-end-with-featured-image/public/css/insert_post_from_front_end-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/insert-post-from-front-end-with-featured-image/public/js/insert_post_from_front_end-public.js?ver=1.0.0"></script>
|
||||
@@ -6735,6 +6765,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/login-and-logout-redirect/public/js/login-and-logout-redirect-public.js?ver=1.0.4"></script>
|
||||
|
||||
|
||||
<!-- login-as-user -->
|
||||
<link rel="stylesheet" id="Login as User-css" href="http://wp.lab/wp-content/plugins/login-as-user/public/css/public.min.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/login-as-user/public/js/public.min.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- login-ip-restriction -->
|
||||
<link rel="stylesheet" id="login-ip-restriction-css" href="http://wp.lab/wp-content/plugins/login-ip-restriction/public/css/login-ip-restriction-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/login-ip-restriction/public/js/login-ip-restriction-public.js?ver=1.0.0"></script>
|
||||
@@ -7293,6 +7328,20 @@
|
||||
<link rel="stylesheet" id="melonpan-block-images-front-css" href="http://wp.lab/wp-content/plugins/melonpan-block-images/build/melonpan-block-images-front.css?ver=1.0.0" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- member-chimp -->
|
||||
<link rel="stylesheet" id="memberchimp-layout-css" href="http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp-layout.css?ver=1.0.13" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="memberchimp-style-css" href="http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp-style.css?ver=1.0.13" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="memberchimp-general-css" href="http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp.css?ver=1.0.13" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="memberchimp-media-css" href="http://wp.lab/wp-content/plugins/member-chimp/assets/css/memberchimp-media.css?ver=1.0.13" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-tiptip/jquery-tiptip.js?ver=1.0.13"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-toggles/jquery-toggles.js?ver=1.0.13"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-modal/jquery-modal.js?ver=1.0.13"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-selectize/jquery-selectize.js?ver=1.0.13"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-raty/jquery-raty.js?ver=1.0.13"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/jquery-mcp/jquery-mcp.js?ver=1.0.13"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/member-chimp/assets/js/frontend/memberchimp.js?ver=1.0.13"></script>
|
||||
|
||||
|
||||
<!-- memberlite-elements -->
|
||||
<link rel="stylesheet" id="memberlite_elements_frontend-css" href="http://wp.lab/wp-content/plugins/memberlite-elements/css/memberlite-elements.css?ver=1.0" type="text/css" media="all">
|
||||
|
||||
@@ -7322,6 +7371,11 @@
|
||||
<link rel="stylesheet" id="menu-icons-extra-css" href="http://wp.lab/wp-content/plugins/menu-icons/css/extra.min.css?ver=0.10.2" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- menu-import-export -->
|
||||
<link rel="stylesheet" id="menu-import-export-css" href="http://wp.lab/wp-content/plugins/menu-import-export/public/css/menu-import-export-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/menu-import-export/public/js/menu-import-export-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- menu-manager -->
|
||||
<link rel="stylesheet" id="superfish_css-css" href="http://wp.lab/wp-content/plugins/menu-manager/display/styles/superfish.css?ver=1.0.4" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="menu-manager_css-css" href="http://wp.lab/wp-content/plugins/menu-manager/display/styles/menu-manager.css?ver=1.0.4" type="text/css" media="all">
|
||||
@@ -8649,6 +8703,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/photonic/include/scripts/photonic.js?ver=1.64"></script>
|
||||
|
||||
|
||||
<!-- php-console-log -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/php-console-log/js/php-console-log.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- phzoom -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/phzoom/phzoom.js?ver=1.2.92"></script>
|
||||
|
||||
@@ -10418,6 +10476,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/share-this-image/assets/js/sti.js?ver=1.04"></script>
|
||||
|
||||
|
||||
<!-- share-to-microsoft-teams -->
|
||||
<link rel="stylesheet" id="microsoft_teams_styles-css" href="http://wp.lab/wp-content/plugins/share-to-microsoft-teams/css/ms-teams-share.css?ver=1.0.0" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- share-to-social-bookmarking -->
|
||||
<link rel="stylesheet" id="share_to_social_bookmarking-css" href="http://wp.lab/wp-content/plugins/share-to-social-bookmarking/style.css?ver=1.6" type="text/css" media="all">
|
||||
|
||||
@@ -12186,6 +12248,12 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/total-team-lite/assets/js/jquery.colorbox.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- tour-booking -->
|
||||
<link rel="stylesheet" id="tourbooking_css-css" href="http://wp.lab/wp-content/plugins/tour-booking/front/css/style.css?ver=1.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="tourbooking_css_responsive-css" href="http://wp.lab/wp-content/plugins/tour-booking/front/css/responsive.css?ver=1.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/tour-booking/front/js/script.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- tour-operator-search -->
|
||||
<link rel="stylesheet" id="lsx_to_search-css" href="http://wp.lab/wp-content/plugins/tour-operator-search/assets/css/to-search.css?ver=1.1.1" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/tour-operator-search/assets/js/vendor/jquery.touchSwipe.min.js?ver=1.1.1"></script>
|
||||
@@ -13240,6 +13308,13 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/webcamconsult/public/js/webcamconsult-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- webhotelier -->
|
||||
<link rel="stylesheet" id="wp-webhotelier-flatpickr-css" href="http://wp.lab/wp-content/plugins/webhotelier/public/css/flatpickr.min.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wp-webhotelier-css" href="http://wp.lab/wp-content/plugins/webhotelier/public/css/wp-webhotelier-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/webhotelier/public/js/flatpickr.js?ver=1.0.0"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/webhotelier/public/js/wp-webhotelier-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- webiots-teamshowcase -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/webiots-teamshowcase/assets/js/owl.carousel.js?ver=1.0"></script>
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/webiots-teamshowcase/assets/js/teamshowcase.js?ver=1.0"></script>
|
||||
@@ -13272,6 +13347,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/website-importer/public/assets/js/public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- website-password-protection -->
|
||||
<link rel="stylesheet" id="website-password-protection-css" href="http://wp.lab/wp-content/plugins/website-password-protection/public/css/website-password-protection-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/website-password-protection/public/js/website-password-protection-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- wechat-shop-download -->
|
||||
<link rel="stylesheet" id="jquery-loading-css" href="http://wp.lab/wp-content/plugins/wechat-shop-download/assets/css/jquery.loading.min.css?ver=1.0.2" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wshop-css" href="http://wp.lab/wp-content/plugins/wechat-shop-download/assets/css/wshop.css?ver=1.0.2" type="text/css" media="all">
|
||||
@@ -13524,6 +13604,18 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-authorize-net/public/js/woo-authorizenet-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- woo-badge-designer-lite -->
|
||||
<link rel="stylesheet" id="wobd-fontawesome-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//font-awesome.min.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wobd-fontawesome1-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fontawesome.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wobd-fa-brands-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fa-brands.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wobd-fa-regular-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fa-regular.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wobd-fa-solid-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//fa-solid.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="elegant-icons-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//elegant-icons.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="linear-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css//linear-style.css?ver=1.0.0" type="text/css" media="all">
|
||||
<link rel="stylesheet" id="wobd-frontend-style-css" href="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/css/wobd-frontend.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-badge-designer-lite/js/wobd-frontend.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- woo-best-selling-products -->
|
||||
<link rel="stylesheet" id="woobsp_widget_css-css" href="http://wp.lab/wp-content/plugins/woo-best-selling-products/assets/woobsp-styles.css?ver=1.1.0" type="text/css" media="all">
|
||||
|
||||
@@ -13590,6 +13682,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-easy-view/public/js/r_wev_search-public.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- woo-elite-licenser-addon -->
|
||||
<link rel="stylesheet" id="elite-woo-css-css" href="http://wp.lab/wp-content/plugins/woo-elite-licenser-addon/css/elite-woo-license.css?ver=1.0.0" type="text/css" media="">
|
||||
|
||||
|
||||
<!-- woo-extra-cart-fee -->
|
||||
<link rel="stylesheet" id="woo-extra-cart-fee-css" href="http://wp.lab/wp-content/plugins/woo-extra-cart-fee/public/css/woo-extra-cart-fee-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-extra-cart-fee/public/js/woo-extra-cart-fee-public.js?ver=1.0.0"></script>
|
||||
@@ -13604,6 +13700,10 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-mobile-bottom-bar/public/js/public.min.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- woo-oc-product-filter -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-oc-product-filter/includes/js/ocpf_front.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- woo-open-graph -->
|
||||
<link rel="stylesheet" id="woo-open-graph-css" href="http://wp.lab/wp-content/plugins/woo-open-graph/public/css/woo-open-graph-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/woo-open-graph/public/js/woo-open-graph-public.js?ver=1.0.0"></script>
|
||||
@@ -14095,6 +14195,11 @@
|
||||
<link rel="stylesheet" id="wp-business-essentials-css" href="http://wp.lab/wp-content/plugins/wp-business-essentials/public/css/wp-business-essentials-public.css?ver=0.3" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- wp-campaigns -->
|
||||
<link rel="stylesheet" id="wp-campaigns-css" href="http://wp.lab/wp-content/plugins/wp-campaigns/public/css/wpex-campaigns-public.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-campaigns/public/js/wpex-campaigns-public.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- wp-car-manager -->
|
||||
<link rel="stylesheet" id="wpcm_css_frontend-css" href="http://wp.lab/wp-content/plugins/wp-car-manager/assets/css/frontend.css?ver=1.3.5" type="text/css" media="all">
|
||||
|
||||
@@ -14496,6 +14601,10 @@
|
||||
<link rel="stylesheet" id="fontawesome-css-css" href="http://wp.lab/wp-content/plugins/wp-font-awesome/font-awesome/css/font-awesome.min.css?ver=1.5" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- wp-food -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-food/js/ex_s_lick/ex_s_lick.js?ver=1.0"></script>
|
||||
|
||||
|
||||
<!-- wp-foundation-shortcodes -->
|
||||
<link rel="stylesheet" id="wp-foundation-shortcodes-css" href="http://wp.lab/wp-content/plugins/wp-foundation-shortcodes/stylesheets/app.css?ver=0.8.5" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-foundation-shortcodes/js/app.js?ver=0.8.5"></script>
|
||||
@@ -15461,6 +15570,11 @@
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-tab-anchors/wp-tab-anchors.js?ver=1.3.0"></script>
|
||||
|
||||
|
||||
<!-- wp-table-builder -->
|
||||
<link rel="stylesheet" id="wp-table-builder-css" href="http://wp.lab/wp-content/plugins/wp-table-builder/inc/frontend/css/wp-table-builder-frontend.css?ver=1.0.0" type="text/css" media="all">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-table-builder/inc/frontend/js/wp-table-builder-frontend.js?ver=1.0.0"></script>
|
||||
|
||||
|
||||
<!-- wp-tag-manager-event -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/wp-tag-manager-event/js/wp-tag-manager-event.js?ver=1.0"></script>
|
||||
|
||||
@@ -16268,6 +16382,10 @@
|
||||
<link rel="stylesheet" id="zerowp-social-profiles-styles-css" href="http://wp.lab/wp-content/plugins/zerowp-social-profiles/assets/css/styles.css?ver=1.1.3" type="text/css" media="all">
|
||||
|
||||
|
||||
<!-- zigaform-calculator-cost-estimation-form-builder-lite -->
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/zigaform-calculator-cost-estimation-form-builder-lite/assets/frontend/js/iframe/4.1.1/iframeResizer.min.js?ver=3.9.9.6.8"></script>
|
||||
|
||||
|
||||
<!-- ziyarat-ashura -->
|
||||
<link rel="stylesheet" id="za_css-css" href="http://wp.lab/wp-content/plugins/ziyarat-ashura/css/style.css?ver=1.0.0" type="text/css" media="">
|
||||
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ziyarat-ashura/js/za-js.js?ver=1.0.0"></script>
|
||||
|
||||
2
spec/fixtures/dynamic_finders/plugin_version/woo-suggestion-engine/change_log/CHANGELOG.txt
vendored
Normal file
2
spec/fixtures/dynamic_finders/plugin_version/woo-suggestion-engine/change_log/CHANGELOG.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/*1.0.0 - 2019.07.16*/
|
||||
- Release version 1.0.0
|
||||
@@ -47,7 +47,7 @@ describe WPScan::DB::DynamicFinders::Plugin do
|
||||
describe '.create_versions_finders' do
|
||||
# handled and tested in spec/lib/finders/dynamic_finders/plugin_version_spec
|
||||
|
||||
describe 'Try to create the finders twice' do
|
||||
context 'When trying to create the finders twice' do
|
||||
# let's just test one slug, no need to test them all
|
||||
let(:slug) { '12-step-meeting-list' }
|
||||
|
||||
@@ -57,6 +57,14 @@ describe WPScan::DB::DynamicFinders::Plugin do
|
||||
expect { WPScan::DB::DynamicFinders::Plugin.create_versions_finders(slug) }.to_not raise_error
|
||||
end
|
||||
end
|
||||
|
||||
context 'when the slug contains non alpha-numeric chars' do
|
||||
let(:slug) { 'test.something' }
|
||||
|
||||
it 'sanitize it and does not raise an error' do
|
||||
expect { WPScan::DB::DynamicFinders::Plugin.create_versions_finders(slug) }.to_not raise_error
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
describe '.version_finder_super_class' do
|
||||
|
||||
18
spec/lib/helper_spec.rb
Normal file
18
spec/lib/helper_spec.rb
Normal file
@@ -0,0 +1,18 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
describe '#classify_slug' do
|
||||
{
|
||||
'slug' => :Slug,
|
||||
'slug-usual' => :SlugUsual,
|
||||
'12-slug' => :D_12Slug,
|
||||
'slug.s' => :SlugS,
|
||||
'slug yolo $' => :SlugYolo,
|
||||
'slug $ ab.cd/12' => :SlugAbCd12
|
||||
}.each do |slug, expected_symbol|
|
||||
context "when #{slug}" do
|
||||
it "returns #{expected_symbol}" do
|
||||
expect(classify_slug(slug)).to eql expected_symbol
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency 'rake', '~> 12.3'
|
||||
s.add_development_dependency 'rspec', '~> 3.8.0'
|
||||
s.add_development_dependency 'rspec-its', '~> 1.3.0'
|
||||
s.add_development_dependency 'rubocop', '~> 0.72.0'
|
||||
s.add_development_dependency 'rubocop', '~> 0.73.0'
|
||||
s.add_development_dependency 'rubocop-performance', '~> 1.4.0'
|
||||
s.add_development_dependency 'simplecov', '~> 0.16.1'
|
||||
s.add_development_dependency 'stackprof', '~> 0.2.12'
|
||||
|
||||
Reference in New Issue
Block a user