Skip to content

Commit

Permalink
version 1.1.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Jan 10, 2022
1 parent dca1b0f commit 70251bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
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.0.3
Version: 1.1.0
Author: Dmitry Rudakov
Author URI: https://github.com/picasso
Text Domain: zu-translate
Expand Down

0 comments on commit 70251bd

Please sign in to comment.