Version 1.6
Special thanks to all contributors for this release including @pedro-mendonca, @elvishp2006, @timiwahalahti, @campusboy87, @m1r0, @pkostadinov-2create, @georgeHtmlBurger, @yuliyan and others.
- Added a new field: Radio Image
- Added new conditional logic comparison operators:
INCLUDES
andEXCLUDES
which work for array-based fields (e.g. Set_Field) and string-based fields (e.g. Text_Field) - Added
Complex_Field::set_collapsed()
method which allows you to control if groups should display collapsed on page load - Added partial support for duplicate container names, the only exception being that 2 theme options containers with the same name will still not be allowed
- Fixed several Sidebar/Widget related issues
- Fixed Relationship/Assosiation field issues with deleted items
- Fixed User Meta container title being visible when the container itself is not.
- Fixed error messages sometimes not being shown for containers
- Updated
->set_options()
and->add_options()
to both be able to receive callbacks and arrays. - Fixed various Nav_Menu_Container issues
- Fixed "Click Here" adding 2 entries to empty complex fields
- Added
User_Meta_Container::show_for()
method to allow users other than administrators to interact with user meta containers - The Media popup will now properly mark any previously selected attachment
- A number of i18n updates, stability improvements and fixes.