Meta Box AIO - metaboxes in WordPress

Meta Box AIO - metaboxes in WordPress 3.10.0 Nulled

No permission to download
**Highlights:**

This release introduces **Block Bindings** for Meta Box fields, allowing you to bind field values directly to blocks in the WordPress editor. Meta Box fields now appear as a source in the block bindings panel, making it easy to use custom field data inside blocks without shortcodes or PHP. See our [blog post](https://metabox.io/introducing-block-bindings/) for details.

**Other changes:**

- Fix password strength showing for login/forgot password forms
- Update select2 library to fix missing placeholder
- Fix `querySelector` errors with numeric IDs and missing DOM elements
- Update description text for `max_clone` in relationship Fields tab for clarity
- Update Twig to v3.11.3
- Fix conflict style of the ajax message with WPEngine on Extensions page
**Highlight:**

Introducing `has_one_relationship` option — configure it per side (`from`/`to`) to limit an item to a connect to only one item on the other side. Combined on both sides it creates a one-to-one relationship; on one side only, it creates one-to-many without duplicates.

Read more on [our blog](https://metabox.io/has-one-relationship) or [documentation](https://docs.metabox.io/extensions/mb-relationships/)

**Other changes:**

- Fix missing authorization check in `ajax_delete_file` for enhanced security
- Allow HTML in switch on/off and button group labels (e.g., Dashicons)
- Fix fatal error when post content (of mb-custom-post-type) contains invalid JSON
- Fix not displaying term meta in the Elementor taxonomy loop
- Fix deprecated notice in GroupField in Elementor
- Fix missing authorization on frontend post delete.
- Disable autoload for form config options to reduce alloptions bloat.
**Highlights:**

This release introduces **Abilities**, enabling you to manage custom post types and taxonomies, as well as create, retrieve, update, and delete posts and terms.

See our [blog post](https://metabox.io/introducing-abilities/) for an overview or the [documentation](https://docs.metabox.io/abilities/) for usage details.

**Other changes:**

- Fix stale block lists when switching between block editor fields (#195)
- Fix conflict with `tax_query` in `each_connected` for relationships
- Fix unable to scroll in full screen mode for the `block_editor` field (#1689)
- Use `WP_Query`'s `search_columns` instead of custom `search_by_title` filter
- Fix autocomplete dropdown z-index in map/osm field inside MB Blocks
- Fix image fields not displaying in Divi blurb and image fields
- Update style to match WordPress 7
- Improve admin menu width detection
- Add support for Divi 5
- Improve check for creating relationships table
- Make conditional logic work for Meta Box blocks added in block_editor field
- Add conditional logic support for media modal
- Improve conditional logic check for blocks in normal mode
- Update translations
- Fix missing Pods Migration extension
- Fix error when taxonomies contain null or empty values for term meta boxes
- Fix showing block json path in admin columns when it's not enabled
- Fix prefix in field ids when importing
- Fix error when creating block with block.json and render_callback
- Fix missing tabs, sub-groups, default_state when importing
- Fix not loading block assets in iframed content and for `block_editor` field
- Fix conditional logic not working for blocks with `normal` context
- Fix file permission
**Highlights:**

Add new field type: `block_editor`. See more details on our [blog post](https://metabox.io/block-editor-field-type/) and [documentation](https://docs.metabox.io/fields/block-editor/).

**Other changes:**

- Rearrange settings for custom post type/taxonomy for a better UX
- Fix fatal error on custom post type/taxonomy list screens
- Fix cannot publish a field group if its status is future
- Clarify table name restriction
- Update built-in user profile blocks to use API version 3
- Fix the `use` statement with non-compound name has no effect
- Update pt_BR translation
- Fix required text field preventing saving
- Fix no selected settings page causes the field group editor error
- Add prefix to field IDs when checking for duplication
- Add notice for relationship's field settings to let users know they are applied to the field on the other side of the relationship
- Show field group settings when the location is set for a settings page
- Make option to default hide a meta box works for settings pages
- Fix return type `static` not supported in PHP < 8.0
- WPML integration: fix error when filtering value for helper functions when no fields are found.
**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
Back
Top