You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,21 @@ Send me an email at [email protected] so I can add you to our user sp
54
54
55
55
### Master ###
56
56
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
+
57
72
= 3.0.5 =
58
73
* Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
59
74
* Issue #151: Added thumbnails to media and displayed those instead of full image.
@@ -139,6 +139,21 @@ That's because the real FAQ section is on our site! Please visit [http://reduxfr
139
139
140
140
== Changelog ==
141
141
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
+
142
157
= 3.0.5 =
143
158
* Fixed how Redux is initialised so it works in any and all files without hooking into the init function.
144
159
* Issue #151: Added thumbnails to media and displayed those instead of full image.
0 commit comments