Skip to content

Commit ac7d055

Browse files
committed
Signed-off-by:KProvance <[email protected]>
1 parent b2cb356 commit ac7d055

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Send me an email at [email protected] so I can add you to our user sp
7878

7979
### Master ###
8080

81+
= 3.3.3.5 =
82+
* Fixed: #1426 - menu_name not appearing on front end admin bar.
83+
* Added: #1427 - button_set added to customizer UI. Thanks @wpexplorer.
84+
8185
= 3.3.3.4 =
8286
* Fixed: #1429 - ACE Editor erroring with no default value set.
8387
* Fixed: wp_filesystem now initialized with credentials in an effort to combat the tmp file issue.

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class ReduxFramework {
6565
// ATTENTION DEVS
6666
// Please update the build number with each push, no matter how small.
6767
// This will make for easier support when we ask users what version they are using.
68-
public static $_version = '3.3.3.4';
68+
public static $_version = '3.3.3.5';
6969
public static $_dir;
7070
public static $_url;
7171
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.3.3.4';
28+
const VERSION = '3.3.3.5';
2929

3030
/**
3131
* @access protected

redux-framework.php

Lines changed: 1 addition & 1 deletion
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.3.3.4
15+
* Version: 3.3.3.5
1616
* Text Domain: redux-framework
1717
* License: GPL3+
1818
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)