2.0 KiB
2.0 KiB
Notice Manager Changelog
0.22
Fixed
- Do not collect
.theme-infonotices. - Fix
vendor/autoloadinclude path.
0.21
Fixed
- Fix PHP 8.2 deprecated optional parameter before required parameter. Fixed upstream in
abuyoyo/screen-meta-links ~0.13.
Dependencies
- Update library
abuyoyo/screen-meta-linksto version 0.13.
0.20
Minor
- Just another version bump (composer.json as well).
0.19
Added
- Add 'Distraction Free' option.
0.18
Minor
- Version bump everywhere.
0.17
Removed
- Remove plugin update checker.
- Remove 3rd party libraries.
0.16
Added
- Add plugin action link to Notice Manager settings page.
0.15
Added
- Add BSD 3-Clause License file.
- Add
vendordirectory and requirevendor/autoload.php. - Add
Update URIheader to plugin to avoid conflict with wp.org repo plugin of the same name.
Changed
- Convert stylesheet to SCSS and use
node-sassto render css file. - Better option descriptions on settings page.
- Readme file - add detailed plugin description.
- Support
.notice-errorclass. - Do not count hidden notices in
.plugin-countbullet.
0.14
Added
- Added
above_titlesetting - move all scripts above title. - Added
.plugin_countbullet to panel tab - showing number of notices in panel and priority.
Changed
- Improve "jumpy" notices when page is loaded with certain setting combinations by selectively setting css
display: noneto notices not in their expected location. - Improve integration between different options (eg.
above_titlewithauto-collect). - Option
auto-collapsewill not automatically collapse panel if an error notice is showing.
0.13
Changed
- Always show "Dismiss notices" button in panel.
Dependencies
- use
wph_add_screen_meta_panels - include
abuyoyo/screen-meta-linksas vendor library instead of plugin.
0.10
- Remove screen-meta-link panel if no notices on page.
- Remove delayed
scrollTop()script.
0.9
- Initial release.