Skip to content

Commit

Permalink
3.5.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Jan 9, 2016
1 parent f28ceb0 commit 1a3b814
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. ;)
Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion class.redux-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ReduxFrameworkPlugin {
* @since 3.0.0
*/

const VERSION = '3.5.8.13';
const VERSION = '3.5.8.14';

/**
* @access protected
Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a3b814

Please sign in to comment.