Skip to content

Subsections & Fixes

Compare
Choose a tag to compare
@dovy dovy released this 24 Apr 13:53
· 2554 commits to master since this release

= 3.2.2.17 =

  • Fixed: Responsive issues with spacing and dimension fields.

= 3.2.2.16 =

  • Fixed: Style conflicts with WP 3.9. Added register filter to fields via id.

= 3.2.2.15 =

  • Fixed: Metaboxes issues.

= 3.2.2.14 =

  • Modified: Some admin panel stylings. Now perfect with mobile hover. Also fixed an issue
    with the slidedown width for sections. No more 2 empty pixels.

= 3.2.2.13 =

  • Added: Tick mark if section has sub sections. Hidden when subsections expanded.

= 3.2.2.12 =

  • Fixed: Compiler hook in the customizer now passes the CSS.

= 3.2.2.11 =

  • Fixed: Compiler hook now properly fires in the customizer.

= 3.2.2.10 =

  • Fixed: Validation error with headers already being set.

= 3.2.2.9 =

  • Fixed: Added mode for width/height to override dimensions css output.

= 3.2.2.8 =

  • Fixed: Restoring lost formatting from multiple merges.

= 3.2.2.7 =

  • Fixed: New sorter default values get set properly now. ;)

= 3.2.2.6 =

  • Added: data and args can now be set to sorter! Just make sure to have it be a key based on what
    you want it to display as. IE: array('Main'=>'sidebars')

= 3.2.2.5 =

  • Added: Prevent Redux from firing on AJAX heartbeat, but added hook for it 'redux/ajax/heartbeat'.
  • Fixed: Removed erroneous 's' character from HTML.

= 3.2.2.4 =

  • Added: Check to make sure a field isn't empty after the filter. If it is empty, skip over it.

= 3.2.2.3 =

  • Added: Subsections now show icon if they have it. Show text only (without indent) if they do not.

= 3.2.2.2 =

  • Added: Set a section or field argument of 'panel' => false to skip over that field or panel and
    hide it. It will still be registered with defaults saved, but not display. This can be useful
    for things like the customizer.

= 3.2.2.1 =

  • Added: SUBSECTIONS! Just add 'subsection' => true to any section that isn't a divide/callback and
    isn't the first section in your panel. ;)