**Highlights:**
- Allow models to add more features: `author`, `published_date`, `modified_date` via the `supports` parameter. [Learn more about it](https://docs.metabox.io/extensions/mb-custom-table/#usage). This version also simplifies the API for creating custom tables for models. You don't need to pass the last parameter for auto increament anymore. The plugin will auto handle that for you. This makes the code to create custom tables consistent for both normal posts/terms/users and models.
- Add width settings for admin columns, which allows you to define custom width for a column. You can set the width in the builder, or set via parameter `width`, like: `'width' => '10%'`.
- Add a new block for adding a view in the block editor
- Add auto login for register form. To enable it, set `'auto_login'="true"` to the register shortcode.
- Add toggle status column settings for quickly toggle Published/Draft status for custom post types.
**Other changes:**
- Fix bug with `meta_box_sanitize_cb` when importing custom post types from ACF
- WPML integration: filter helper functions to get the translated IDs for `post` field
- Fix cloning `post` field not clearing the value
- Remove IDs for custom HTML, divider, heading fields in the structure panel, and for custom HTML field in the preview area
- Fix parsing prefix for tabs
- Fix required URL & email fields preventing saving
- Fix cannot save field group again if saving it without title and ID
- Local JSON: fix custom table name not containing prefix
- Do not show default user forms & fields in the admin