Fixes #1386
This commit is contained in:
5
spec/fixtures/db/dynamic_finders.yml
vendored
5
spec/fixtures/db/dynamic_finders.yml
vendored
@@ -29203,11 +29203,6 @@ plugins:
|
|||||||
xpath: //meta[@name="generator" and contains(@content, "WPML")]/@content
|
xpath: //meta[@name="generator" and contains(@content, "WPML")]/@content
|
||||||
pattern: !ruby/regexp /\AWPML\sver:(?<v>\d+\.[\.\d]+)\sstt/i
|
pattern: !ruby/regexp /\AWPML\sver:(?<v>\d+\.[\.\d]+)\sstt/i
|
||||||
version: true
|
version: true
|
||||||
Changelog:
|
|
||||||
class: BodyPattern
|
|
||||||
path: changelog.md
|
|
||||||
pattern: !ruby/regexp /(?:#|\*)\s?(?<v>\d+\.[\.\d]+)/
|
|
||||||
version: true
|
|
||||||
QueryParameter:
|
QueryParameter:
|
||||||
files:
|
files:
|
||||||
- res/css/language-selector.css.gzip
|
- res/css/language-selector.css.gzip
|
||||||
|
|||||||
6
spec/fixtures/dynamic_finders/expected.yml
vendored
6
spec/fixtures/dynamic_finders/expected.yml
vendored
@@ -30340,12 +30340,6 @@ plugins:
|
|||||||
found_by: Meta Generator (Passive Detection)
|
found_by: Meta Generator (Passive Detection)
|
||||||
interesting_entries:
|
interesting_entries:
|
||||||
- 'http://wp.lab/, Match: ''WPML ver:3.8.4 stt'''
|
- '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:
|
QueryParameter:
|
||||||
number: 3.1.8.4
|
number: 3.1.8.4
|
||||||
found_by: Query Parameter (Passive Detection)
|
found_by: Query Parameter (Passive Detection)
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user