Skip to content

Commit

Permalink
Release 3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Jul 13, 2023
1 parent 214dc4d commit 7c89d25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions qtranslate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c89d25

Please sign in to comment.