Highlights:
Add integration for Polylang & improve the integration with WPML: allow translating settings pages/relationships/fields' labels and also value. For more details, please see this blog post. Other changes:
Add button to toggle password (#1630)
Add gesture handling support for OSM field (#1631)
Relationship admin filter: add localization for select2 and fix select2 width (#91)
Datetime & select2: use user's locale instead of site's locale
Fix conditional logic performance issue with new Builder's Local JSON feature, and improve performance for the block editor.
Fix cloneable group issue with special characters with 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 );
Meta Box AIO Release Note :
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.