updated plugin SMTP Mailer
version 1.1.13
This commit is contained in:
parent
d03256bbc3
commit
cbfad7b099
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Plugin Name: SMTP Mailer
|
Plugin Name: SMTP Mailer
|
||||||
Version: 1.1.12
|
Version: 1.1.13
|
||||||
Plugin URI: https://wphowto.net/smtp-mailer-plugin-for-wordpress-1482
|
Plugin URI: https://wphowto.net/smtp-mailer-plugin-for-wordpress-1482
|
||||||
Author: naa986
|
Author: naa986
|
||||||
Author URI: https://wphowto.net/
|
Author URI: https://wphowto.net/
|
||||||
@ -16,8 +16,8 @@ if (!defined('ABSPATH')){
|
|||||||
|
|
||||||
class SMTP_MAILER {
|
class SMTP_MAILER {
|
||||||
|
|
||||||
var $plugin_version = '1.1.12';
|
var $plugin_version = '1.1.13';
|
||||||
var $phpmailer_version = '6.8.1';
|
var $phpmailer_version = '6.9.1';
|
||||||
var $plugin_url;
|
var $plugin_url;
|
||||||
var $plugin_path;
|
var $plugin_path;
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
Contributors: naa986
|
Contributors: naa986
|
||||||
Donate link: https://wphowto.net/
|
Donate link: https://wphowto.net/
|
||||||
Tags: email, mail, smtp, phpmailer
|
Tags: email, mail, smtp, phpmailer
|
||||||
Requires at least: 6.4
|
Requires at least: 6.5
|
||||||
Tested up to: 6.4
|
Tested up to: 6.5
|
||||||
Stable tag: 1.1.12
|
Stable tag: 1.1.13
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -72,6 +72,9 @@ none
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.1.13 =
|
||||||
|
* WordPress 6.5 compatibility update.
|
||||||
|
|
||||||
= 1.1.12 =
|
= 1.1.12 =
|
||||||
* Added support for the reply-to add-on.
|
* Added support for the reply-to add-on.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user