diff --git a/CHANGES.md b/CHANGES.md index 3bf9cf9..853fe9f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +#### 1.2.3 / 2022-01-21 +* implemented tracking of attribute changes with `WP Data Store` (without Event Listeners) +* RAW update implemented without `Event Listeners` +* optimization of attributes change tracking +* implemented functionality for reset Post Editor backups +* added `nobackups` option for Block Editor +* added support for reset changes for mode without blocks synchronization +* added check `has Session Storage Support` +* added debug messages for `raw_helpers` option +* fixed bug when `translatedValues` are used with wrong lang value +* modified `syncCompleted` to avoid removing non existent id +* no storing `lang` on the reference (*leads to complex and difficult to detect errors*) +* small improvements + #### 1.2.1 / 2022-01-20 * added `isPostPublished` state tracking * disable `clean entity state` when the post is not published diff --git a/package.json b/package.json index 74d6fbe..ff9a38c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zutranslate", - "version": "1.2.1", + "version": "1.2.3", "testedWP": "5.8.3", "requiresPHP": ">=7.2.0", "author": "Dmitry Rudakov", diff --git a/zu-translate.php b/zu-translate.php index d642483..28f8d33 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.1 +Version: 1.2.3 Author: Dmitry Rudakov Author URI: https://github.com/picasso Text Domain: zu-translate