Skip to content

Commit 6957939

Browse files
committed
fix: security audit for the plugin
1 parent 200fb51 commit 6957939

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**Donate link:** https://www.paypal.me/BrainstormForce
44
**Tags:** custom sidebar, sidebar manager, custom widget areas, widgets, conditional sidebar
55
**Requires at least:** 4.0
6-
**Tested up to:** 5.5
7-
**Stable tag:** 1.1.5
6+
**Tested up to:** 5.5.1
7+
**Stable tag:** 1.1.6
88
**License:** GPLv2 or later
99
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -51,7 +51,10 @@ Other plugins we found are heavy with ugly interface, non supported, developed o
5151

5252
## Changelog ##
5353

54-
### 1.1.5 ###
54+
### 1.1.6 ###
55+
- Improvement: Hardened the security of plugin.
56+
57+
### 1.1.5 ###
5558
- Fix: Security hardening.
5659

5760
### 1.1.4 ###

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: BrainstormForce
33
Donate link: https://www.paypal.me/BrainstormForce
44
Tags: custom sidebar, sidebar manager, custom widget areas, widgets, conditional sidebar
55
Requires at least: 4.0
6-
Tested up to: 5.5
7-
Stable tag: 1.1.5
6+
Tested up to: 5.5.1
7+
Stable tag: 1.1.6
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -51,6 +51,9 @@ Other plugins we found are heavy with ugly interface, non supported, developed o
5151

5252
== Changelog ==
5353

54+
= 1.1.6 =
55+
- Improvement: Hardened the security of plugin.
56+
5457
= 1.1.5 =
5558
- Fix: Security hardening.
5659

sidebar-manager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Sidebar Manager
44
* Plugin URI: http://www.brainstormforce.com
55
* Description: This is the plugin to create custom siderbars to your site.
6-
* Version: 1.1.5
6+
* Version: 1.1.6
77
* Author: Brainstorm Force
88
* Author URI: https://www.brainstormforce.com/
99
* Text Domain: bsfsidebars
@@ -25,7 +25,7 @@
2525
define( 'BSF_SB_BASE', plugin_basename( BSF_SB_FILE ) );
2626
define( 'BSF_SB_DIR', plugin_dir_path( BSF_SB_FILE ) );
2727
define( 'BSF_SB_URL', plugins_url( '/', BSF_SB_FILE ) );
28-
define( 'BSF_SB_VER', '1.1.5' );
28+
define( 'BSF_SB_VER', '1.1.6' );
2929
define( 'BSF_SB_PREFIX', 'bsf-sb' );
3030
define( 'BSF_SB_POST_TYPE', 'bsf-sidebar' );
3131

0 commit comments

Comments
 (0)