Skip to content

Releases: reduxframework/redux-framework

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.

4.2.5

28 Jul 06:37
Compare
Choose a tag to compare

4.2.5

  • Fixed: Return type mismatch in Redux Helpers.

4.2.4

28 Jul 06:05
Compare
Choose a tag to compare

4.2.4

  • Fixed: Taxonomy WordPress data not handled properly in fields that support WordPress data.

4.2.3

28 Jul 05:26
Compare
Choose a tag to compare

4.2.3

  • Fixed: Return type error in Redux templates.

4.2.2

28 Jul 05:06
Compare
Choose a tag to compare

4.2.2

  • Fixed: WordPress data options not handling WP_Error proper

4.2.1

28 Jul 03:14
Compare
Choose a tag to compare

4.2.1

  • Fixed: Type mismatch regarding select boxes and callbacks.

4.2.0

27 Jul 21:19
Compare
Choose a tag to compare

4.2.0

  • New: Typography features: Top and bottom margins, text-shadow.
  • New: Media Image Filters (greyscale, sepia, opacity, contrast, invert, blur, saturate, brightness, hue-rotate).
  • New: Filters (type, reach, angle) for Gradient color field.
  • New: Box Shadow field.
  • New: Flyout Submenus: flyout_submenus global arg.
  • New: Alpha color option for color field: color_alpha field arg for fields that support color pickers.
  • Updated: select2 library to 4.1.0.
  • Updated: readme.txt to conform to wp.org standards.
  • Fixed: Remove PHP 7.2 syntax to keep older versions of PHP 7 happy.
  • Fixed: Redux templates not showing on 'page attributes' for some.
  • Fixed: Additional PHP 8.0 compatibility.
  • Fixed: Widget screen would not load due to conflict with template library.
  • Added: WordPress 5.8 compatibility.
  • Improved: Better Gutenberg block editor detection.
  • Modified: Redux Pro no longer required for automatic Google font updates.
  • Modified: Rename Parsedown class for the raw field to avoid conflicts with other plugins.
  • Removed: async_typography global arg. Google no longer supports it. Use font_display with one of the following auto|block|swap|fallback|optional. See: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display

4.1.29

29 Jun 23:23
Compare
Choose a tag to compare

4.1.29

  • Fixed: All PHP 7.4 specific syntax backed out. It caused older versions of PHP to report fatal errors.
  • Fixed: Index error in the image_select field.