Fix critical error when plugin folder is deleted (v1.6.10)

This commit is contained in:
2025-04-12 15:06:17 +01:00
parent 24ff0f9552
commit 873ca5f272
4 changed files with 46 additions and 22 deletions

View File

@ -120,6 +120,13 @@ The plugin works by:
## Changelog
### 1.6.10
* Fixed critical error that could occur when a plugin folder is deleted
* Improved error handling with try/catch blocks
* Added more specific checks for the plugins page
* Enhanced compatibility with various WordPress configurations
* Made the code more defensive to prevent potential issues
### 1.6.9
* Fixed issue with notices not appearing below WordPress error messages
* Improved JavaScript detection of WordPress error notices