- Reduce number of DB queries when auto creating custom tables
- Fix error exporting post types, taxonomies & field groups
- Fix blank plural and singular labels for post types & taxonomies
- Fix error when searching posts in the admin when set a relationship as a filter
- Fix deprecated notice: automatic conversion of false to array
- Fix cannot update posts when set text limit
Add icon field type for Elementor
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 );
This version allows you to make inner blocks use the same markup for both the admin and front end by adding id, class, or style attribute to <InnerBlocks> wrapper.
For more details, please see the docs.
Other changes:
- Fix image advanced and color fields not working for Elementor
- Fix: duplicate fields checkbox got checked in the builder
- Fix showing excerpt in post table lists of custom post types and custom taxonomies
- Fix PHP warning in WordPress 6.6
change log for this version
Highlights:
This version allows you to render blocks with views. You can use code or use Meta Box Builder to set/edit views with UI (without leaving the page).
Also, you can sync data from block.json file back to the builder, so the data is always in sync between the UI and code.
For more details, please see this blog post.
We also rewrote/improved the UI of the MB Custom Post Types & Custom Taxonomies plugin, powered by block editor components. The new UI has the same layout and interaction as editing posts with the block editor, which will brings you a modern, friendly interface and a great experience.
For more details, please see this blog post.
This version allows you to render blocks with views. You can use code or use Meta Box Builder to set/edit views with UI (without leaving the page).
Also, you can sync data from block.json file back to the builder, so the data is always in sync between the UI and code.
For more details, please see this blog post.
We also rewrote/improved the UI of the MB Custom Post Types & Custom Taxonomies plugin, powered by block editor components. The new UI has the same layout and interaction as editing posts with the block editor, which will brings you a modern, friendly interface and a great experience.
For more details, please see this blog post.
change log in link https://metabox.io/plugins/meta-box-aio/changelog/
META BOX BUILDER 4.7.2 - 2024-04-18
Fix cannot click duplicate & delete icons