From c7fdc4387e28d50ad7b73d9c166d7475963de249 Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Fri, 17 Jun 2016 17:04:30 -0400 Subject: [PATCH] Bump version. --- package.json | 2 +- plugin.php | 8 ++++---- readme.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ed80923..88cc5cc 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.0.3", + "version": "2.0.4", "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 b884246..401ae36 100644 --- a/plugin.php +++ b/plugin.php @@ -9,7 +9,7 @@ Author URI: http://www.nathanrice.net/ Text Domain: genesis-simple-sidebars Domain Path: /languages -Version: 2.0.3 +Version: 2.0.4 License: GNU General Public License v2.0 (or later) License URI: http://www.opensource.org/licenses/gpl-license.php @@ -30,8 +30,8 @@ register_activation_hook( __FILE__, 'ss_activation_check' ); */ function ss_activation_check() { - if ( ! defined( 'PARENT_THEME_VERSION' ) || ! version_compare( PARENT_THEME_VERSION, '2.2.7', '>=' ) ) - ss_deactivate( '2.2.7', '4.4.2' ); + if ( ! defined( 'PARENT_THEME_VERSION' ) || ! version_compare( PARENT_THEME_VERSION, '2.3.0', '>=' ) ) + ss_deactivate( '2.3.0', '4.4.2' ); } @@ -42,7 +42,7 @@ function ss_activation_check() { * * @since 1.0.0 */ -function ss_deactivate( $genesis_version = '2.2.7', $wp_version = '4.4.2' ) { +function ss_deactivate( $genesis_version = '2.3.0', $wp_version = '4.4.2' ) { deactivate_plugins( plugin_basename( __FILE__ ) ); wp_die( sprintf( __( 'Sorry, you cannot run Simple Sidebars without WordPress %s and Genesis %s, or greater.', 'genesis-simple-sidebars' ), $wp_version, 'http://my.studiopress.com/?download_id=91046d629e74d525b3f2978e404e7ffa', $genesis_version ) ); diff --git a/readme.txt b/readme.txt index 179cb19..274d64d 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: 3.6 Tested up to: 4.5 -Stable tag: 2.0.3 +Stable tag: 2.0.4 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. @@ -38,8 +38,8 @@ Not in the way you're probably thinking. The markup surrounding the widget area == Changelog == = 2.0.4 = -* Update for WordPress 4.4+ and Genesis 2.2.7+ -* DO NOT upgrade to 2.0.3 unless you are running WordPress 4.4+ AND Genesis 2.2.7+ +* Update for WordPress 4.4+ and Genesis 2.3.0+ +* DO NOT upgrade to 2.0.4 unless you are running WordPress 4.4+ AND Genesis 2.3.0+ = 2.0.3 = * Fix warnings and notices