redux-framework

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

OTHER License

Downloads
6.2K
Stars
1.7K
Committers
90

Bot releases are hidden (Show)

redux-framework - 4.4.18 Latest Release

Published by kprovance 3 months ago

4.4.18

  • Fixed: #4006: XSS fix in 'color_scheme' import.
  • Updated: Font Awesome 6.6.0
  • Release date: July 19, 2024
redux-framework - 4.4.17

Published by kprovance 5 months ago

4.4.17

  • Fixed: social_profiles in customizer.
  • Fixed: Section divide returning null, which caused a PHP warning.
  • Fixed: Undefined index in tabbed when resetting settings.
  • Release date: May 23, 2024
redux-framework - 4.4.16

Published by kprovance 6 months 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
redux-framework - 4.4.15

Published by kprovance 7 months 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
redux-framework - 4.4.14

Published by kprovance 7 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
redux-framework - 4.4.13

Published by kprovance 8 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
redux-framework - 4.4.12

Published by kprovance 8 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
redux-framework - 4.4.11

Published by kprovance 10 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
redux-framework - 4.4.10

Published by kprovance 11 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.
redux-framework - 4.4.9

Published by kprovance 12 months ago

4.4.9

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

Published by kprovance 12 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
redux-framework - 4.4.7

Published by kprovance about 1 year 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.
redux-framework - 4.4.6

Published by kprovance about 1 year ago

4.4.6

  • New: Global arg fontawesome_frontend to enqueue the internal Font Awesome CSS on the front end.
  • New: Taxonomy Metaboxes Extension https://devs.redux.io/core-extensions/taxonomy.html
  • Fixed: Font Awesome not enqueueing on the frontend for social_profiles field.
  • Fixed: HTML Output for User Profile Metaboxes.
  • Fixed: Admin panel CSS.
  • Fixed: Adjusted translation for Google Font update message.
  • Fixed: Continued effort to combat old CDN code because some devs aren't updating their code.
  • Fixed: REDUX_PLUGIN_FILE failed with embedded installed. WE NO LONGER SUPPORT EMBEDDED. IT'S FOR LEGACY INSTALLS ONLY.
redux-framework - 4.4.5

Published by kprovance about 1 year ago

4.4.5

  • Fixed: Redux catches error when Google Fonts JSON cannot be read/written due to server misconfiguration.
  • Fixed: Output HTML in the admin panel now complies with W3C standards.
  • Fixed: typography letter-spacing and word-spacing stuck on zero value.
  • Fixed: Field classes were disregarded when using hidden or disable arguments.
  • Fixed: Added class alias for the old version of Redux Vendor Support so Redux doesn't crash.
  • Fixed: Added additional shim to fix Vendor Support code embedded by themes that are doing it incorrectly.
  • Fixed: Add wp-util dependency to icon_select since, in some cases, WordPress does not.
  • Added: Error trapping for panel template loading for missing or unreadable files to avoid crashing the site.
  • Updated: Default Google Fonts.
  • Updated: Font Awesome 6.4.2
  • Release date: August 07, 2023
redux-framework - 4.4.4

Published by kprovance over 1 year ago

4.4.4

  • Fixed: Revert redux-admin CSS handle to previous handle.
  • Fixed: color_rgba field not rendering properly due to misspelled CSS enqueue handle.
  • Fixed: jQuery deprecation notices in typography JavaScript.
  • Fixed: Error in connection banner on first-time activation.
  • Fixed: Missing redux-banner-admin.min.js file.
  • Fixed: Added extra check for the existence of the function name with callbacks. Some themes are not doing it correctly and crashing WordPress.
  • Release date: July 02, 2023
redux-framework - 4.4.3

Published by kprovance over 1 year ago

4.4.3

  • Fixed: Typo in JavaScript enqueue handle broke typography and slider fields.
  • Release date: June 29, 2023
redux-framework - 4.4.2

Published by kprovance over 1 year ago

4.4.2

  • New: Icon Select Extension. https://devs.redux.io/core-extensions/icon-select.html
  • Added: init_empty argument for repeater field.
  • Added: Class alias for customizer extension for Redux 3.x backward compatibility.
  • Modified: Unused code cleanup.
  • Modified: Moved font-display to Google font API enqueue and out of output CSS string.
  • Updated: Default Google font list.
  • Updated: ACE Editor 1.23.0
  • Fixed: jQuery deprecation notices in typography field.
  • Fixed: Special characters validation not catching special characters.
  • Fixed: #3957 - Validation routines not working complete with multiple metaboxes
  • Improved: Redux no longer enqueues resources for each field instance.
  • Release date: June 29, 2023
redux-framework - 4.4.1

Published by kprovance over 1 year ago

4.4.1

  • New: User Metaboxes Extensions https://devs.redux.io/core-extensions/user-metaboxes.html
  • Fixed: Multiple multi_media fields in same section not respecting max_upload_count.
  • Fixed: Glitch in validation causing color pickers to fail in rare use case.
  • Fixed: Google Maps JavaScript.
  • Updated: Minimum WordPress version to 5.0
  • Release date: April 26, 2023
redux-framework - 4.4.0

Published by kprovance over 1 year ago

4.0.0

  • Fixed: Invalid argument error inside custom_fonts on certain set ups.
  • Fixed: Deprecated Google Map API broke google_maps extension.
  • Removed: Extendify Template Library
  • Added: Connection banner to display Extendify removal notice with plugin download option.
  • Updated: Font Awesome 6.4
redux-framework - 4.3.26

Published by kprovance over 1 year ago

4.3.26

  • Modified: Empty custom_font list no longer creates an empty fonts.css file.
  • Release date: February 02, 2023