From 2cddebe14e58deb22bc3849e55e78eed02e53ec7 Mon Sep 17 00:00:00 2001 From: yehudah Date: Sat, 28 Oct 2017 20:21:02 +0000 Subject: = 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. --- postman-smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postman-smtp.php') 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' ); } -- cgit v1.2.3