From 04b469e4643d001d8e5abb9eb31ec77775a7dadc Mon Sep 17 00:00:00 2001 From: HerrVigg Date: Thu, 12 Nov 2020 00:50:58 +0100 Subject: [PATCH] Release 3.9.1 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- qtranslate.php | 4 ++-- readme.txt | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa940729..32a6b849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +### 3.9.1 +Core +* Fix warning in admin language tab (#900, #916) +* Fix display title placeholder for new post (#897) +* Fix language negociation for any path (#875) +* Fix 'disable_client_cookies' option ignored (#886) +* Refactoring + * Disambiguate 'cookie_enabled' internal field -> 'cookie_front_or_admin_found' + * Refactor url_info without base-path-length (#893) + * Truncate front/admin config from debug info + +ACF +* Fix deprecated JS code for ACF (#890) +* Uniformize jQuery wrapper in ACF + +WooCommerce +* Fix CSS path for products (#894) + ### 3.9.0 Core * New feature: extend language code to 3-letter (ISO 639-2 and ISO 639-3), lower case (#836, #668) diff --git a/README.md b/README.md index 70938ef0..3a4a2a06 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Developed by: new qTranslate community, from qTranslate-X by John Clause and qTr Contributors: herrvigg, johnclause, chineseleper, Vavooon, grafcom Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, translation Requires: 4.8 -Tested up to: 5.5.1 +Tested up to: 5.5.3 Stable tag: N/A License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/qtranslate.php b/qtranslate.php index 0a9f0f73..5622de61 100644 --- a/qtranslate.php +++ b/qtranslate.php @@ -3,7 +3,7 @@ * Plugin Name: qTranslate-XT * Plugin URI: https://github.com/qtranslate/qtranslate-xt/ * Description: Adds user-friendly multilingual content support, stored in single post. - * Version: 3.9.0 + * Version: 3.9.1 * Author: qTranslate Community * Author URI: https://github.com/qtranslate/ * Tags: multilingual, multi, language, admin, tinymce, Polyglot, bilingual, widget, switcher, professional, human, translation, service, qTranslate, zTranslate, mqTranslate, qTranslate Plus, WPML @@ -54,7 +54,7 @@ * Designed as interface for other plugin integration. The documentation is available at * https://github.com/qtranslate/qtranslate-xt/wiki/Integration-Guide/ */ -define( 'QTX_VERSION', '3.9.0.P1' ); +define( 'QTX_VERSION', '3.9.1' ); if ( ! defined( 'QTRANSLATE_FILE' ) ) { define( 'QTRANSLATE_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 8cf7be95..4bca4463 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Developed by: new qTranslate community, from qTranslate-X by John Clause and qTr Contributors: herrvigg, johnclause, chineseleper, Vavooon, grafcom Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, translation Requires: 4.8 -Tested up to: 5.5.1 +Tested up to: 5.5.3 Stable tag: N/A License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html