diff --git a/CHANGELOG.md b/CHANGELOG.md index 576c0a9f6..3a79c070b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,46 +1,26 @@ # Redux Changelog -## 4.4.18.10 -* Fixed: Datetime wasn't escaping some translations and domain was incorrect. +## 4.5.0 * Changed: Minimum PHP version now 7.4. +* Fixed: Datetime wasn't escaping some translations and domain was incorrect. * Fixed: `required` functionality in `taxonomy` and `users`. * Fixed: `repeater` not rendering inside `taxonomy` metaboxes. * Fixed: `repeater` not saving inside `users` metaboxes. - -## 4.4.18.9 * Fixed: Metaboxes `page_template` feature not showing/hiding properly under Gutenberg due to class name change. -* Updated: Deprecated JavaScript in all the Metabox extensions. - -## 4.4.18.8 * Fixed: #4023 - `google_maps` instances bleeding over from previous issue. - -## 4.4.18.7 * Fixed: `google_maps` deprecation notice regarding map markers. - -## 4.4.18.6 * Fixed: `repeater` in `taxonomy` and `user` metaboxes. * Fixed: Unnecessary loading of default data on load (unless `metaboxes` are in use). - -## 4.4.18.5 -* Updated: JavaScript for jQuery 4.0 release. * Fixed: `editor` and `checkbox` fields not saving in `tabbed` field. * Fixed: `custom_fonts` not saving uploaded font on conversion failure. - -## 4.4.18.4 -* Fixed: Font Conversion issue resolved serverside. * Fixed: #4009 - Google Font update issue resolved. - -## 4.4.18.3 * Fixed: #4011 - `editor` in `repeater` field not saving. * Fixed: `editor` in added `repeater` fields not properly initializing. - -## 4.4.18.2 -* Moved: Font conversion routine into core until the redux.io converter can be repaired. -* Moved: Google Font updated moved off Redux GitHub to Kev's GitHub until it can be fixed. - -## 4.4.18.1 * Fixed: #4008 - Font conversion failure fallback. * Fixed: Replaced `validate_values` deprecation in `taxonomy` metabox. +* Updated: Deprecated JavaScript in all the Metabox extensions. +* Updated: JavaScript for jQuery 4.0 release. +* Release date: October 28, 2024 ## 4.4.18 * Fixed: #4006: XSS fix in 'color_scheme' import. diff --git a/README.md b/README.md index 75f21b8b8..f88b282cd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ The `ace_editor` field will use that URL to enqueue the ACE library. Thank you for your kind attention in this matter. -## New to Version 4.4 ## +## New to Version 4.5 ## +### See the sample folder for examples of the new and improved fields. ### * [Content Field](https://devs.redux.io/core-fields/content.html) * [COLOR SCHEMES](https://devs.redux.io/core-extensions/color-schemes.html) Extension. * TABBED Extension. @@ -24,8 +25,6 @@ Thank you for your kind attention in this matter. * USER PROFILE METABOXES! * ICON SELECT Extension. * 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) - -## New to Version 4.3 ## * METABOXES! * REPEATER EXTENSION! * SOCIAL PROFILES EXTENSION! @@ -36,9 +35,6 @@ Thank you for your kind attention in this matter. * Google Maps extension * Widget Areas extension (applies to Classic Widgets only). * 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). - -## New to Version 4.2 ## -### See the sample folder for examples of the new and improved fields. ### * Additional Typography features: Top and bottom margins, text shadow. * New Media Image Filters (greyscale, sepia, opacity, contrast, invert, blur, saturate, brightness, hue-rotate). * New Gradient Field Filters (type, reach, angle), including output for autogenerated CSS. diff --git a/package.json b/package.json index 935ad1065..66ce22a87 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "gulpfile.js", "name": "redux-framework", "author": "Team Redux", - "version": "4.4.18", + "version": "4.5.0", "license": "GPL-3.0-or-later", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index a395ae138..5e761b1c5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: admin, options, theme options, plugin options, options framework Requires at least: 5.0 Requires PHP: 7.4 Tested up to: 6.7 -Stable tag: 4.4.18 +Stable tag: 4.5.0 License: GPL-3.0+ License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -121,6 +121,28 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro 2. Activate the plugin through the 'Plugins' menu in WordPress. == Changelog == +## 4.5.0 +* Changed: Minimum PHP version now 7.4. +* Fixed: Datetime wasn't escaping some translations and domain was incorrect. +* Fixed: `required` functionality in `taxonomy` and `users`. +* Fixed: `repeater` not rendering inside `taxonomy` metaboxes. +* Fixed: `repeater` not saving inside `users` metaboxes. +* Fixed: Metaboxes `page_template` feature not showing/hiding properly under Gutenberg due to class name change. +* Fixed: #4023 - `google_maps` instances bleeding over from previous issue. +* Fixed: `google_maps` deprecation notice regarding map markers. +* Fixed: `repeater` in `taxonomy` and `user` metaboxes. +* Fixed: Unnecessary loading of default data on load (unless `metaboxes` are in use). +* Fixed: `editor` and `checkbox` fields not saving in `tabbed` field. +* Fixed: `custom_fonts` not saving uploaded font on conversion failure. +* Fixed: #4009 - Google Font update issue resolved. +* Fixed: #4011 - `editor` in `repeater` field not saving. +* Fixed: `editor` in added `repeater` fields not properly initializing. +* Fixed: #4008 - Font conversion failure fallback. +* Fixed: Replaced `validate_values` deprecation in `taxonomy` metabox. +* Updated: Deprecated JavaScript in all the Metabox extensions. +* Updated: JavaScript for jQuery 4.0 release. +* Release date: October 28, 2024 + = 4.4.18 = * Fixed: #4006: XSS fix in 'color_scheme' import. * Updated: Font Awesome 6.6.0 diff --git a/redux-core/framework.php b/redux-core/framework.php index 3fe1e37db..4e62356d1 100644 --- a/redux-core/framework.php +++ b/redux-core/framework.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/class-redux-core.php'; -Redux_Core::$version = '4.4.18.10'; +Redux_Core::$version = '4.5.0'; Redux_Core::$redux_path = __DIR__; Redux_Core::instance(); diff --git a/redux-framework.php b/redux-framework.php index 012e517c5..a73789dfc 100644 --- a/redux-framework.php +++ b/redux-framework.php @@ -8,7 +8,7 @@ * Plugin URI: https://wordpress.org/plugins/redux-framework * GitHub URI: reduxframework/redux-framework * Description: Build better sites in WordPress fast! - * Version: 4.4.18.10 + * Version: 4.5.0 * Requires at least: 5.0 * Requires PHP: 7.4 * Author: Team Redux