Restrict Content Pro – Resume Manager icon

1 version

Restrict Content Pro – Resume Manager history.

Every release of Restrict Content Pro – Resume Manager is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.

1 of 1 release scanned clean
v1.0.2Latest
December 24, 20251.2 MBScanned
Other
  • ##### Enhancements
  • It is now passed a null value vs saved value. If null is returned, default sanitization will follow. **THIS IS A BREAKING CHANGE**. If you're already using this filter, take note.
  • All field types that take an option array have been simplified to take `key => value` pairs (vs `array( 'name' => 'value', 'value' => 'key', )`). This effects the 'select', 'radio', 'radio_inline' field types. The 'multicheck' field type was already using the `key => value` format. Backwards compatibility has been maintained for those using the older style.
  • Use `get_the_terms` where possible since the data is cached.
  • ##### Bug Fixes
  • Replaced `__DIR__`, as `dirname( __FILE__ )` is easier to maintain back-compatibility.
  • Set correct `object_id` to be used later in `cmb_show_on` filter. [@lauravaq](https://github.com/lauravaq), ([#445](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/445))
Improved
  • the way the `'cmb_validate_{$field['type']}'` filter works.
  • `file_list` images to be displayed horizontally instead of vertically. props [@IgorCode](https://github.com/IgorCode), ([#467](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/467))
Added
  • default value option for `taxonomy_select` field type. props [@darlantc](https://github.com/darlantc), ([#473](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/473))
  • `preview_size` parameter for `file_list` field type. props [@IgorCode](https://github.com/IgorCode), ([#471](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/471))
Fixed
  • wysiwyg escaping slashes. props [@gregrickaby](https://github.com/gregrickaby), ([#465](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/465))
  • missing table styling on new posts. props [@mustardBees](https://github.com/mustardBees), ([#438](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/438))
  • undeclared JS variable. [@veelen](https://github.com/veelen), ([#451](https://github.com/WebDevStudios/Custom-Metaboxes-and-Fields-for-WordPress/pull/451))
  • `file_list` errors when removing all files and saving.
  • sanitization recursion memory issues.

Why archive

Sometimes the latest release isn't the one you need. The archive lets you pin Restrict Content Pro – Resume Manager to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.