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

Commit

Permalink
ver bump - 4.1.28
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Provance <[email protected]>
  • Loading branch information
kprovance committed Jun 23, 2021
1 parent 648524e commit 81e1649
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 13 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Redux Changelog

## 4.1.28 RC
## 4.1.28
* Fixed: #217 - Redux templates loading on post types with no block editor.
* Fixed: #158 - Redux theme checks no longer prevent theme check plugin from functioning.
*
* Fixed: #215 - Heatbeat check no longer eats the function if disregarded.
* Fixed: #222 - Background field image now hides preview image upon removal.
* Fixed: RAW field in sample config now works.
* Fixed: Helper function is_field_in_use now returns false, instead of null.
* Fixed: Palette field rendering improperly.
* Fixed: Google font update fail.
* Modified: buttonset() jQuery widget deprecated. Replaced with controlgroup().
* Modified: Additional JavaScript updates to fix jQuery deprecation notices.

## 4.1.27
* Fixed: Image select not selecting default value.
* Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reduxframework/redux-framework-4",
"version": "4.1.27",
"version": "4.1.28",
"authors": [
{
"name": "Redux.io",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "gulpfile.js",
"name": "redux",
"author": "Redux.io + Dōvy Paukstys",
"version": "4.1.27",
"author": "Redux.io",
"version": "4.1.28",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down
16 changes: 14 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: dovyp, redux, kprovance
Tags: gutenberg, blocks, gutenberg blocks, editor, block, page builder, block editor, block library, editor, templates, library
Requires at least: 4.0
Requires PHP: 7.1
Tested up to: 5.7.2
Stable tag: 4.1.27
Tested up to: 5.7.3
Stable tag: 4.1.28
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

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

== Changelog ==

== 4.1.28 ==
* Fixed: #217 - Redux templates loading on post types with no block editor.
* Fixed: #158 - Redux theme checks no longer prevent theme check plugin from functioning.
* Fixed: #215 - Heatbeat check no longer eats the function if disregarded.
* Fixed: #222 - Background field image now hides preview image upon removal.
* Fixed: RAW field in sample config now works.
* Fixed: Helper function is_field_in_use now returns false, instead of null.
* Fixed: Palette field rendering improperly.
* Fixed: Google font update fail.
* Modified: buttonset() jQuery widget deprecated. Replaced with controlgroup().
* Modified: Additional JavaScript updates to fix jQuery deprecation notices.

== 4.1.27 ==
* Fixed: Image select not selecting default value.
* Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.
Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

Redux_Core::$version = '4.1.27';
Redux_Core::$version = '4.1.28';
Redux_Core::$redux_path = dirname( __FILE__ );
Redux_Core::instance();

Expand Down
6 changes: 3 additions & 3 deletions redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
*
* Plugin Name: Redux
* Plugin URI: http://wordpress.org/plugins/redux-framework-4
* Github URI: reduxframework/redux-framework
* GitHub URI: reduxframework/redux-framework
* Description: Build better sites in WordPress fast
* Author: Redux.io + Dovy Paukstys
* Author: Redux.io, Extendify
* Author URI: http://redux.io
* Version: 4.1.27
* Version: 4.1.28
* Text Domain: redux-framework
* License: GPLv3 or later
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Expand Down

0 comments on commit 81e1649

Please sign in to comment.