@@ -3,9 +3,9 @@ Contributors: dovyp, redux, kprovance
33Donate link: https://paypal.me/ReduxFramework
44Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block editor, block library, editor, templates, library
55Requires at least: 4.0
6- Requires PHP: 7.4
6+ Requires PHP: 7.1
77Tested up to: 5.7
8- Stable tag: 4.1.25
8+ Stable tag: 4.1.26
99License: GPL-2.0+
1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111
@@ -154,6 +154,26 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
154154
155155== Changelog ==
156156
157+ == 4.1.26 ==
158+ * Added: Menu accent introduced in WordPress 5.7.
159+ * Updated: ACE Editor 1.4.12.
160+ * Updated select2 to support cssContainer.
161+ * Fixed: Multiple submenus in metaboxes; the last submenu it cut off.
162+ * Fixed: Fatal error: Can't use function return value in write context.
163+ * Fixed: PHP 8.0 deprecation warnings.
164+ * Fixed: Malformed HTML causing Redux pro alpha color-picker to not render.
165+ * Fixed: IMproved class checks for Redux Pro.
166+ * Fixed: jQuery 3.x deprecation notices.
167+ * Fixed: Malformed SCSS.
168+ * Release date: March 17, 2021
169+
170+ == 4.1.25 ==
171+ * Fixed: Erroneous icon on button_set field after WP 5.6 update.
172+ * Fixed: Erroneous icon on palette field after WP 5.6 update.
173+ * Fixed: PHP error in init_delay function during heartbeat API.
174+ * Fixed: Options object field not rendering.
175+ * Release date: Jan 21, 2021
176+
157177== 4.1.24 ==
158178* Fixed: Select2 callback fix for select fields.
159179* Added: Shim: empty field_*.php files to fix developers including files improperly.
0 commit comments