From df4cdf1cbae42de7b279f474e2b27fa719a90429 Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 11 Aug 2020 20:24:30 +0000 Subject: * Fixed: WordPress 5.5 compatibility * Fixed: Email log filtering * Fixed: Pushover notifications * New: Suggest solution for email delivery errors --- Postman/Extensions/License/PostmanLicenseManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Postman/Extensions/License/PostmanLicenseManager.php') diff --git a/Postman/Extensions/License/PostmanLicenseManager.php b/Postman/Extensions/License/PostmanLicenseManager.php index cb10852..a25f092 100644 --- a/Postman/Extensions/License/PostmanLicenseManager.php +++ b/Postman/Extensions/License/PostmanLicenseManager.php @@ -3,7 +3,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; class PostmanLicenseManager { - const ENDPOINT = 'https://postmansmtp.com'; + const ENDPOINT = 'https://postmansmtpcom-staging.dxpsites.net'; const CORE_EXTENSIONS = [ 'gmail_api', 'sendgrid_api', 'mandrill_api', 'mailgun_api' ]; @@ -97,4 +97,4 @@ class PostmanLicenseManager { public function get_extensions() { return $this->extensions; } -} +} \ No newline at end of file -- cgit v1.2.3