Skip to content

Commit 2483f14

Browse files
committed
Readme and version pushes. 3.0.7 ho!
1 parent bac0a82 commit 2483f14

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

README.md

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

5757
### Master ###
5858

59+
= 3.0.7 =
60+
* Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
61+
* Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!
62+
* Feature - Added opt-in anonymous tracking, allowing us to further analyze usage.
63+
* Feature - Enable weekly updates of the Google Webfonts cache is desired. Also remove the Google Webfont files from shipping with Redux. Will re-download at first panel run to ensure users always have the most recent copy.
64+
* Language translation of german updated alone with ReduxFramework pot file.
65+
* Fix Issue 146 - Spacing field not storing data.
66+
* Fix - Firefox field description rendering bug.
67+
* Fix - Small issue where themes without tags were getting errors from the sample data.
68+
5969
= 3.0.6 =
6070
* Hide customizer fields by default while still under development.
6171
* Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.

README.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@ That's because the real FAQ section is on our site! Please visit [http://reduxfr
139139

140140
== Changelog ==
141141

142+
= 3.0.7 =
143+
* Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
144+
* Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!
145+
* Feature - Added opt-in anonymous tracking, allowing us to further analyze usage.
146+
* Feature - Enable weekly updates of the Google Webfonts cache is desired. Also remove the Google Webfont files from shipping with Redux. Will re-download at first panel run to ensure users always have the most recent copy.
147+
* Language translation of german updated alone with ReduxFramework pot file.
148+
* Fix Issue 146 - Spacing field not storing data.
149+
* Fix - Firefox field description rendering bug.
150+
* Fix - Small issue where themes without tags were getting errors from the sample data.
151+
142152
= 3.0.6 =
143153
* Hide customizer fields by default while still under development.
144154
* Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.

ReduxCore/framework.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @package ReduxFramework
1818
* @author ReduxFramework Team
19-
* @version 3.0.6
19+
* @version 3.0.7
2020
*/
2121

2222
// Exit if accessed directly
@@ -34,7 +34,7 @@
3434
*/
3535
class ReduxFramework {
3636

37-
public static $_version = '3.0.6';
37+
public static $_version = '3.0.7';
3838
public static $_dir;
3939
public static $_url;
4040
public static $_properties;

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Plugin URI: http://wordpress.org/plugins/redux-framework/
1717
* Github URI: https://github.com/ReduxFramework/ReduxFramework
1818
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
19-
* Version: 3.0.6
19+
* Version: 3.0.7
2020
* Author: Redux Team
2121
* Author URI: http://reduxframework.com
2222
* Text Domain: redux-framework

0 commit comments

Comments
 (0)