[NOJIRA] Prepare for release of 2.2.3 (#60)

* chore: bump version to 2.2.3

* chore: add changelog for 2.2.3

* chore: bump tested up to

* chore: add grunt-cli

Allows us to run grunt tasks for release prep without having
to install grunt globally.

For example:

```sh
npx grunt checktextdomain
npx grunt makepot
```

* chore: upgrade grunt-wp-i18n

`npx grunt makepot` fails otherwise.

* chore: regenerate pot file

By running `npx grunt makepot`.

No changes to strings, just updates to the version and dates.
This commit is contained in:
Nick Cernis
2024-03-06 15:07:10 +01:00
committed by GitHub
parent b56186f3d8
commit cedc1a8eaa
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
}
define( 'GENESIS_SIMPLE_SIDEBARS_SETTINGS_FIELD', 'genesis_simple_sidebars_settings' );
define( 'GENESIS_SIMPLE_SIDEBARS_VERSION', '2.2.2' );
define( 'GENESIS_SIMPLE_SIDEBARS_VERSION', '2.2.3' );
define( 'GENESIS_SIMPLE_SIDEBARS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENESIS_SIMPLE_SIDEBARS_PLUGIN_URL', plugins_url( '', __FILE__ ) );