[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_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_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENESIS_SIMPLE_SIDEBARS_PLUGIN_URL', plugins_url( '', __FILE__ ) ); define( 'GENESIS_SIMPLE_SIDEBARS_PLUGIN_URL', plugins_url( '', __FILE__ ) );
+4 -4
View File
@@ -1,14 +1,14 @@
# Copyright (C) 2019 StudioPress # Copyright (C) 2024 StudioPress
# This file is distributed under the GNU General Public License v2.0 (or later). # This file is distributed under the GNU General Public License v2.0 (or later).
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Genesis Simple Sidebars 2.2.1\n" "Project-Id-Version: Genesis Simple Sidebars 2.2.3\n"
"Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n" "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
"POT-Creation-Date: 2019-07-05 14:42:22+00:00\n" "POT-Creation-Date: 2024-03-06 09:04:30+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: StudioPress <translations@studiopress.com>\n" "Last-Translator: StudioPress <translations@studiopress.com>\n"
"Language-Team: English <translations@studiopress.com>\n" "Language-Team: English <translations@studiopress.com>\n"
"X-Generator: grunt-wp-i18n 0.4.4\n" "X-Generator: grunt-wp-i18n 0.4.4\n"
+3 -3
View File
@@ -5,11 +5,11 @@
"type": "git", "type": "git",
"url": "https://github.com/copyblogger/genesis-simple-sidebars" "url": "https://github.com/copyblogger/genesis-simple-sidebars"
}, },
"dependencies": {},
"devDependencies": { "devDependencies": {
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-autoprefixer": "^0.8.1", "grunt-autoprefixer": "^0.8.1",
"grunt-checktextdomain": "^0.1.1", "grunt-checktextdomain": "^0.1.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "^0.10.0", "grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "^0.7.1", "grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0", "grunt-contrib-jshint": "^0.10.0",
@@ -20,7 +20,7 @@
"grunt-jsvalidate": "^0.2.2", "grunt-jsvalidate": "^0.2.2",
"grunt-phplint": "0.0.5", "grunt-phplint": "0.0.5",
"grunt-styledocco": "^0.1.4", "grunt-styledocco": "^0.1.4",
"grunt-wp-i18n": "^0.4.7", "grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^0.6.0" "load-grunt-tasks": "^0.6.0"
}, },
"plugin": { "plugin": {
@@ -29,7 +29,7 @@
"description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.", "description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.",
"author": "StudioPress", "author": "StudioPress",
"authoruri": "http://www.studiopress.com/", "authoruri": "http://www.studiopress.com/",
"version": "2.2.2", "version": "2.2.3",
"license": "GPL-2.0+", "license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html", "licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-sidebars" "textdomain": "genesis-simple-sidebars"
+1 -1
View File
@@ -3,7 +3,7 @@
* Plugin Name: Genesis Simple Sidebars * Plugin Name: Genesis Simple Sidebars
* Plugin URI: https://github.com/studiopress/genesis-simple-sidebars * Plugin URI: https://github.com/studiopress/genesis-simple-sidebars
* Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas. * Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
* Version: 2.2.2 * Version: 2.2.3
* Author: StudioPress * Author: StudioPress
* Author URI: https://www.studiopress.com/ * Author URI: https://www.studiopress.com/
* License: GNU General Public License v2.0 (or later) * License: GNU General Public License v2.0 (or later)
+6 -2
View File
@@ -3,8 +3,8 @@ Contributors: nathanrice, wpmuguru, marksabbath
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118
Tags: hooks, genesis, genesiswp, studiopress Tags: hooks, genesis, genesiswp, studiopress
Requires at least: 4.7.3 Requires at least: 4.7.3
Tested up to: 6.3 Tested up to: 6.4
Stable tag: 2.2.2 Stable tag: 2.2.3
This plugin allows you to create multiple, dynamic widget areas, and assign those widget areas to sidebar locations within the Genesis Framework on a per post, per page, or per tag/category archive basis. This plugin allows you to create multiple, dynamic widget areas, and assign those widget areas to sidebar locations within the Genesis Framework on a per post, per page, or per tag/category archive basis.
@@ -37,6 +37,10 @@ Not in the way you're probably thinking. The markup surrounding the widget area
== Changelog == == Changelog ==
= 2.2.3 =
* Prevent a PHP fatal error under PHP 8.x if incomplete sidebar data exists.
* Fix a PHP deprecation warning under PHP 8.x.
* Fix Genesis download link in admin notice if a Genesis child theme is not active.
= 2.2.2 = = 2.2.2 =
* Fix overlapping of sidebar selector in editor. * Fix overlapping of sidebar selector in editor.