MB Settings Page Changelog
2.1.13 - 2024-08-19
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
2.1.12 - 2024-03-14
- Auto change field file/image in the Customizer to file_advanced/image_advanced
2.1.11 - 2023-06-05
- Fix cannot set a settings page as a submenu of a custom model top-level menu
2.1.10 - 2023-03-23
- Add hook
mb_settings_page_after_title
for developers to output anything after the page title
2.1.9 - 2023-03-08
- Add support for Font Awesome when registering settings page with code (#6)
2.1.8 - 2022-11-11
- Add filter for page title and remove esc_html
2.1.7 - 2022-08-11
- Fix meta box not showing for settings page under Media
2.1.6 - 2022-07-14
- Fix field wysiwyg not respecting textarea_rows
- Fix settings page can't access the submenu
2.1.5 - 2022-05-12
- Fix not accessing sub-settings pages (sub-menu) when creating with Meta Box Builder
2.1.4 - 2021-10-12
- Fix style for fields in the Customizer
- Improve style for no-boxes settings page
2.1.3 - 2020-09-05
- Fix
no-box
style in WordPress 5.5 - Fix field value does not save after closing the Customizer
- Support
seamless
style per meta box
2.1.2 - 2020-07-28
- Fix field value not updating in Customizer draft share preview link
2.1.1 - 2020-05-26
- Fix no-boxes style not working if no tabs
- Improve style for left tabs with no boxes
2.1.0 - 2019-12-23
Added
- Add backup field for settings pages. To add a backup field to a settings page, simply create a field with
'type' => 'backup'
. - Add tabs left style.
- Add tab icon.
Fixed
- Fix group order not saving
- Fix showing Customizer section appear in edit post screen
- Show error fields in hidden tabs when validating
2.0.0 - 2019-10-11
- Add support for network settings page
- Add support for Customizer
1.3.5 - 2019-09-20
- Add new
class
parameter for settings page wrapper. - Use namespace.
1.3.4
- Added Brazil (Portuguese) translation.
- Fix extra text under table bold.
1.3.3
- Fixed validation not working.
1.3.2
- Fixed fields with multiple = true do not save data.
1.3.1
- Added: Option
submit_button
for the submit button label. - Added: Option
message
for the successful message after saving options. - Fixed: Strip slashes of values before saving.
1.3
- Added: Use the new storage and registry mechanism from Meta Box 4.12 that reduces the code base and more reliable.
- Fixed: Fixed styles for collapsible groups
1.2.1
- Fix style for groups with "no-box" style.
1.2
- Helper function
rwmb_meta
now works. Requires Meta Box 4.11.2+.
1.1.6
- Fix: Duplicate "Settings saved" message when saving the settings.
1.1.5
- Fix: Clone indexes are not reset when saving.
1.1.4
- Fix: Compatibility with the Meta Box 4.9.0.
1.1.3
- Improvement: Compatibility with the latest version of Meta Box.
- Improvement: Add translations.
1.1.2
- Improvement: Make the extension safe to be included in themes/plugins.
1.1.1
- Improvement: Add option name to the filter
mb_settings_pages_data
1.1.0
- Improvement: Add tabs for settings page
- Improvement: Add no-boxes style
- Improvement: Add option for number of columns (1 or 2)
1.0.0
- Initial release