Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 812135e

Browse files
committed
Ver bump: 4.1.26
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
1 parent a084adf commit 812135e

File tree

6 files changed

+39
-6
lines changed

6 files changed

+39
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Redux Changelog
22

3+
## 4.1.26
4+
* Added: Menu accent introduced in WordPress 5.7.
5+
* Updated: ACE Editor 1.4.12.
6+
* Updated select2 to support cssContainer.
7+
* Fixed: Multiple submenus in metaboxes; the last submenu it cut off.
8+
* Fixed: #200 - Fatal error: Can't use function return value in write context.
9+
* Fixed: #203 - PHP 8.0 deprecation warnings.
10+
* Fixed: Malformed HTML causing Redux pro alpha color-picker to not render.
11+
* Fixed: IMproved class checks for Redux Pro.
12+
* Fixed: jQuery 3.x deprecation notices.
13+
* Fixed: Malformed SCSS.
14+
* Release date: March 17, 2021
15+
316
## 4.1.25
417
* Fixed: #186 - Erroneous icon on button_set field after WP 5.6 update.
518
* Fixed: #179 - Erroneous icon on palette field after WP 5.6 update.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reduxframework/redux-framework-4",
3-
"version": "4.1.25",
3+
"version": "4.1.26",
44
"authors": [
55
{
66
"name": "Redux.io",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"main": "gulpfile.js",
44
"name": "redux",
55
"author": "Redux.io + Dōvy Paukstys",
6-
"version": "4.1.23",
6+
"version": "4.1.26",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: dovyp, redux, kprovance
33
Donate link: https://paypal.me/ReduxFramework
44
Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block editor, block library, editor, templates, library
55
Requires at least: 4.0
6-
Requires PHP: 7.4
6+
Requires PHP: 7.1
77
Tested up to: 5.7
8-
Stable tag: 4.1.25
8+
Stable tag: 4.1.26
99
License: GPL-2.0+
1010
License 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.

redux-core/framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
require_once dirname( __FILE__ ) . '/class-redux-core.php';
2525

26-
Redux_Core::$version = '4.1.25';
26+
Redux_Core::$version = '4.1.26';
2727
Redux_Core::$redux_path = dirname( __FILE__ );
2828
Redux_Core::instance();
2929

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Description: Build better sites in WordPress fast
1111
* Author: Redux.io + Dovy Paukstys
1212
* Author URI: http://redux.io
13-
* Version: 4.1.25
13+
* Version: 4.1.26
1414
* Text Domain: redux-framework
1515
* License: GPLv3 or later
1616
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt

0 commit comments

Comments
 (0)