Skip to content

Commit e9e90b1

Browse files
committed
3.1.3
1 parent de07b1c commit e9e90b1

File tree

8 files changed

+33
-9
lines changed

8 files changed

+33
-9
lines changed

README.md

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

6262
### Master ###
6363

64+
= 3.1.3 =
65+
* Fixed a few undefined variables
66+
* Removed old code from the repo.
67+
* Fix for validation.
68+
* Remove the compiler hook by default.
69+
* Fix to sortable field.
70+
* Added an extra check for link color. Removes user error.
71+
* Localization updates.
72+
* Error in slides.
73+
* Fixed the info box bug with spacing and padding.
74+
* Fixed the first item in each section having WAY too much padding. ;)
75+
* Fixed section reset issue where values weren't being saved to the db properly.
76+
6477
= 3.1.2 =
6578
* Feature - Sortable select boxes!
6679
* Feature - Reset a section only or the whole panel!

README.txt

Lines changed: 14 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.8
7-
Stable tag: 3.1.2
7+
Stable tag: 3.1.3
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

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

140140
== Changelog ==
141141

142+
= 3.1.3 =
143+
* Fixed a few undefined variables
144+
* Removed old code from the repo.
145+
* Fix for validation.
146+
* Remove the compiler hook by default.
147+
* Fix to sortable field.
148+
* Added an extra check for link color. Removes user error.
149+
* Localization updates.
150+
* Error in slides.
151+
* Fixed the info box bug with spacing and padding.
152+
* Fixed the first item in each section having WAY too much padding. ;)
153+
* Fixed section reset issue where values weren't being saved to the db properly.
154+
142155
= 3.1.2 =
143156
* Feature - Sortable select boxes!
144157
* Feature - Reset a section only or the whole panel!

ReduxCore/assets/css/redux.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ReduxCore/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ReduxFramework {
4040

41-
public static $_version = '3.1.2';
41+
public static $_version = '3.1.3';
4242
public static $_dir;
4343
public static $_url;
4444
public static $_properties;

ReduxCore/inc/fields/info/field_info.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.redux-info-field {
22
min-height: 20px;
33
padding: 8px 19px;
4-
margin-bottom: 10px;
5-
margin-top: -10px;
4+
margin: -10px 0;
65
border-radius: 4px;
76
border: 1px solid;
87
position: relative;

ReduxCore/inc/fields/info/field_info.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.redux-info-field {
22
min-height: 20px;
33
padding: 8px 19px;
4-
margin-bottom: 10px;
5-
margin-top: -10px;
4+
margin: -10px 0;
65
border: 1px solid;
76
border-radius: 4px;
87
border: 1px solid;

ReduxCore/inc/fields/info/field_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function render() {
111111

112112
}
113113

114-
echo '</div><table class="form-table no-border" style="margin-top: 0;"><tbody><tr><th style="padding-top:0;"></th><td style="padding-top:0;">';
114+
echo '</div><table class="form-table no-border" style="margin-top: 0;"><tbody><tr style="border-bottom:0;"><th style="padding-top:0;"></th><td style="padding-top:0;">';
115115

116116
}
117117

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: Redux Team
1414
* Author URI: http://reduxframework.com
15-
* Version: 3.1.2
15+
* Version: 3.1.3
1616
* Text Domain: redux-framework
1717
* License: GPL2+
1818
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt

0 commit comments

Comments
 (0)