diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dbaad5c..92f37aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 3.15.2 +* Fix missing base `QTX_Translator` hooks in admin (#1337) +* Fix ACF settings for post type and taxonomy (#1342) +* Fix localize script with missing ACF options (#1341) +* Fix Slugs paged custom post types archives (#1340) + ### 3.15.1 * Fix undefined `str_starts_with` with PHP 7 (#1334) * Fix wrong PHP types with date/time filters (#1335) diff --git a/README.md b/README.md index b4f32148..d0af2427 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 at least: 5.0 -Tested up to: 6.2 +Tested up to: 6.2.2 Requires PHP: 7.1 Stable tag: N/A License: GPLv2 or later diff --git a/qtranslate.php b/qtranslate.php index d9d4ea3c..36da25c3 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.15.1 + * Version: 3.15.2 * Requires at least: 5.0 * Requires PHP: 7.1 * Author: qTranslate Community @@ -55,7 +55,7 @@ * The constants defined below are designed as interface for other plugin integration. * @see https://github.com/qtranslate/qtranslate-xt/wiki/Integration-Guide/ */ -const QTX_VERSION = '3.15.2.dev.0'; +const QTX_VERSION = '3.15.2'; if ( ! defined( 'QTRANSLATE_FILE' ) ) { define( 'QTRANSLATE_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index 9c341888..afa7d177 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 at least: 5.0 -Tested up to: 6.2 +Tested up to: 6.2.2 Requires PHP: 7.1 Stable tag: N/A License: GPLv2 or later