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.
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.
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
- 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
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
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)
- 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
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