diff --git a/genesis-simple-sidebars.php b/genesis-simple-sidebars.php index 8f32b61..da81707 100644 --- a/genesis-simple-sidebars.php +++ b/genesis-simple-sidebars.php @@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { } 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_URL', plugins_url( '', __FILE__ ) ); diff --git a/package.json b/package.json index 4c43ad1..8f0940b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "description": "Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.", "author": "StudioPress", "authoruri": "http://www.studiopress.com/", - "version": "2.2.1", + "version": "2.2.2", "license": "GPL-2.0+", "licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html", "textdomain": "genesis-simple-sidebars" diff --git a/plugin.php b/plugin.php index e6a8ca2..fb98f57 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: 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. - * Version: 2.2.1 + * Version: 2.2.2 * Author: StudioPress * Author URI: https://www.studiopress.com/ * License: GNU General Public License v2.0 (or later) diff --git a/readme.txt b/readme.txt index 3d20732..c5ccc14 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: hooks, genesis, genesiswp, studiopress Requires at least: 4.7.3 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. @@ -37,6 +37,10 @@ Not in the way you're probably thinking. The markup surrounding the widget area == Changelog == + += 2.2.2 = +* Fix overlapping of sidebar selector in editor. + = 2.2.1 = * Allow sidebars to show in the WordPress Posts page.