Releases: reduxframework/redux-framework
Releases · reduxframework/redux-framework
4.3.5
4.3.5
- Added: Add former premium feature: Options panel Search Bar. See Sample demo or the docs site.
- Added: Add former premium feature: Shortcodes. See Sample demo or the docs site.
- Fixed: #3852 - Editor in metaboxes not saving HTML. WIll now save the same HTML posts/pages allows.
- Fixed: Front-end formatting issue with the Extendify template library.
- Release date: December 01, 2021
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0
- Added: 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.
- Added: Option to enable/disable Template libraries. Found under Settings > Redux > Templates
- Added: Redux debug data moved to WordPress Site Health Info screen.
- Removed: Redux Framework Health Screen.
- Modified: Tools > Redux Framework screen moved to Settings > Redux
- Modified: Redux Templates disabled by default.
- Release date: September 21, 2021
4.2.14
4.2.13
4.2.13
- Fixed: #3822 - Default value function returns string or array to prevent type error.
- Modified: #3820 - Better support for Redux embedded in themes.
- Modified:
install_plugins
security level now required to install Template blocks that require additional plugins. This was done for security reasons. - Added: New global arg
load_on_cron
. Set to true if you require Redux to run within a cron initiated function. - Removed: URL-based Import/Export option due to security concerns. Manual Import/Export features remain.
- Removed: Support URL feature due to security issues. Please use WordPress Site Health 'copy to clipboard' compiler to submit system data when reporting issues.
4.2.11
4.2.11
- Fixed: Removed type declarations on core return values to support improperly written third-party extensions.
- Fixed: Added shim to prevent errors on functions calls outdated extensions are still using.
- Fixed: Removed type declarations on field code to support outdated versions of PHP (PHP 7.4 is the minimum recommendation from WordPress...please update if you are able. https://wordpress.org/about/requirements ).
- Fixed: Support URL button kicking back a JavaScript error.