PluginProbe ʕ •ᴥ•ʔ
Redux Framework / 4.5.6
Redux Framework v4.5.6
trunk 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.13 4.3.14 4.3.15 4.3.16 4.3.17 4.3.18 4.3.19 4.3.2 4.3.20 4.3.21 4.3.22 4.3.24 4.3.25 4.3.26 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.10 4.4.11 4.4.12 4.4.13 4.4.14 4.4.15 4.4.16 4.4.17 4.4.18 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.6 4.5.7 4.5.8 4.5.9
redux-framework / readme.txt
redux-framework Last commit date
ReduxCore 1 year ago redux-core 1 year ago redux-templates 1 year ago sample 1 year ago class-redux-framework-plugin.php 1 year ago index.php 1 year ago license.txt 1 year ago readme.txt 1 year ago redux-framework.php 1 year ago uninstall.php 1 year ago wpml-config.xml 1 year ago
readme.txt
537 lines
1 === Redux Framework ===
2 Contributors: kprovance, dovyp, redux
3 Tags: admin, options, theme options, plugin options, options framework
4 Requires at least: 5.0
5 Requires PHP: 7.4
6 Tested up to: 6.7
7 Stable tag: 4.5.6
8 License: GPL-3.0+
9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt
10
11 Redux is a simple, truly extensible and fully responsive options framework for WordPress themes and plugins. It ships with an integrated demo.
12
13 == Description ==
14 Redux was built by developers for developers. We save you months if not years in your development time. Everything we do is to help innovation in the industry.
15
16 <h4>♥️ What the Plugin does?</h4>
17 Redux is a simple, genuinely extensible, and fully responsive options framework for WordPress themes and plugins. Built on the WordPress Settings API; Redux supports many field types, custom error handling, custom fields & validation types, and import/export functionality.
18
19 But what does Redux actually DO? We don't believe that theme and plugin developers should have to reinvent the wheel every time they start work on a project. Redux simplifies the development cycle by providing a streamlined, extensible framework for developers to build on. Through a simple, well-documented config file, third-party developers can build out an options panel limited only by their imagination in a fraction of the time it would take to build from the ground up!
20
21 <h4>🚀 What fields does Redux offer?</h4>
22 <ul>
23 <li>Accordion</li>
24 <li>ACE Editor</li>
25 <li>Background</li>
26 <li>Border</li>
27 <li>Box Shadow</li>
28 <li>Button Set</li>
29 <li>Checkbox / Multi-Check</li>
30 <li>Color (WordPress Native)</li>
31 <li>Color Gradient</li>
32 <li>Color Palette</li>
33 <li>Color RGBA</li>
34 <li>Color Scheme</li>
35 <li>Content</li>
36 <li>Custom Fonts</li>
37 <li>Customizer</li>
38 <li>Date</li>
39 <li>Date/Time</li>
40 <li>Dimensions (Height/Width)</li>
41 <li>Divide (Divider)</li>
42 <li>Editor (WordPress Native)</li>
43 <li>Gallery (WordPress Native)</li>
44 <li>Google Maps</li>
45 <li>Icon Select</li>
46 <li>Image Select (Patterns/Presets)</li>
47 <li>Import/Export</li>
48 <li>Info (Header/Notice)</li>
49 <li>JS Button</li>
50 <li>Link Color</li>
51 <li>Media (WordPress Native)</li>
52 <li>Metaboxes</li>
53 <li>Multi Media</li>
54 <li>Multi-Text</li>
55 <li>Palette</li>
56 <li>Password</li>
57 <li>Radio (w/ WordPress Data)</li>
58 <li>Raw (HTML/PHP/MarkDown)</li>
59 <li>Repeater</li>
60 <li>Section (Indent and Group Fields)</li>
61 <li>Select (Select/Multi-Select w/ Select2 & WordPress Data)</li>
62 <li>Select Image</li>
63 <li>Slider (Drag a Handle)</li>
64 <li>Slides (Multiple Images, Titles, and Descriptions)</li>
65 <li>Social Profiles</li>
66 <li>Sortable (Drag/Drop Checkbox/Input Fields)</li>
67 <li>Sorter (Drag/Drop Manager - Works great for content blocks)</li>
68 <li>Spacing (Margin/Padding/Absolute)</li>
69 <li>Spinner</li>
70 <li>Switch</li>
71 <li>Tabbed</li>
72 <li>Taxonomy Metaboxes</li>
73 <li>Text</li>
74 <li>Textarea</li>
75 <li>Typography</li>
76 <li>User Profile Metaboxes</li>
77 * The most advanced typography module complete with preview, Google fonts, and auto-css output!
78 <li>User Profile Metaboxes</li>
79 <li>Widget Areas (Classic Widgets only)</li>
80 </ul>
81
82 <h4>🎉Additional Features</h4>
83 <ul>
84 <li>Full value escaping</li>
85 <li>Required - Link visibility from parent fields. Set this to affect the visibility of the field on the parent's value. Fully nested with multiple required parents possible.</li>
86 <li>Output CSS Automatically - Redux generates CSS and the appropriate Google Fonts stylesheets for you on select fields. You need to only specify the CSS selector to apply the CSS to (limited to certain fields).</li>
87 <li>Compiler integration! A custom hook runs when any fields with the argument `compile => true` are changed.</li>
88 <li>Field validation and sanitization</li>
89 <li>Field and section disabling</li>
90 <li>Oh, and did we mention a fully integrated Google Fonts setup that will make you so happy you'll want to cry?</li>
91 </ul>
92
93 <h4>👍 BE A CONTRIBUTOR</h4>
94 If you want to help with translations, <a href="https://translate.wordpress.org/projects/wp-plugins/redux-framework">go to the Translation Portal at translate.wordpress.org</a>.
95
96 You can also contribute code via our <a href="https://github.com/reduxframework/redux-framework/">GitHub Repository</a>. Be sure to use our develop branch to submit pull requests.
97
98 <h4>📝 Documentation and Support</h4>
99 <ul>
100 <li>We have extremely extensive docs. Please visit [https://devs.redux.io/](https://devs.redux.io). If that doesn't solve your issue, search [the issue tracker on GitHub](https://github.com/reduxframework/redux-framework/issues). If you can’t locate any topics that pertain to your particular problem, [post a new issue](https://github.com/reduxframework/redux-framework/issues/new) for it. Before you submit an issue, please read [our contributing requirements](https://github.com/redux-framework/redux-framework/blob/master/CONTRIBUTING.md). We build on the dev version and push it to WordPress.org when we confirm Redux is stable and ready for release.</li>
101 <li>If you have additional questions, reach out to us at support@redux.io</li>
102 </ul>
103
104 <h4>⚡ Like the Redux Plugin?</h4>
105 <ul>
106 <li>Follow us on <a href="https://www.facebook.com/reduxframework" rel="nofollow ugc">Facebook 💬</a></li>
107 <li><strong>Rate us 5 ⭐ stars</strong> on <a href="https://wordpress.org/support/plugin/redux-framework/reviews/?filter=5/#new-post">WordPress.org</a></li>
108 <li>Follow us on Twitter 🐦: <a href="https://twitter.com/reduxframework" rel="nofollow ugc">@ReduxFramework</a></li>
109 </ul>
110
111 <h4>🔐 Privacy</h4>
112 Redux does not interact with end users on your website. If a product is using Redux, the option panel will cease to function without Redux.
113
114 For more details on our privacy policy: [https://redux.io/privacy](https://redux.io/privacy)
115 For more details on our terms and conditions: [https://redux.io/terms](https://redux.io/terms)
116
117 NOTE: Redux is not intended to be used on its own. It requires a config file provided by a third-party theme or plugin developer to actually do anything cool!
118
119 == Installation ==
120 1. Upload the entire plugin folder to the `/wp-content/plugins/` directory.
121 2. Activate the plugin through the 'Plugins' menu in WordPress.
122
123 == Changelog ==
124
125 = 4.5.6 =
126 * Fixed: Setting CHMOD defaults in construct to avoid errors in certain use cases.
127 * Fixed: Installed empty placeholder for old `search` extension as WP did not remove it from old versions to updates, thus causing errors.
128 * Fixed: `raw` field in sample-config.php trigger WP filesystem error when `FS_METHOD` set to `FTP_EXT` and creds are not entered.
129 * Fixed: Sorter not saving in customizer.
130 * Fixed: `users` metabox not saving on some setups.
131 * Fixed: Disable search bar on user profile and taxonomy metaboxes.
132 * Updated: Font Awesome 6.7.2
133 * Modified: `custom_fonts` now enqueues local font CSS with a version resource of last modified file time and not current time.
134 * Modified: Will pass mandatory PCP checks.
135 * Release date: January 20, 2025
136
137 = 4.5.4 =
138 * Fixed: Filesystem class $creds not accepting bool value.
139 * Fixed: #4045: Old `search` extension throwing `class not found` error.
140 * Fixed: `accordion` extension throwing `Type of Redux_Extension_Accordion::$version must be string` error.
141 * Fixed: `color_scheme` typed property must not be accessed before initialization.
142 * Release date: December 16, 2024
143
144 = 4.5.3 =
145 * Removed: Deprecation notice for $filesystem. Too many people think it's an error. We'll have to support old Redux 3 code for the foreseeable future.
146 * Release date: December 5, 2024
147
148 = 4.5.2 =
149 * Fixed: New global filesystem access broke old methods used on old extensions. Deprecation notice added.
150 * Release date: December 5, 2024
151
152 = 4.5.1 =
153 * Updated: Font Awesome 6.7.1
154 * Fixed: Options Search bar rendering multiple time on customizer UI.
155 * Fixed: Changed typesafe declarations to transient variables from `array` to `mixed` to prevent fatal errors.
156 * Fixed: `color_scheme` and `social_profiles` giving `cannot assign null to array` errors when fields not in use.
157 * Fixed: JavaScript errors in regard to TinyMCE when not loaded via `editor` field.
158 * Fixed: `repeater` "Add" button failing when no `editor` field was loaded.
159 * Fixed: WP 6.7 broke Redux menus in customizer.
160 * Fixed: "Reset Section" resetting everything to blank or zero.
161 * Fixed: Float loses precision in `color_rgba` when `show_default` is set to true. Thanks @andrejarh
162 * Fixed: `multi_media` field not saving or retaining data in customizer.
163 * Modified: Customizer HTML output to support WordPress installations prior to version 6.7.
164 * Modified: Option panel search bar moved to core (previously an extension).
165 * Modified: Allow `null` assignments to core variable to prevent fatal errors when devs disable Google Fonts.
166 * Added `null` to multiple typesafe declarations.
167 * Added: CSS output added to `slider` field.
168 * Added: Minimum PHP 7.4 warning message to admin screen to prevent fatal errors. Some people are, apparently, still using outdated PHP.
169 * Release date: December 4, 2024
170
171 = 4.5.0 =
172 * Changed: Minimum PHP version now 7.4.
173 * Fixed: Datetime wasn't escaping some translations and domain was incorrect.
174 * Fixed: `required` functionality in `taxonomy` and `users`.
175 * Fixed: `repeater` not rendering inside `taxonomy` metaboxes.
176 * Fixed: `repeater` not saving inside `users` metaboxes.
177 * Fixed: Metaboxes `page_template` feature not showing/hiding properly under Gutenberg due to class name change.
178 * Fixed: #4023 - `google_maps` instances bleeding over from previous issue.
179 * Fixed: `google_maps` deprecation notice regarding map markers.
180 * Fixed: `repeater` in `taxonomy` and `user` metaboxes.
181 * Fixed: Unnecessary loading of default data on load (unless `metaboxes` are in use).
182 * Fixed: `editor` and `checkbox` fields not saving in `tabbed` field.
183 * Fixed: `custom_fonts` not saving uploaded font on conversion failure.
184 * Fixed: #4009 - Google Font update issue resolved.
185 * Fixed: #4011 - `editor` in `repeater` field not saving.
186 * Fixed: `editor` in added `repeater` fields not properly initializing.
187 * Fixed: #4008 - Font conversion failure fallback.
188 * Fixed: Replaced `validate_values` deprecation in `taxonomy` metabox.
189 * Updated: Deprecated JavaScript in all the Metabox extensions.
190 * Updated: JavaScript for jQuery 4.0 release.
191 * Release date: October 28, 2024
192
193 = 4.4.18 =
194 * Fixed: #4006: XSS fix in 'color_scheme' import.
195 * Updated: Font Awesome 6.6.0
196 * Release date: July 19, 2024
197
198 = 4.4.17 =
199 * Fixed: `social_profiles` in customizer.
200 * Fixed: Section divide returning `null`, which caused a PHP warning.
201 * Fixed: Undefined index in `tabbed` when resetting settings.
202 * Release date: May 23, 2024
203
204 = 4.4.16 =
205 * Modified: Temporarily disable `social_profiles` and `color_scheme` from customizer. They don't work.
206 * Removed: Finished removing Redux Pro support.
207 * Removed: Extendify plugin banner at first launch.
208 * Updated: Font Awesome 6.5.2
209 * Release date: April 27, 2024
210
211 = 4.4.15 =
212 * Fixed: `spacing`, `dimension`, and `border` fields not saving changed values.
213 * Fixed: `switch` and `button_set` not saving within `tabbed` interface.
214 * Release date: March 22, 2024
215
216 = 4.4.14 =
217 * Fixed: "No Field ID is set" message causing jumbled backend layout.
218 * New: Content Field [https://devs.redux.io/core-fields/content.html](https://devs.redux.io/core-fields/content.html)
219 * Updated: Bring inputs up to W3C standards.
220 * Updated: First round of PHP 8.3 compatibility.
221 * Release date: March 14, 2024
222
223 = 4.4.13 =
224 * Fixed: `color_scheme` crashing WordPress with 'critical error' for users still using PHP 7.1.
225 * Added: Filter to disable Google Font updates: `"redux/{opt_name}/field/typography/google_font_update"`. Return `false` to disable.
226 * Added: WordPress 6.5 compatibility.
227 * Release date: February 13, 2024
228
229 = 4.4.12 =
230 * New: Color Schemes Extension [https://devs.redux.io/core-extensions/color-schemes.html](https://devs.redux.io/core-extensions/color-schemes.html)
231 * Fixed: PHP Error when `color_scheme` data doesn't exist.
232 * Fixed: `custom_fonts` not importing original font on conversion failure.
233 * Fixed: Remove debug info from JS. FA version change.
234 * Fixed: #3988 - Warning/error count displayed NaN on color field validation.
235 * Fixed: Erroneous error in `color_scheme` when saved scheme array was blank (string).
236 * Fixed: Color schemes would not switch via select box after saving a new scheme.
237 * Fixed: `typography` sunset dropdown not rendering select2 styling.
238 * Fixed: Efficiency for extension loading improved.
239 * Removed: Redux Pro support. It's no longer required as all Pro features are now part of Redux.
240 * Release date: February 12, 2024
241
242 = 4.4.11 =
243 * Fixed: Cosmetic `box_shadow` fix.
244 * Fixed: Required not hiding linked fields in customizer.
245 * Fixed: `tabbed` and `repeater` fields not resetting when using Section Reset.
246 * Fixed: #3983 - Continued damage done by WP Filesystem PR
247 * Updated: Font Awesome 6.5.1
248 * Release date: December 18, 2023
249
250 = 4.4.10 =
251 * New: Tabbed Extension [https://devs.redux.io/core-extensions/tabbed.html](https://devs.redux.io/core-extensions/tabbed.html)
252 * Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign
253 * Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages.
254 * Fixed: Errant spaces in ACE Editor field.
255 * Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else.
256 * Improved: Filesystem killswitch logic.
257 * Release date: December 05, 2023
258
259 = 4.4.9 =
260 * Modified: Rollback changes made to the filesystem class causing false file permission issue messages.
261 * Release date: October 26, 2023
262
263 = 4.4.8 =
264 * Modified: Additional safeguards against read-only filesystems. Thanks @cezarpopa-cognita.
265 * Fixed: #3970 - Added `is_string` check to WordPress data callback argument.
266 * Removed: Unused code for Support Ticket Submission feature that was never finished.
267 * Fixed: Removed extra spaces from `textarea`.
268 * Added: WordPress 6.4 compatibility.
269 * Release date: October 17, 2023
270
271 = 4.4.7 =
272 * Removed: CDN vendor support for `ace_editor`. Devs won't update their code, leaving us no choice. Use the `redux/<opt_name>/fields/ace/script` filter to enqueue a local ACE Editor script if needed.
273 * Fixed: Redux template PHP not autoloading.
274 * Release date: September 14, 2023
275
276 = 4.4.6 =
277 * New: Global arg `fontawesome_frontend` to enqueue the internal Font Awesome CSS on the front end.
278 * New: Taxonomy Metaboxes Extension [https://devs.redux.io/core-extensions/taxonomy.html](https://devs.redux.io/core-extensions/taxonomy.html)
279 * Fixed: Font Awesome not enqueueing on the frontend for `social_profiles` field.
280 * Fixed: HTML Output for User Profile Metaboxes.
281 * Fixed: Admin panel CSS.
282 * Fixed: Adjusted translation for Google Font update message.
283 * Fixed: Continuing effort to combat old CDN code because some devs aren't updating their code.
284 * Fixed: REDUX_PLUGIN_FILE failed with embedded installed. WE NO LONGER SUPPORT EMBEDDED. IT'S FOR LEGACY INSTALLS ONLY.
285 * Release date: September 13, 2023
286
287 = 4.4.5 =
288 * Fixed: Redux catches error when Google Fonts JSON cannot be read/written due to server misconfiguration.
289 * Fixed: Output HTML in the admin panel now complies with W3C standards.
290 * Fixed: `typography` letter-spacing and word-spacing stuck on zero value.
291 * Fixed: Field classes were disregarded when using `hidden` or `disable` arguments.
292 * Fixed: Added class alias for the old version of Redux Vendor Support so Redux doesn't crash.
293 * Fixed: Added additional shim to fix Vendor Support code embedded by themes that are doing it incorrectly.
294 * Fixed: Add `wp-util` dependency to `icon_select` since, in some cases, WordPress does not.
295 * Added: Error trapping for panel template loading for missing or unreadable files to avoid crashing the site.
296 * Updated: Default Google Fonts.
297 * Updated: Font Awesome 6.4.2
298 * Release date: August 07, 2023
299
300 = 4.4.4 =
301 * Fixed: Revert `redux-admin` CSS handle to previous handle.
302 * Fixed: `color_rgba` field not rendering properly due to misspelled CSS enqueue handle.
303 * Fixed: jQuery deprecation notices in `typography` JavaScript.
304 * Fixed: Error in connection banner on first-time activation.
305 * Fixed: Missing redux-banner-admin.min.js file.
306 * Fixed: Added extra check for the existence of the function name with callbacks. Some themes are not doing it correctly and crashing WordPress.
307 * Release date: July 02, 2023
308
309 = 4.4.3 =
310 * Fixed: Typo in JavaScript enqueue handle broke `typography` and `slider` fields.
311 * Release date: June 29, 2023
312
313 = 4.4.2 =
314 * New: Icon Select Extension. Please review notes in README.md. [https://devs.redux.io/core-extensions/icon-select.html](https://devs.redux.io/core-extensions/icon-select.html)
315 * Added: `init_empty` argument for `repeater` field.
316 * Added: Class alias for customizer extension for Redux 3.x backward compatibility.
317 * Modified: Unused code cleanup.
318 * Modified: Moved `font-display` to Google font API enqueue and out of `output` CSS string.
319 * Updated: Default Google font list.
320 * Updated: ACE Editor 1.23.0
321 * Fixed: jQuery deprecation notices in `typography` field.
322 * Fixed: Special characters validation not catching special characters.
323 * Fixed: Validation routines not working complete with multiple metaboxes
324 * Improved: Redux no longer enqueues resources for each field instance.
325 * Release date: June 29, 2023
326
327 = 4.4.1 =
328 * New: User Metaboxes Extensions [https://devs.redux.io/core-extensions/user-metaboxes.html](https://devs.redux.io/core-extensions/user-metaboxes.html)
329 * Fixed: Multiple `multi_media` fields in the same section not respecting `max_upload_count`.
330 * Fixed: Glitch in validation causing color pickers to fail in rare use case.
331 * Fixed: Google Maps JavaScript.
332 * Updated: Minimum WordPress version to 5.0
333 * Release date: April 26, 2023
334
335 = 4.4.0 =
336 * Fixed: `Invalid argument` error inside `custom_fonts` on certain setups.
337 * Fixed: Deprecated Google Map API broke `google_maps` extension.
338 * Removed: Extendify Template Library
339 * Added: Connection banner to display Extendify removal notice with a plugin download option.
340 * Release date: March 29, 2023
341
342 = 4.3.26 =
343 * Modified: Empty `custom_font` list no longer creates empty fonts.css file.
344 * Release date: February 02, 2023
345
346 = 4.3.25 =
347 * Modified: Reworked directory enumeration for `custom_fonts` to avoid potential fatal errors.
348
349 = 4.3.24 =
350 * Additional work to make `custom_fonts` override old standalone extension version.
351 * Release date: January 20, 2023
352
353 = 4.3.23 =
354 * Tweaked Custom Fonts extension to avoid conflicts with the older standalone extension.
355 * Update: Extendify Library 1.2.4
356 * Release date: January 20, 2023
357
358 = 4.3.22 =
359 * Added: Custom Fonts extension [https://devs.redux.io/core-extensions/google-maps.html](https://devs.redux.io/core-extension/custom-fonts.html)
360 * Fixed: Metaboxes `post_format` selections not responding to clicks when Gutenberg is active due to class name changes.
361 * Fixed: Custom font data added via filter would trigger a warning if not an array.
362 * Update: Extendify Library 1.2.3
363 * Release date: January 19, 2023
364
365 = 4.3.21 =
366 * Added: Google Maps extension.
367 * Fixed: Widget area UI improperly aligned when `dev_mode` set to `false`.
368 * Fixed: `spinner` field not outputting `output` data.
369 * Fixed: Metaboxes CSS causing layout issues when `dev_mode` set to `false`.
370 * Update: Extendify Library 1.2.1
371 * Update: Font Awesome 6.2.1
372 * Release date: December 05, 2022
373
374 = 4.3.20 =
375 * Added: Widget Areas extension (for use with Classic Widgets only).
376 * Fixed: `spinner` field returning JavaScript error.
377 * Fixed: `required` not working outside a `repeater` when `repeater` field is loaded somewhere in the project.
378 * Fixed: JS error when `typography` `font-style` set to `false`.
379 * Updated: Removed registration verbiage from Google Fonts update notice.
380 * Updated: Extendify Library 1.0.1
381 * Release date: November 2, 2022
382
383 = 4.3.19 =
384 * Fixed: Extendify menu item appearing when it should not.
385 * Fixed: Blank page template would cause a fatal error.
386 * Release date: September 30, 2022
387
388 = 4.3.18 =
389 * New: Typography `weights` argument to override standard default weights.
390 * Updated Extendify Library 0.10.2
391 * Updated: Font Awesome 6.2.0
392 * Modified: Attempt to override old theme embedded extensions that use the 3.x loading method.
393 * Fixed: Social Profiles in metaboxes, hopefully.
394 * Fixed: `slides` field not showing image upon select. Thanks, @animeiswrong
395 * Removed: Social Profiles Widget (use the shortcode in HTML widget instead. See docs).
396 * Removed: Redux template library (use Extendify template library instead).
397 * Removed: Appsero registration for Redux Pro.
398 * Modified: Cleanup of old or outdated code.
399 * Release date: September 26, 2022
400
401 = 4.3.17 =
402 * Added: Social Profiles extension. [https://devs.redux.io/core-extensions/social-profiles.html](https://devs.redux.io/core-extensions/social-profiles.html)
403 * Fixed: Metabox post-types and templates selection inoperative on new posts.
404 * Updated: Extendify Library.
405 * Release date: August 22, 2002
406
407 = 4.3.16 =
408 * Added: Accordion extension. [https://devs.redux.io/core-extensions/accordion.html](https://devs.redux.io/core-extensions/accordion.html)
409 * Added: JS Button extension. [https://devs.redux.io/core-extensions/js-button.html](https://devs.redux.io/core-extensions/js-button.html)
410 * Fixed: Validation messages dismissed when using `ace_editor` field after `redux_change` event.
411 * Updated: Extendify Library.
412 * Release date: July 21, 2022
413
414 = 4.3.15 =
415 * Added: Multi Media extension. [https://devs.redux.io/core-extensions/multi-media.html](https://devs.redux.io/core-extensions/multi-media.html)
416 * Added: DateTime extension. [https://devs.redux.io/core-extensions/date-time-picker.html](https://devs.redux.io/core-extensions/date-time-picker.html)
417 * Fixed: Deprecation error surrounding `add_menu_page` in WordPress 6.0.
418 * Fixed: `undefined` unit entry in `letter-spacing` subfield of the `typography` field.
419 * Modified: Deprecation notices for outdated API.
420 * Updated: Extendify Library.
421 * Release date: June 21, 2022
422
423 = 4.3.14 =
424 * New: `typography` field supports individual unit types for subfields that support them (font-size, line-height, etc.) See: [https://devs.redux.io/core-fields/typography.html](https://devs.redux.io/core-fields/typography.html)
425 * Fixed: Redux installed via TGMPA failing with "This plugin does not have a valid header."
426 * Updated: Extendify Library.
427 * Release date: May 19, 2022
428
429 = 4.3.13 =
430 * Fixed: Work for `required` functionality within the `repeater` field.
431 * Fixed: Filter out bad default values for `color_rgba` field.
432 * Fixed: jQuery deprecation notice.
433 * Fixed: Type error in `import_export` field. Additional `repeater` JS fix.
434 * Fixed: `required` functionality within the `repeater` field.
435 * Modified: Additional sanitizing on color hex values.
436 * Modified: Customizer code to eliminate `init()` error.
437 * Updated: Extendify Library.
438 * Release date: May 05, 2022
439
440 = 4.3.12 =
441 * Updated: Vendor libraries.
442 * Updated: Extendify Library.
443 * Fixed: jQuery deprecation notices.
444 * Fixed: Filesystem class error.
445 * Fixed: Customizer not saving data for sections not shown in the customizer.
446 * Fixed: Fix deprecation errors in customizer.
447 * Fixed: Fix core deprecation notices in metaboxes.
448 * Release date: March 08, 2022
449
450 = 4.3.11 =
451 * Added: Advanced Customizer!
452 * Added: Font Awesome 6 Library for future extensions.
453 * Modified: Enforcing deprecation notices for deprecated functions. Developers: Please update your code as necessary.
454 * Modified: Connection banner to meet wp.org library standards.
455 * Updated: Extendify Library.
456 * Release date: February 23, 2022
457
458 = 4.3.10 =
459 * Added: Repeater field for beta testing.
460 * Modified: Background field will now show background styling options even if `background-image` is not set.
461 * Modified: Connection banner now promotes Extendify plugin with download/activate option.
462 * Updated: Extendify Library.
463 * Release date: February 09, 2022
464
465 = 4.3.9 =
466 * Fixed: Extendify Library JavaScript error.
467 * Release date: January 26, 2022
468
469 = 4.3.8 =
470 * Fixed: Spacing field defaults to `px` if no default is set.
471 * Fixed: Remove plugin.php hack in Appsero SDK.
472 * Updated: Default Google Fonts list brought up to current release
473 * Updated: Extendify Library.
474 * Release date: January 25, 2022
475
476 = 4.3.7 =
477 * Fixed: Incorrect global variable assignment. Thanks, @webbudesign.
478 * Release date: January 11, 2022
479
480 = 4.3.6 =
481 * Modified: Update to the Extendify Library.
482 * Modified: Moved Extendify and Redux templates libraries back to root folder.
483 * Modified: Removed "Gutenberg is currently disabled" notice when the Classic Editor plugin is active.
484 * Fixed: `date` shortcode without attributes producing error.
485 * Fixed: Various jQuery deprecation fixes.
486 * Release date: January 11, 2022
487
488 = 4.3.5 =
489 * Added: Add former premium feature: Option panel Search Bar. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
490 * Added: Add former premium feature: Shortcodes. See Sample demo or the [docs site](https://devs.redux.io/core-extensions).
491 * Fixed: Editor in metaboxes not saving HTML. WIll now save the same HTML posts/pages allows.
492 * Fixed: Front end formatting issue with the Extendify template library.
493 * Release date: December 01, 2021
494
495 = 4.3.4 =
496 * Fixed: CSS and JS not loading when embedding Redux due to a malformed path.
497 * Modified: Update to the Extendify template library.
498 * Release date: November, 24 2021
499
500 = 4.3.3 =
501 * Modified: Move template libraries to redux-core directory.
502 * Modified: Update to the Extendify template library.
503 * Release date: November 16, 2021
504
505 = 4.3.2 =
506 * Added: Metaboxes!
507 * Fixed: Incorrect return type in Options Constructor.
508 * Modified: Prefixed Browser class to avoid conflict with older versions in other projects.
509 * Release date: November 11, 2021
510
511 = 4.3.1 =
512 * Fixed: `wp_mail has been declared by another process or plugin` message.
513 * Fixed: Malformed README wouldn't allow clicking of some support links.
514 * Release date: September 22, 2021
515
516 = 4.3.0 =
517 * Added: Gutenberg Template Library updated to the new Extendify library. See more information here about this upgrade and how to access the legacy library: [https://redux.io/gutenberg-template-library-upgrade](https://redux.io/gutenberg-template-library-upgrade).
518 * Added: Option to enable/disable Template libraries. Found under Settings > Redux > Templates
519 * Added: Redux debug data moved to WordPress Site Health Info screen.
520 * Removed: Redux Framework Health Screen.
521 * Modified: Tools > Redux Framework screen moved to Settings > Redux
522 * Modified: Redux Templates disabled by default.
523 * Release date: September 21, 2021
524
525 ** For a full changelog, see https://github.com/reduxframework/redux-framework/blob/master/CHANGELOG.md **
526
527 == Frequently Asked Questions ==
528
529 = Why doesn't this plugin do anything? =
530
531 Redux is an option framework... in other words, it's not designed to do anything on its own! You can, however, activate a demo mode to see how it works.
532
533 = How can I learn more about Redux? =
534
535 Visit our website at [https://redux.io/](https://redux.io)
536
537