diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1ab39c..a7231c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 3.11.3 +* Fix regression Yoast filter front in 3.11.2 (#1086) +* Add Yoast filters for organization schema and publisher (#1090) + ### 3.11.2 * Fix warnings with Yoast breadcrumbs front (#1086) diff --git a/qtranslate.php b/qtranslate.php index 3a88048d..71af193f 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.11.2 + * Version: 3.11.3 * 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.11.2' ); +define( 'QTX_VERSION', '3.11.3' ); if ( ! defined( 'QTRANSLATE_FILE' ) ) { define( 'QTRANSLATE_FILE', __FILE__ );