Skip to content

Commit

Permalink
Merge pull request #18 from brainstormforce/update-actions
Browse files Browse the repository at this point in the history
Update GH actions
  • Loading branch information
Nikschavan authored Sep 18, 2019
2 parents 3f501ca + a68852a commit 3a511f3
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ phpcs.xml
phpcs.xml.dist
README.md
wp-cli.local.yml
yarn.lock
tests
vendor
node_modules
Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Lightweight Sidebar Manager #
**Contributors:** [BrainstormForce](https://profiles.wordpress.org/BrainstormForce)
**Donate link:** https://www.paypal.me/BrainstormForce
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** custom sidebar, sidebar manager, custom widget areas, widgets, conditional sidebar
**Requires at least:** 4.0
**Tested up to:** 5.2
**Stable tag:** 1.1.0
**Stable tag:** 1.1.1
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -51,18 +51,21 @@ Other plugins we found are heavy with ugly interface, non supported, developed o

## Changelog ##

v1.1.1
- Fix: Fixes a fatal error on Sidebar list page.

v1.1.0
* New: Target rules appearing in Display Rules column for sidebars.
* Improvement: White Label can be set from wp-config.php file.
- New: Target rules appearing in Display Rules column for sidebars.
- Improvement: White Label can be set from wp-config.php file.

v1.0.2
* Improvement: Update target rules with support for targeting all posts inside taxonomies and terms.
* Fix: If a taxonomy is used for multiple post types, it was not displayed in target rules.
* Fix: Load correct textdomain and allow the plugin to be translated from translate.W.org
- Improvement: Update target rules with support for targeting all posts inside taxonomies and terms.
- Fix: If a taxonomy is used for multiple post types, it was not displayed in target rules.
- Fix: Load correct textdomain and allow the plugin to be translated from translate.W.org

v1.0.1
* White Label support added from the [Astra Pro](https://wpastra.com/pro/) plugin.
* Optimized target rules query to be even more lightweight.
- White Label support added from the [Astra Pro](https://wpastra.com/pro/) plugin.
- Optimized target rules query to be even more lightweight.

v1.0.0
* Initial release
- Initial release
18 changes: 9 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@ Other plugins we found are heavy with ugly interface, non supported, developed o
== Changelog ==

v1.1.1
* Fix: Fixes a fatal error on Sidebar list page.
- Fix: Fixes a fatal error on Sidebar list page.

v1.1.0
* New: Target rules appearing in Display Rules column for sidebars.
* Improvement: White Label can be set from wp-config.php file.
- New: Target rules appearing in Display Rules column for sidebars.
- Improvement: White Label can be set from wp-config.php file.

v1.0.2
* Improvement: Update target rules with support for targeting all posts inside taxonomies and terms.
* Fix: If a taxonomy is used for multiple post types, it was not displayed in target rules.
* Fix: Load correct textdomain and allow the plugin to be translated from translate.W.org
- Improvement: Update target rules with support for targeting all posts inside taxonomies and terms.
- Fix: If a taxonomy is used for multiple post types, it was not displayed in target rules.
- Fix: Load correct textdomain and allow the plugin to be translated from translate.W.org

v1.0.1
* White Label support added from the [Astra Pro](https://wpastra.com/pro/) plugin.
* Optimized target rules query to be even more lightweight.
- White Label support added from the [Astra Pro](https://wpastra.com/pro/) plugin.
- Optimized target rules query to be even more lightweight.

v1.0.0
* Initial release
- Initial release
2 changes: 1 addition & 1 deletion sidebar-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Sidebar Manager
* Plugin URI: http://www.brainstormforce.com
* Description: This is the plugin to create custom siderbars to your site.
* Version: 1.1.1
* Version: 1.1.1
* Author: Brainstorm Force
* Author URI: https://www.brainstormforce.com/
* Text Domain: bsfsidebars
Expand Down

0 comments on commit 3a511f3

Please sign in to comment.