Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Releases: reduxframework/redux-framework-4

4.1.28

23 Jun 16:08
Compare
Choose a tag to compare

4.1.28

  • Fixed: #217 - Redux templates loading on post types with no block editor.
  • Fixed: #158 - Redux theme checks no longer prevent theme check plugin from functioning.
  • Fixed: #215 - Heatbeat check no longer eats the function if disregarded.
  • Fixed: #222 - Background field image now hides preview image upon removal.
  • Fixed: RAW field in sample config now works.
  • Fixed: Helper function is_field_in_use now returns false, instead of null.
  • Fixed: Palette field rendering improperly.
  • Fixed: Google font update fail.
  • Modified: buttonset() jQuery widget deprecated. Replaced with controlgroup().
  • Modified: Additional JavaScript updates to fix jQuery deprecation notices.

4.1.27

11 Jun 00:19
cb1062c
Compare
Choose a tag to compare

4.1.27

  • Fixed: Image select not selecting default value.
  • Modified: #209 - Link color field overridden by theme. Added 'important' arg to the output array to fix. See sample config.
  • Fixed: #208 - Same config not setting footer background in Twenty-twenty theme due to incorrect class.
  • Fixed: #207 - Radio field not displaying text after save/refresh when displaying WordPress data.
  • Modified: #210 - Donation text removed.
  • Fixed: #206 - Link color CSS compiling incorrectly due to late escaping.

4.1.26

21 Apr 02:31
5d14642
Compare
Choose a tag to compare

4.1.26
Added: Menu accent introduced in WordPress 5.7.
Updated: ACE Editor 1.4.12.
Updated select2 to support cssContainer.
Fixed: Multiple submenus in metaboxes; the last submenu it cut off.
Fixed: #200 - Fatal error: Can't use function return value in write context.
Fixed: #203 - PHP 8.0 deprecation warnings.
Fixed: Malformed HTML causing Redux pro alpha color-picker to not render.
Fixed: IMproved class checks for Redux Pro.
Fixed: jQuery 3.x deprecation notices.
Fixed: Malformed SCSS.
Release date: March 17, 2021
4.1.25
Fixed: #186 - Erroneous icon on button_set field after WP 5.6 update.
Fixed: #179 - Erroneous icon on palette field after WP 5.6 update.
Fixed: PHP error in init_delay function during heartbeat API.
Fixed: #188 - Options object field not rendering.
Release date: Jan 21, 2021
4.1.24
Fixed: Select2 callback fix for select fields.
Added: Shim: empty field_*.php files to fix developers including files improperly.
Fixed: Changed use of ctype_xdigit to account for hosts where it's disabled.
Added: Shim for people using terms data key, but using taxonomies instead of taxonomy.
Fixed: Static call mismatch in redux colors.
Fixed: CSRF security issue with a flipped if conditional. Thanks @erwanlr.
Fixed: WordPress 4.6 API warnings.
Fixed: WordPress 4.6 customizer issue where fields not displaying properly.
Fixed: Massive speed improvement to the library.
Fixed: Pro template count error if previously activated and Redux Pro not enabled.
Release date: Dec 12, 2020

4.1.23

25 Oct 03:58
Compare
Choose a tag to compare

4.1.23

  • Fixed: Massive speed improvement to the library.
  • Fixed: Pro template count error if previously activated and Redux Pro not enabled.
  • Release date: Oct 24, 2020

4.1.22

23 Oct 14:49
Compare
Choose a tag to compare
  • Fixed: Menu locations WordPress data object not providing name.
  • Added: Undefined if menu location is not assigned to a menu.
  • Fixed: Another import/export edge case.
  • Fixed: Fix setField API value.
  • Fixed: Older extension compatibility.
  • Fixed: Text field error with data/options args not displaying properly.
  • Fixed: Import/Export now properly respects order of objects. Now using PHP over JS json_encode.

4.1.18

09 Sep 22:16
Compare
Choose a tag to compare
  • Fixed: Bug with typography output and non-array values for CSS selectors.
  • Fixed: Bug with spacing field not adding the units when a default is provided.
  • Added: Redux Pro install and activation flow.
  • Fixed: Templates trial wasn't working properly! It works now. :)

4.1.16

27 Aug 01:24
Compare
Choose a tag to compare
  • Fixed: Issue when null values were sent to Redux::set();
  • Fixed: Default for Google fonts is now swap.
  • Fixed: Fix for developers calling the API without checking for files.
  • Fixed: Edge case for filter var not working on some sites.
  • Fixed: Proper loading to override Redux 3 plugin.
  • Added: Site name to WP data return.
  • Fixed: Set height for library button when other plugins modify the CSS for the Gutenberg toolbar.
  • Fixed: Don't show template messages on the front-end if an extension is missing. How did that get through?
  • Fixed: Non-array values for WP data. Thanks @wilokecom.
  • Added: Notification so users can enable Gutenberg when disabled.
  • Added: Welcome guide to Gutenberg screen.
  • Fixed: Some readme issues.