Meta Box Versions Save

The best plugin for WordPress custom fields and custom meta boxes

4.4.0

6 years ago
  • New: 'autocomplete' field.
  • Improvement: field id is now optional (heading, divider)
  • Improvement: heading now supports 'description'
  • Improvement: update select2 library to version 3.5.2
  • Improvement: coding standards

4.4.1

6 years ago
  • Fix: wrong text domain
  • Fix: select_advanced field not cloning
  • Fix: cloned emails are not saved
  • Improvement: Use post_types instead of pages, accept string for single post type as well. Fallback to pages for previous versions.

4.4.2

6 years ago
  • 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

4.4.3

6 years ago
  • Fix: Incorrect path to loader image for plupload_image
  • Fix: Missing placeholder for post field when field_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.5

6 years ago
  • Improvement: Separate esc_meta method
  • Improvement: Add ability to use URL to retrieve options for autocomplete field
  • Improvement: Add rwmb_get_field and rwmb_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.5.1

6 years ago
  • Improvement: Add ability to use multiple post types for post field
  • Fix: Duplicated description for checkbox field
  • Fix: Blank gallery for image fields

4.5.2

6 years ago
  • Improvement: Add Persian (Farsi) language. Thank Ahmad Azimi.
  • Improvement: Update Spanish translation. Thank David Perez.
  • Fix: Cloning text fields
  • Fix: rwmb_meta works incorrectly for image fields if multiple=false

4.5.3

6 years ago
  • Improvement: Use wp_json_encode instead of json_encode. Thank Sam Ford.
  • Fix: Escape value for cloneable fields
  • Fix: Notice for missing parameters for rwmb_meta field for map

4.5.4

6 years ago
  • 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.5

6 years ago
  • Fix: CSS alignment for sort clone icon for field type group (require Meta Box Group extension)
  • Fix: rwmbSelect is not defined