Releases: reduxframework/redux-framework
Releases · reduxframework/redux-framework
4.5.0
4.5.0
- Changed: Minimum PHP version now 7.4.
- Fixed: Datetime wasn't escaping some translations and domain was incorrect.
- Fixed:
required
functionality intaxonomy
andusers
. - Fixed:
repeater
not rendering insidetaxonomy
metaboxes. - Fixed:
repeater
not saving insideusers
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
intaxonomy
anduser
metaboxes. - Fixed: Unnecessary loading of default data on load (unless
metaboxes
are in use). - Fixed:
editor
andcheckbox
fields not saving intabbed
field. - Fixed:
custom_fonts
not saving uploaded font on conversion failure. - Fixed: #4009 - Google Font update issue resolved.
- Fixed: #4011 -
editor
inrepeater
field not saving. - Fixed:
editor
in addedrepeater
fields not properly initializing. - Fixed: #4008 - Font conversion failure fallback.
- Fixed: Replaced
validate_values
deprecation intaxonomy
metabox. - Updated: Deprecated JavaScript in all the Metabox extensions.
- Updated: JavaScript for jQuery 4.0 release.
- Release date: October 28, 2024
4.4.18
4.4.17
4.4.16
4.4.16
- Modified: Temporarily disable
social_profiles
andcolor_scheme
from customizer. They don't work. - Removed: Finished removing Redux Pro support.
- Removed: Extendify plugin banner at first launch.
- Updated: Font Awesome 6.5.2
- Release date: April 27, 2024
4.4.15
4.4.14
= 4.4.14 =
- Fixed: "No Field ID is set" message causing jumbled backend layout.
- New: Content Field https://devs.redux.io/core-fields/content.html
- Updated: Bring inputs up to W3C standards.
- Updated: First round of PHP 8.3 compatibility.
- Release date: March 14, 2024
4.4.13
4.4.13
- Added: Filter to disable Google Font updates:
"redux/{opt_name}/field/typography/google_font_update"
. Returnfalse
to disable. - Fixed:
color_scheme
crashing WordPress with 'critical error' for users still using PHP 7.1. - Added: WordPress 6.5 compatibility.
- Release date: February 13, 2024
4.4.12
= 4.4.12 =
- New: Color Schemes Extension https://devs.redux.io/core-extensions/color-schemes.html
- Fixed: PHP Error when
color_scheme
data doesn't exist. - Fixed:
custom_fonts
not importing original font on conversion failure. - Fixed: Remove debug info from JS. FA version change.
- Fixed: #3988 - Warning/error count displayed NaN on color field validation.
- Fixed: Erroneous error in
color_scheme
when saved scheme array was blank (string). - Fixed: Color schemes would not switch via select box after saving a new scheme.
- Fixed:
typography
subset dropdown not rendering select2 styling. - Fixed: Efficiency for extension loading improved.
- Removed: Redux Pro support. It's no longer required as all Pro features are now part of Redux.
- Release date: February 12, 2024
4.4.11
4.4.10
4.4.10
- New: Tabbed Extension https://devs.redux.io/core-extensions/tabbed.html
- Modified: Typography preview background will shift to black when lighter font colors are selected. Thanks, @herculesdesign
- Modified: Additional rollback changes made to the filesystem class causing false file permission issue messages.
- Fixed: Errant spaces in ACE Editor field.
- Fixed: Array check in color validation to avoid errors. It works ONLY with the color field. Nothing else.
- Improved: Filesystem killswitch logic.