The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-03-04 | 1.3 kB | |
| v2.9.0 source code.tar.gz | 2021-03-04 | 481.4 kB | |
| v2.9.0 source code.zip | 2021-03-04 | 960.7 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
Enhancements
- Added
cmb2_tab_group_tabsfilter for adding arbitrary menu page urls to the cmb2 tabs, and move tab markup output to separate method,CMB2_Options_Hookup::options_page_tab_nav_output(). Fixes #1407. - Limit use of italic, including removing from field descriptions. Fixes #1404.
- Add to list of valid image types from
get_allowed_mime_types(), which makes SVGs more reliable when using the Safe SVG plugin. Fixes #1223.
Bug Fixes
- Fixes PHP warnings on repeatable ColorPicker with an array as default. Props @rubengc (#1340).
- Address PHP 7.4, compatibility issues with
func_get_args(). Fixes #1389. - Better generated array key for cached fields, fixes issue where wrong field is found. Fixes #14053.
- Fix issue with options-pages being changed to register on a hook priority of
5instead of the default10, causing some back-compatibility issues. Fixes #1410.