diff --git a/CHANGES.md b/CHANGES.md index e7bec60..84d0c1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +#### 1.3.0 / 2022-02-09 +* added `Copy from` button to the language switcher +* added `initialOpen` option for the language switching panel +* added `Explorer` module to investigate problems with `Entity` updates +* added flags to menu items, improved keyboard navigation +* added `flashing` button when RAW copying is not possible +* fixed bug with `flags` location +* fixed bug when selector is disabled +* fixed bug when `raw` was not updated if value was undefined +* fixed bug when sync could not complete due to the fact that the values of the languages matched +* __GUTENBERG__ specification updated +* improved CSS on the `Settings` page +* improved debug messages + #### 1.2.5 / 2022-01-25 * in support of the option `nobackups` added deletion of autosave on the server * systematized colors for debug messages diff --git a/package.json b/package.json index 79de9d0..879193e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zutranslate", - "version": "1.2.5", - "testedWP": "5.8.3", + "version": "1.3.0", + "testedWP": "5.9.0", "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 ba5b019..73c28f4 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.5 +Version: 1.3.0 Author: Dmitry Rudakov Author URI: https://github.com/picasso Text Domain: zu-translate