summaryrefslogtreecommitdiff
path: root/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2020-08-11 20:24:30 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2020-08-11 20:24:30 +0000
commitdf4cdf1cbae42de7b279f474e2b27fa719a90429 (patch)
tree9bdf52d80241502ab7f7b1f81240eb83b8df0be4 /Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
parent53b2035def91dc0fe6d8f68e4a34aca2acc79ec8 (diff)
downloadPost-SMTP-df4cdf1cbae42de7b279f474e2b27fa719a90429.zip
* Fixed: WordPress 5.5 compatibility
* Fixed: Email log filtering * Fixed: Pushover notifications * New: Suggest solution for email delivery errors
Diffstat (limited to 'Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php')
-rw-r--r--Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php b/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
index c1f2661..bc1e95d 100644
--- a/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
+++ b/Postman/Extensions/Core/Notifications/PostmanPushoverNotify.php
@@ -31,4 +31,4 @@ class PostmanPushoverNotify implements Postman_Notify {
error_log( __CLASS__ . ': ' . print_r( $body, true ) );
}
}
-}
+} \ No newline at end of file