File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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. ;)
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments