This commit is contained in:
Javier Casares 2026-02-09 12:00:11 +00:00
commit 0a42e00299
5 changed files with 34 additions and 58 deletions

View file

@ -1,3 +1,9 @@
= 2.1.0 =
* Changed uninstall behavior: plugin no longer performs cleanup on uninstall, all data cleanup is now handled by the core SMTP plugin.
* This ensures Newsletter configuration is preserved when only the add-on is removed, and properly cleaned when the core plugin is uninstalled.
* Simplified uninstall.php to delegate all cleanup responsibility to core SMTP plugin.
= 2.0.1 =
* Removed Network requirement from plugin headers to allow single-site activation.