Skip to content

Commit 30bf015

Browse files
committed
4.1.25 ver bump
1 parent eb244d4 commit 30bf015

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Redux Changelog
22

3+
## 4.1.25
4+
* Fixed: #186 - Erroneous icon on button_Set field after WP 5.6 update.
5+
* Fixed: PHP error in init_delay function during heartbeat API.
6+
* Release date: Jan 21, 2021
7+
38
## 4.1.24
49
* Fixed: Select2 callback fix for select fields.
510
* Added: Shim: empty field_*.php files to fix developers including files improperly.

composer.json

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

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block ed
55
Requires at least: 4.0
66
Requires PHP: 5.3
77
Tested up to: 5.7
8-
Stable tag: 4.1.24
8+
Stable tag: 4.1.25
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111

redux-core/framework.php

+1-1
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.24';
26+
Redux_Core::$version = '4.1.25';
2727
Redux_Core::$redux_path = dirname( __FILE__ );
2828
Redux_Core::instance();
2929

redux-framework.php

+1-1
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.24
13+
* Version: 4.1.25
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)