Skip to content

Commit 1a3b814

Browse files
committed
3.5.8.14
1 parent f28ceb0 commit 1a3b814

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Redux Framework Changelog
22

3+
## 3.5.8.14
4+
* Fixed #2794 - User contributed code from #2716 did not contain isset and caused an index error.
5+
36
## 3.5.8.13
47
* Modified: Added tons of wp_remote_get handlings to stop bringing down site if Redux is down.
58
* Modified: When some items appear or not. Making devs lives easier. ;)

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ReduxFramework {
6969
// Please update the build number with each push, no matter how small.
7070
// This will make for easier support when we ask users what version they are using.
7171

72-
public static $_version = '3.5.8.13';
72+
public static $_version = '3.5.8.14';
7373
public static $_dir;
7474
public static $_url;
7575
public static $_upload_dir;

class.redux-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ReduxFrameworkPlugin {
2626
* @since 3.0.0
2727
*/
2828

29-
const VERSION = '3.5.8.13';
29+
const VERSION = '3.5.8.14';
3030

3131
/**
3232
* @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.5.8.13
15+
* Version: 3.5.8.14
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)