Skip to content

Commit 20c36f0

Browse files
committed
3.5 Release preparation!
1 parent c5be5c5 commit 20c36f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ReduxFramework {
7373
// ATTENTION DEVS
7474
// Please update the build number with each push, no matter how small.
7575
// This will make for easier support when we ask users what version they are using.
76-
public static $_version = '3.4.4.9.4';
76+
public static $_version = '3.5';
7777
public static $_dir;
7878
public static $_url;
7979
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.4.4.9.4';
28+
const VERSION = '3.5';
2929

3030
/**
3131
* @access protected

redux-framework.php

Lines changed: 2 additions & 2 deletions
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.4.4.9.4
15+
* Version: 3.5
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -23,7 +23,7 @@
2323
* @author Kevin Provance <[email protected]>
2424
* @author Daniel J Griffiths <[email protected]>
2525
* @license GNU General Public License, version 3
26-
* @copyright 2012-2014 Redux Framework
26+
* @copyright 2012-2015 Redux Framework
2727
*/
2828

2929
// Exit if accessed directly

0 commit comments

Comments
 (0)