Skip to content

Commit

Permalink
bump version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Feb 24, 2022
1 parent c8bdd48 commit 2da57a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 1.3.2 / 2022-02-24
* implemented methods for `duplication` of posts
* implemented converter for `Classic Blocks`
* added options panel for `convert` action
* implemented splitter for `Classic Blocks`
* added options panel for `split` action
* data for `Settings Page` and Block Editor were split
* fixed bug when `classic` block was empty
* small improvements

#### 1.3.0 / 2022-02-09
* added `Copy from` button to the language switcher
* added `initialOpen` option for the language switching panel
Expand Down
2 changes: 1 addition & 1 deletion GUTENBERG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ There is one nuance - if the attribute value returns to what was when the editor
- [ ] `'core/table'` cannot be translated - first I need to implement the processing of the attribute which is an array of values that require translation
+ [ ] __[ JS : qTranslateConfig ] : setupLanguageSwitch()__ - we have to call `setupLanguageSwitch` since `'qtx'` does not export the `onTabSwitch` function. If this function was available for integration, it was much easier
+ [ ] if there are several attributes and their values will be equal, then when replacing the attributes with their RAW values, confusion will occur (on the front-end). It is not clear how real this situation is... and how to deal with it?
+ [ ] It is not clear what will happen after converting a page that was edited in the classic editor and then switched to Gutenberg
+ [x] ~~It is not clear what will happen after converting a page that was edited in the classic editor and then switched to Gutenberg~~
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.3.0",
"testedWP": "5.9.0",
"version": "1.3.2",
"testedWP": "5.9.1",
"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.3.0
Version: 1.3.2
Author: Dmitry Rudakov
Author URI: https://github.com/picasso
Text Domain: zu-translate
Expand Down

0 comments on commit 2da57a3

Please sign in to comment.