Skip to content

Commit

Permalink
Bump to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Dec 24, 2013
1 parent fcd487f commit bcc9731
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mauryaratan
Donate link: http://codest.ag/scs-donate
Tags: sidebars, custom-sidebars, mauryaratan, codestag, shortcodes, widgets
Requires at least: 3.3
Stable tag: 1.0.4
Stable tag: 1.0.5
Tested up to: 3.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -14,7 +14,7 @@ Create custom dynamic sidebars and use anywhere with shortcodes.

This plugin adds a button to widgets area to create a new sidebar area which you can later use just about anywhere.

To display the sidebar with shortcode you can use ``[stag_sidebar id="1"]`` where ``id`` is the id of the sidebar that appears in the description area of the respective widget area. You can also pass an additional parameter ``class`` in shortcode to add class to the widget area wrapper on frontend.
To display the sidebar with shortcode you can use ``[stag_sidebar id="custom-sidebar"]`` where ``id`` is the id of the sidebar that appears in the description area of the respective widget area. You can also pass an additional parameter ``class`` in shortcode to add class to the widget area wrapper on frontend.

If you'd like to check out the code and contribute, [join us on GitHub](https://github.com/mauryaratan/stag-custom-sidebars). Pull requests, issues, and plugin recommendations are more than welcome!

Expand Down Expand Up @@ -56,7 +56,10 @@ Bugs can be reported either in our support forum or preferably on the [Stag Cust

== Changelog ==

= 1.0.3 - December 20, 2013 =
= 1.0.5 - December 21, 2013 =
* Bug Fixes

= 1.0.4 - December 20, 2013 =
* Fixed an issue where deleting a sidebar area caused other sidebar area's widgets to disappear

= 1.0.3 - December 17, 2013 =
Expand Down
Binary file modified screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 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: http://wordpress.org/plugins/stag-custom-sidebars
* Description: Create custom dynamic sidebars and use anywhere with shortcodes.
* Version: 1.0.4
* Version: 1.0.5
* Author: Ram Ratan Maurya
* Author URI: http://mauryaratan.me
* Requires at least: 3.3
Expand All @@ -12,7 +12,6 @@
*
* Text Domain: stag
* Domain Path: /languages/
*
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand All @@ -22,15 +21,15 @@
*
* @package Stag_Custom_Sidebars
* @author Ram Ratan Maurya
* @version 1.0.4
* @version 1.0.5
* @copyright 2013 Ram Ratan Maurya
*/
class Stag_Custom_Sidebars {

/**
* @var string
*/
public $version = '1.0.4';
public $version = '1.0.5';

/**
* @var string
Expand Down

0 comments on commit bcc9731

Please sign in to comment.