mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
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:
@@ -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__ ) );
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
+5
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user