updated plugin SMTP Mailer version 1.1.15

This commit is contained in:
2024-06-27 12:11:10 +00:00
committed by Gitium
parent 03c1118952
commit 91db4aebe1
4 changed files with 20 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Donate link: https://wphowto.net/
Tags: email, mail, smtp, phpmailer
Requires at least: 6.5
Tested up to: 6.5
Stable tag: 1.1.13
Stable tag: 1.1.15
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -19,6 +19,7 @@ https://www.youtube.com/watch?v=7O_jgtykcEk&rel=0
=== SMTP Mailer Add-ons ===
* [Reply-To](https://wphowto.net/how-to-add-a-reply-to-address-in-the-smtp-mailer-wordpress-plugin-6997)
* [Email Logger](https://wphowto.net/smtp-mailer-email-logger-7066)
=== SMTP Mailer Settings ===
@ -72,6 +73,12 @@ none
== Changelog ==
= 1.1.15 =
* Updated the code for sanitizing password.
= 1.1.14 =
* Added support for the email logger add-on.
= 1.1.13 =
* WordPress 6.5 compatibility update.