Skip to content

Commit 0636e1f

Browse files
committed
Merge origin/master
Conflicts: ReduxCore/framework.php class.redux-plugin.php redux-framework.php Signed-off-by:KProvance <[email protected]>
2 parents 0826c38 + 20c36f0 commit 0636e1f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

ReduxCore/framework.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +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+
7677
public static $_version = '3.5.0';
7778
public static $_dir;
7879
public static $_url;

class.redux-plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +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+
2829
const VERSION = '3.5.0';
2930

3031
/**

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)