Meta Box Group Changelog
1.4.4 - 2024-11-19
- Add JavaScript filter for group.title (see our docs for usage)
- Add group title to the remove confirmation message
1.4.3 - 2024-11-01
- Fix radio select not working correctly
- Fix clone empty start applied to subgroup field
1.4.2 - 2024-09-26
Fix issue with clone_empty_start
1.4.1 - 2024-09-07
Fix issue with clone_empty_start
1.4.0 - 2024-08-19
- Add support for not showing any inputs for cloneable groups
- Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
1.3.19 - 2024-01-22
Support outputing group values in admin columns
1.3.18 - 2023-09-18
Fix default collapsed not working if there's a subgroup with save_state = true.
1.3.17 - 2023-02-08
Fix incorrect group title with radio/checkbox/switch
1.3.16 - 2022-12-05
Fix 'remove' element in the title bar is too long
1.3.15 - 2022-11-11
Fix "remove" link hidden when the group title is long
1.3.14 - 2022-05-17
- Fix incorrect the label for subfield
- Fix Collapsible group field toggle arrow is upside down on load
1.3.13 - 2022-02-04
Remove esc_meta
method as Meta Box doesn't use it anymore
1.3.12 - 2020-02-23
Make sub-fields inherit clone_default from group when not set
1.3.11 - 2020-08-22
- Fix group title shows null for subfield value when empty
- Fix clone index not rendering properly in the group title when updating subfield values
1.3.10 - 2020-04-27
Fix timestamp for date field not showing correctly.
1.3.9 - 2020-04-17
Use new method to set child field meta, requires Meta Box 5.2.9+
1.3.8 - 2020-02-06
- Fix error when saving empty field group in Meta Box Builder
- Fix duplicated ID for fieldset_text
1.3.7 - 2019-10-31
Fix styling for term, user & settings page.
1.3.6 - 2019-10-18
Fix std
for child fields not working on the front end (with MB Frontend Submission)
1.3.5 - 2019-09-30
Fix file uploads (file
, image
) not working in groups.
1.3.4 - 2019-07-01
Fix JavaScript bug in group title if no settings for group title.
1.3.3 - 2019-04-12
- Fixed
default_state=collapsed
not working ifsave_state=false
for cloneable groups.
1.3.2 - 2019-04-02
- Improve styling for groups in user profile and term edit pages.
1.3.1 - 2019-03-20
- Fixed
default_state=collapsed
not working ifsave_state=false
1.3.0 - 2019-03-12
- Improved the
group_title
to support the syntaxSomething {sub_field_1} - Another thing {sub_field_2} - {#}
.
1.2.19 - 2019-02-15
- Respect
std
set in child fields. @props Joe Anderson.
1.2.18
- Fixed not saving data of
file
in sub-groups. - Fixed
std
not working for group. @props Razib. - Fixed conditional logic for elements inside a collapsible sub-groups.
1.2.17
- Added scope for cloning groups, useful to run conditional logic only inside the group.
1.2.16
- Fixed group title showing field's placeholder text.
1.2.15
- Optimize the "remove" clone link position as it's too close to the collapse/expand icon. Now it only appears when hover the group title.
- Shows a confirmation message when click the "remove" link.
1.2.14
- Fixed long group title exceeds the bar limit.
1.2.13
- Fixed group fields not hidden when collapsed, caused by Conditional Logic.
1.2.12
- Fixed group clones are not sortable in some situations.
1.2.11
- Sub fields typed
file
,image
do not save value. - Maps are not visible when group is expanded from collapsed state when page loads.
1.210
- Fix syntax error for PHP < 5.4.
1.2.9
- Preserve the expand/collapse state when clone.
1.2.8
- Added
default_state
parameter for collapsible groups. Can be set tocollapsed
to have a better overview.
1.2.7
- Fixed collapsible nested group couldn't save state and change the arrows in the group title when using with Meta Box Columns extension.
1.2.6
- Supports getting values from many sub-fields (not one) for group title
1.2.5
- Better check for group title
1.2.4
- Fixed cannot clone sub-fields in group.
- Fixed image_advanced doesn't work in nested group.
- Fixed cloning WYSIWYG field in groups. Now it can be cloned in multi-level nested groups.
1.2.3
- Add change event to update group title if sub field is select
1.2.2
- Auto expand new cloned group.
- Allow selected option text to be set as group title.
1.2.1
- Fix style for collapsible groups with columns
1.2
- Add support for collapsible groups
1.1.6
- Fix WYSIWYG field does not save HTML correctly in the settings page. See #971.
1.1.5
- Fix hook priority to compatible with Meta Box 4.9
1.1.4
- Improvement: Trigger when clone completed.
1.1.3
- Improvement: Better add actions and enqueue resources for sub fields.
- Fix: No versions for CSS/JS files, which make those files cached incorrectly.
- Fix: Update group index only for the new clone group.
- Fix: Wrong condition for checking class exists.
1.1.2
- Fix: Fix clone issue for color field.
- Fix: Wrong group index when cloning fields in a cloned group
1.1.1
- Fix: Compatibility with Meta Box Columns extension.
- Improvement: Optimize JS code for better performance.
1.1
- Improvement: Add support for multi-level nested group (cloning group and cloning fields are supported, too). It does not work with media fields and wysiwyg, though.
- Improvement: Fix for including the extension directly in a theme.
1.0.8
- Improvement: Add support for cloned fields inside a group.
- Improvement: It's now safe to include the extension into a plugin or a theme. Requires Meta Box 4.8.5+.
1.0.7
- Improvement: Nested group is supported
1.0.6
- Fields in a cloned groups now have unique ID, which supports cloning WYSIWYG in group
1.0.5
- Fix compatibility with Meta Box 4.8.0
1.0.4
- Refactor the code
- Update to works with Meta Box 4.7.3
1.0.3
- Fix: value not saved in Meta Box 4.7
1.0.2
- Fix: Wrong position of color inputs
1.0.1
- Improvement: Add filter
rwmb_group_add_clone_button_text
for developers to change clone button text - Improvement: Better file name and file include
1.0
- First release