Redux Framework Versions Save

Redux is a simple, truly extensible options framework for WordPress themes and plugins!

4.4.16

2 weeks ago

4.4.16

  • Modified: Temporarily disable social_profiles and color_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

1 month ago

4.4.15

  • Fixed: spacing, dimension, and border fields not saving changed values.
  • Fixed: #3995 - switch and button_set not saving within tabbed interface.
  • Release date: March 22, 2024

4.4.14

2 months ago

= 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

3 months ago

4.4.13

  • Added: Filter to disable Google Font updates: "redux/{opt_name}/field/typography/google_font_update". Return false 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

3 months ago

= 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 months ago

4.4.11

  • Fixed: Cosmetic box_shadow fix.
  • Fixed: Required not hiding linked fields in customizer.
  • Fixed: tabbed and repeater fields not resetting when using Section Reset.
  • Fixed: #3983 - Continued damage done by WP Filesystem PR
  • Updated: Font Awesome 6.5.1

4.4.10

5 months ago

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.

4.4.9

6 months ago

4.4.9

  • Modified: Rollback changes made to the filesystem class causing false file permission issue messages.

4.4.8

6 months ago

4.4.8

  • Modified: Additional safeguards against read-only filesystems. Thanks @cezarpopa-cognita.
  • Fixed: #3970 - Added is_string check to WordPress data callback argument.
  • Removed: Unused code for Support Ticket Submission feature that was never finished.
  • Fixed: Removed extra spaces from textarea.
  • Added: WordPress 6.4 compatibility.
  • Release date: October 17, 2023

4.4.7

8 months ago

4.4.7

  • Removed: CDN vendor support for ace_editor. Devs won't update their code, leaving us no choice. Use the redux/<opt_name>/fields/ace/script filter to enqueue a local ACE Editor script if needed.
  • Fixed: Redux template PHP not autoloading.