Decryption key:
Meta Box AIO 1.30.4
Meta Box Builder 4.9.5
This version introduces new parameter for field: clone_empty_start that makes cloneable groups
not showing inputs at first. When users want to enter data, they’ll need to click the “+ Add new” button. This feature updates the UI and makes it cleaner.
See more details on our
blog post.
Other changes:
- Replace sprintf with string concatenation in RWMB_Field::show to fix issues when $field['before'] or $field['after'] contains special characters (%). Props Daniel Haim.
- Fix mismatch filter params for rwmb_meta when no fields are found.