From 1a3b814c643534372540733e91610898ce780046 Mon Sep 17 00:00:00 2001 From: KProvance Date: Fri, 8 Jan 2016 20:29:04 -0500 Subject: [PATCH] 3.5.8.14 --- CHANGELOG.md | 3 +++ ReduxCore/framework.php | 2 +- class.redux-plugin.php | 2 +- redux-framework.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efbae909f..2f798fe72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Redux Framework Changelog +## 3.5.8.14 +* Fixed #2794 - User contributed code from #2716 did not contain isset and caused an index error. + ## 3.5.8.13 * Modified: Added tons of wp_remote_get handlings to stop bringing down site if Redux is down. * Modified: When some items appear or not. Making devs lives easier. ;) diff --git a/ReduxCore/framework.php b/ReduxCore/framework.php index cd4f7b7ef..d89d7e585 100644 --- a/ReduxCore/framework.php +++ b/ReduxCore/framework.php @@ -69,7 +69,7 @@ class ReduxFramework { // Please update the build number with each push, no matter how small. // This will make for easier support when we ask users what version they are using. - public static $_version = '3.5.8.13'; + public static $_version = '3.5.8.14'; public static $_dir; public static $_url; public static $_upload_dir; diff --git a/class.redux-plugin.php b/class.redux-plugin.php index 90298f7d2..efabc2ec6 100644 --- a/class.redux-plugin.php +++ b/class.redux-plugin.php @@ -26,7 +26,7 @@ class ReduxFrameworkPlugin { * @since 3.0.0 */ - const VERSION = '3.5.8.13'; + const VERSION = '3.5.8.14'; /** * @access protected diff --git a/redux-framework.php b/redux-framework.php index 144fe8ab0..29058dad1 100644 --- a/redux-framework.php +++ b/redux-framework.php @@ -12,7 +12,7 @@ * Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins. * Author: Team Redux * Author URI: http://reduxframework.com - * Version: 3.5.8.13 + * Version: 3.5.8.14 * Text Domain: redux-framework * License: GPL3+ * License URI: http://www.gnu.org/licenses/gpl-3.0.txt