Highlights:
This version makes for custom models and frontend submission compatible, allowing to submit data for custom models on the front end. For usage, please see the docs.
Other changes:
If the submitted post from the front end supports the block editor, when viewing/editting the post on the back end, the content is automatically converted to blocks.
Improve accessibility of the switch control when creating post types
Add JavaScript filter for group.title (see our docs for usage)
Add group title to the remove confirmation message
Fix empty labels when changing post type supports
Fix PHP warning when outputing code for heading/divider fields inside groups in the builder.
Fix WYSIWYG output raw value without HTML tags if applying text limit.
- 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
no change log for this version on link
https://metabox.io/plugins/meta-box-aio/changelog/
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 );
no change log for this version on link
https://metabox.io/plugins/meta-box-aio/changelog/
full change log on link
https://metabox.io/plugins/meta-box-aio/changelog/
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
https://metabox.io/plugins/meta-box-aio/changelog/
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/