mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Bump version.
This commit is contained in:
+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.0.3",
|
||||
"version": "2.0.4",
|
||||
"license": "GPL-2.0+",
|
||||
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
|
||||
"textdomain": "genesis-simple-sidebars"
|
||||
|
||||
+4
-4
@@ -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 <a href="%s">Genesis %s</a>, or greater.', 'genesis-simple-sidebars' ), $wp_version, 'http://my.studiopress.com/?download_id=91046d629e74d525b3f2978e404e7ffa', $genesis_version ) );
|
||||
|
||||
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user