Skip to content

Commit

Permalink
Release 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
herrvigg committed Apr 19, 2023
1 parent f4993fe commit 93cf84b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 3.14.2
* Fix wrong assert with cancelled redirections (#1326), should also fix related issues:
* NextGen Gallery uploader not working (#1266, #1096)
* AJAX response error in Advanced Woo Search plugin under PHP8+ (#1284)
* Problem with script in PHP CLI (#766)
* 502 Bad Gateway with ultra fast PHP (#986)
* Language needs to be shown in URL (#1068)
* Fix third-party Ajax requests not detected (#1327), might prevent wrong redirects and cookies set

### 3.14.1
Core
* Fix warning deprecated `qtranslate_admin_page_config` hook (#1315)
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.1
* Version: 3.14.2
* 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.1' );
define( 'QTX_VERSION', '3.14.2' );

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

0 comments on commit 93cf84b

Please sign in to comment.