Skip to content

Commit f0c9aea

Browse files
committed
Fix: #1255
Signed-off-by:KProvance <[email protected]>
1 parent b9ec715 commit f0c9aea

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Send me an email at [email protected] so I can add you to our user sp
7474

7575
### Master ###
7676

77+
= 3.2.9.13 =
78+
* Fixed: #1255 - button_set multi field not saving when all buttons not selected.
79+
7780
= 3.2.9.12 =
7881
* Fixed: #1254 - Border field with 0px not outputting properly.
7982
* Fixed: #1250 - Typography preview font-size not set in preview.

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class ReduxFramework {
6666
// ATTENTION DEVS
6767
// Please update the build number with each push, no matter how small.
6868
// This will make for easier support when we ask users what version they are using.
69-
public static $_version = '3.2.9.12';
69+
public static $_version = '3.2.9.13';
7070
public static $_dir;
7171
public static $_url;
7272
public static $_upload_dir;

class.redux-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ReduxFrameworkPlugin {
2525
* @const string VERSION The plugin version, used for cache-busting and script file references
2626
* @since 3.0.0
2727
*/
28-
const VERSION = '3.2.9.12';
28+
const VERSION = '3.2.9.13';
2929

3030
/**
3131
* @access protected

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
1313
* Author: Team Redux
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.2.9.12
15+
* Version: 3.2.9.13
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)