Releases: wpmetabox/meta-box
Releases · wpmetabox/meta-box
4.5.4
- Improvement: Add "Select All|None" for
select
,select_advanced
,post
fields - Improvement: Add
max_clone
parameter which limits number of clones - Improvement: Add
sort_clone
parameter which allows users to sort (drag and drop) cloned inputs - Improvement: Add Polish language. Thank Michael
- Fix: Prevent warning when post type doesn't exist (
post
field)
4.5.3
4.5.2
4.5.1
4.5
- Improvement: Separate
esc_meta
method - Improvement: Add ability to use URL to retrieve options for autocomplete field
- Improvement: Add
rwmb_get_field
andrwmb_the_field
functions to get and display field values in the frontend - Improvement: Add field type
custom_html
to display any HTML in the meta box - Improvement: Add field type
key_value
which allows users to add any number of key-value pairs - Improvement: Use single JS file to display Google Maps in the frontend. No more inline Javascript.
- Improvement: Code refactor
4.4.3
- Fix: Incorrect path to loader image for
plupload_image
- Fix: Missing placeholder for
post
field whenfield_type
=select
- Improvement: No errors showing if invalid value is returned from
rwmb_meta_boxes
filter - Improvement: Add filter for add/remove clone buttons text
- Improvement: Add French translation
4.4.2
- Fix: Values of text_list field not showing correctly
- Fix: Time picker field cannot select hour > 22, time > 58
- Fix: Notice error when showing fields which don't have ID
- Fix: Don't return non-existing files or images via rwmb_meta function
- Fix: CSS alignment for taxonomy tree
- Fix: Placeholder not working for "select" taxonomy
- Improvement: Update timepicker to latest version
- Improvement: Improve output markup for checkbox field