diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-04-23 21:12:54 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-04-23 21:12:54 +0000 |
commit | ab8b46da49e1b2da2710b5c69c7b411d30138ead (patch) | |
tree | 0fb99285d3a2d39783b28509eccb2a25fdbfbd04 /Postman/PostmanViewController.php | |
parent | ad292885dc7b4c9a070a1c49d8b8e50c741a19db (diff) | |
download | Post-SMTP-ab8b46da49e1b2da2710b5c69c7b411d30138ead.zip |
* Fix lockfile erros
* Contact form 7 integration
* PHP 5.6 requirement
git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1863201 b8457f37-d9ea-0310-8a92-e5e31aec5664
Diffstat (limited to 'Postman/PostmanViewController.php')
-rw-r--r-- | Postman/PostmanViewController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Postman/PostmanViewController.php b/Postman/PostmanViewController.php index 49388f3..5fb8cb1 100644 --- a/Postman/PostmanViewController.php +++ b/Postman/PostmanViewController.php @@ -57,7 +57,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) { die(); } - echo PostmanUtils::deleteLockFile() == true ? __('Success', Postman::TEXT_DOMAIN ) : __('Failed, try again.', Postman::TEXT_DOMAIN ); + echo PostmanUtils::deleteLockFile() == true ? __('Success, try to send test email.', Postman::TEXT_DOMAIN ) : __('Failed, try again.', Postman::TEXT_DOMAIN ); die(); } @@ -307,7 +307,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) { echo ' <div class="updated settings-error notice is-dismissible"> <p> - <strong>Version ' . $version . ' released with Gmail upgrade and notifications:</strong> <a target="_blank" href="https://postmansmtp.com/post-smtp-1-8-4-best-wordpress-gmail-client">Read Here</a> + <strong>Version ' . $version . ' released with lockfile fix and new PHP requirement:</strong> <a target="_blank" href="https://postmansmtp.com/post-smtp-v1-8-6-lockfile-and-raise-the-php-version">Read Here</a> </p> <button style="z-index: 100;" data-version="'. $version . '" data-security="' . wp_create_nonce('postsmtp') .'" type="button" class="notice-dismiss postman-release-message"> <span class="screen-reader-text">Dismiss this notice.</span> |