This commit is contained in:
Javier Casares 2026-02-09 11:58:59 +00:00
commit 91fea3ecf7
6 changed files with 26 additions and 136 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 Amazon SES credentials are 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 =
* Version bump for maintenance release.