diff --git a/readme.txt b/readme.txt index 9bf6201..8ebbf11 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 @@ -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 diff --git a/stag-custom-sidebars.php b/stag-custom-sidebars.php index 895f468..d863b1c 100644 --- a/stag-custom-sidebars.php +++ b/stag-custom-sidebars.php @@ -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 @@ -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 { @@ -35,7 +35,7 @@ final class Stag_Custom_Sidebars { /** * @var string */ - public $version = '1.0.10'; + public $version = '1.0.11'; /** * @var string