Meta Box AIO Changelog
1.30.4 - 2024-11-01
Fix "something wrong" message when editing fields
1.30.3 - 2024-11-01
- Improve code quality with fixes for Plugin Check & PHPCS
- Fix group creating a new group entry upon edit & save blocks.
- Add missing "description" in block keys
- Fix warning when a post type has no labels
- Fix export JSON warning
- Fix radio select not working correctly in groups
- Fix clone empty start applied to subgroup field
1.30.2 - 2024-09-07
- 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
range
field 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 );
1.30.1 - 2024-09-07
- Fix issue with
clone_empty_start
- Fix edge-case error when adding “add fields” links
1.30.0 - 2024-08-20
This version adds support for not showing any inputs for cloneable groups. This feature now is a core feature of Meta Box and works well with all cloneable field types, including groups.
See more details in our blog post.
Other changes:
- Show a warning when having duplicated IDs in the builder
- Do not auto generate slug for custom post types & custom taxonomies when it’s manually changed
- Fix menu position for custom post types not working if set after Bricks
- Fix limit of custom taxonomy slug
- Make [mbv] shortcode work with ajax
- Fix group names for the generated theme code in the builder
1.29.0 - 2024-07-25
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
1.28.0 - 2024-07-17
Add an option for relationships, allow you to delete relationship's data (connections) when deleting a relationship in the builder.
Other changes:
- A link to create custom fields after a custom post type or a custom taxonomy was created.
1.27.1 - 2024-07-05
Meta Box Builder 4.8.1 - 2024-07-05
- Fix "Save field value" option is auto turned off when upgrading from an old version
- Fix block error when no fields
MB Admin Columns 1.7.4 - 2024-07-05
- Fix sorting for custom models
MB Custom Table 2.1.11 - 2024-07-05
- Default sort custom models by ID desc
1.27.0 - 2024-07-02
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.
Other changes:
MB Blocks 1.6.0 - 2024-07-02
- Improve styling of blocks on sidebar
- Fix $ being escaped in the output
Meta Box Builder 4.8.0 - 2024-07-02
- Add settings for enabling revisions.
- Improve suggestions for key-value options.
- Make relationships object types available only when extensions are active.
- Remove ID for "custom_html" field
- Fix wrong prefix for address field (when selecting for map/osm) when the field prefix is not set in the settings tab.
MB Frontend Submission 4.4.4 - 2024-07-02
- Add filter "shortcode_atts_mb_frontend_form" to modify attributes of the frontend form shortcode
MB Rest API 2.0.2 – 2024-07-02
- Fix not updating WooCommerce products
1.26.3 - 2024-05-16
MB Blocks 1.5.1 - 2024-05-16
- Fix: rest response for inner blocks in headless mode (#12)
- Fix: add name attribute back
- Add param resolver, so you can use parameter
$attributes
,$content
,$block
in render callback/template in any order, or remove them if you don't need them.
MB Relationships 1.12.2 – 2024-05-16
- Set default field label for clarity and to work with Oxygen builder.
MB Revision 1.3.8 - 2024-05-16
- Fix: fatal error when using with custom table
MB User Profile 2.5.6 - 2024-05-16
- Remove check password strength on login page
MB Views 1.12.8 - 2024-05-16
- Fix map/osm fields not showing when there is a view for posts
- Fix PHP 8.2 deprecated notice
Meta Box Builder 4.7.3 - 2024-05-16
- Add description for relationships reciprocal settings (#85)
- Fix: use context "normal" instead of "content"
- Fix blocks json notice (#83)
Meta Box - Facet Integrator 1.1.4 – 2024-05-16
- Fix error when using at the same time with Meta Box AIO.
1.26.2 - 2024-04-18
Meta Box Builder 4.7.2 - 2024-04-18
- Fix cannot click duplicate & delete icons
1.26.1 - 2024-04-17
Meta Box Builder 4.7.1 - 2024-04-17
- Fix: cannot click on main tabs
1.26.0 - 2024-04-17
MB Blocks 1.5.0 - 2024-04-17
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.
For details, please see the documentation.
Meta Box Builder 4.7.0 - 2024-04-17
Highlights:
This version supports creating block.json
for blocks, which is supported in MB Blocks 1.5.0. This also prepares for a future updates to support more settings/edits for blocks.
Other changes:
- Add save format to time field
- Only show menu for admin role
- Support to show fields for specific terms (requires Meta Box Include Exclude extension)
- Fix changing field type to the group crashes the UI
- Fix not selecting title & id in the header bar with the mouse
Meta Box Include Exclude 1.1.1 - 2024-04-13
- Support to show, hide fields on specific terms
MB User Profile 2.5.5 - 2024-04-08
- Increase the click area of show password icon
- Fix date picker not localized
- Only show menu for admin role
MB Frontend Submission 4.4.3 - 2024-04-08
- Add new filter
rwmb_frontend_dashboard_status
- Fix date picker not localized
MB Custom Post Types & Custom Taxonomies 2.6.4 – 2024-04-11
- Fix admin color scheme
- Fix strings not localized
MB Relationships 1.12.1 – 2024-04-11
- Fix admin filter compatibility with Visual Composer
Meta Box - Beaver Themer Integrator 2.1.2 – 2024-04-02
- Fix image fields not working for author and user
1.25.0 - 2024-03-26
MB Relationships 1.12.0 – 2024-03-25
- Add admin filter in the “edit” posts screen to filter posts by relationships. To enable this feature, please add
'admin_filter' => true
to a side of the relationship settings. Works only for posts. - Fix
API::each_connected()
not working
Meta Box Builder 4.6.7 - 2024-03-26
- Add text limiter settings
- Improve style for toggles for relationships & settings page
- Show admin filter for relationships only when the object type is post
MB Custom Table 2.1.10 - 2024-03-26
- Fix PHP error when adding a new custom model item
- Fix delete single custom model item
MB Views 1.12.7 - 2024-03-26
- Fix rendering icon field
1.24.3 - 2024-03-21
MB Custom Table 2.1.9 - 2024-03-20
- Improve bulk actions for custom models with ability to register custom action & callback. Support redirect after doing bulk action. See the docs for using.
- Add a
$force
param toAPI::get()
method to force getting raw data from the database (true: default) or cache (false). - Improve performance for bulk deleting models
Meta Box Text Limier 1.2.0 – 2024-03-14
- Add support for WYSIWYG field
- Update the style
MB Settings Page 2.1.12 - 2024-03-14
- Auto change field file/image in the Customizer to file_advanced/image_advanced
MB Custom Post Types & Custom Taxonomies 2.6.3 – 2024-03-07
- Improve i18n issues
- Fix null warning notices
MB Admin Columns 1.7.3 - 2024-03-14
- Fix not passing 'link' param
MB Views 1.12.6 - 2024-03-14
- Fix not displaying the
text_list
field on the frontend
Meta Box Builder 4.6.6 - 2024-03-21
- Add option for relationship's
admin_filter
Meta Box Include Exclude 1.0.13 - 2024-03-20
- Improve the fix for error when accessing
user-edit.php
without an user ID
1.24.2 - 2024-02-02
MB Revision 1.3.7 - 2024-02-02
- Fix conflict with Elementor
Meta Box Builder 4.6.5 - 2024-02-02
- Fix not loading styles for relationships and settings pages.
1.24.1 - 2024-01-22
Meta Box Builder 4.6.4 - 2024-01-22
- Add field ID prefix for suggestions of admin column position & address field
Meta Box Conditional Logic 1.6.21 - 2024-01-22
- Fix not working with decimal number
- Fix: don't set required when the field is visible back
Meta Box Include Exclude 1.0.12 - 2023-12-04
- Fix error when accessing user-edit.php without an user ID
Meta Box - Elementor Integrator 2.1.11 – 2024-01-22
- Fix Uncaught TypeError:
array_column()
Meta Box Group 1.3.19 - 2024-01-22
- Support outputing group values in admin columns
MB Admin Columns 1.7.2 - 2024-01-22
- Add style for groups
MB User Profile 2.5.4 - 2024-01-22
- Fix password strength not working properly when removing password2 field
- Fix unconfirmed user still can login with wp-login.php
MB Revision 1.3.6 - 2024-01-23
- Fix revisions not working since WordPress changes its API
1.24.0 - 2023-11-28
Meta Box Builder 4.6.3 - 2023-11-28
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)
1.23.1 - 2023-09-18
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.
1.23.0 - 2023-09-06
Highlight: New free extension MB Divi Integrator for showing Meta Box's fields in Divi
Meta Box Builder 4.6.1 - 2023-09-06
- UI tweak: Set icons on the header bar the same size
- UI tweak: Make it possible to remove the whole field name. Previously can't remove "(No label)" text.
- Add target "_blank" to the "Edit the field group settings" button
MB Views 1.12.5 - 2023-09-06
- Fix empty `option_name` in settings pages (#21)
Meta Box Conditional Logic 1.6.20 - 2023-09-06
- Hide column if there is no fields or all fields are hidden #8
1.22.0 - 2023-08-16
Highlight:
This version has a big UI/UX improvement for Meta Box Builder which shows group's subfields when collapsing for a better overview of the field group's hierarchy and easier to reorder fields.
You can also toggle subfields and insert subfields to a specific group (without adding them to the end of the list and reorder later).
This version also has live edit for the field name and field ID on the header bar. Just click on them to edit and press Enter/Esc or click outside to finish editing.
See more details on our blog post and video.
Meta Box Builder 4.6.0 - 2023-08-16
- Improve UI/UX: show group's subfields when collapsing with toggle subfields & insert subfields buttons
- Improve UI/UX: live edit field's name & id on the header bar
- Remove conditional logic for tab field
- Hide theme code if using custom block
MB User Profile 2.5.0 - 2023-08-16
- Add form widgets for Elementor, Bricks, and Oxygen
MB Custom Table 2.1.7 & MB REST API 1.5.1 - 2023-08-16
- Fix cannot update user meta in a custom table via REST API
MB Frontend Submission 4.4.1 - 2023-08-16
- Add new filter "mbfs_dashboard_add_new_button" for Dashboard's "Add New" button
1.21.4 - 2023-07-18
MB ACF Migration 1.1.0 – 2023-07-05
- Migrate post types and taxonomies
MB Custom Post Types & Custom Taxonomies 2.5.5 – 2023-07-18
- Fix error when Meta Box is not available
Meta Box – Elementor Integrator 2.1.10 – 2023-07-18
- Fix not working with cloneable group
Meta Box Builder 4.5.2 - 2023-07-18
- Fix auto id in the header bar when changing field name (#49)
Meta Box Tabs 1.1.16 - 2023-07-18
- Fix issue with tooltip left
1.21.3 - 2023-06-27
MB Views 1.12.4 - 2023-06-27
- Hotfix for rendering shortcodes in views
MB User Profile 2.4.1 - 2023-06-27
- Improve compatibility with WordPress's "profile_update" action
Meta Box Geolocation 1.3.5 - 2023-06-27
- Fix "bind_if_empty" not working
Meta Box - Elementor Integrator 2.1.9 – 2023-06-27
- Display post title instead of post ID of post field in a group
- Fix error for groups
1.21.2 - 2023-06-23
MB Admin Columns 1.7.1 - 2023-06-05
- Allow to sort text fields as numeric by setting "sort" = "numeric" (instead of "true")
Meta Box Builder 4.5.1 - 2023-06-23
- UI update: change checkbox style to toggle
- Fix error changing subfield type from text to checkbox
- Add safe-check for malformed data (fields with no or incorrect type)
MB Views 1.12.3 - 2023-06-23
- Fix PHP notice error with the video field
- Fix line breaks in CSS getting wrapped in paragraphs
- Set default location to Shortcode
Meta Box - Elementor Integrator 2.1.8 – 2023-06-08
- Fix PHP notice for missing check on
mine_type
Meta Box - FacetWP Integrator 1.1.3 – 2023-06-17
- Fix undefined when index select option field
1.21.1 - 2023-06-05
- Hotfix for the error of missing files during deployment in 1.21.0
1.21.0 - 2023-06-05
MB User Profile 2.4.0 - 2023-06-05
- Add Gutenberg blocks for registration, login and edit profile forms
MB Frontend Submission 4.4.0 - 2023-06-05
- Improve dashboard, adding "id" and "post_type" parameter to shortcode, Gutenberg/Bricks/Elementor blocks.
- Passing the form config to "rwmb_frontend_submit_button" filter instead of the post ID
Meta Box Builder 4.5.0 - 2023-06-05
- Update the UI & add ID columns
- Add settings for "min_clone"
MB Settings Page 2.1.11 - 2023-06-05
- Fix cannot set a settings page as a submenu of a custom model top-level menu
MB AFC Migration 1.0.3 – 2023-05-25
- Fix
time_picker
field in ACF not migrated totime
in Meta Box
1.20.3 - 2023-05-10
Meta Box Conditional Logic 1.6.19 - 2023-05-10
- Improve performance
MB Custom Table 2.1.6 - 2023-05-10
- Add filter "mbct_{$model}_prepare_items" for prepare items SQL
- Fix get only updated field value after running the API::update() and API::get()
- Fix not working with REST API
- Fix not working with revision
MB Frontend Submission 4.3.1 - 2023-05-10
- Update title and category for blocks
- Fix dashboard not displaying trash icon
MB Relationships 1.11.1 – 2023-05-10
- Fix draft items not being returned consistently
1.20.2 - 2023-04-04
Highlights
- Now you can drag and drop subfields in/out groups in the builder
- Add "link" option for admin columns, which allows you to link the output (especially images) with post edit link (value "edit") or view post link (value "view").
Meta Box Builder 4.4.3 - 2023-04-04
- Fix support for drag and drop subfields in/out groups not working
- Fix redundant field prefix in validation
- Fix not showing theme code if users disable syntax highlighting
MB ACF Migration 1.0.2 – 2023-04-03
- Fix “save_field” option is disabled
MB Admin Columns 1.7.0 - 2023-04-03
- Add "link" option for columns, which allows you to link the output (especially images) with post edit link (value "edit") or view post link (value "view").
MB Custom Table 2.1.5 - 2023-04-04
- Fix
rwmb_set_meta()
not saving data
Meta Box - Elementor Integrator 2.1.7 – 2023-04-03
- Fix container background image
- Fix not working with image advanced on the settings page
- Fix PHP warnings
MB Toolset Migration 1.0.2 – 2023-04-03
- Fix “save_field” param is not set to true
Meta Box - Beaver Themer Integrator 2.1.1 – 2023-04-03
- Fix getting author ID
Meta Box - FacetWP Integrator 1.1.2 – 2023-04-03
- Support filtering the maps (Google Maps, Open Street Maps)
1.20.1 - 2023-03-24
-
Fix missing files for Gutenberg blocks of Frontend Submission
1.20.0 - 2023-03-23
MB Frontend Submission 4.3.0 - 2023-03-23
- Add Gutenberg blocks for submission form and user dashboard
- Add Bricks elements for form submission and user dashboard
- Add Elementor widgets for form submission and user dashboard
MB User Profile 2.2.2 - 2023-03-23
- Add toggle password button
Meta Box - Beaver Themer Integrator 2.1.0 – 2023-03-23
- Add support for condition “Is Not Set”
- Add support for conditional shortcodes
- Add support for shortcode attributes for taxonomies
- Support showing image fields with BB shortcode
- Make all image fields work with photo and gallery modules (#3)
- Fix single image alt text and PHP warning “trying to access array”
MB Settings Page 2.1.10 - 2023-03-23
- Add hook
mb_settings_page_after_title
for developers to output anything after the page title
MB Views 1.12.2 - 2023-03-23
- Fix rendering shortcode when view is draft
- Fix parsing file info when using custom upload dir
Meta Box Conditional Logic 1.6.18 - 2023-03-23
- Fix custom callback not working
- Fix not working if the field is visible but meta box is hidden
Meta Box Builder 4.4.2 - 2023-03-23
- Fix block category not displaying saved value
- Fix duplicated suggested field IDs
MB Custom Post Type 2.5.3 – 2023-03-23
- Fix URL when installing with Composer
Meta Box Template 1.2.3 - 2023-03-23
- Fix URL when installing with Composer
Meta Box - FacetWP Integrator 1.1.1 – 2023-03-21
- Fix compatibility with the latest version of FacetWP
1.19.1 - 2023-03-08
Meta Box Builder 4.4.1 - 2023-03-08
- Do not generate code for fields with no content like tab, heading and divider.
MB Revision 1.3.4 - 2023-03-08
- Fix unicode characters displayed in unicode code
1.19.0 - 2023-03-08
Meta Box Builder 4.4.0 - 2023-03-08
- Introducing Theme Code: auto generate code to display fields. See blog post.
MB Custom Post Type 2.5.2 – 2023-02-27
- Enqueue Font Awesome only when a post type use it (#55)
MB Settings Page 2.1.9 - 2023-03-08
- Add support for Font Awesome when registering settings page with code (#6)
MB Views 1.12.1 - 2023-03-08
- Fix missing import views
Meta Box Group 1.3.17 - 2023-02-08
- Fix incorrect group title with radio/checkbox/switch
Meta Box Tabs 1.1.15 - 2023-03-08
- Auto enqueue Font Awesome when it's used
1.18.1 - 2023-02-01
MB User Profile 2.2.1 - 2023-02-01
- Fix error sending confirmation email
1.18.0 - 2023-02-01
MB Views 1.12.0 - 2023-01-31
- Use Mocaco editor with fullscreen & word wrap toggle
- Fix import on Windows
MB User Profile 2.2.0 - 2023-02-01
- Create a settings page (Meta Box > User Profile) for both email confirmation & force password change.
- Add shortcode attrs "label_title" for the form title. Default empty.
- Localize default form title.
Meta Box Builder 4.3.1 - 2023-01-31
- Increase the size of the generated code. Make it readonly.
- Make the sidebar sticky
- Fix "save_field" param not saving correctly
MB Custom Post Type 2.5.1 – 2023-01-31
- Fix CPT export wrong file name
- Update description for FontAwesome icon select
1.17.0 - 2023-01-17
MB Frontend Submission 4.2.0 - 2023-01-11
- Add
allow_scroll
attribute to prevent scrolling after submitting with ajax - Add action hooks for frontend actions
- Fix remote validation not working
- Fix deprecated notice when viewing a form the first time
- Fix action
rwmb_frontend_after_display_confirmation
not working with ajax
Meta Box Builder 4.3.0 - 2023-01-16
- Add support for Font Awesome in admin menu
- Add icon label and allow to search icons by label
- Fix import on Windows
- Use local tooltip JS library
Meta Box Tabs 1.1.14 - 2023-01-16
- Fix issue with tooltip left
Meta Box Tooltip 1.1.7 - 2023-01-16
- Use local tooltip JS library
MB Custom Post Type 2.5.0 – 2023-01-13
- Add support for Font Awesome in admin menu
- Add icon label and allow to search icons by label
- Fix import on Windows
1.16.10 - 2023-01-03
Meta Box Template 1.2.2 - 2023-01-03
- Fix parsing template files
MB Custom Post Types & Custom Taxonomies 2.4.0 - 2022-12-24
- Add import export feature for post types and taxonomies
MB Views 1.11.5 - 2022-12-28
- Add import export feature
Meta Box Builder 4.2.0 - 2023-01-03
- Add import export for relationships and settings pages
Meta Box - Beaver Themer Integrator 2.0.1
- Fix access array offset on value
Meta Box - Facet Integrator 1.1.0 - 2023-01-03
- Add support for relationships
1.16.9 - 2022-12-23
Meta Box Builder 4.1.18 - 2022-12-23
- Set default post type if empty
- Remove empty post types when parsing
MB Toolset Migration 1.0.1 – 2022-12-22
- Fix not migrating post references
MB Elementor Integrator 2.1.6 – 2022-12-20
- Fix PHP errors showing image(s)
MB Relationships 1.11.0 – 2022-12-22
- Add REST API support. See docs for usage. Props @macbookandrew.
Meta Box Template 1.2.1 - 2022-12-23
- Fix error if syntax is invalid
- Add notifications for settings page and site-wide when the syntax is error
- Use CodeMirror
1.16.8 - 2022-12-13
MB Custom Post Type
- Fix compatibility with the latest version of Meta Box
1.16.7 - 2022-12-05
MB Blocks 1.4.1 - 2022-12-05
- Add "version" param to improve caching for assets
- Add "mb_{ $block_id }_settings" filter when registering blocks
MB Custom Table 2.1.4 - 2022-12-05
- Fix PHP notice for wp_cache_get in WP 6.1
- Fix term meta is not deleted after deleting term
- Fix not saving for custom blocks with custom post types
MB Elementor Integrator 2.1.5 - 2022-12-05
- Fix showing single image
MB Frontend Submission 4.1.2 - 2022-12-05
- Allow to add new post after submitting
- Add type="submit" to buttons
- Fix not submitting forms if open pages in many tabs
MB Tooltip 1.1.6 - 2022-12-05
- Fix tooltip overflow the screen when using MB Blocks and show fields on the side
MB User Profile 2.1.0 - 2022-12-05
- Add new feature: force changing password for the first login
- Allow to overwrite confirmation email and password reset email by creating "mb-user-profile" folder in the theme and copy the files from plugin's "templates" folder to that theme's folder.
- Add type="submit" to buttons
- Support appending user role instead of one role with new attribute "append_role" ("true"/"false")
- Add validate and before/after process hooks for login form (similar to edit profile form) to let developers validate/process extra fields if needed
MB Views 1.11.4 - 2022-12-05
- Fix conflicts with Breakdance and other plugins that use Twig
- Fix custom map not rendering if there are more shortcodes on a page
- Fix PHP8 deprecated notice
Meta Box Builder 4.1.17 - 2022-12-05
- Fix conflicts with Breakdance and other plugins that use Twig
Meta Box Group 1.3.16 - 2022-12-05
- Fix 'Remove' element in the title bar is too long
1.16.6 - 2022-11-11
MB Admin Columns 1.6.3 - 2022-11-11
- Fix wrong label localization for taxonomy dropdown filter
MB Custom Post Types 2.3.4 - 2022-11-11
- Fix meta_box_cb settings not working properly
MB Elementor Integration 2.1.4 - 2022-11-11
- Fix advanced features (before, after and fallback content) not displaying when loading the skin in the post template
- Fix fatal error when Meta Box is not active
MB Settings Page 2.1.8 - 2022-11-11
- Add filter for page title and remove esc_html
Meta Box Builder 4.1.16 - 2022-11-11
- Hide option_name under Advanced settings to reduce confusion for users when creating settings pages
- Fix ID not autogenerated when changing label
- Update tippy
- Add autocomplete for key-value options such as post's query args, wysiwyg editor settings, etc.
Meta Box Group 1.3.15 - 2022-11-11
- Fix "remove" link hidden when the group title is long
Meta Box - FacetWP Integrator 1.0.4 - 2022-10-22
- Fix PHP warnings
1.16.5 - 2022-09-20
MB Custom Table 2.1.3 - 2022-09-20
- Fix not saving data properly
MB Elementor Integrator 2.1.3 - 2022-09-20
- Fix error with count() function
- Fix displaying subfield URL in a group
- Fix post title field duplicated
MB Frontend Submission 4.1.1 - 2022-09-20
- Fix invalid request error when submitting twice with Ajax
Meta Box Builder 4.1.15 - 2022-09-20
- Fix callback function of checkbox list is not generated to PHP code
1.16.4 - 2022-08-11
Meta Box Builder 4.1.14 - 2022-08-11
- Add controls for hide_from_front and hide_from_rest to control field visibility on the front end and in REST responses
Meta Box Geolocation 1.3.4 - 2022-08-11
- Fix not populating address values without a map field
MB Admin Columns 1.6.2 - 2022-08-11
- Fix sorting not working with taxonomy field
- Fix search for custom models when WHERE condition is already available
MB Custom Post Types 2.3.3 - 2022-07-27
- Improve post type and taxonomy label capitalization
MB Elementor Integrator 2.1.2 - 2022-08-11
- Fix count() error
MB Frontend Submission 4.1.0 - 2022-08-11
- Do not show fields with hide_from_front = true
MB REST API 1.5.0 - 2022-07-29
- Do not show fields with hide_from_rest = true
- Ignore MB User Profile fields
MB Settings Page 2.1.7 - 2022-08-11
- Fix meta box not showing for settings page under Media
MB Views 1.11.3 - 2022-08-11
- Fix rendering maps with the default style
1.16.3 - 2022-07-14
MB Admin Columns 1.6.1
- Fix conflicts when users hook to "where" and "order" filters for custom models
- Remove FILTER_SANITIZE_STRING to compatible with PHP 8
MB Custom Table 2.1.2
- Fix calling hooks (like mbct_after_update) multiple times if there are more than one meta box that use the same custom table
- Fix missing $object_id for mbct_after_add hook
- Add CSS classes to the body for model pages
- Add more params for row_actions hook
- Add bulk_actions filter
MB Elementor Integrator 2.1.1
- Fix not working with settings page
MB Settings Page 2.1.6
- Fix field wysiwyg not respecting textarea_rows
- Fix settings page can't access the submenu
MB User Profile 2.0.3
- Fix built-in meta box id not working properly in shortcodes
MB Views 1.11.2
- Fix Google Maps and Open Street Maps JS loads on the front end when not used
Meta Box Columns 1.2.15
- Handle when columns atts is not array
Meta Box Tabs 1.1.13
- Fix field wysiwyg not respecting textarea_rows
1.16.2 - 2022-06-23
Meta Box - Elementor Integrator
- Add support for cloneable groups
MB Views
- Fix Meta Box fields overwrite user fields, which make them empty
1.16.1 - 2022-05-26
- Fix wrong text for installing Meta Box
- Fix missing MB Toolset Migration in the extension list
1.16.0 - 2022-05-17
- Added MB Toolset Migration
MB Custom Post Type
- Fix
meta_box_cb
parameter not working property for tags and categories
MB Frontend Submission
- Add more hooks for the dashboard
- Avoid passing the field group IDs assigned to users
MB Rest API
- Fix not working with
_filter
.
MB Settings Page
- Fix not accessing sub-settings pages (sub-menu) when creating with Meta Box Builder
MB User Profile
- Avoid passing field group IDs assigned to posts or terms
Meta Box Builder
- Fix query args in relationships not working
- Fix generate code for settings page missing the ID
Meta Box Geolocation
- Fix OSM still loading google maps scripts
- Add support for opening_hours, phone, website, formatted_phone_number, international_phone_number, rating, user_ratings_total
Meta Box Group
- Fix incorrect the label for subfield
- Fix Collapsible group field toggle arrow is upside down on load
Meta Box Tabs
- Fix validating fields in inactive tabs
1.15.8 - 2022-04-01
MB Views
- Auto parse fields value for custom post/term/user queries, so you can use post.field_id in your custom queries without using the old mb.rwmb_meta or mb.get_post_meta.
- Fix notice for OSM field
Meta Box Builder
- Fix "no link" for relationship admin columns not working
- Remove non-recommended HTML5 field types (fallback to text)
- Make the inserter one-column
MB Frontend Submission
- Fix showing form after success ajax submit
- Allow for filtering the title links using new mbfs_dashboard_post_title filter
- Fix resubmit failed after validation
1.15.7 - 2022-03-17
Meta Box - Elementor Integrator
- Fix color not working for style tab
MB Relationships
- Shortcode: support removing the link to items with
link="false"
Meta Box Conditional Logic
- Export
runConditionalLogic
function to the globalrwmb
object to use in other scripts - Fix not working in cloneable groups due to arrow function
Meta Box Tabs
- Fix not working with blocks
1.15.6 - 2022-02-16
MB Frontend Submission
- Don't use session to store form config and errors. Compatible with WordPress and other cache plugins.
- Remove FILTER_SANITIZE_STRING as deprecated in PHP 8.1
- Fix deprecated notice for parameter with a default value in PHP 8
MB User Profile
- Don't use session to store form config and errors to ensure compatibility with WordPress and cache plugins
- Change param for reset password to avoid potential conflict
- Remove FILTER_SANITIZE_STRING as deprecated in PHP 8.1
- Fix color field not rendering
- Fix not showing confirmation message when resetting password
MB Custom Table
- Add confirmation before delete a model
- Add hooks before/after adding/creating/updating/deleting models
- Add hooks for custom model table list
- Add hooks to the submit box - custom model
- Fix bug custom model pagination
Meta Box - Beaver Themer Integrator
- Breaking change: change the way to select color field. If you select a color field in a previous version, please re-select it.
- Fix single_image field not showing in shortcode (insert mode)
Meta Box Builder
- Add suggestions for common attributes for the Custom HTML5 attributes, which help define basic validation rules easier
Meta Box Group
- Remove
esc_meta
method as Meta Box doesn't use it anymore
1.15.5 - 2022-01-21
MB Views
- Add support to render views with external Twig files
Meta Box Conditional Logic
- Fix blank page in Oxygen
- Fix conditional logic not running due to window.load event not firing
- Fix not show/hide meta box in the front end
- Improve code using ES6
MB User Profile
- Fix lost password link not working if WooCommerce is activated
1.15.4 - 2022-01-16
- Remove TGMPA, use a custom script to manage dependency
MB Custom Post Type
- Fix the menu icon not showing from v2.2.6
MB User Profile
- Update style for password strength
MB Views
- Add code to ask to enable Meta Box Conditional Logic and Meta Box Tooltip inside AIO
Meta Box Builder
- Fix icon for tabs not working
- Add tooltip to explain max 10 items are displayed in the advanced location rules
Meta Box Geolocation
- Fix OSM field binding merging two fields doesn't work
Meta Box Tabs
- Fix tabs overflow container when too many tabs
- Fix JS validation error when no tabs
1.15.3 - 2021-12-15
MB Views
- Output CSS in header if possible to make HTML validated
- Fix code area overflow to the right
- Fix REST requests not working if permalink is plain
- Always load list of posts/items when click the select box
MB Custom Post Type
- Add migration tool from Custom Post Type UI
Meta Box - Beaver Themer Integration
- Fix deprecated notice for conditional logic
Meta Box Columns
- Fix button in text mode - WYSIWYG field - has 100% width
- Remove unneeded CSS
MB Relationships
- Fix php notice when delete an object
- Fix each_connected does not working for users
1.15.2 - 2021-10-25
MB Custom Post Type
- Fix generated code if labels contain single quotes
- Update list of Dashicons
MB Frontend Submission
- Fix not detecting shortcode of edit page content in Oxygen Builder
- Add filter mbfs_dashboard_query_args to modify the query args of posts in Dashboard
- Fix post title/content are removed if the shortcode doesn't have post fields.
MB Relationships
- Fix deleting post objects, relationships are not deleted
MB Settings Page
- Fix style for fields in the Customizer
- Improve style for no-boxes settings page
MB User Profile
- Add email confirmation for registration form. Just add
email_confirmation="true"
to the form shortcode.
Meta Box Builder
- Admin columns: list correct columns for terms and users, also set default value for column position.
- Update list of Dashicons
- Delete clone option for taxonomy field as it's not cloneable
- Set default value of textarea field as a textarea, not input
1.15.1 - 2021-09-16
MB Custom Table
- Rewrite the plugin with namespaces
- Add support for custom models, e.g. creating models with custom tables with no relations to WordPress posts, users or tems.
MB Admin Columns
- Add support for custom models (from MB Custom Table extension)
MB Custom Post Types & Custom Taxonomies
- Fix generated code
- Restrict access to admin menu for admins only
1.15.0 - 2021-09-08
- Add MB Rank Math extension
MB Frontend Submission
- Fix post count not working on the dashboard page
MB User Profile
- Update style for login/register form to match new style of Meta Box
MB Relationships
- Fix querying by multiple relationships not working when a relationship has no connections.
Meta Box for Yoast SEO
- Fix the plugin not working due to change in Yoast SEO API.
1.14.3 - 2021-08-05
MB Views
- Add filter for view data and Twig environment
- Fix PHP warning array_map()
- Fix notice error when adding a new contact form with CF7
- Fix wysiwyg content not auto add paragraphs
- Fix taxonomy archive location
- Don't generate rewrite tag for view category
MB Relationships
- Fix warning when querying multiple relationships
1.14.2 - 2021-07-28
MB Blocks
- Add support for InnerBlocks
MB Custom Post Type
- Fix custom archive slug not working
MB Frontend Submission
- Fix color picker not working on the frontend
- Only redirect if validation is successful
- Show the form if validation is not successful
Meta Box for Yoast SEO
- Fix Yoast SEO not counting text, due to change in the Yoast SEO’s API.
- Fix undefined get_current_screen function on the frontend.
1.14.1 - 2021-07-14
Meta Box Builder
- Fix empty value for conditional logic not saving
- Fix showing wrong "for" admin column for taxonomies
- Fix style conflict with Yoast SEO
- Remove "size" attribute for key value field type
MB User Meta
- Add locale to list of user fields
- Fix get current screen warning
MB User Profile
- Fix no error class for error message
- Fix languages not loaded
- Fix get current screen object warning
MB Relationships
- Fix reciprocal relationships not working with terms.
- Fix querying multiple relationships with relation AND not working.
- Fix bug when a post and a user have the same ID.
- Fix admin columns, API and WP_Query not returning posts when the post type has exclude_from_search = true.
- Improve performance by not checking relationship table each time a page loads.
MB Custom Post Type
- Add a warning if permalink is default.
- Add options for menu icon type, which supports SVG and custom URL.
MB Blocks
- Fix width of inputs on sidebar
MB ACF Migration
- Fix required rule not migrated properly
1.14.0 - 2021-06-15
- Add new extension: MB ACF Migration for migrating field groups and custom fields from Advanced Custom Fields to Meta Box
MB Blocks
- Improve the toggle button
- Make input, select, textarea, select2, input group, columns 100% width on sidebar
Meta Box Columns
- Make columns 100% width on sidebar
Meta Box Tooltip
- Fix empty icon value not showing default icon
1.13.13 - 2021-06-02
Meta Box Columns
- Fix fatal error: class not found
1.13.12 - 2021-06-02
Meta Box Builder
- Add prepend, append for HTML5 fields
- Don't filter empty array, remove only empty string values in array
Meta Box Columns
- Set width 100% for input group and select2
- Fix responsiveness on mobiles
- Use namespace
- Move margin bottom to column instead of row to make it works consistently on mobiles
Meta Box - Elementor Integrator
- Fix field not showing if it’s the default selected field
- Update to be compatible with the latest version of Elementor
1.13.11 - 2021-05-17
Meta Box Builder
- Fix fatal error for settings pages
1.13.10 - 2021-05-14
Meta Box Builder
- Don't submit form when pressing Enter
- Fix blank page for old field groups (from v3) with include exclude rules
- Fix block alignment not saving 2 or more values
- Fix empty conditional logic rules break the page
Meta Box Columns
- Set input, select, textarea width 100% in columns
- Use flexbox
1.13.9 - 2021-04-29
MB Frontend Submission
- Fix validation not working with ajax
- Add ID to forms
- Use post type labels instead of "posts"
- Scroll to message after submitting instead of to the form
- Add options to show/hide welcome message and change the columns in the dashboard. Props Biden.
- Add language files
MB Custom Post Types & Custom Taxonomies
- Update Youtube video and documentation link in the welcome page.
- Fix supports = false when no supports features are selected
- Fix custom capabilities when set plural and singular names are similar
MB Views
- Add categories for views
- Render views by name (slug)
- Fix not getting sub-field value in a group for video, map, file, sidebar
Meta Box Text Limiter
- Fix notice “Trying to access array offset” (by checking field value if field not found).
1.13.8 - 2021-04-19
MB Custom Post Type
- Add tooltips to all settings
- Show slug in lists of post types and taxonomies
- Show error and disable publish button if slug is one of WordPress reserved terms
- Set full custom capabilities for post types and add guidance message for custom capabilities
- Add missing labels for posts table headings
- Fix menu position not working
MB User Profile
- Fix showing multi messages if put multi forms on a same page
- Show an error/warning if there are unvailable meta box IDs in shortcodes
- Add user_registered field to allow change registration date
- Add role to list of user fields to allow change user role
- Fix password strength JS warning
Meta Box Conditional Logic
- Fix checkbox in groups
Meta Box Builder
- Fix tooltip for Google Maps API key
- Ignore scientific number
1.13.7 - 2021-04-01
Meta Box Builder
- Fix console log, support meta box ID starts with number
- Fix style for settings icon in the meta box
- Fix localizing global MBB variable
1.13.6 - 2021-04-01
MB Views
- Fix compatibility with Gantry framework
Meta Box Builder
- Add default ID when create the new relationship
- Update Twig
1.13.5 - 2021-03-19
Meta Box Builder
- Add support for admin columns extension
- Add support for reciprocal relationships
- Add support for admin columns for relationships
- Do not custom table columns for heading, divider and button fields
- Fix divider inside groups
- Fix broken edit custom fields page when permalink is plain
- Fix not parsing block Dashicons
MB Custom Post Type
- Fix default value for menu_position
- Fix number in plural name.
1.13.4 - 2021-02-23
MB Blocks
- Support saving block attributes to post meta and custom table. See docs for usage.
- Don't load FontAwesome in the front end
Meta Box Group
- Make sub-fields inherit clone_default from group when not set
Meta Box Builder
- Fix missing export feature
- Fix trash & untrash swiping fields
- Fix default values for settings page, relationships not showing
- Fix settings pages not showing when no slug is entered
- Fix re-select top-menu not working
1.13.3 - 2021-02-09
Meta Box Builder
- Fix upgrade not working.
- Allow to force migrating data from version < 4 by adding a query string
mbb_version=3.3
to the URL - Update links for
query_args
for terms and users
Meta Box Geolocation
- Fix auto populate not working for city, country fields
1.13.2 - 2021-02-06
Meta Box Builder
- Add confirmation when deleting a field
- Fix importing from old version (.dat) files
- Fix parsing tab when importing/upgrading
Meta Box Geolocation
- Add support for Open Street Maps
- Add support for two-way binding, e.g. when you update pin on the map, the latitude/longitude fields are auto updated (and vise-versa)
MB Blocks
- Allow to set foreground, background for FontAwesome icon.
1.13.1 - 2021-02-03
Meta Box Builder
- Fix post type and taxonomy setting not saving multiple entries, and allows to save empty values.
- Fix block render code not saving
- Fix parsing button group inline settings
- Fix error getting PHP code for settings page & relationships for PHP < 8.
- Fix exporting/importing data not working
- Fix missing menu icon for settings page
- Fix wrong info in the admin columns
- Fix error if no field group ID is entered
- Updated to Twig version 3
MB Frontend Submission
- Improve HTML validation
- Improve CSS for dashboard
- Add CSS class for error Ajax requests
- Fix no messages if Ajax requests are invalid
MB Views
- Update Twig to version 3
1.13.0 - 2021-01-26
- Load extensions late. If you install a single extension, then that single version will be loaded instead of the version bundled in the AIO.
Meta Box Builder
- Completely rewrite in React with more beautiful, cleaner and faster UI
- Improve UX & interactions
- Support creating settings pages & relationships
- Support validation
- Support all field & field group settings
- Add API to extend the builder with more field controls and types
MB Custom Table
- Fix not saving empty values
1.12.3 - 2020-12-29
- Remove dashboard news widget
Meta Box Builder
- Fix escaping multibyte characters
- Fix width of items in new WP version
MB Blocks
- Fix field IDs starts with underscores not saving
1.12.2 - 2020-12-17
- Update TGMPA text and don't load extensions when Meta Box is inactive
1.12.1 - 2020-12-15
MB Custom Post Type
- Fix missing options for show_in_menu and menu_position
- Fix label reverts to English
- Fix icon styling in WordPress 5.6
1.12.0 - 2020-12-02
MB Views
- Requires PHP 7.2.5+
- Use Twig 3.x which has more features
- Rewrite admin JavaScript using React hooks
- Fix PHP notices if no post/user found
- Fix adding custom attributes to shortcodes
MB Custom Post Type
- Rewrite the UI with React.
- Update PHP code to use Composer.
MB Custom Table
- Fix saving fields with "multiple" setting
MB Term Meta
- Fix file field not uploading
MB User Profile
- Fix Google reCaptcha not verifying
- Fix users are forced to logout when submitting front-end posts on non-HTTPS sites
Meta Box Tooltip
- Fix clicking tooltip submits the form.
1.11.19 - 2020-09-28
Meta Box Group
- Fix group title shows null for subfield value when empty
- Fix clone index not rendering properly in the group title when updating subfield values
Meta Box Tabs
- Fix undefined
tab_default_value
.
MB Relationship
- Fix SQL error when relationship ID contains dashes
MB Views
- Add support for custom location rules via template tags or PHP code
- Improve search for post title only in Location rules
- Allow to set views for posts with 'any' status, which supports draft, protected posts.
MB Settings Page
- Fix
no-box
style in WordPress 5.5 - Fix field value does not save after closing the Customizer
- Support
seamless
style per meta box
Meta Box Builder
- Fix default value for button group inline option.
1.11.18 - 2020-08-13
MB Settings Page & Meta Box Builder
- Readd missing files.
1.11.17 - 2020-08-11
MB Views
- Add filter for checking action active
- Add hook for location validation
- Improve CSS
MB User Profile
- Add
role
attribute to register shortcode, allowing to set role for new users.
MB Settings Page
- Fix field value not updating in Customizer draft share preview link
MB Relationships
- Fix non-reciprocal relationships break multiple relationship query
- Allow reciprocal relationships for users, terms
MB Custom Post Type
- Use WordPress’s built-in clipboard script
1.11.16 - 2020-07-16
Meta Box Builder
- Removed unneeded default value for some parameters
1.11.15 - 2020-07-07
MB Blocks
- Fix CSS affected normal side meta boxes.
- Fix blocks with side context not working.
Meta Box Builder
- Fix 0 value not working for button group choices
MB Relationships
- Fix reciprocal post query doesn’t work with custom ‘orderby’ param
1.11.14 - 2020-07-06
MB Views
- Fix blocks not rendering in views
- Fix rendering fieldset text and text list fields
- Fix wrong version for assets
MB Blocks
- Fix block doesn’t receive unique ID when duplicated.
- Fix "name" param not working in the block attributes.
MB Relationships
- Fix wrong table prefix for getting reciprocal relationships.
- Add hooks for "add", "delete" relationships.
Meta Box Tabs
- Fix clicking icons not switching tabs.
1.11.13 - 2020-06-18
MB User Profile
- Fix shortcode profile info show admin info
Meta Box Builder
- Fix multi-file uploads not working in GravityForms
MB Relationships
- Add filter for relationship settings
- Fix reciprocal not follow the order of the admin
1.11.12 - 2020-06-09
- Add support for Loco Translate to translate all extensions
1.11.11 - 2020-06-08
MB Views
- Allow developers to bypass the default renderer and use an alternative method like Timber
- Fix JS error when MB Relationships is not active
- Fix not closing modal after insert
Meta Box Tooltip
- Add
allow_html
parameter to allow rendering HTML content or not.
1.11.10 - 2020-06-02
MB Views
- Allow to output views at a specific WP action
- Add render mode for whole page including header & footer
MB Tabs
- Update style
1.11.9 - 2020-05-27
MB User Profile
- Rewrite JavaScript to handle multiple forms on a same page (like sign up and log in).
Meta Box Builder
- Fix not parsing std for checkbox list
- Add clone attribute for checkbox
- Add messages when import error
- Use CodeMirror for export code
- Use CDN for assets
MB Settings Page
- Fix no-boxes style not working if no tabs
- Improve style for left tabs with no boxes
Meta Box Columns
- Prevent checkboxes and radio buttons from trying to take on 99% of the available width when viewed on a small device
- Fix notice when a field has a column that's not available in the meta box settings
1.11.8 - 2020-05-19
MB Views
- Fix not toggling group sub-fields
- Add View tab to insert sub-views
1.11.7 - 2020-05-11
Meta Box Conditional Logic
- Fix JSON-encode conditions
MB Views
- Add support for terms
- Fix location rules not working for categories and tags
- Fix checkbox field output
MB User Profile
- Add "show_if_user_can" attribute for register shortcode, allowing users with proper capability to register for other people
- Allow to edit default user fields like display_name, user_email, user_url
MB Frontend Submission
- Rewrite the script, making it work more reliably and compatible with validation in Meta Box 5.3.0
- Add confirmation before deleting a post
- Fix edit=true not working
- Fix post hidden when click delete but not confirm on the dashboard
- Fix thumbnail not saving if user is not logged in
1.11.6 - 2020-04-27
Meta Box Group
- Fix timestamp for date field not showing correctly.
MB Frontend Submission
- Fix validation not working with Ajax
- Don't hide post fields in admin if post has support for them
Meta Box Template
- Fix fatal error due to function not exists
- Use namespace
1.11.5 - 2020-04-23
MB Relationships
- Add API to get relationships and relationships settings (hotfix for MB Views to work with relationships).
1.11.4 - 2020-04-22
MB Views
- Add support for relationships (see Query tab)
- Add ability to include and inherit views in other views
- Fix error on all views screen when a view is not a archive/singular view
MB Blocks
- Fix JS warning in the console for class/className
- Add support for FontAwesome icon, users only need to define 'icon' => 'fas fa-user'. No need to enqueue CSS for FontAwesome. Support FontAwesome 5, free version.
1.11.3 - 2020-04-17
MB Blocks
- Fix style for fields on the sidebar
- Bypass if WordPress version < 5.0
MB Views
- Fix settings fields empty
- Don't show user profile meta boxes
- Don't show relationships meta boxes
MB Relationships
- Fix each_connected not working
MB Custom Post Type
- Fix notice: Undefined index
meta_box_cb
- Fix warning for
supports
parameter in WordPress 5.3 - Add filter for advanced settings manipulation
- Improve toggle buttons
Meta Box Group
- Update the way to get child field meta. Requires Meta Box 5.2.9+.
Meta Box Include Exclude
- Add "capability" rule
1.11.2 - 2020-04-08
MB Views
- Auto select "All" when add a new rule
- Add admin columns
- Show position for archive as well
MB Relationships
- Fix query of the storage get function for reciprocal relationships
- Fix each_connected not working
MB Admin Columns
- Change: if you use the plugin to create custom columns, please update the code (see docs for details)
- Fix no output printed when the meta value is 0.
- Use Composer to load files
1.11.1 - 2020-03-23
Meta Box Builder
- Fix tooltip not showing
- Fix array to string conversion for key-value field
Meta Box - Elementor Integrator
- Add support for number field
1.11.0 - 2020-03-11
- Add MB Views
Meta Box Builder
- Allows users to deselect columns settings for fields
- Fix error when activate with Meta Box AIO plugin
- Fix copy to clipboard not working
MB User Profile
- Fix submit button stuck as disabled when validation fails
- Disable password strength meter on login form.
1.10.18 - 2020-02-19
MB User Profile
- Fix wrong JS file name.
MB Blocks
- Add support for block preview.
1.10.17 - 2020-02-07
MB Admin Columns
Fixed
- Fix sorting by fields from custom tables not working
MB Frontend Submission
Added
- Allow to set order for post fields and mix post fields with meta box fields.
Fixed
- Fix security issue when passing parameters via query string. Now allow only post ID to pass via query string.
Changed
- Make shortcode's
id
parameter optional.
MB User Profile
Added
- Add support for Google reCaptcha
Meta Box - Beaver Themer Integrator
Added
- Add support for post author’s custom fields
- Add support for user’s custom fields
Meta Box - FacetWP Integrator
Fixed
- Fixed PHP warning if post type doesn’t exist
Meta Box Group
Fixed
- Fix error when saving empty field group in Meta Box Builder
- Fix duplicated ID for fieldset_text
1.10.16 - 2020-01-31
Meta Box - Elementor Integrator
Added
- Add support for output from
file_input
field
MB Custom Table
Changed
- Make Storage::table property public
- Change ID column to bigint(20) unsigned to compatible with posts table
1.10.15 - 2020-01-22
MB User Profile
Fixed
- Fix not enqueuing assets on the front end
MB Frontend Submission
Added
- Add support for ajax submission
- Add support for Google reCaptcha
- Add dashboard, allowing users to view, edit or delete their submitted posts
- Add move_to_trash parameter, allowing to delete posts permanently or not
1.10.14 - 2020-01-16
MB Blocks
Fixed
- Fix 'std' param not working
- Fix field description margin
MB Custom Table
Fixed
- Fix not saving for term meta
MB Relationships
Added
- Add support for reciprocal relationships
- Add
mb_relationships_registered
hook
MB Term Meta
Fixed
- Fix not saving to custom tables
Meta Box – Beaver Themer Integrator
Changed
- Conditional logic: make option name a select field for settings page
Meta Box Conditional Logic
Fixed
- Make it work with fields inside dynamic blocks created with MB Blocks.
- Fix not working in the Customizer (for Settings Page extension).
1.10.13 - 2019-12-24
Fixed
- Fix Yoast SEO & text limiter extensions not loading properly.
MB Settings Page
Added
- Add backup field for settings pages. To add a backup field to a settings page, simply create a field with
'type' => 'backup'
. - Add tabs left style.
- Add tab icon.
Fixed
- Fix group order not saving
- Fix showing Customizer section appear in edit post screen
- Show error fields in hidden tabs when validating
MB User Meta
Fixed
- Fix not working with custom table and relationships.
MB User Profile
Fixed
- Fix label_lost_password not working for login form.
Meta Box Conditional Logic
Fixed
- Fix toggle type parameter not working.
Meta Box Tabs
Fixed
- Show error fields in hidden tabs when validating.
1.10.12 - 2019-12-19
MB Blocks
Added
- Add
mode
parameter for blocks in normal mode which allows developer to specify initial mode (preview
oredit
) for blocks.
Meta Box Conditional Logic
Fixed
- Fix conditional logic break with Frontend Submission. Now the JS is enqueued only if conditions exist.
MB Comment Meta
Added
- Add support for comment meta. Requires MB Comment Meta plugin.
1.10.11 - 2019-12-11
Meta Box Columns
Fixed
- Prevent checkboxes and radio buttons from trying to take on 99% of the available width when viewed on a small device
Meta Box Builder
Fixed
- Fix performance issue with Meta Box Include Exclude extension when site has a lot of users.
Changed
- Show options in Settings tab for Gutenberg-supported post types.
- Hide edited user role/id when user meta extension is not active.
MB User Meta
Changed
- Hide duplicated WordPress-registered user fields in the admin screen
MB User Profile
Added
- Add lost/reset password feature which is built-in the login form.
- Add
email_as_username
parameter for the register shortcode to allows users to use email as username (no username input anymore).
Changed
- Show login form on edit profile page if user is not logged in.
- Re-style login form.
1.10.10 - 2019-12-04
MB Frontend Submission
Fixed
- Fix delete not working
MB Blocks
Fixed
- Fix the scrolling issue for color field
1.10.9 - 2019-11-28
MB Blocks
Fixed
- Fix group order not saving
- Fix background issue when a theme/plugin change Gutenberg background
Changed
- Add class for wrapper div
Meta Box Builder
Fixed
- Fix performance issue with Meta Box Include Exclude extension
- Fix getting group value for blocks
Changed
- Improve field searching
Meta Box - Beaver Themer Integrator
Fixed
- Fix toggle rules for settings fields
MB Custom Post Type
Fixed
- Fix warning for ‘supports’ parameter in WordPress 5.3.
1.10.8 - 2019-11-24
Meta Box Builder
Fixed
- Fix compatibility with WP < 5
- Fix performance issue when editing a field group
- Fix image sizes not showing
- Fix switching tab in a field affects other fields
Changed
- Change style for field tab nav
1.10.7 - 2019-11-14
MB Blocks
Fixed
- Fix JavaScript error that causes blocks not available in the back end in WordPress 5.3.
- Fix style for group title & button.
1.10.6 - 2019-11-07
MB Relationships
Fixed
- Fix creating table error due to empty collate.
MB Rest API
Fixed
- Fix term meta not available.
1.10.5 - 2019-11-01
Meta Box Group
Fixed
- Fix styling for term, user & settings page.
Meta Box Builder
Fixed
- Fix not able to deselect default dropdown value
Changed
- Set default field type = select advanced for taxonomy fields
- Remove clone option for taxonomy field
1.10.4 - 2019-10-18
MB Frontend Submission
Changed
- Do not render the shortcode in the admin
- Do not display empty div if confirmation is empty
- Initialize session only on the front end
1.10.3 - 2019-10-18
MB Blocks
Fixed
- Fix block over certain content length crashes
MB Term Meta
Fixed
- Fix data not saving in term meta table
Meta Box Group
Fixed
- Fix
std
for child fields not working on the front end (with MB Frontend Submission)
1.10.2 - 2019-10-11
MB Settings Page
Added
- Add support for Customizer
- Add support for network settings page
1.10.1 - 2019-10-09
MB Blocks
Fixed
- Fix empty form when editing blocks.
MB Settings Page
Added
- Add new
class
parameter for settings page wrapper.
Changed
- Use namespace.
Meta Box Group
1.3.5 - 2019-09-30
Fixed
- Fix file uploads (
file
,image
) not working in groups.
Meta Box for Yoast SEO
Fixed
- Fix fatal error when enqueuing scripts on the front end when use with MB Frontend Submission or MB User Profile.
1.10.0 - 2019-09-18
Added
- Make a completely new settings page, change menu name to "Extensions" instead of "All-In-One"
Fixed
- Do not initialize session for extensions.
MB Blocks 1.0.7
Fixed
- Fix custom assets are enqueued on all admin pages
MB Custom Post Type 1.9.1
Fixed
- Fix menu icon not working
MB Relationships 1.7.0
Added
- Add a separate
field
array for field settings - Add
order_from
andorder_to
to API::add method
MB User Profile 1.4.2
Changed
- Do not display empty div if confirmation is empty
- Do not render the shortcode in the admin. Fix inserting shortcode in the block editor.
- Initialize session only on the front end.
Fixed
- Fix visibility of user properties, for using in hooks
Meta Box Tooltip 1.1.2
Fixed
- Fix CSS issue when label is short and tooltip is long.
Changed
- Use tippy + popper JS for tooltips.
1.9.5 - 2019-08-30
MB User Profile 1.4.1
Fixed
- Fix broken form due to missing code
1.9.4 - 2019-08-29
Meta Box Builder
- Don't escape result from Twig template code
- Downgrade Twig to 1.33.2 to compatible with WPML & 2FAS Light plugins
- Move
$prefix
out of the field IDs for easier update - Add missing text domain for label description
- Hide options for post types that support Gutenberg
MB Blocks
- Fix some fields (color, reorder images, etc.) not updating in real-time. Requires Meta Box 5.1.2+
- Fix CSS for wysiwyg field
- Fix CSS for color picker in the content area
- Allow to return value in
mb_the_block_field
Meta Box - Beaver Themer Integrator
- Hide image size and date format when not needed
MB Frontend Submission
- Improve security by hiding form settings on the front end
- Fix headers sent error in cron
MB User Profile
Added
- Add mismatch rule for password fields
- Register form: show message when user is logged in
- Re-add
user_id
parameter to the profile form
Changed
- Hide login and register forms after submitted successfully
- Improve security by hiding form settings from the front end
MB Custom Post Type
Added
- Add support for custom archive slug
Fixed
- Fix style in dashboard
- Do not show upgrade message for premium users
MB Custom Taxonomy
Fixed
- Do not show upgrade message for premium users
1.9.3 - 2019-08-13
MB Blocks
- Fix not saving fields that contains "-" in IDs
MB Frontend Submission
- Fix saving post thumbnail
- Fix JavaScript not working
Meta Box Builder
- Add prefix settings, allowing to prefix all field IDs
- Add text domain settings (for exporting code only)
- Add readonly and disable settings for text fields
- Add
edited_user_role
&edited_user_id
in Advanced location rules (requires Meta Box Include Exclude) - Insert duplicated field right after the current field
- Allow to duplicate a whole group
- Fix not saving custom attribute
save_field
- Fix not parsing options for autocomplete field
- Fix pressing Enter on inputs in custom attributes still submit the form
- Fix parsing email in dot notation
- Fix missing
key_value
field - Fix not saving when an input contains slashes
- Fix error on nginx with SSI enabled
Meta Box Conditional Logic
- Fix conditional logic fails on switch
1.9.2 - 2019-08-05
Meta Box Builder
- Add support for building Gutenberg blocks visually. Also support Twig template engine for writing block template.
- Hide custom table settings when Show for = settings_page
- Don't submit on enter on inputs
- Enable submit buttons only when meta is loaded
- Update Brazil translation
MB Blocks
- Add missing
$post_id
parameter for the render callback.
Meta Box - Elementor Integrator
- Fix settings fields are not outputted.
1.9.1 - 2019-07-31
Fixed
- Fixed when the Updater extension was enabled before (and it's removed from the current version since it's included in the Meta Box already).
1.9.0 - 2019-07-31
Added
- Added MB Blocks extension to help you create custom Gutenberg blocks.
1.8.2 - 2019-07-17
MB Custom Post Type
- Hide the meta box for taxonomy if set
meta_box_cb
= false in Gutenberg.
MB Relationships
- Make
hidden
param work forto
side - Remove duplicate from query
Meta Box - Elementor Integrator
- Remove empty lists.
- Returns full image size for background settings.
1.8.1 - 2019-07-06
Meta Box Builder
- Fix color picker field JavaScript error.
- Fix tab label not updating in real-time.
- Fix
array_walk
error when upgrade data for posts. - Fix duplicating field not working.
- Remove old
pages
param from the exported code. - Upgrade old
context
param in the database.
MB Frontend Submission
- Fix error when submitting posts with featured thumbnail.
1.8.0 - 2019-07-01
Meta Box Builder
- The plugin is rewritten completely with PHP namespace (using Composer) and requires PHP >= 5.6
- Make all text translatable
- Restructure the Settings tab, moving Exclude Include / Show Hide / Conditional Logic into one section "Location"
- Hide a lot of settings if some extensions required are not available (or enabled in the AIO)
- Update the rules for Location based on whenever Guteberg is active
- Remove the Import menu as it's kind of a solo item in the menu. It's now next to the Add New in the All Field Groups screen.
- Move Delete/Duplicate field button into the title bar
- Add a new column for front-end shortcode (if Frontend Submission extension is active)
- Fix some issues with drag and drop
Meta Box Group
- Fix JavaScript bug in group title if no settings for group title.
MB Custom Post Type
- Fix quote in plural/singular names
Meta Box Conditional Logic
- Allow conditions to work for elements outside cloneable groups.
MB Frontend Submission
- Fix edit=true not working.
- Use PHP namespace! No more long class names!
MB User Meta
- Fix file/image fields not working.
Changed
- Always enable the updater
- User Composer
1.7.6 - 2019-05-15
Meta Box Builder
- Update clipboard to not conflict with built-in version in WordPress 5.2. See report.
- Show group title in the field top bar when group label is not set.
- Fix max_status = false default not working.
- Fixed bulk removed field groups.
- Added columns to Builder.
MB Frontend Submission
- Don't disable submit button when validation is active.
- Hide form after submission.
1.7.5 - 2019-04-25
MB Admin Columns
- Fixed searching not showing matched posts by title. And search query is showing empty string.
MB Frontend Submission
- Prevent form submit duplication when users click submit button multiple times.
MB User Profile
- Added parameter
password_strength
to indicate the minimum required password strength (very-weak, weak, medium, strong) - Removed
user_id
parameter as the plugin always perform on current user. This also fixed a security issue.
Meta Box Builder
- Fixed when adding a link with target="_blank" in a field description breaks field groups from saving in WordPress 5.1.
- Improved the code for import export page. Do not save the export file in the upload folder anymore.
Meta Box Group
- Fixed
default_state=collapsed
not working ifsave_state=false
for cloneable groups.
1.7.4 - 2019-04-02
MB Admin Columns
- Do not alter queries when searching and sorting
MB Custom Post Type
- Set
map_meta_cap
totrue
for custom capability type, allowing admins can edit new post types.
MB Custom Table
- Fixed not working for users.
Meta Box - Elementor Integrator
- Fixed output for
taxonomy
field.
MB Frontend Submission
- Added
allow_delete
to let users delete their posts.
MB REST API
- Fixed not working for users.
MB Term Meta, MB User Meta, Meta Box Columns, Meta Box Tabs
- Improved styling.
1.7.3 - 2019-03-12
MB Custom Post Type
- Enabled REST API by default for post types to make they work with Gutenberg.
- Added “custom” for capability type, allowing developers to set custom capabilities.
- Auto truncated post type slug to 20 characters.
Meta Box - Elementor Integrator
- Rewrote the plugin to better showing field list in post, archive and site groups.
- Removed the fields of internal post types used by MB Custom Post Type extension.
MB - Relationship
- Added support for querying by multiple relationships. See docs for details.
MB User Profile
- Added password meter for registration and user edit forms. Note: do not change ID for password fields.
Meta Box Conditional Logic & Meta Box Show Hide
- Added full support for Gutenberg. All conditions now work with Gutenberg.
1.7.2 - 2019-02-15
Fixed
- Fixed styling for tabs, columns, image upload field in term/user/settings pages.
- Fixed responsiveness for columns on mobiles.
- Fixed user profile form not working if user enter password containing quotes.
- Fixed unindexed notice for Beaver Themer integration if MB User Profile is active.
- Fixed
std
not working for child fields.
Added
- Added new Location column in the All Field Groups screen (Meta Box Builder) to show the location of the meta box.
- Added a new parameter
bind_if_empty
which acceptstrue
(default) orfalse
for fields so that their value can be (or not be) updated if Google doesn't return any data. See forum topic.
Changed
- Updated UI for tab settings in Meta Box Builder
1.7.1 - 2019-01-30
Fixed
- Fixed loading issue with MB User Profile that missed the default fields (user email and password).
1.7.0 - 2019-01-21
Added
- Added all free extensions from .org. So you no longer need to install them separately. Just activate them in the Meta Box → All-In-One settings.
Updated
- Columns: now columns are responsive and work well with user profile, term edit and settings page.
- Tabs: tabs now work well with user profile, term edit and settings page.
- Builder:
- Added new Location column in the All Field Groups screen to show the location of the meta box.
- Updated UI for tab settings.
- Group:
- Fixed not saving data of
file
in sub-groups. - Fixed
std
not working for group. @props Razib. - Fixed conditional logic for elements inside a collapsible sub-groups.
- Fixed not saving data of
1.6.18
- Updated MB Frontend Submission, allowing users to edit the post after submitting.
- Fixed filter mb_aio_extensions not working if no extensions is enabled.
- Fixed dashboard settings not saving correctly.
1.6.17
- Updated MB Admin Columns to support search and sort for custom table.
1.6.16
- Updated Conditional Logic, Show Hide and User Profile
1.6.15
- Updated Meta Box Builder
1.6.14
1.6.13
- Updated Meta Box Conditional Logic
1.6.12
1.6.11
1.6.10
- Updated MB Revision, MB Settings Page, MB User Profile.
1.6.9
- Updated MB Revision and MB Custom Table, making them work together.
1.6.8
- Updated Meta Box Tabs
1.6.7
- Updated Meta Box Builder
1.6.6
- Updated Meta Box Builder
1.6.5
- Updated MB Revision
1.6.4
- Updated Meta Box Geolocation
- Updated Meta Box Template
1.6.3
- Updated Meta Box Builder
- Updated Meta Box Conditional Logic
1.6.2
- Updated MB Revision
1.6.1
- Updated MB Revision
1.6.0
- Added a dashboard widget
- Refine the settings page, allowing users to filter extensions by tags
Version 1.5.17
- Updated MB User Profile
- Updated MB Frontend Submission
Version 1.5.16
- Updated Meta Box Builder
- Updated MB Term Meta
Version 1.5.15
- Updated MB User Profile
Version 1.5.14
- Updated Meta Box Builder
Version 1.5.13
- Updated Meta Box Geolocation
- Updated Meta Box Tabs
- Updated MB Frontend Submission
Version 1.5.12
- Updated Meta Box Conditional Logic
- Update Meta Box Group
Version 1.5.11
- Updated Meta Box Tabs
Version 1.5.10
Version 1.5.9
- Updated Meta Box Builder
Version 1.5.8
- Updated Meta Box Builder