Skip to content

Commit 992b5fb

Browse files
bump version 2.2.0
1 parent fd7f067 commit 992b5fb

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
1+
#### 2.2.0 / 2022-01-30
2+
* implemented __load Zu Plus first__ approach
3+
* added option to log the current order of all __acivated__ plugins
4+
* refactoring `Framework Info` table to support CSS Grid and `Zu Debug` plugin
5+
* added `disable_admenu` option
6+
* use new keys (refactored) for `custom_admin_menu` options
7+
* __Zukit__ updated to version 1.5.1
8+
* remove `/` for division because is deprecated and will be removed in Dart Sass 2.0.0
9+
* fixed bug when `config_singleton` name was changed to `singleton_config`
10+
* fixed KINT output for `conditionally logged` records
11+
* fixed bug with `htmlentities` in context when `Kint` used
12+
* fixed bug when the repo is unavailable or private
13+
* replaced jQuery deprecated `click` function
14+
115
#### 2.1.1 / 2021-08-10
216
* for the logging functions, the `classname_only` option is implemented, which allows you to display only the class name without properties and methods - which speeds up logging and reduces the amount of logs
317
* fixed bug with `zu_logc` in KINT mode
4-
* always load __Zukit__ even if we don't use it later
18+
* always load __Zukit__ even if we do not use it later
519
* changed loading order for Zukit
620
* __Zukit__ updated to version 1.3.0
721
* improved support `zu_log_if` function

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zuplus",
3-
"version": "2.1.1",
4-
"testedWP": "5.7.2",
3+
"version": "2.2.0",
4+
"testedWP": "5.9.0",
55
"requiresPHP": ">=7.4.1",
66
"repository": {
77
"type": "git",

zu-plus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
Plugin URI: https://github.com/picasso/zu-plus
55
GitHub Plugin URI: https://github.com/picasso/zu-plus
66
Description: Supports development with the Zukit framework and implements various debugging methods and other service functions.
7-
Version: 2.1.1
7+
Version: 2.2.0
88
Author: Dmitry Rudakov
9-
Author URI: https://dmitryrudakov.com/about/
9+
Author URI: https://github.com/picasso
1010
Text Domain: zu-plus
1111
Domain Path: /lang/
1212
Requires at least: 5.3.0

0 commit comments

Comments
 (0)