1.5 KiB
1.5 KiB
Screen Meta Links
API for adding custom screen-meta-links links and panels alongside the 'Screen Options' and 'Help' links on the WordPress admin page.
0.11
Removed
- Drop support for
add_screen_meta_link. This is a backward-incopatible change!
Added
- New API function
wph_add_screen_meta_panelreplacesadd_screen_meta_link.
Changed
- Style is printed in inline style tag.
Fixed
- Fix conflict with other plugins importing
add_screen_meta_linksuch asbroken-link-checker(issue #1).
0.10
Added
- Add
composer.jsonfile. Library can be imported as composer library. - Add
CHANGELOG.mdfile - Github action - create release on push tag.
0.9
- Initial release.
- Modified fork of Janis Elsts' library function
add_screen_meta_link.
Added
- Library can be imported as WordPress plugin.
- Ability to insert panels to screen-meta-links.
- Inline (render-blocking) javascript adds meta-links panel and button\link at run-time. Before
screenMeta.init()script in WordPress'scommon.js. Allowing for full integration.
Changed
- Add optional
panelparameter to functionadd_screen_meta_link. This is backward-compatible with Janis Elsts' function of the same name, and any plugins using the original function. - Rewrite screen-meta-link registration process. Optimized for performance.