Skip to content

Commit

Permalink
Release 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Apr 16, 2023
1 parent d2bcbbb commit 731e88c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.14.1
Core
* Fix warning deprecated `qtranslate_admin_page_config` hook (#1315)

Modules
* Fix regression in 3.14.0 with ACF Post Object [qT-XT] (#1320)

### 3.14.0
Summary
* Major update for ACF, bump minimal version 5.6.0
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.14.0
* Version: 3.14.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
Expand Down Expand Up @@ -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.14.0' );
define( 'QTX_VERSION', '3.14.1' );

if ( ! defined( 'QTRANSLATE_FILE' ) ) {
define( 'QTRANSLATE_FILE', __FILE__ );
Expand Down

0 comments on commit 731e88c

Please sign in to comment.