diff --git a/CHANGES.md b/CHANGES.md index 84d0c1d..36114dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/GUTENBERG.md b/GUTENBERG.md index 9d8d568..45b9af9 100644 --- a/GUTENBERG.md +++ b/GUTENBERG.md @@ -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~~ diff --git a/package.json b/package.json index 879193e..87e858b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/zu-translate.php b/zu-translate.php index 73c28f4..4abdab5 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.3.0 +Version: 1.3.2 Author: Dmitry Rudakov Author URI: https://github.com/picasso Text Domain: zu-translate