Skip to content

Commit

Permalink
version 1.2.3 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Jan 21, 2022
1 parent 12660fc commit 704fdd7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion zu-translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 704fdd7

Please sign in to comment.