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

Commit 5bab78f

Browse files
committed
Ver bump, change log, read me.
Signed-off-by: Kevin Provance <kevin.provance@gmail.com>
1 parent d3648b9 commit 5bab78f

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

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

3+
## 4.1.27
4+
* Fixed: Image select not selecting default value.
5+
* Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.
6+
* Fixed: #208 - Same config not setting footer background in Twenty-twenty theme due to incorrect class.
7+
* Fixed: #207 - Radio field not displaying text after save/refresh when displaying WordPress data.
8+
* Modified: #210 - Donation text removed.
9+
* Fixed: #206 - Link color CSS compiling incorrectly due to late escaping.
10+
311
## 4.1.26
412
* Added: Menu accent introduced in WordPress 5.7.
513
* Updated: ACE Editor 1.4.12.

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.26",
3+
"version": "4.1.27",
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.26",
6+
"version": "4.1.27",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 9 additions & 1 deletion
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: 7.1
77
Tested up to: 5.7.2
8-
Stable tag: 4.1.26
8+
Stable tag: 4.1.27
99
License: GPL-2.0+
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1111

@@ -154,6 +154,14 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
154154

155155
== Changelog ==
156156

157+
== 4.1.27 ==
158+
* Fixed: Image select not selecting default value.
159+
* Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.
160+
* Fixed: #208 - Same config not setting footer background in Twenty-twenty theme due to incorrect class.
161+
* Fixed: #207 - Radio field not displaying text after save/refresh when displaying WordPress data.
162+
* Modified: #210 - Donation text removed.
163+
* Fixed: #206 - Link color CSS compiling incorrectly due to late escaping.
164+
157165
== 4.1.26 ==
158166
* Added: Menu accent introduced in WordPress 5.7.
159167
* Updated: ACE Editor 1.4.12.

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.26';
26+
Redux_Core::$version = '4.1.27';
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.26
13+
* Version: 4.1.27
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)