From 7a8b27a255edae6417c32659c8dd6f2282355355 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 2 Sep 2019 22:09:28 +0100 Subject: [PATCH] Fixes #1386 --- spec/fixtures/db/dynamic_finders.yml | 5 --- spec/fixtures/dynamic_finders/expected.yml | 6 ---- .../changelog/changelog.md | 32 ------------------- 3 files changed, 43 deletions(-) delete mode 100644 spec/fixtures/dynamic_finders/plugin_version/sitepress-multilingual-cms/changelog/changelog.md diff --git a/spec/fixtures/db/dynamic_finders.yml b/spec/fixtures/db/dynamic_finders.yml index 57ccb894..8d3d0969 100644 --- a/spec/fixtures/db/dynamic_finders.yml +++ b/spec/fixtures/db/dynamic_finders.yml @@ -29203,11 +29203,6 @@ plugins: xpath: //meta[@name="generator" and contains(@content, "WPML")]/@content pattern: !ruby/regexp /\AWPML\sver:(?\d+\.[\.\d]+)\sstt/i version: true - Changelog: - class: BodyPattern - path: changelog.md - pattern: !ruby/regexp /(?:#|\*)\s?(?\d+\.[\.\d]+)/ - version: true QueryParameter: files: - res/css/language-selector.css.gzip diff --git a/spec/fixtures/dynamic_finders/expected.yml b/spec/fixtures/dynamic_finders/expected.yml index dd2bf0d9..da31d105 100644 --- a/spec/fixtures/dynamic_finders/expected.yml +++ b/spec/fixtures/dynamic_finders/expected.yml @@ -30340,12 +30340,6 @@ plugins: found_by: Meta Generator (Passive Detection) interesting_entries: - 'http://wp.lab/, Match: ''WPML ver:3.8.4 stt''' - Changelog: - number: 3.6.3 - found_by: Changelog (Aggressive Detection) - interesting_entries: - - 'http://wp.lab/wp-content/plugins/sitepress-multilingual-cms/changelog.md, - Match: ''# 3.6.3''' QueryParameter: number: 3.1.8.4 found_by: Query Parameter (Passive Detection) diff --git a/spec/fixtures/dynamic_finders/plugin_version/sitepress-multilingual-cms/changelog/changelog.md b/spec/fixtures/dynamic_finders/plugin_version/sitepress-multilingual-cms/changelog/changelog.md deleted file mode 100644 index eb29dff6..00000000 --- a/spec/fixtures/dynamic_finders/plugin_version/sitepress-multilingual-cms/changelog/changelog.md +++ /dev/null @@ -1,32 +0,0 @@ -Note: This changelog is weird, as multiple format were used over time it seems. - -(Note: Latest format is) - -# 3.6.3 - -## Fixes - -* [wpmlcore-3411] Fixed some glitches for dropdown language switchers -* [wpmlcore-3853] Fixed `SitePress::get_term_adjust_id` to retain the `object_id` if needed. Fixes missing WC product variations - -(Note: Another format can be) - -#3.3.4 - -#Fixes -* [wpmlcore-2465] Fixed AJAX loading of Media in WP-Admin when domains per languages are used -* [wpmlcore-2433] Fixed compatibility issues with W3 Total Cache when Object caching is used -* [wpmlcore-2420] Fix menu synchronization when menu item has quotes in its title -* [wpmlcore-2445] Use of Fileinfo functions to read file mime type when uploading a custom flag, fall back to the now deprecated `mime_content_type` function, if the first set of cuntions is not available -* [wpmlcore-2453] Fixed fatal error when setting a custom taxonomy as translatable (`Fatal error - Class WPML_Term_Language_Synchronization not found in sitepress.class.php`) -* [wpmlcore-2448] Fixed `WordPress database error You have an error in your SQL syntax` message, caused by empty or corrupted languages order. -* [wpmlcore-2452] Adding a comment to a translated post won't redirect user to the default language. -* [wpmlcore-2136] Corrected "Slawisch" to "Slowakisch" in German language name for "Slovak" - -(Note: Or even this one) - -**3.1.5** - -* **Improvements** - * check_settings_integrity() won't run SQL queries on front-end and in the back-end it will run only once and only in specific circumstances - * We added ability to add language information to duplicated content, when WPML_COMPATIBILITY_TEST_MODE is defined