Meta Box Tooltip Changelog
1.1.8 - 2024-08-19
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
1.1.7 - 2023-01-16
Use local tooltip JS library
1.1.6 - 2022-12-05
Fix tooltip overflows the screen when using MB Blocks and show fields on the side
1.1.5 - 2021-05-27
Fix empty icon value not showing default icon
1.1.4 - 2020-11-27
Fix clicking tooltip submits the form.
1.1.3 - 2020-06-03
Add allow_html
parameter to allow rendering HTML content or not.
1.1.2 - 2019-09-16
- Fix CSS issue when label is short and tooltip is long.
- Use tippy + popper JS for tooltips.
1.1.1
Fixed tooltip content
1.1
Add tooltip_input
for showing tooltip for inputs (same syntax). Supported fields: 'date', 'datetime', 'email', 'number', 'password', 'select', 'select_advanced', 'text', 'time', 'url'.
1.0.1
Improvement: No fatal error when Meta Box is deactivated.
1.0.0
- Improvement: Make the extension safe to be included in themes/plugins.
- Fix: Tooltip now works with clones
0.1.1
Fully support Dashicons
0.1.0
- First release