Skip to content

Commit 62e0029

Browse files
committed
v4.5.0
1 parent aaba815 commit 62e0029

File tree

6 files changed

+33
-35
lines changed

6 files changed

+33
-35
lines changed

CHANGELOG.md

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

3-
## 4.4.18.10
4-
* Fixed: Datetime wasn't escaping some translations and domain was incorrect.
3+
## 4.5.0
54
* Changed: Minimum PHP version now 7.4.
5+
* Fixed: Datetime wasn't escaping some translations and domain was incorrect.
66
* Fixed: `required` functionality in `taxonomy` and `users`.
77
* Fixed: `repeater` not rendering inside `taxonomy` metaboxes.
88
* Fixed: `repeater` not saving inside `users` metaboxes.
9-
10-
## 4.4.18.9
119
* Fixed: Metaboxes `page_template` feature not showing/hiding properly under Gutenberg due to class name change.
12-
* Updated: Deprecated JavaScript in all the Metabox extensions.
13-
14-
## 4.4.18.8
1510
* Fixed: #4023 - `google_maps` instances bleeding over from previous issue.
16-
17-
## 4.4.18.7
1811
* Fixed: `google_maps` deprecation notice regarding map markers.
19-
20-
## 4.4.18.6
2112
* Fixed: `repeater` in `taxonomy` and `user` metaboxes.
2213
* Fixed: Unnecessary loading of default data on load (unless `metaboxes` are in use).
23-
24-
## 4.4.18.5
25-
* Updated: JavaScript for jQuery 4.0 release.
2614
* Fixed: `editor` and `checkbox` fields not saving in `tabbed` field.
2715
* Fixed: `custom_fonts` not saving uploaded font on conversion failure.
28-
29-
## 4.4.18.4
30-
* Fixed: Font Conversion issue resolved serverside.
3116
* Fixed: #4009 - Google Font update issue resolved.
32-
33-
## 4.4.18.3
3417
* Fixed: #4011 - `editor` in `repeater` field not saving.
3518
* Fixed: `editor` in added `repeater` fields not properly initializing.
36-
37-
## 4.4.18.2
38-
* Moved: Font conversion routine into core until the redux.io converter can be repaired.
39-
* Moved: Google Font updated moved off Redux GitHub to Kev's GitHub until it can be fixed.
40-
41-
## 4.4.18.1
4219
* Fixed: #4008 - Font conversion failure fallback.
4320
* Fixed: Replaced `validate_values` deprecation in `taxonomy` metabox.
21+
* Updated: Deprecated JavaScript in all the Metabox extensions.
22+
* Updated: JavaScript for jQuery 4.0 release.
23+
* Release date: October 28, 2024
4424

4525
## 4.4.18
4626
* Fixed: #4006: XSS fix in 'color_scheme' import.

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ The `ace_editor` field will use that URL to enqueue the ACE library.
1616

1717
Thank you for your kind attention in this matter.
1818

19-
## New to Version 4.4 ##
19+
## New to Version 4.5 ##
20+
### See the sample folder for examples of the new and improved fields. ###
2021
* [Content Field](https://devs.redux.io/core-fields/content.html)
2122
* [COLOR SCHEMES](https://devs.redux.io/core-extensions/color-schemes.html) Extension.
2223
* TABBED Extension.
2324
* TAXONOMY METABOXES!
2425
* USER PROFILE METABOXES!
2526
* ICON SELECT Extension.
2627
* The Extendify Templates and Patterns library have 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)
27-
28-
## New to Version 4.3 ##
2928
* METABOXES!
3029
* REPEATER EXTENSION!
3130
* SOCIAL PROFILES EXTENSION!
@@ -36,9 +35,6 @@ Thank you for your kind attention in this matter.
3635
* Google Maps extension
3736
* Widget Areas extension (applies to Classic Widgets only).
3837
* Gutenberg Template Library updated to the new Extendify library. See more information here about this upgrade and how to access the legacy library: [https://redux.io/gutenberg-template-library-upgrade](https://redux.io/gutenberg-template-library-upgrade).
39-
40-
## New to Version 4.2 ##
41-
### See the sample folder for examples of the new and improved fields. ###
4238
* Additional Typography features: Top and bottom margins, text shadow.
4339
* New Media Image Filters (greyscale, sepia, opacity, contrast, invert, blur, saturate, brightness, hue-rotate).
4440
* New Gradient Field Filters (type, reach, angle), including output for autogenerated CSS.

package.json

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

readme.txt

+23-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: admin, options, theme options, plugin options, options framework
44
Requires at least: 5.0
55
Requires PHP: 7.4
66
Tested up to: 6.7
7-
Stable tag: 4.4.18
7+
Stable tag: 4.5.0
88
License: GPL-3.0+
99
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
1010

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

123123
== Changelog ==
124+
## 4.5.0
125+
* Changed: Minimum PHP version now 7.4.
126+
* Fixed: Datetime wasn't escaping some translations and domain was incorrect.
127+
* Fixed: `required` functionality in `taxonomy` and `users`.
128+
* Fixed: `repeater` not rendering inside `taxonomy` metaboxes.
129+
* Fixed: `repeater` not saving inside `users` metaboxes.
130+
* Fixed: Metaboxes `page_template` feature not showing/hiding properly under Gutenberg due to class name change.
131+
* Fixed: #4023 - `google_maps` instances bleeding over from previous issue.
132+
* Fixed: `google_maps` deprecation notice regarding map markers.
133+
* Fixed: `repeater` in `taxonomy` and `user` metaboxes.
134+
* Fixed: Unnecessary loading of default data on load (unless `metaboxes` are in use).
135+
* Fixed: `editor` and `checkbox` fields not saving in `tabbed` field.
136+
* Fixed: `custom_fonts` not saving uploaded font on conversion failure.
137+
* Fixed: #4009 - Google Font update issue resolved.
138+
* Fixed: #4011 - `editor` in `repeater` field not saving.
139+
* Fixed: `editor` in added `repeater` fields not properly initializing.
140+
* Fixed: #4008 - Font conversion failure fallback.
141+
* Fixed: Replaced `validate_values` deprecation in `taxonomy` metabox.
142+
* Updated: Deprecated JavaScript in all the Metabox extensions.
143+
* Updated: JavaScript for jQuery 4.0 release.
144+
* Release date: October 28, 2024
145+
124146
= 4.4.18 =
125147
* Fixed: #4006: XSS fix in 'color_scheme' import.
126148
* Updated: Font Awesome 6.6.0

redux-core/framework.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
require_once __DIR__ . '/class-redux-core.php';
3434

35-
Redux_Core::$version = '4.4.18.10';
35+
Redux_Core::$version = '4.5.0';
3636
Redux_Core::$redux_path = __DIR__;
3737
Redux_Core::instance();
3838

redux-framework.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin URI: https://wordpress.org/plugins/redux-framework
99
* GitHub URI: reduxframework/redux-framework
1010
* Description: Build better sites in WordPress fast!
11-
* Version: 4.4.18.10
11+
* Version: 4.5.0
1212
* Requires at least: 5.0
1313
* Requires PHP: 7.4
1414
* Author: Team Redux

0 commit comments

Comments
 (0)