Skip to content

Commit e8ae52b

Browse files
committed
v4.4.1
Signed-off-by: Kev Provance <[email protected]>
1 parent 88c375a commit e8ae52b

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

CHANGELOG.md

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

3-
## 4.4.0.4
4-
* Fixed: #3946 - Multiple `multi_media` fields in same section not respecting `max_upload_count`.
5-
6-
## 4.4.0.3
7-
* Fixed: #3945 - Glitch in validation causing color pickers to fail in rare use case.
8-
9-
## 4.4.0.2
3+
## 4.4.1
104
* New: User Metaboxes Extensions [https://devs.redux.io/core-extensions/user-metaboxes.html](https://devs.redux.io/core-extensions/user-metaboxes.html)
5+
* Fixed: Multiple `multi_media` fields in same section not respecting `max_upload_count`.
6+
* Fixed: Glitch in validation causing color pickers to fail in rare use case.
117
* Fixed: Google Maps JavaScript.
12-
13-
## 4.4.0.1
148
* Updated: Minimum WordPress version to 5.0
159

1610
## 4.4.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![WordPress plugin](https://img.shields.io/wordpress/plugin/v/redux-framework.svg?maxAge=3600)](https://wordpress.org/plugins/redux-framework) [![WordPress](https://img.shields.io/wordpress/v/redux-framework.svg?maxAge=3600)](https://wordpress.org/download/)
33

44
## New to Version 4.4 ##
5+
* USER PROFILE METABOXES!
56
* The Extendify Templates and Patterns library has been unbundled from Redux. To continue using Extendify, please download the standalone plugin from the WordPress.org repository: [https://wordpress.org/plugins/extendify](https://wordpress.org/plugins/extendify)
67

78
## New to Version 4.3 ##

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 Framework",
55
"author": "Team Redux",
6-
"version": "4.4.0",
6+
"version": "4.4.1",
77
"license": "GPL-3.0-or-later",
88
"repository": {
99
"type": "git",

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: admin, admin interface, options, theme options, plugin options, options fr
44
Requires at least: 5.0
55
Requires PHP: 7.1
66
Tested up to: 6.2
7-
Stable tag: 4.4.0
7+
Stable tag: 4.4.1
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

@@ -114,6 +114,13 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
114114
2. Activate the plugin through the 'Plugins' menu in WordPress.
115115

116116
== Changelog ==
117+
= 4.4.1 =
118+
* New: User Metaboxes Extensions [https://devs.redux.io/core-extensions/user-metaboxes.html](https://devs.redux.io/core-extensions/user-metaboxes.html)
119+
* Fixed: Multiple `multi_media` fields in same section not respecting `max_upload_count`.
120+
* Fixed: Glitch in validation causing color pickers to fail in rare use case.
121+
* Fixed: Google Maps JavaScript.
122+
* Updated: Minimum WordPress version to 5.0
123+
117124
= 4.4.0 =
118125
* Fixed: `Invalid argument` error inside `custom_fonts` on certain setups.
119126
* Fixed: Deprecated Google Map API broke `google_maps` extension.

redux-core/framework.php

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

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

33-
Redux_Core::$version = '4.4.0.4';
33+
Redux_Core::$version = '4.4.1';
3434
Redux_Core::$redux_path = dirname( __FILE__ );
3535
Redux_Core::instance();
3636

redux-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin URI: http://wordpress.org/plugins/redux-framework
99
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast!
11-
* Version: 4.4.0.4
11+
* Version: 4.4.1
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.1
1414
* Author: Team Redux

0 commit comments

Comments
 (0)