From 6ce556ee0f8dd7eaa7017bdaf9bf05e26c27c250 Mon Sep 17 00:00:00 2001 From: HerrVigg Date: Mon, 6 Dec 2021 00:05:31 +0100 Subject: [PATCH] Release 3.11.2 --- CHANGELOG.md | 3 +++ qtranslate.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dcc2a73..1f1ab39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 3.11.2 +* Fix warnings with Yoast breadcrumbs front (#1086) + ### 3.11.1 Core * Remove obsolete HTML `type` attributes from `script` and `style` tags (#1074) diff --git a/qtranslate.php b/qtranslate.php index b78c9807..3a88048d 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.1 + * Version: 3.11.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 @@ -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.1' ); +define( 'QTX_VERSION', '3.11.2' ); if ( ! defined( 'QTRANSLATE_FILE' ) ) { define( 'QTRANSLATE_FILE', __FILE__ );