updated plugin SMTP Mailer version 1.1.18

This commit is contained in:
2025-05-05 12:50:58 +00:00
committed by Gitium
parent 37e74c1bea
commit f3c623d403
2 changed files with 19 additions and 9 deletions

View File

@ -2,11 +2,11 @@
Contributors: naa986
Donate link: https://wphowto.net/
Tags: email, mail, smtp, phpmailer
Requires at least: 6.5
Tested up to: 6.5
Stable tag: 1.1.15
Requires at least: 6.8
Tested up to: 6.8
Stable tag: 1.1.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Configure a SMTP server to send email from your WordPress site. Configure the wp_mail() function to use SMTP instead of the PHP mail() function.
@ -73,6 +73,15 @@ none
== Changelog ==
= 1.1.18 =
* WordPress 6.8 compatibility update.
= 1.1.17 =
* WordPress 6.7 compatibility update.
= 1.1.16 =
* Removed php_uname from server info.
= 1.1.15 =
* Updated the code for sanitizing password.