Skip to content

Releases: reduxframework/redux-framework

4.3.1

22 Sep 18:10
Compare
Choose a tag to compare

4.3.1

  • Fixed: wp_mail has been declared by another process or plugin message.
  • Fixed: Malformed README wouldn't allow clicking of some support links.
  • Release date: September 22, 2021

4.3.0

22 Sep 03:14
Compare
Choose a tag to compare

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

12 Aug 02:01
Compare
Choose a tag to compare

4.2.14

  • Parse error in the Import/Export modules for older versions of PHP. WordPress suggested minimum is PHP 7.4, folks.

4.2.13

11 Aug 16:47
Compare
Choose a tag to compare

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

30 Jul 03:11
Compare
Choose a tag to compare

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.

4.2.10

29 Jul 01:26
Compare
Choose a tag to compare

4.2.10

  • Fixed: Output on the frontend triggering an error.
  • Fixed: Updated shims to support older extensions not authored by Redux.io

4.2.9

28 Jul 11:14
Compare
Choose a tag to compare

4.2.9

  • Fixed: WordPress data class now works properly.

4.2.8

28 Jul 10:41
Compare
Choose a tag to compare

4.2.8

  • Fixed Redux instances returning null. Saved options now show on the front end.

4.2.7

28 Jul 08:30
Compare
Choose a tag to compare

4.2.7

  • Fixed: Options reverting or not saving.

4.2.6

28 Jul 07:30
Compare
Choose a tag to compare

4.2.6

  • Fixed: Fatal error if passing null as an option section.
  • Fixed: Error in connection banner routine.