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

Commit 81e1649

Browse files
committed
ver bump - 4.1.28
Signed-off-by: Kevin Provance <[email protected]>
1 parent 648524e commit 81e1649

File tree

7 files changed

+33
-13
lines changed

7 files changed

+33
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Redux Changelog
22

3-
## 4.1.28 RC
3+
## 4.1.28
44
* Fixed: #217 - Redux templates loading on post types with no block editor.
55
* Fixed: #158 - Redux theme checks no longer prevent theme check plugin from functioning.
6-
*
6+
* Fixed: #215 - Heatbeat check no longer eats the function if disregarded.
7+
* Fixed: #222 - Background field image now hides preview image upon removal.
8+
* Fixed: RAW field in sample config now works.
9+
* Fixed: Helper function is_field_in_use now returns false, instead of null.
10+
* Fixed: Palette field rendering improperly.
11+
* Fixed: Google font update fail.
12+
* Modified: buttonset() jQuery widget deprecated. Replaced with controlgroup().
13+
* Modified: Additional JavaScript updates to fix jQuery deprecation notices.
14+
715
## 4.1.27
816
* Fixed: Image select not selecting default value.
917
* Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.

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.27",
3+
"version": "4.1.28",
44
"authors": [
55
{
66
"name": "Redux.io",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
33
"main": "gulpfile.js",
44
"name": "redux",
5-
"author": "Redux.io + Dōvy Paukstys",
6-
"version": "4.1.27",
5+
"author": "Redux.io",
6+
"version": "4.1.28",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: dovyp, redux, kprovance
33
Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block editor, block library, editor, templates, library
44
Requires at least: 4.0
55
Requires PHP: 7.1
6-
Tested up to: 5.7.2
7-
Stable tag: 4.1.27
6+
Tested up to: 5.7.3
7+
Stable tag: 4.1.28
88
License: GPL-2.0+
99
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010

@@ -153,6 +153,18 @@ If you want, you can use the [Gutenberg](https://wordpress.org/plugins/gutenberg
153153

154154
== Changelog ==
155155

156+
== 4.1.28 ==
157+
* Fixed: #217 - Redux templates loading on post types with no block editor.
158+
* Fixed: #158 - Redux theme checks no longer prevent theme check plugin from functioning.
159+
* Fixed: #215 - Heatbeat check no longer eats the function if disregarded.
160+
* Fixed: #222 - Background field image now hides preview image upon removal.
161+
* Fixed: RAW field in sample config now works.
162+
* Fixed: Helper function is_field_in_use now returns false, instead of null.
163+
* Fixed: Palette field rendering improperly.
164+
* Fixed: Google font update fail.
165+
* Modified: buttonset() jQuery widget deprecated. Replaced with controlgroup().
166+
* Modified: Additional JavaScript updates to fix jQuery deprecation notices.
167+
156168
== 4.1.27 ==
157169
* Fixed: Image select not selecting default value.
158170
* Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.

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

redux-framework.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
*
77
* Plugin Name: Redux
88
* Plugin URI: http://wordpress.org/plugins/redux-framework-4
9-
* Github URI: reduxframework/redux-framework
9+
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast
11-
* Author: Redux.io + Dovy Paukstys
11+
* Author: Redux.io, Extendify
1212
* Author URI: http://redux.io
13-
* Version: 4.1.27
13+
* Version: 4.1.28
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)