Fix duplicate notices and optimize plugin detection (v1.6.7)

This commit is contained in:
2025-04-12 14:43:17 +01:00
parent a58516367a
commit 10f6783cdb
5 changed files with 48 additions and 46 deletions

View File

@ -120,6 +120,13 @@ The plugin works by:
## Changelog
### 1.6.7
* Fixed duplicate notices issue by removing PHP-generated notice
* Simplified notice system to only show one notice below WordPress error
* Ensured consistent terminology with "Remove Notice" text
* Optimized plugin detection with caching to improve performance
* Fixed JavaScript to correctly handle multiple error messages
### 1.6.6
* Fixed issue with "Remove Notice" link not appearing on missing plugin rows
* Fixed issue with automatic removal of plugin references without user action