Skip to content

Commit

Permalink
bump version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Feb 9, 2022
1 parent dd4ceac commit 2b3c038
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
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.5
Version: 1.3.0
Author: Dmitry Rudakov
Author URI: https://github.com/picasso
Text Domain: zu-translate
Expand Down

0 comments on commit 2b3c038

Please sign in to comment.