Skip to content

Releases: reduxframework/redux-framework

4.3.5

01 Dec 22:06
Compare
Choose a tag to compare

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

24 Nov 15:46
Compare
Choose a tag to compare

4.3.4

  • Fixed: CSS and JS not loading when embedding Redux due to malformed path.
  • Modified: Update to the Extendify template library.
  • Release date: November, 24 2021

4.3.3

16 Nov 19:03
Compare
Choose a tag to compare

4.3.3

  • Modified: Move template libraries to redux-core directory.
  • Modified: Update to the Extendify template library.
  • Release date: November 16, 2021

4.3.2

11 Nov 21:39
Compare
Choose a tag to compare

4.3.2

  • Added: Metaboxes!
  • Fixed: Incorrect return type in Options Constructor.
  • Modified: Prefixed Browser class to avoid conflict with older versions in other projects.
  • Release date: November 11, 2021

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