diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-08-11 20:43:01 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-08-11 20:43:01 +0000 |
commit | e3656d7a8c63b7198bb08c6b7b90f2c7c5b16e98 (patch) | |
tree | 77a414082c7c8d496a9749459f5c193ecb0ad7f2 /postman-smtp.php | |
parent | df4cdf1cbae42de7b279f474e2b27fa719a90429 (diff) | |
download | Post-SMTP-e3656d7a8c63b7198bb08c6b7b90f2c7c5b16e98.zip |
phpmailer rror
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postman-smtp.php b/postman-smtp.php index 9868686..6994870 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -35,7 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) { define( 'POST_SMTP_BASE', __FILE__ ); define( 'POST_SMTP_PATH', __DIR__ ); define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) ); -define( 'POST_SMTP_VER', '2.0.13' ); +define( 'POST_SMTP_VER', '2.0.14' ); define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true ); define( 'POST_SMTP_RELEASE_MESSAGE', "I have released a new Google Analytics AIO plugin, if you liked it please leave a review." ); define( 'POST_SMTP_RELEASE_URL', 'https://wordpress.org/plugins/metrics-query/' ); |