Skip to content

The most advanced Redux yet!

Choose a tag to compare

@dovy dovy released this 02 Apr 04:56
· 1705 commits to master since this release

3.5.0 OFFICIAL RELEASE

        Various fixes and improvements for release.

3.4.4.9.4

  • Fixed: #2181 - Issue with PHP < 5.4 and the Ace Editor field. Oy.

3.4.4.9.3

  • Fixed: #2163 - Undefined error in JS.

3.4.4.9.2

  • Fixed: #2176 - Infinite loop in the customizer for live preview of themes.

3.4.4.9.1

  • Fixed: Support page now works.
  • Fixed: Fix for MySQL deprecated functions in php 5.5+.

3.4.4.9

  • Added: Dynamic admin messages (aka Newsflash). Dismissable admin messages announcing breaking Redux news.
    Messages will not appear for users when dev_mode is set to false. However, messages remain active
    on localhosts, so devs may benefit.

3.4.4.8

  • Fixed: #2155 - Fixed import with ajax_save.
  • Fixed: Changelog now uses raw field parsedown if present.

3.4.4.7

  • Added: Redux Framework News Widget on the WP Dashboard.

3.4.4.6

  • Fixed: #2156: label argument not recognized when using sortable as textbox.

3.4.4.5

  • Fixed: #2140 Another PHP 5.2 issue with ajax_save.
  • Modified: Opt groups for select field now working in customizer even if not supported.

3.4.4.4

  • Added: full_width arg now makes ANY field full-width. :)

3.4.4.3

  • Fixed: #2133 - Ajax save adding extra backspashes in PHP 5.2 only (They didn't use array map properly).
  • Fixed: Customizer wasn't working. Thanks @sgssandhu!

3.4.4.2

  • Fixed: #2125 - Compiler not firing on first save, when using ajax_save.

3.4.4.1

  • Fixed: #2118 - Typography JS error.

3.4.4

  • Fixed: Odd typography bug no one has reported.
  • Modified: Sticky header and footer to remain within the redux-main container.

3.4.3.9

  • Fixed #2097 - Slash fix for ajax_save that was previously believed to be an isolated issue. Now applied on all ajax saves.

3.4.3.8

  • Fixed: #2086 - color_rgba improperly functioning when transparent mode set to false.

3.4.3.7

  • Fixed Import/Export bug where it wasn't running.
  • Modified Locations of the core extensions directory as well as grunt configuration.

3.4.3.6

  • Fixed #2047 - Validation will now accept 0 as a value to be tested. Thanks @Ninos!
  • Added url_slug validation with option flush_permalinks!
  • Fixed Issue where the remove of background field was always showing an empty preview box.
  • Modified Turned ajax_save on by default for additional bug reports. ;)
  • Modified Added some margin above validation errors/warnings so they look better.
  • Modified Removed previous element border for any section so it looks better.

3.4.3.5

  • Fixed #2081 - Section field hiding any field after. Weird.

3.4.3.4

  • Added #2047 - output_transparent argument to output the blank color feature as 'transparent'.
  • Fixed #2080 - missing 'rem' unit and inability to process float values. Thanks to @HELWATANY for the fixes!
  • Fixed #2043 - misaligned images in image_select field.

3.4.3.3

  • Added: #2064 - Merge argument for image_select. Thanks @Ninos
  • Modified: Import/Export is now an extensiona and decoupled from the core.
  • Fixed: Spinner had a nasty number bug, now resolved.
  • Fixed: #2076 - RTL bug with old ID's. Thanks @mahfoozroy.
  • Fixed: #2072 - Ajax_save editor type bug fix.

3.4.3.2

  • Fixed: #2058 - Incorrect path in include statement for sysinfo.php

3.4.3.1

  • Modified: Templates now have versioning with a warning (dev_mode only) if they are outdated from the core templates.

3.4.3

  • Modified: Ajax saving now has overlay during save to avoid confusion for users.

3.4.2.9

  • Modified: Template files even more for simplicity and ease.
  • Modified: Saving. Redux now has the ajax_save argument if you want it!
  • Modified: Validation warnings now work.

3.4.2.8

  • Fixed: Changed set_transient function to public to avoid errors in new templating code.

3.4.2.7

  • Modified: Entire panel template is now decoupled from the theme and implemented with many filters for easy customization.

3.4.2.6

  • Fixed: #1478 - Import/export failing when two instances if Redux in use. Thanks, @desaiuditd!
  • Fixed: Section field not indenting properly, if at all.

3.4.2.5

  • Added: #2031 - Proper CSS sanitization for compliancy with WP.org.

3.4.2.4

  • Fixed: #2027 - added isset()

3.4.2.3

3.4.2.2

  • Fixed: #2023: Issue with custom submenus in menu.

3.4.2.1

  • Fixed: #2025: Issue with select sorting.

3.4.2

3.4.1

  • Fixed: Small filesystem option with bad filter key reference.
  • Added: Small return if $section filter returned the section empty.