diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-05-18 19:57:18 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-05-18 19:57:18 +0000 |
commit | 249e1eed396e90c702cdbdee14ce2355601fd4ad (patch) | |
tree | c46a3dae1c232e9622502c70d030ee628f04dead /postman-smtp.php | |
parent | c2335f6f0e86b17ec7346580e352b3e5d77ebf9e (diff) | |
download | Post-SMTP-249e1eed396e90c702cdbdee14ce2355601fd4ad.zip |
Update readme file info
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/postman-smtp.php b/postman-smtp.php index 18dae89..7502746 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) { * Plugin Name: Post SMTP * Plugin URI: https://wordpress.org/plugins/post-smtp/ * Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes! - * Version: 2.0.11 + * Version: 2.0.12 * Author: Yehuda Hassine * Text Domain: post-smtp * Author URI: https://postmansmtp.com @@ -26,15 +26,6 @@ if ( ! defined( 'ABSPATH' ) ) { // filter print_postman_status: apply this filter to print the human-readable plugin state // filter postman_module: implement this filter and return the instance of the module // filter postman_register_modules: apply this filter to register the module -// TODO v1.7 -// -- Postmark API http://plugins.svn.wordpress.org/postmark-approved-wordpress-plugin/trunk/postmark.php -// -- Amazon SES API http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-email-api.html -// TODO v2.0 -// -- PHP7 compatibility -// -- class autoloading -// -- Add dismiss option for "unconfigured message" .. for multisites -// -- customize sent-mail icon WordPress dashboard -// -- multiple mailbox support /** @@ -44,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.11' ); +define( 'POST_SMTP_VER', '2.0.12' ); 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/' ); |