updated plugin `SMTP Mailer` version 1.1.13

This commit is contained in:
KawaiiPunk 2024-04-19 10:49:46 +00:00 committed by Gitium
parent d03256bbc3
commit cbfad7b099
2 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?php
/*
Plugin Name: SMTP Mailer
Version: 1.1.12
Version: 1.1.13
Plugin URI: https://wphowto.net/smtp-mailer-plugin-for-wordpress-1482
Author: naa986
Author URI: https://wphowto.net/
@ -16,8 +16,8 @@ if (!defined('ABSPATH')){
class SMTP_MAILER {
var $plugin_version = '1.1.12';
var $phpmailer_version = '6.8.1';
var $plugin_version = '1.1.13';
var $phpmailer_version = '6.9.1';
var $plugin_url;
var $plugin_path;

View File

@ -2,9 +2,9 @@
Contributors: naa986
Donate link: https://wphowto.net/
Tags: email, mail, smtp, phpmailer
Requires at least: 6.4
Tested up to: 6.4
Stable tag: 1.1.12
Requires at least: 6.5
Tested up to: 6.5
Stable tag: 1.1.13
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@ -72,6 +72,9 @@ none
== Changelog ==
= 1.1.13 =
* WordPress 6.5 compatibility update.
= 1.1.12 =
* Added support for the reply-to add-on.