Skip to content

Commit

Permalink
1.1.3 packaged - php 7 compatibility fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffikus committed Aug 19, 2016
1 parent c3a962e commit ff724d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** Sidebar Manager to WooSidebars Converter Changelog ***

2016.08.19 - version 1.1.3
* classes/class-woosidebars-sbm-converter.php - PHP7 compatibility fix.

2015.04.22 - version 1.1.2
* classes/class-woosidebars-sbm-converter.php - Security Fix for remove_query_arg vulnerability

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== WooSidebars Sidebar Manager Converter ===
Contributors: woothemes, mattyza, jeffikus
Tags: widgets, sidebars, widget-areas, import, tools, converter
Requires at least: 3.3
Tested up to: 4.1.1
Stable tag: 1.1.2
Requires at least: 4.1.1
Tested up to: 4.6.0
Stable tag: 1.1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions woosidebars-sbm-converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WooSidebars - Sidebar Manager to WooSidebars Converter
Plugin URI: http://woothemes.com/
Description: Convert your custom sidebars in the WooFramework's Sidebar Manager to Widget Areas in WooSidebars, with the appropriate conditions assigned.
Version: 1.1.2
Version: 1.1.3
Author: WooThemes
Author URI: http://woothemes.com/
Text Domain: woosidebars-sbm-converter
Expand All @@ -28,5 +28,5 @@

global $woosidebars_sbm_converter;
$woosidebars_sbm_converter = new Woosidebars_SBM_Converter( __FILE__ );
$woosidebars_sbm_converter->version = '1.1.2';
$woosidebars_sbm_converter->version = '1.1.3';
?>

0 comments on commit ff724d5

Please sign in to comment.