CRITICAL FIX: Remove auto-deactivation prevention code causing fatal errors (v1.6.11)

This commit is contained in:
2025-04-12 15:11:33 +01:00
parent 873ca5f272
commit bfaa2b807a
4 changed files with 21 additions and 48 deletions

View File

@ -120,6 +120,12 @@ The plugin works by:
## Changelog
### 1.6.11
* CRITICAL FIX: Completely removed auto-deactivation prevention code that was causing fatal errors
* Simplified plugin functionality to focus on core features only
* Improved compatibility with various WordPress configurations
* Ensured plugin works correctly when other plugins are deleted
### 1.6.10
* Fixed critical error that could occur when a plugin folder is deleted
* Improved error handling with try/catch blocks