Skip to content

Commit b2a503e

Browse files
committed
Version release. 3.0.6
1 parent 000d97d commit b2a503e

File tree

7 files changed

+1192
-1039
lines changed

7 files changed

+1192
-1039
lines changed

README.md

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

5555
### Master ###
5656

57+
= 3.0.6 =
58+
* Hide customizer fields by default while still under development.
59+
* Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.
60+
* Fix Issue 151 - Media field uses thumbnail not full image for preview. Also now storing the thumbnail URL. Uses the smallest available size as the thumb regardless of the name.
61+
* Fix Issue 147 - Option to pass params to select2. Contributed by @andreilupu. Thanks!
62+
* Added trim function to ace editor value to prevent whitespace before and after value keep being added
63+
* htmlspecialchars() value in pre editor for ace. to prevent html tags being hidden in editor and rendered in dom
64+
* Feature: Added optional 'add_text' argument for multi_text field so users can define button text.
65+
* Added consistent remove button on multi text, and used sanitize function for section id
66+
* Feature: Added roles as data for field data
67+
* Feature: Adding data layout options for multi checkbox and radio, we now have quarter, third, half, and full column layouts for these fields.
68+
* Feature: Eliminate REDUX_DIR and REDUX_URL constants and instead created static ReduxFramework::$_url and ReduxFramework::$_dir for cleaner code.
69+
Feature: Code at bottom of sample-config.php to hide plugin activation text about a demo plugin as well as code to demo how to hide the plugin demo_mode link.
70+
* Started work on class definitions of each field and class. Preparing for the panel builder we are planning to make.
71+
5772
= 3.0.5 =
5873
* Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
5974
* Issue #151: Added thumbnails to media and displayed those instead of full image.

README.txt

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

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

140140
== Changelog ==
141141

142+
= 3.0.6 =
143+
* Hide customizer fields by default while still under development.
144+
* Fix Issue 123 - Language translations to actually function properly embedded as well as in the plugin.
145+
* Fix Issue 151 - Media field uses thumbnail not full image for preview. Also now storing the thumbnail URL. Uses the smallest available size as the thumb regardless of the name.
146+
* Fix Issue 147 - Option to pass params to select2. Contributed by @andreilupu. Thanks!
147+
* Added trim function to ace editor value to prevent whitespace before and after value keep being added
148+
* htmlspecialchars() value in pre editor for ace. to prevent html tags being hidden in editor and rendered in dom
149+
* Feature: Added optional 'add_text' argument for multi_text field so users can define button text.
150+
* Added consistent remove button on multi text, and used sanitize function for section id
151+
* Feature: Added roles as data for field data
152+
* Feature: Adding data layout options for multi checkbox and radio, we now have quarter, third, half, and full column layouts for these fields.
153+
* Feature: Eliminate REDUX_DIR and REDUX_URL constants and instead created static ReduxFramework::$_url and ReduxFramework::$_dir for cleaner code.
154+
Feature: Code at bottom of sample-config.php to hide plugin activation text about a demo plugin as well as code to demo how to hide the plugin demo_mode link.
155+
* Started work on class definitions of each field and class. Preparing for the panel builder we are planning to make.
156+
142157
= 3.0.5 =
143158
* Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
144159
* Issue #151: Added thumbnails to media and displayed those instead of full image.

0 commit comments

Comments
 (0)