Skip to content

Commit 3d456f8

Browse files
committed
Version push to 3.0.8. Various fixes from last version.
1 parent 035bedf commit 3d456f8

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

README.md

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

5757
### Master ###
5858

59+
= 3.0.8 =
60+
* Version push to ensure all bugs fixes were deployed to users. Various.
61+
5962
= 3.0.7 =
6063
* Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
6164
* Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!

README.txt

Lines changed: 4 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
55
Requires at least: 3.5.1
66
Tested up to: 3.7
7-
Stable tag: 3.0.7
7+
Stable tag: 3.0.8
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -139,6 +139,9 @@ That's because the real FAQ section is on our site! Please visit [http://reduxfr
139139

140140
== Changelog ==
141141

142+
= 3.0.8 =
143+
* Version push to ensure all bugs fixes were deployed to users. Various.
144+
142145
= 3.0.7 =
143146
* Feature - Completely redone spacing field. Choose to apply to sides or all at once with CSS output!
144147
* Feature - Completely redone border field. Choose to apply to sides or all at once with CSS output!

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.7
19+
* @version 3.0.8
2020
*/
2121

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

37-
public static $_version = '3.0.7';
37+
public static $_version = '3.0.8';
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.7
19+
* Version: 3.0.8
2020
* Author: Redux Team
2121
* Author URI: http://reduxframework.com
2222
* Text Domain: redux-framework

0 commit comments

Comments
 (0)