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.
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.
Support getting term meta on the single post for Elementor
Do not count HTML tags for text limiter
Update CSS for blocks to match WordPress's selectors
Fix error when block icon is FontAwesome and no icon is selected
Fix group and conditional logic issues with clone_empty_start
Fix default value "0" for rangefield type not working
Add filter for list table class object, which allows developers to use their own list table object:
$list_table = apply_filters( 'mbct_list_table_object', $list_table, $args );
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.