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
Highlights:
The plugin now supports creating blocks with block.json, which aligns with the WordPress's recommended method to create blocks. This allows the blocks created with MB Blocks will be compatible with future development of WordPress and the block editor.
With the support of block.json, the plugin now fully supports Full-Site Editing (FSE). So you can use the blocks in FSE's templates.
This update also makes rendering the block easier by automatically preparing the fields' values and put them directly in the $attributes parameter.
Functionality:
- Don't use PHP's eval() in the Theme Code generator
- Validate and sanitize ID to avoid bad forms
- Add support for new icon field type
- Fix import field group does not take ID from JSON file
- Fix theme code generated for sub-groups
UI/UX:
- Improve how to select predefined/suggested values in conditional logic, group title, post/term/user query options, etc. Previously use input's datalist, but now use a beautiful dropdown.
- Add button to expand/collapse all fields
- Add arrow button for less confuse how to toggle field settings
- Increase toggle settings area to the whole item header
- Always show a blank option for select to let you unselect an option
- Fix tab icon not updated when adding a new tab
MB Rest API 2.0.1 – 2022-10-14
- Complete rewrite the plugin for clarity and maintainability
- Add support for settings page, allow you to get and update data for settings pages
- Show errors when updating non-existing fields
- Ensure group value is always an array. Fix PHP warning when group has no values.
MB Custom Table 2.1.8 - 2023-11-27
- Allow developers to set message class via $_GET['message-status'] param
- Add "mbct_add_data" and "mbct_update_data" filters to let developers change data before inserting/updating into the DBAdd filter
- "mbct_{$this->model->name}_total_items" to get total items for models
- Fix PHP notice when accessing non-model pages
MB User Profile 2.5.3 - 2023-11-16
- Support toggle password button on the login form
- Add filters for submit buttons ("rwmb_profile_info_submit_button" and "rwmb_profile_register_submit_button")
- Fix cannot delete Elementor widget (#28)
MB Relationships 1.11.3 – 2023-11-16
- Add a config constant MB_RELATIONSHIPS_DELETE_DATA to delete plugin data when uninstalling (#74)
- Fix getting users not following the order in the admin (#73)
Meta Box Builder 4.6.2 - 2023-09-18
- Improve UI for tabs: add icons (live preview when selecting an icon) & make tabs bold
- Supports field ID prefix in theme code
- Fix import settings page does not take ID from JSON file
- Generated PHP code for relationship: remove post and taxonomy setting when object type is user
Meta Box Group 1.3.18 - 2023-09-18
- Fix default collapsed not working if there's a subgroup with save_state = true.
Meta Box Tabs 1.1.17 - 2023-09-18
- Fix "hide_from_front" not working if fields are in a tab
MB Frontend Submission 4.4.2 - 2023-09-18
- Remove inline CSS on the front end (#46)
- Fix JS error when disable delete button (#44)
MB User Profile 2.5.2 - 2023-09-18
- Remove inline CSS on the front end (#27)
MB Relationships 1.11.2 – 2023-09-18
- Fix error when split query is true, occurs with recent update of Object Cache Pro.