From bd1c7aefcedb4d554fb65b6dd5fd4d1f21126596 Mon Sep 17 00:00:00 2001 From: picasso Date: Thu, 20 Jan 2022 13:11:16 +0100 Subject: [PATCH] version 1.2.1 bump --- CHANGES.md | 7 +++++++ package.json | 4 ++-- zu-translate.php | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1c93f25..3bf9cf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +#### 1.2.1 / 2022-01-20 +* added `isPostPublished` state tracking +* disable `clean entity state` when the post is not published +* replace DOM elements (*which have RAW*) with content in selected language +* improved debug messages +* small improvements + #### 1.2.0 / 2022-01-20 * added `unsaved` option to control unsaved changes after language switching * support session lang with `unsaved` option diff --git a/package.json b/package.json index 8d76315..74d6fbe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zutranslate", - "version": "1.2.0", - "testedWP": "5.8.2", + "version": "1.2.1", + "testedWP": "5.8.3", "requiresPHP": ">=7.2.0", "author": "Dmitry Rudakov", "description": "Additional functionality and the Gutenberg support for 'qTranslate-XT' plugin", diff --git a/zu-translate.php b/zu-translate.php index 0ab1e60..d642483 100644 --- a/zu-translate.php +++ b/zu-translate.php @@ -4,7 +4,7 @@ Plugin URI: https://github.com/picasso/zu-translate GitHub Plugin URI: https://github.com/picasso/zu-translate Description: Enhances "qTranslate-XT" with some features and Gutenberg support (WordPress Block Editor). -Version: 1.2.0 +Version: 1.2.1 Author: Dmitry Rudakov Author URI: https://github.com/picasso Text Domain: zu-translate