updated plugin SMTP Mailer version 1.1.18
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user