2.2.2 Version Bump and readme (#42)

* 2.2.2 Version Bump and readme

Co-Authored-By: Nick Cernis <nick@cern.is>
Co-authored-by: Nathan Rice <ncrice@gmail.com>
This commit is contained in:
Phil Johnston
2020-04-03 09:54:57 -04:00
committed by GitHub
parent 11dd0872e6
commit 000eee84fa
4 changed files with 8 additions and 4 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.1' ); define( 'GENESIS_SIMPLE_SIDEBARS_VERSION', '2.2.2' );
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__ ) );
+1 -1
View File
@@ -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.1", "version": "2.2.2",
"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.1 * Version: 2.2.2
* 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)
+5 -1
View File
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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: 5.4 Tested up to: 5.4
Stable tag: 2.2.1 Stable tag: 2.2.2
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.2 =
* Fix overlapping of sidebar selector in editor.
= 2.2.1 = = 2.2.1 =
* Allow sidebars to show in the WordPress Posts page. * Allow sidebars to show in the WordPress Posts page.