@@ -4,7 +4,7 @@ Tags: admin, options, theme options, plugin options, options framework
44Requires at least: 5.0
55Requires PHP: 7.4
66Tested up to: 6.7
7- Stable tag: 4.5.0
7+ Stable tag: 4.5.1
88License: GPL-3.0+
99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010
@@ -122,6 +122,25 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
122122
123123== Changelog ==
124124
125+ = 4.5.1 =
126+ * Updated: Font Awesome 6.7.1
127+ * Fixed: Options Search bar rendering multiple time on customizer UI.
128+ * Fixed: Changed typesafe declarations to transient variables from `array` to `mixed` to prevent fatal errors.
129+ * Fixed: `color_scheme` and `social_profiles` giving `cannot assign null to array` errors when fields not in use.
130+ * Fixed: JavaScript errors in regard to TinyMCE when not loaded via `editor` field.
131+ * Fixed: `repeater` "Add" button failing when no `editor` field was loaded.
132+ * Fixed: WP 6.7 broke Redux menus in customizer.
133+ * Fixed: "Reset Section" resetting everything to blank or zero.
134+ * Fixed: Float loses precision in `color_rgba` when `show_default` is set to true. Thanks @andrejarh
135+ * Fixed: `multi_media` field not saving or retaining data in customizer.
136+ * Modified: Customizer HTML output to support WordPress installations prior to version 6.7.
137+ * Modified: Option panel search bar moved to core (previously an extension).
138+ * Modified: Allow `null` assignments to core variable to prevent fatal errors when devs disable Google Fonts.
139+ * Added `null` to multiple typesafe declarations.
140+ * Added: CSS output added to `slider` field.
141+ * Added: Minimum PHP 7.4 warning message to admin screen to prevent fatal errors. Some people are, apparently, still using outdated PHP.
142+ * Release date: December 3, 2024
143+
125144= 4.5.0 =
126145* Changed: Minimum PHP version now 7.4.
127146* Fixed: Datetime wasn't escaping some translations and domain was incorrect.
0 commit comments