From 28306b126b60efb46cdbbe7bcc97d7c1726d73a3 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Wed, 24 Apr 2019 17:32:25 +0100 Subject: [PATCH] Adds DFs --- spec/fixtures/db/dynamic_finders.yml | 158 ++++++++++++++ spec/fixtures/dynamic_finders/expected.yml | 179 ++++++++++++++++ .../change_log/changelog.txt | 14 ++ .../endnotes/change_log/changelog.txt | 9 + .../change_log/CHANGELOG.md | 192 ++++++++++++++++++ .../featured-posts/change_log/changelog.txt | 35 ++++ .../flickr-me/change_log/changelog.txt | 35 ++++ .../change_log/changelog.txt | 27 +++ .../change_log/CHANGELOG.md | 10 + .../change_log/changelog.txt | 16 ++ .../mobile-menu/change_log/changelog.txt | 130 ++++++++++++ .../change_log/CHANGELOG.txt | 16 ++ .../portfolio-mgmt/change_log/changelog.txt | 135 ++++++++++++ .../real-membership/change_log/changelog.txt | 13 ++ .../change_log/changelog.md | 46 +++++ .../trailblaze/change_log/changelog.txt | 63 ++++++ .../twounter/change_log/changelog.txt | 10 + .../change_log/changelog.txt | 17 ++ .../whizz/change_log/change_log.txt | 87 ++++++++ .../wiredrive-player/change_log/CHANGELOG.md | 109 ++++++++++ .../woo-shipperhq/change_log/CHANGELOG.md | 72 +++++++ .../change_log/changelog.txt | 39 ++++ .../change_log/changelog.txt | 25 +++ .../change_log/changelog.txt | 153 ++++++++++++++ .../wp-flexslider/change_log/changelog.txt | 47 +++++ .../change_log/changelog.txt | 5 + .../wp-snippets/change_log/changelog.md | 13 ++ .../wponion/change_log/CHANGELOG.md | 154 ++++++++++++++ 28 files changed, 1809 insertions(+) create mode 100644 spec/fixtures/dynamic_finders/plugin_version/e-commerce-by-salescart/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/endnotes/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/fa-wp-admin-menu-icons/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/featured-posts/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/flickr-me/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/fp-foundation-assistant/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/healthengine-online-booking-widget-installer/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/mindvalley-shortcut-framework/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/mobile-menu/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/nextgen-image-cropper/change_log/CHANGELOG.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/portfolio-mgmt/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/real-membership/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/skybox-checkout-for-woocommerce/change_log/changelog.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/trailblaze/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/twounter/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/vw-notes-files-downloader/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/whizz/change_log/change_log.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wiredrive-player/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/woo-shipperhq/change_log/CHANGELOG.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/woocommerce-pay-to-upload-modification/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wp-custom-sidebars/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wp-customer-reviews/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wp-flexslider/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wp-hrm-lite-human-resource-management-system/change_log/changelog.txt create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wp-snippets/change_log/changelog.md create mode 100644 spec/fixtures/dynamic_finders/plugin_version/wponion/change_log/CHANGELOG.md diff --git a/spec/fixtures/db/dynamic_finders.yml b/spec/fixtures/db/dynamic_finders.yml index e5fdf614..114d57ca 100644 --- a/spec/fixtures/db/dynamic_finders.yml +++ b/spec/fixtures/db/dynamic_finders.yml @@ -7508,6 +7508,12 @@ plugins: - assets/js/admin_contact.js pattern: !ruby/regexp /ver=v(?\d+\.[\.\d]+)/ version: true + e-commerce-by-salescart: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /\*+ V E R \s+ (?\d+\.[\.\d]+)/i + version: true e2pdf: QueryParameter: files: @@ -8426,6 +8432,12 @@ plugins: xpath: //meta[@name="generator"]/@content version: true pattern: !ruby/regexp /empty framework (?\d+\.[\.\d]+)/i + endnotes: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Endnotes (?\d+\.[\.\d]+)(?!.*Endnotes \d+\.[\.\d]+)/mi + version: true energ1zer: QueryParameter: files: @@ -9094,6 +9106,12 @@ plugins: - assets/css/public.min.css - assets/js/public.min.js version: true + fa-wp-admin-menu-icons: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /\#\# \[v(?\d+\.[\.\d]+)\]/i + version: true face-live-chat: QueryParameter: files: @@ -9364,6 +9382,12 @@ plugins: files: - assets/css/wpfp-public.css version: true + featured-posts: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /Changed from [\d\.]+ to (?\d+\.[\.\d]+)/i + version: true featured-posts-widget: QueryParameter: files: @@ -9576,6 +9600,12 @@ plugins: - public/css/flexy-breadcrumb-public.css - public/js/flexy-breadcrumb-public.js version: true + flickr-me: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Flickr Me (?\d+\.[\.\d]+)(?!.*Flickr Me \d+\.[\.\d]+)/mi + version: true flickr-shortcode-importer: TranslationFile: class: BodyPattern @@ -10002,6 +10032,13 @@ plugins: files: - css/foxyshop.css version: true + fp-foundation-assistant: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^\s+[\d\.]{8,} \- Version (?\d+\.[\.\d]+)(?!.*[\d\.]{8,} + \- Version \d+\.[\.\d]+)/mi + version: true fpp-pano: ChangeLog: class: BodyPattern @@ -11578,6 +11615,13 @@ plugins: - public/js/healthcare-review-master-public.js - public/js/jquery.easy-ticker.min.js version: true + healthengine-online-booking-widget-installer: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#\# \[(?\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\] + \- [\d\-]+)/mi + version: true heart-this: QueryParameter: files: @@ -15710,6 +15754,12 @@ plugins: path: lang/mind-body.pot pattern: !ruby/regexp /"Project\-Id\-Version:\ (?\d+\.[\.\d]+)/i version: true + mindvalley-shortcut-framework: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi + version: true minerva-knowledge-base-lite: QueryParameter: files: @@ -15789,6 +15839,12 @@ plugins: path: languages/mobile-dj-manager.pot pattern: !ruby/regexp /oject\-Id\-Version:\ MDJM Event Management (?\d+\.[\.\d]+)/i version: true + mobile-menu: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi + version: true mobile-switcher: QueryParameter: files: @@ -16668,6 +16724,12 @@ plugins: Comment: pattern: !ruby/regexp /\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi + version: true nextgen-public-deletor: QueryParameter: files: @@ -18411,6 +18473,13 @@ plugins: - public/css/elastic_grid.min.css - public/js/ims-portfolio-public.js version: true + portfolio-mgmt: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Portfolio Mgmt\. (?\d+\.[\.\d]+)(?!.*Portfolio Mgmt\. + \d+\.[\.\d]+)/mi + version: true portfolio-toolkit: TranslationFile: class: BodyPattern @@ -19776,6 +19845,13 @@ plugins: files: - "/assets/fonts/font-awesome/css/font-awesome.min.css" version: true + real-membership: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^\#\# \[(?\d+\.[\.\d]+)\] \- [\d\-]+(?!.*\#\# \[\d+\.[\.\d]+\] + \- [\d\-]+)/mi + version: true really-static: TranslationFile: class: BodyPattern @@ -22568,6 +22644,12 @@ plugins: path: changelog.txt pattern: !ruby/regexp /(?\d+\.[\.\d]+)/ version: true + skybox-checkout-for-woocommerce: + ChangeLog: + class: BodyPattern + path: changelog.md + pattern: !ruby/regexp /^\#+ \[(?\d+\.[\.\d]+)\](?!.*\#+ \[\d+\.[\.\d]+\])/mi + version: true slate: TranslationFile: class: BodyPattern @@ -25083,6 +25165,12 @@ plugins: path: languages/trail-manager.pot pattern: !ruby/regexp '/"Project\-Id\-Version: Trail Manager (?\d+\.[\.\d]+)/i' version: true + trailblaze: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Trailblaze (?\d+\.[\.\d]+)(?!.*Trailblaze \d+\.[\.\d]+)/mi + version: true traktivity: ComposerFile: class: ConfigParser @@ -25348,6 +25436,13 @@ plugins: xpath: //meta[@name="twitvid"]/@content version: true pattern: !ruby/regexp /twitvid\/(?\d+\.[\.\d]+)/i + twounter: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^== Version (?\d+\.[\.\d]+) ==(?!.*== Version \d+\.[\.\d]+ + ==)/mi + version: true tx-onepager: MetaTag: class: Xpath @@ -26511,6 +26606,12 @@ plugins: - public/css/vvbc-in-store-product-categories-public.css - public/js/vvbc-in-store-product-categories-public.js version: true + vw-notes-files-downloader: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^=(?\d+\.[\.\d]+)=(?!.*=\d+\.[\.\d]+=)/mi + version: true vw-property-listing: ChangeLog: class: BodyPattern @@ -27279,6 +27380,11 @@ plugins: path: languages/whizz-es_ES.po pattern: !ruby/regexp '/"Project\-Id\-Version: WHIZZ (?\d+\.[\.\d]+)/i' version: true + ChangeLog: + class: BodyPattern + path: change_log.txt + pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi + version: true whois-dashboard-widget: QueryParameter: files: @@ -27439,6 +27545,11 @@ plugins: files: - js/wd-player.js version: true + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true wishlist-woocommerce: QueryParameter: files: @@ -28141,6 +28252,12 @@ plugins: - public/css/isswscr-public.css - public/js/isswscr-public.js version: true + woo-shipperhq: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp /^\#+ (?\d+\.[\.\d]+)(?!.*\#+ \d+\.[\.\d]+)/mi + version: true woo-shop-customizer: QueryParameter: files: @@ -28596,6 +28713,12 @@ plugins: path: languages/woocommerce-pagseguro.pot pattern: !ruby/regexp /oject\-Id\-Version:\ WooCommerce PagSeguro (?\d+\.[\.\d]+)/i version: true + woocommerce-pay-to-upload-modification: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /[\d\.]{8,} \- Version\s+(?\d+\.[\.\d]+)/i + version: true woocommerce-payfast-gateway: ChangeLog: class: BodyPattern @@ -29739,12 +29862,23 @@ plugins: - public/js/validator/formValidation.min.js - public/js/validator/bootstrap-validator.min.js version: true + wp-custom-sidebars: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /= v(?\d+\.[\.\d]+)/i + version: true wp-customer-reviews: QueryParameter: files: - css/wp-customer-reviews-generated.css.php - js/wp-customer-reviews.js version: true + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /= (?:\d+\.[\.\d]+ \/ )?(?\d+\.[\.\d]+) =/i + version: true wp-dashboard-beacon: TranslationFile: class: BodyPattern @@ -30135,6 +30269,12 @@ plugins: path: changelog.md pattern: !ruby/regexp /\#\# (?\d+\.[\.\d]+)/ version: true + wp-flexslider: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /= v(?\d+\.[\.\d]+)/i + version: true wp-flickity: QueryParameter: files: @@ -30372,6 +30512,12 @@ plugins: xpath: //comment()[contains(., "WP-HOTWords")] pattern: !ruby/regexp '/WP\-HOTWords vers[^o]+o: (?\d+\.[\.\d]+)/i' version: true + wp-hrm-lite-human-resource-management-system: + ChangeLog: + class: BodyPattern + path: changelog.txt + pattern: !ruby/regexp /^Version:? (?\d+\.[\.\d]+)(?!.*Version:? \d+\.[\.\d]+)/mi + version: true wp-hrms: QueryParameter: files: @@ -31640,6 +31786,12 @@ plugins: files: - public/css/wp-snapcam-public.css version: true + wp-snippets: + ChangeLog: + class: BodyPattern + path: changelog.md + pattern: !ruby/regexp /= v(?[\d]+) =/i + version: true wp-snowfall: QueryParameter: files: @@ -32681,6 +32833,12 @@ plugins: files: - public/css/wpnextpreviouslink-public.css version: true + wponion: + ChangeLog: + class: BodyPattern + path: CHANGELOG.md + pattern: !ruby/regexp '/\#\# \[Beta : (?\d+\.[\.\d]+)\]/i' + version: true wpos-owl-carousel-ultimate: QueryParameter: files: diff --git a/spec/fixtures/dynamic_finders/expected.yml b/spec/fixtures/dynamic_finders/expected.yml index b6f4df6d..34010a8d 100644 --- a/spec/fixtures/dynamic_finders/expected.yml +++ b/spec/fixtures/dynamic_finders/expected.yml @@ -9216,6 +9216,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/dynast-admin-panel/assets/js/admin_contact.js?ver=v1.0 confidence: 10 + e-commerce-by-salescart: + ChangeLog: + number: 1.0.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/e-commerce-by-salescart/changelog.txt, Match: + ''*********************** V E R 1.0.0''' e2pdf: QueryParameter: number: 1.00.08 @@ -10346,6 +10353,13 @@ plugins: found_by: Meta Tag (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''empty framework 2.6''' + endnotes: + ChangeLog: + number: 1.0.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/endnotes/changelog.txt, Match: ''Endnotes + 1.0.1''' energ1zer: QueryParameter: number: 1.1.1 @@ -11167,6 +11181,13 @@ plugins: - http://wp.lab/wp-content/plugins/fa-video-popup/assets/css/public.min.css?ver=1.0.1 - http://wp.lab/wp-content/plugins/fa-video-popup/assets/js/public.min.js?ver=1.0.1 confidence: 20 + fa-wp-admin-menu-icons: + ChangeLog: + number: 3.6.0 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/fa-wp-admin-menu-icons/CHANGELOG.md, Match: + ''## [v3.6.0]''' face-live-chat: QueryParameter: number: '1.0' @@ -11501,6 +11522,13 @@ plugins: confidence: 10 interesting_entries: - http://wp.lab/wp-content/plugins/featured-post-creative/assets/css/wpfp-public.css?ver=1.1 + featured-posts: + ChangeLog: + number: 0.2.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/featured-posts/changelog.txt, Match: ''Changed + from 0.2 to 0.2.1''' featured-posts-widget: QueryParameter: number: '1.0' @@ -11775,6 +11803,13 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/flexy-breadcrumb/public/css/flexy-breadcrumb-public.css?ver=1.0.3 - http://wp.lab/wp-content/plugins/flexy-breadcrumb/public/js/flexy-breadcrumb-public.js?ver=1.0.3 + flickr-me: + ChangeLog: + number: 1.0.6 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/flickr-me/changelog.txt, Match: ''Flickr + Me 1.0.6''' flickr-shortcode-importer: TranslationFile: number: 2.2.3 @@ -12304,6 +12339,14 @@ plugins: interesting_entries: - http://wp.lab/wp-content/plugins/foxyshop/css/foxyshop.css?ver=4.7.3 confidence: 10 + fp-foundation-assistant: + ChangeLog: + number: 1.1.2 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - |- + http://wp.lab/wp-content/plugins/fp-foundation-assistant/changelog.txt, Match: ' + 2018.03.03 - version 1.1.2' fpp-pano: ChangeLog: number: 1.0.1 @@ -14234,6 +14277,13 @@ plugins: - http://wp.lab/wp-content/plugins/healthcare-review-master/public/js/healthcare-review-master-public.js?ver=1.0.0 - http://wp.lab/wp-content/plugins/healthcare-review-master/public/js/jquery.easy-ticker.min.js?ver=1.0.0 confidence: 30 + healthengine-online-booking-widget-installer: + ChangeLog: + number: 1.0.1 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/healthengine-online-booking-widget-installer/CHANGELOG.md, + Match: ''## [1.0.1] - 18-01-2019''' heart-this: QueryParameter: number: 0.1.0 @@ -19369,6 +19419,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/mind-body-api-integration/lang/mind-body.pot, Match: ''"Project-Id-Version: 1.0.0''' + mindvalley-shortcut-framework: + ChangeLog: + number: 0.1.2 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/mindvalley-shortcut-framework/changelog.txt, + Match: ''Version: 0.1.2''' minerva-knowledge-base-lite: QueryParameter: number: '1.0' @@ -19471,6 +19528,13 @@ plugins: interesting_entries: - 'http://wp.lab/wp-content/plugins/mobile-dj-manager/languages/mobile-dj-manager.pot, Match: ''oject-Id-Version: MDJM Event Management 1.4.7.7''' + mobile-menu: + ChangeLog: + number: 2.7.3 + found_by: Change Log (Aggressive Detection) + interesting_entries: + - 'http://wp.lab/wp-content/plugins/mobile-menu/changelog.txt, Match: ''Version + 2.7.3''' mobile-switcher: QueryParameter: number: 1.0.0 @@ -20577,6 +20641,13 @@ plugins: found_by: Comment (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''sub_field` function if it uses `wponion_add_element` +2. Core - changed meterial => material + +--- + +## [Beta : 0.0.4] - 08/11/2018 +### Major Redevelopment Done + +--- + +## [Beta : 0.0.3] - 07/11/2018 +### Major Redevelopment Work Going On + +--- + +## [Beta : 0.0.2] - 25/7/2018 +### Added +1. Field Type - Datepicker +2. Field Type - Content +3. Field Type - Background +4. Field Type - Upload +5. Field Type - WPListTable +6. WP Module - User Profile +7. Core Lib - Markdown Parser + +### Changed +1. Core - WPOnion Now Works on `after_setup_theme` instead of `init` hook +2. Core Helper - Migrated All JSON Files into PHP Array and saved them in `data/` folder to make it bit faster +3. Field Type - Icon Field has option to **enable** / **disable** certain icon framework + +### Fixed +1. Spelling mistake - ( horizontal ) +2. WP Module - WC Metabox Style Updated + +### Removed +1. CSS - FontAwesome +2. CSS - TypeIcons +3. CSS - BoxIcons +4. JS - OverlayScrollBars +5. JS - InputToArray +6. JS - Bootstrap Maxlength +7. JS - jQuery.Actual + +--- + +## [Beta : 0.0.1] - 10/7/2018 +### Added +1. Core Module - Field Registry +2. Core Module - Core Registry +3. Core Module - Theme API +4. Core Module - Field API +5. Core Module - Clone API +6. WP Module - Taxonomy +7. WP Module - Metabox +8. WP Module - Settings Page + +--- + +[Beta : 0.0.7]: https://github.com/wponion/wponion/releases/tag/0.0.8 +[Beta : 0.0.7]: https://github.com/wponion/wponion/releases/tag/0.0.7 +[Beta : 0.0.6]: https://github.com/wponion/wponion/releases/tag/0.0.6 +[Beta : 0.0.5]: https://github.com/wponion/wponion/releases/tag/0.0.5 +[Beta : 0.0.2]: https://github.com/wponion/wponion/releases/tag/Beta2 +[Beta : 0.0.1]: https://github.com/wponion/wponion/releases/tag/121010072018