Skip to content

Commit

Permalink
Bump version to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Oct 20, 2014
1 parent 4d6d84c commit 5891028
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mauryaratan, codestag
Donate link: http://codest.ag/scs-donate
Tags: sidebars, custom-sidebars, mauryaratan, codestag, shortcodes, widgets
Requires at least: 3.3
Stable tag: 1.0.10
Stable tag: 1.0.11
Tested up to: 4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -62,6 +62,9 @@ Bugs can be reported either in our support forum or preferably on the [Stag Cust

== Changelog ==

= 1.0.11 - Oct 20, 2014 =
* Fix issue with undefined variables breaking the sidebars

= 1.0.10 - Oct 19, 2014 =
* Fix issue with undefined option keys under customizer when no custom sidebars are present

Expand Down Expand Up @@ -103,3 +106,6 @@ Bugs can be reported either in our support forum or preferably on the [Stag Cust
* Initial version.

== Upgrade Notice ==

= 1.0.11 - Oct 20, 2014 =
* Fix issue with undefined variables breaking the sidebars
6 changes: 3 additions & 3 deletions stag-custom-sidebars.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Stag Custom Sidebars
* Plugin URI: https://wordpress.org/plugins/stag-custom-sidebars
* Description: Create custom dynamic sidebars and use anywhere with shortcodes.
* Version: 1.0.10
* Version: 1.0.11
* Author: Ram Ratan Maurya
* Author URI: https://mauryaratan.me
* Requires at least: 3.3
Expand All @@ -21,7 +21,7 @@
*
* @package Stag_Custom_Sidebars
* @author Ram Ratan Maurya
* @version 1.0.10
* @version 1.0.11
* @copyright 2014 Ram Ratan Maurya
*/
final class Stag_Custom_Sidebars {
Expand All @@ -35,7 +35,7 @@ final class Stag_Custom_Sidebars {
/**
* @var string
*/
public $version = '1.0.10';
public $version = '1.0.11';

/**
* @var string
Expand Down

0 comments on commit 5891028

Please sign in to comment.