diff --git a/CHANGES.md b/CHANGES.md index 36114dc..3969119 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +#### 1.3.3 / 2022-03-05 +* improved shortcode conversion for `Classic Blocks` +* first support for `WooCommerce` is implemented +* avoid some `post_type` for `list` option +* moving `reset_qt_config_excluded` method to `current_screen` action +* disable `qtranslate-admin-main` script with `post_type_excluded` field +* implemented `is_gutenberg_disabled` method +* added `ignore_cpt` option +* implemented settings panel for `ignore_cpt` option +* improved JS for `Language Switcher` on post/pages list +* improved button CSS on `Classic` pages +* __Zukit__ updated to version 1.5.5 +* fixed bug when empty language blocks lead to that all blocks are cut out by `qTranslate-XT` + #### 1.3.2 / 2022-02-24 * implemented methods for `duplication` of posts * implemented converter for `Classic Blocks` diff --git a/package.json b/package.json index 87e858b..f591d47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zutranslate", - "version": "1.3.2", + "version": "1.3.3", "testedWP": "5.9.1", "requiresPHP": ">=7.2.0", "author": "Dmitry Rudakov", diff --git a/zu-translate.php b/zu-translate.php index 4abdab5..a6d0fc4 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.2 +Version: 1.3.3 Author: Dmitry Rudakov Author URI: https://github.com/picasso Text Domain: zu-translate