Skip to content

Commit

Permalink
2.0.18
Browse files Browse the repository at this point in the history
* New: Plugin Extensions
  • Loading branch information
smusman98 committed Jul 18, 2022
1 parent f2e5c90 commit 0632b86
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Postman/Extensions/License/PostmanLicenseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PostmanLicenseHandler {
private $item_shortname;
private $version;
private $author;
private $api_url = 'http://localhost/psp/';
private $api_url = 'https://postmansmtp.com';


function __construct( $_file, $_item_name, $_version, $_author, $_optname = null, $_api_url = null, $_item_id = null ) {
Expand Down
4 changes: 2 additions & 2 deletions Postman/Extensions/License/PostmanLicenseManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class PostmanLicenseManager {

const ENDPOINT = 'https://postmansmtpcom-staging.dxpsites.net';
const ENDPOINT = 'https://postmansmtp.com';

const CORE_EXTENSIONS = [ 'gmail_api', 'sendgrid_api', 'mandrill_api', 'mailgun_api' ];

Expand Down Expand Up @@ -97,4 +97,4 @@ public function remove_extension($slug) {
public function get_extensions() {
return $this->extensions;
}
}
}
8 changes: 4 additions & 4 deletions postman-smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: Post SMTP
* Plugin URI: https://wordpress.org/plugins/post-smtp/
* 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!
* Version: 2.0.17
* Version: 2.0.18
* Author: Yehuda Hassine
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
Expand Down Expand Up @@ -35,10 +35,10 @@
define( 'POST_SMTP_BASE', __FILE__ );
define( 'POST_SMTP_PATH', __DIR__ );
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
define( 'POST_SMTP_VER', '2.0.17' );
define( 'POST_SMTP_VER', '2.0.18' );
define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true );
define( 'POST_SMTP_RELEASE_MESSAGE', "Post SMTP v2.0.17 - Extensions" );
define( 'POST_SMTP_RELEASE_URL', 'https://postmansmtp.com/post-smtp-2-0-17-extensions/' );
define( 'POST_SMTP_RELEASE_MESSAGE', "Post SMTP v2.0.18 - Extensions" );
define( 'POST_SMTP_RELEASE_URL', 'https://postmansmtp.com/post-smtp-2-0-18-extensions/' );

$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
$required_php_version = version_compare( PHP_VERSION, '5.6.0', '<' );
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=yehudaha
Tags: postman smtp, postman, smtp, email, mail, mailer, email log, oauth2, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
Requires at least: 3.9
Tested up to: 5.6
Stable tag: 2.0.17
Stable tag: 2.0.18
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -281,7 +281,7 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a

== Changelog ==

= 2.0.17 - 2020-01-17
= 2.0.18 - 2020-01-17
* New: Plugin Extensions

= 2.0.16 - 2020-12-13
Expand Down

0 comments on commit 0632b86

Please sign in to comment.