Version Description
- 2020-02-25
- Fixed: Slack notifications
Download this release
Release Info
| Developer | yehudah |
| Plugin | |
| Version | 2.0.11 |
| Comparing to | |
| See all releases | |
Code changes from version 2.0.10 to 2.0.11
Postman/Extensions/Core/Notifications/PostmanNotify.php
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
if ( ! defined( 'ABSPATH' ) ) {
|
| 3 |
exit; // Exit if accessed directly
|
| 4 |
}
|
|
|
|
| 5 |
require_once 'INotify.php';
|
| 6 |
require_once 'PostmanMailNotify.php';
|
| 7 |
require_once 'PostmanPushoverNotify.php';
|
| 2 |
if ( ! defined( 'ABSPATH' ) ) {
|
| 3 |
exit; // Exit if accessed directly
|
| 4 |
}
|
| 5 |
+
|
| 6 |
require_once 'INotify.php';
|
| 7 |
require_once 'PostmanMailNotify.php';
|
| 8 |
require_once 'PostmanPushoverNotify.php';
|
Postman/Extensions/Core/Notifications/PostmanSlackNotify.php
CHANGED
|
@@ -6,7 +6,7 @@ class PostmanSlackNotify implements Postman_Notify {
|
|
| 6 |
|
| 7 |
public function send_message($message)
|
| 8 |
{
|
| 9 |
-
$options =
|
| 10 |
|
| 11 |
$api_url = $options->getSlackToken();
|
| 12 |
|
| 6 |
|
| 7 |
public function send_message($message)
|
| 8 |
{
|
| 9 |
+
$options = PostmanNotifyOptions::getInstance();
|
| 10 |
|
| 11 |
$api_url = $options->getSlackToken();
|
| 12 |
|
postman-smtp.php
CHANGED
|
@@ -6,7 +6,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 6 |
* Plugin Name: Post SMTP
|
| 7 |
* Plugin URI: https://wordpress.org/plugins/post-smtp/
|
| 8 |
* Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!
|
| 9 |
-
* Version: 2.0.
|
| 10 |
* Author: Yehuda Hassine
|
| 11 |
* Text Domain: post-smtp
|
| 12 |
* Author URI: https://postmansmtp.com
|
|
@@ -44,10 +44,10 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 44 |
define( 'POST_SMTP_BASE', __FILE__ );
|
| 45 |
define( 'POST_SMTP_PATH', __DIR__ );
|
| 46 |
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
|
| 47 |
-
define( 'POST_SMTP_VER', '2.0.
|
| 48 |
define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true );
|
| 49 |
-
define( 'POST_SMTP_RELEASE_MESSAGE',
|
| 50 |
-
define( 'POST_SMTP_RELEASE_URL', 'https://
|
| 51 |
|
| 52 |
$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
|
| 53 |
$required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' );
|
| 6 |
* Plugin Name: Post SMTP
|
| 7 |
* Plugin URI: https://wordpress.org/plugins/post-smtp/
|
| 8 |
* Description: Email not reliable? Post SMTP is the first and only WordPress SMTP plugin to implement OAuth 2.0 for Gmail, Hotmail and Yahoo Mail. Setup is a breeze with the Configuration Wizard and integrated Port Tester. Enjoy worry-free delivery even if your password changes!
|
| 9 |
+
* Version: 2.0.11
|
| 10 |
* Author: Yehuda Hassine
|
| 11 |
* Text Domain: post-smtp
|
| 12 |
* Author URI: https://postmansmtp.com
|
| 44 |
define( 'POST_SMTP_BASE', __FILE__ );
|
| 45 |
define( 'POST_SMTP_PATH', __DIR__ );
|
| 46 |
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
|
| 47 |
+
define( 'POST_SMTP_VER', '2.0.11' );
|
| 48 |
define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true );
|
| 49 |
+
define( 'POST_SMTP_RELEASE_MESSAGE', "I have released a new Google Analytics AIO plugin, if you liked it please leave a review." );
|
| 50 |
+
define( 'POST_SMTP_RELEASE_URL', 'https://wordpress.org/plugins/metrics-query/' );
|
| 51 |
|
| 52 |
$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
|
| 53 |
$required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' );
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehuda@m
|
|
| 4 |
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 5.3.2
|
| 7 |
-
Stable tag: 2.0.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -12,6 +12,10 @@ Send, log and troubleshoot your Outgoing Email easily. Supports everything: SMTP
|
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
= The Only SMTP plugin with chrome Notifications =
|
| 16 |
Get notified if your emails are failing inside your Chrome browser. [Download here](https://chrome.google.com/webstore/detail/post-smtp-notifications/npklmbkpbknkmbohdbpikeidiaekjoch?hl=en-US)
|
| 17 |
|
|
@@ -287,6 +291,9 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
|
|
| 287 |
|
| 288 |
== Changelog ==
|
| 289 |
|
|
|
|
|
|
|
|
|
|
| 290 |
= 2.0.10 - 2020-01-21
|
| 291 |
* Fixed: HTML content type
|
| 292 |
* Fixed: Sendgrid crash when has duplicates recipients (bypass, Sendgrid issue).
|
| 4 |
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 5.3.2
|
| 7 |
+
Stable tag: 2.0.11
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
| 15 |
+
= Looking for Google Analytics AIO plugin? =
|
| 16 |
+
If you used the good and old Google Analytics Dashboard For WP, I have forked the original plugin here:
|
| 17 |
+
[https://wordpress.org/plugins/metrics-query/](https://wordpress.org/plugins/metrics-query/)
|
| 18 |
+
|
| 19 |
= The Only SMTP plugin with chrome Notifications =
|
| 20 |
Get notified if your emails are failing inside your Chrome browser. [Download here](https://chrome.google.com/webstore/detail/post-smtp-notifications/npklmbkpbknkmbohdbpikeidiaekjoch?hl=en-US)
|
| 21 |
|
| 291 |
|
| 292 |
== Changelog ==
|
| 293 |
|
| 294 |
+
= 2.0.11 - 2020-02-25
|
| 295 |
+
* Fixed: Slack notifications
|
| 296 |
+
|
| 297 |
= 2.0.10 - 2020-01-21
|
| 298 |
* Fixed: HTML content type
|
| 299 |
* Fixed: Sendgrid crash when has duplicates recipients (bypass, Sendgrid issue).
|
