Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dovy committed Dec 22, 2013
1 parent de07b1c commit e9e90b1
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 9 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@ Send me an email at [email protected] so I can add you to our user sp

### Master ###

= 3.1.3 =
* Fixed a few undefined variables
* Removed old code from the repo.
* Fix for validation.
* Remove the compiler hook by default.
* Fix to sortable field.
* Added an extra check for link color. Removes user error.
* Localization updates.
* Error in slides.
* Fixed the info box bug with spacing and padding.
* Fixed the first item in each section having WAY too much padding. ;)
* Fixed section reset issue where values weren't being saved to the db properly.

= 3.1.2 =
* Feature - Sortable select boxes!
* Feature - Reset a section only or the whole panel!
Expand Down
15 changes: 14 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: admin, admin interface, options, theme options, plugin options, options framework, settings
Requires at least: 3.5.1
Tested up to: 3.8
Stable tag: 3.1.2
Stable tag: 3.1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 3.1.3 =
* Fixed a few undefined variables
* Removed old code from the repo.
* Fix for validation.
* Remove the compiler hook by default.
* Fix to sortable field.
* Added an extra check for link color. Removes user error.
* Localization updates.
* Error in slides.
* Fixed the info box bug with spacing and padding.
* Fixed the first item in each section having WAY too much padding. ;)
* Fixed section reset issue where values weren't being saved to the db properly.

= 3.1.2 =
* Feature - Sortable select boxes!
* Feature - Reset a section only or the whole panel!
Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/assets/css/redux.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ReduxCore/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class ReduxFramework {

public static $_version = '3.1.2';
public static $_version = '3.1.3';
public static $_dir;
public static $_url;
public static $_properties;
Expand Down
3 changes: 1 addition & 2 deletions ReduxCore/inc/fields/info/field_info.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.redux-info-field {
min-height: 20px;
padding: 8px 19px;
margin-bottom: 10px;
margin-top: -10px;
margin: -10px 0;
border-radius: 4px;
border: 1px solid;
position: relative;
Expand Down
3 changes: 1 addition & 2 deletions ReduxCore/inc/fields/info/field_info.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.redux-info-field {
min-height: 20px;
padding: 8px 19px;
margin-bottom: 10px;
margin-top: -10px;
margin: -10px 0;
border: 1px solid;
border-radius: 4px;
border: 1px solid;
Expand Down
2 changes: 1 addition & 1 deletion ReduxCore/inc/fields/info/field_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function render() {

}

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;">';
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;">';

}

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Description: Redux is a simple, truly extensible options framework for WordPress themes and plugins.
* Author: Redux Team
* Author URI: http://reduxframework.com
* Version: 3.1.2
* Version: 3.1.3
* Text Domain: redux-framework
* License: GPL2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Expand Down

0 comments on commit e9e90b1

Please sign in to comment.