updated plugin WP Mail SMTP
version 2.1.1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: WP Mail SMTP
|
||||
* Version: 2.0.1
|
||||
* Version: 2.1.1
|
||||
* Plugin URI: https://wpmailsmtp.com/
|
||||
* Description: Reconfigures the <code>wp_mail()</code> function to use Gmail/Mailgun/SendGrid/SMTP instead of the default <code>mail()</code> and creates an options page to manage the settings.
|
||||
* Author: WPForms
|
||||
@ -203,7 +203,7 @@ if ( ! function_exists( 'wp_mail_smtp_insecure_php_version_notice' ) ) {
|
||||
}
|
||||
|
||||
if ( ! defined( 'WPMS_PLUGIN_VER' ) ) {
|
||||
define( 'WPMS_PLUGIN_VER', '2.0.1' );
|
||||
define( 'WPMS_PLUGIN_VER', '2.1.1' );
|
||||
}
|
||||
if ( ! defined( 'WPMS_PHP_VER' ) ) {
|
||||
define( 'WPMS_PHP_VER', '5.5.0' );
|
||||
|
Reference in New Issue
Block a user