Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kprovance committed Oct 28, 2024
1 parent aaba815 commit 62e0029
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 35 deletions.
30 changes: 5 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ 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.
* TAXONOMY METABOXES!
* 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!
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 23 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion redux-core/framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion redux-framework.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62e0029

Please sign in to comment.