Skip to content

Commit 35698ff

Browse files
committed
3.3.4
Signed-off-by:KProvance <[email protected]>
1 parent ac26642 commit 35698ff

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Send me an email at [email protected] so I can add you to our user sp
7979
### Master ###
8080

8181
= 3.3.3.8 =
82-
* Fixed: Issues with file writing. Basically many users don't install WordPress with all the permissions
83-
correct. So... Had to move it back to /uploads/. Sorry Otto, that's just how it is.
82+
* Fixed: Issues with file writing. Basically many users don't install WordPress with all the permissions correct. So... Had to move it back to /uploads/. Sorry Otto, that's just how it is.
83+
* Fixed: #1444 - output of typography all_styles when font_style UI was hidden.
8484

8585
= 3.3.3.7 =
8686
* Fixed: #1440 - flaw in new cleanFilePath logic.

README.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
44
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings, web fonts, google fonts
55
Requires at least: 3.5.1
66
Tested up to: 3.9.1
7-
Stable tag: 3.3.3
7+
Stable tag: 3.3.4
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -125,6 +125,20 @@ That's because the real FAQ section is on our site! Please visit [http://docs.re
125125

126126
== Changelog ==
127127

128+
= 3.3.4 =
129+
* Fixed: Issues with file writing. Basically many users don't install WordPress with all the permissions correct. So... Had to move it back to /uploads/. Sorry Otto, that's just how it is.
130+
* Fixed: #1444 - output of typography all_styles when font_style UI was hidden.
131+
* Fixed: #1440 - flaw in new cleanFilePath logic.
132+
* Fixed: #1432 - Theme check failing when double-slashes existed in get_template_directory() return.
133+
* Removed: curlRead from helper class.
134+
* Fixed: #1426 - menu_name not appearing on front end admin bar.
135+
* Added: #1427 - button_set added to customizer UI. Thanks @wpexplorer.
136+
* Fixed: #1429 - ACE Editor erroring with no default value set.
137+
* Fixed: wp_filesystem now initialized with credentials in an effort to combat the tmp file issue.
138+
* Modified: Code purification.
139+
* Modified: How section tabs work. Isolated within the redux-container class.
140+
* Modified: #1412 - Redesigned text label, placeholder fix.
141+
128142
= 3.3.3 =
129143
* Fixed: #1408 & #1357 - Typography subsets losing value after multiple saves on other panels.
130144
* Fixed: #1403 - unit value no longer prints after empty typography values

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.8';
68+
public static $_version = '3.3.4';
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.7';
28+
const VERSION = '3.3.4';
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.8
15+
* Version: 3.3.4
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)