Skip to content

Commit 6bc2cfb

Browse files
committed
bump version 2.2.5
1 parent 4e16feb commit 6bc2cfb

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
#### 2.2.5 / 2025-01-08
2+
3+
* update outdated npm packages
4+
* add __Prettier__ and its config
5+
* replace __ESLint__ config with v9
6+
* add `markdownlint` and fix `.md` files
7+
* add `wp-scripts` build and webpack configs for it
8+
* migrate SASS files to avoid deprecation warnings
9+
* refactor JS with `lodash-es` and prettier rules
10+
* replace wordpress import from `const` to `import`
11+
* fix PHP formatting and some errors found by `intelephense`
12+
* update `gitattributes` ignore
13+
114
#### 2.2.3 / 2022-03-07
215

316
* __Zukit__ updated to version 1.5.5

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zuplus",
3-
"version": "2.2.3",
4-
"testedWP": "5.9.1",
3+
"version": "2.2.5",
4+
"testedWP": "6.6.2",
55
"requiresPHP": ">=7.4.1",
66
"type": "module",
77
"repository": {
@@ -22,10 +22,10 @@
2222
"dev": "wp-scripts start --config wp-dev.config.cjs",
2323
"build": "wp-scripts build --config wp-scripts.config.cjs",
2424
"---------": "",
25-
"lint:eslint": "eslint src/scripts",
25+
"lint:eslint": "eslint scripts",
2626
"lint:fix": "npm run lint:eslint -- --fix",
27-
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\"",
28-
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\"",
27+
"format:check": "prettier --check \"{scripts,sass}/*.{ts,tsx,js,jsx,json,scss}\"",
28+
"format": "prettier --write \"{scripts,sass}/*.{ts,tsx,js,jsx,json,scss}\"",
2929
"----------": "",
3030
"plugin-zip": "wp-scripts plugin-zip",
3131
"packages-update": "wp-scripts packages-update"

zu-plus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.2.4
7+
Version: 2.2.5
88
Author: Dmitry Rudakov
99
Author URI: https://github.com/picasso
1010
Text Domain: zu-plus

0 commit comments

Comments
 (0)