summaryrefslogtreecommitdiff
path: root/postman-smtp.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-10-28 20:21:02 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2017-10-28 20:21:02 +0000
commit2cddebe14e58deb22bc3849e55e78eed02e53ec7 (patch)
tree692f8588b736c760da6ac4dc56b917bc0a1e1ff2 /postman-smtp.php
parenta55cff0dfacfb27a80e763b009b47daea9b61f12 (diff)
downloadPost-SMTP-2cddebe14e58deb22bc3849e55e78eed02e53ec7.zip
= 1.7.8 - 2017-10-28
* Fixed: IP detection error in some web hosts * Fixed: Link open in new page attribute = _blank * Fixed: Replace deprecated PHP 7 functions.
Diffstat (limited to 'postman-smtp.php')
-rw-r--r--postman-smtp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/postman-smtp.php b/postman-smtp.php
index 88af329..df55233 100644
--- a/postman-smtp.php
+++ b/postman-smtp.php
@@ -70,5 +70,5 @@ function post_start( $startingMemory ) {
*/
function post_setupPostman() {
require_once 'Postman/Postman.php';
- $kevinCostner = new Postman( __FILE__, '1.7.7' );
+ $kevinCostner = new Postman( __FILE__, '1.7.8' );
}