Skip to content

Commit

Permalink
bump version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-rudakov committed Jan 8, 2025
1 parent 4f60ffe commit 34cec4b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
#### 2.0.1 / 2025-01-08

* update outdated npm packages
* add __Prettier__ and its config
* replace __ESLint__ config with v9
* add `markdownlint` and fix `.md` files
* update `translate-2-json` with new `replace-in-file` version
* replace `classnames` package with the faster and smaller `clsx` package
* add `wp-scripts` build and webpack configs for it
* implement `dev` script with browser refresh
* migrate SASS files to avoid deprecation warnings
* change `@use` references in SASS
* refactor JS with `lodash-es` and prettier rules
* replace wordpress import from `const` to `import`
* fix PHP formatting and some errors found by `intelephense`
* implement abstract protected function `root` for `zukit_Singleton` class
* fix error with undefined `$options` in `set_option`
* update `script` dependencies based on generated by `wp-scripts`
* update `gitattributes` ignore

#### 1.5.5 / 2022-03-05

##### Snippets
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zukit",
"version": "1.5.5",
"testedWP": "5.9.1",
"version": "2.0.1",
"testedWP": "6.6.2",
"requiresPHP": ">=7.2.0",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion zukit-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class zukit_Plugin extends zukit_SingletonScripts {

private static $zukit_version = '2.0.0'; // .' (modified)';
private static $zukit_version = '2.0.1'; // .' (modified)';
private static $zukit_debug = false;

public $config;
Expand Down

0 comments on commit 34cec4b

Please sign in to comment.