From 70251bd820ff200e5a583ad5043b7498137c0dc9 Mon Sep 17 00:00:00 2001 From: picasso Date: Mon, 10 Jan 2022 19:25:40 +0100 Subject: [PATCH] version 1.1.0 bump --- CHANGES.md | 13 +++++++++++++ package.json | 2 +- zu-translate.php | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 189c9ec..27db46c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,16 @@ +#### 1.1.0 / 2022-01-10 + +* implemented `register_translated_blocks` method +* added public methods +* completed the analysis of standard WP blocks +* disabled `core/table` block (until the processing of array as the attribute) +* processing such cases where the rendered block was NOT found in `$content` +* implemented `getEditorBlocks` which recursively collect all IDs +* replaced `getBlockOrder` on `getEditorBlocks` in order not to miss the inner block IDs +* included in `parse_blocks` all inner blocks +* added a check if the attribute has already been added +* added a note about the current implementation + #### 1.0.3 / 2022-01-09 * restored option to add Language Switcher to post/pages list * refactoring `admin-edit` script to support support for `Quick Edit` and post/pages list diff --git a/package.json b/package.json index 91b703c..961dd78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zutranslate", - "version": "1.0.3", + "version": "1.1.0", "testedWP": "5.8.2", "requiresPHP": ">=7.2.0", "author": "Dmitry Rudakov", diff --git a/zu-translate.php b/zu-translate.php index 0d98d79..2f208f9 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.0.3 +Version: 1.1.0 Author: Dmitry Rudakov Author URI: https://github.com/picasso Text Domain: zu-translate