diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-10-17 19:09:18 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-10-17 19:09:18 +0000 |
commit | 0e5055bf5b513df03b0f9ac8bd2810ffe72ed744 (patch) | |
tree | bd07c648e0940a26b9e2b74c55cdc6fe959ead8d /Postman/Postman.php | |
parent | 263bc7987e090b0b25d241fa6951f32b8eb2552f (diff) | |
download | Post-SMTP-0e5055bf5b513df03b0f9ac8bd2810ffe72ed744.zip |
= 1.7.6 - 2017-10-17
* Missing sendgrid files
* Fixed: Localization slug
* Fixed: Error sending files with sendgrid
Diffstat (limited to 'Postman/Postman.php')
-rw-r--r-- | Postman/Postman.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman.php b/Postman/Postman.php index 46a69f9..aabdff3 100644 --- a/Postman/Postman.php +++ b/Postman/Postman.php @@ -342,7 +342,7 @@ class Postman { * http://striderweb.com/nerdaphernalia/2008/06/give-your-wordpress-plugin-credit/ */ function print_signature() { - printf( '<a href="https://wordpress.org/plugins/postman-smtp/">%s</a> %s<br/>', $this->pluginData ['name'], $this->pluginData ['version'] ); + printf( '<a href="https://wordpress.org/plugins/post-smtp/">%s</a> %s<br/>', $this->pluginData ['name'], $this->pluginData ['version'] ); } /** |