5.10.6 – 2025-01-11
- Fix validation for dash ids
- Fix datetime fields not showing inline picker inside groups
- Fix
label_description
not working forfieldset_text
- Fix field label div still show when no field name but with
label_description
- Remove
image_select
field’s JS, styling with CSS only - Add gap for key value inputs
5.10.5 – 2024-12-16
- Make validation for add new terms work
- Improve styling of meta boxes on the sidebar in the block editor
- Improve style of input with prepend and append
- Fix maps/osm fields and geolocation not working with subfields in groups
- Fix select advanced becomes normal select with cloneable setting
- Fix validation
5.10.4 – 2024-11-20
- OSM/Map fields: add support for select field type
- Add
$url
torwmb_oembed_not_available_string
filter - Small CSS improvements for file input, background & button group
- Fix not returning value for helper functions for images saving in a custom folder and using a custom table
5.10.3 – 2024-10-30
- fix: std after saving
- fix: field set text save empty values
- fix: subfield’s id
5.10.2 – 2024-09-26
- Fix issue with conditional logic
- Fix error when removing default taxonomy meta box in the front end or with the block editor
- Fix missing .hidden on the front end for
checkbox_tree
- Fix required attribute for
select_tree
5.10.1 – 2024-09-07
- Fix issue with
clone_empty_start
(validation, now showing data for the 1st clone, brokentext_list
field, etc.)
5.10.0 – 2024-08-19
Highlights:
This version introduces new parameter for field: clone_empty_start
that makes cloneable groups not showing inputs at first. When users want to enter data, they’ll need to click the “+ Add new” button. This feature updates the UI and makes it cleaner.
See more details on our blog post.
Other changes:
- Replace
sprintf
with string concatenation inRWMB_Field::show
to fix issues when$field['before']
or$field['after']
contains special characters (%
). Props Daniel Haim. - Fix mismatch filter params for
rwmb_meta
when no fields are found.
5.9.11 – 2024-07-10.0
- Make validation work for blocks
- Fix JavaScript validation error in site editor
- Set default minute step = 5 for datetime/time pickers
- Security fix for ajax getting posts
5.9.10 – 2024-07-02
- Fix modal not updating URL (when add new)
- Security fix for ajax get posts/users
5.9.9 – 2024-06-20
- Fix show hide checkbox tree
- Fix default value not display as selected time
- Fix datetime field not removing value when set inline & timestamp = true
5.9.8 – 2024-05-08
- Fix activation error on ajax request since WordPress 6.5
5.9.7 – 2024-04-18
- Revert fix for Meta Box Conditional Logic
5.9.6 – 2024-04-17
- Add progress bar for field
file_upload
- Force returned value of sanitize color to string
- Enqueue assets for FSE and widget (with block editor) screens
- Fix jumping layout for Meta Box Conditional Logic
- Fix errors when using cloneable map/osm fields
5.9.5 – 2024-03-26
- Add
save_format
settings totime
field - Field icon SVG not displaying
5.9.4 – 2024-02-27
- Fix security issue when users set object id in the helper functions where they don’t have permission to view (such as private posts)
5.9.3 – 2024-02-02
Highlights:
Fix security issue of the output shortcode [rwmb_meta]
not escaping. Users can disable escaping (to revert the previous behavior) by adding this snippet:
add_filter( 'rwmb_meta_shortcode_secure', '__return_false' );
// or
add_filter( 'rwmb_meta_shortcode_secure_{$field_id}', '__return_false' );
Other changes:
- Fix compatibility with PHP 8.3
- Fix not showing more than 10 saved users or terms
5.9.2 – 2024-01-22
- Validation: fix PHP warning when fields has non-consecutive keys
- Icon field: fix custom icon not working
- Update jQuery Validation to 1.20.0. Props Maarten.
- Prepare css to be inlined. Props Maarten.
5.9.1 – 2023-12-25
- Fix preview posts not working in the block editor in WP 6.4.
- Icon field: allow to set relative path/URL for settings
- Icon field: add support for scanning CSS file (
icon_css
setting) and parsing CSS class - Autocomplete field: fix not saving first value if the value is 0 (integer).
5.9.0 – 2023-11-22
Highlights:
Add new icon
field type, which supports Font Awesome Free, Font Awesome Pro and custom icon set. Can be used with icon font with CSS file or with SVGs. See the plugin docs for how to use it.
The icon
field type will be added to the new version of Meta Box Builder soon, which will allow you to configure its settings with UI.