Version Description
- 2022-04-22 =
- Bug Fixes
Email header was broken in some cases.
Improvements
Minor UI improvement.
llcHostname added in ZendMail.
Download this release
Release Info
| Developer | wpexpertsio |
| Plugin | |
| Version | 2.0.26 |
| Comparing to | |
| See all releases | |
Code changes from version 2.0.25 to 2.0.26
Postman/Postman-Mail/Zend-1.12.10/Validate/Hostname.php
CHANGED
|
@@ -113,6 +113,7 @@ class Postman_Zend_Validate_Hostname extends Postman_Zend_Validate_Abstract
|
|
| 113 |
* @see http://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain
|
| 114 |
* @see http://www.iana.org/domains/root/db/ Official list of supported TLDs
|
| 115 |
* @var array
|
|
|
|
| 116 |
*/
|
| 117 |
protected $_validTlds = array(
|
| 118 |
'aaa',
|
|
@@ -862,6 +863,7 @@ class Postman_Zend_Validate_Hostname extends Postman_Zend_Validate_Abstract
|
|
| 862 |
'living',
|
| 863 |
'lixil',
|
| 864 |
'lk',
|
|
|
|
| 865 |
'loan',
|
| 866 |
'loans',
|
| 867 |
'locker',
|
| 113 |
* @see http://data.iana.org/TLD/tlds-alpha-by-domain.txt List of all TLDs by domain
|
| 114 |
* @see http://www.iana.org/domains/root/db/ Official list of supported TLDs
|
| 115 |
* @var array
|
| 116 |
+
* @since 2.0.26 added `llc`
|
| 117 |
*/
|
| 118 |
protected $_validTlds = array(
|
| 119 |
'aaa',
|
| 863 |
'living',
|
| 864 |
'lixil',
|
| 865 |
'lk',
|
| 866 |
+
'llc',
|
| 867 |
'loan',
|
| 868 |
'loans',
|
| 869 |
'locker',
|
Postman/Postman-Send-Test-Email/PostmanSendTestEmailController.php
CHANGED
|
@@ -229,8 +229,8 @@ class PostmanSendTestEmailAjaxController extends PostmanAbstractAjaxHandler {
|
|
| 229 |
) );
|
| 230 |
|
| 231 |
// this header specifies that there are many parts (one text part, one html part)
|
| 232 |
-
$header = 'Content-Type: multipart/alternative; \r\n
|
| 233 |
-
$header .= 'MIME-Version: 1.0 \r\n
|
| 234 |
|
| 235 |
// createt the message content
|
| 236 |
$message = $this->createMessageContent();
|
| 229 |
) );
|
| 230 |
|
| 231 |
// this header specifies that there are many parts (one text part, one html part)
|
| 232 |
+
$header = 'Content-Type: multipart/alternative;' . "\r\n";
|
| 233 |
+
$header .= 'MIME-Version: 1.0' . "\r\n";
|
| 234 |
|
| 235 |
// createt the message content
|
| 236 |
$message = $this->createMessageContent();
|
Postman/PostmanViewController.php
CHANGED
|
@@ -241,7 +241,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) {
|
|
| 241 |
printf( '<div id="postman-main-menu" class="post-smtp-welcome-panel %s">', $slug );
|
| 242 |
print '<div class="post-smtp-welcome-panel-content">';
|
| 243 |
print '<div class="welcome-panel-column-container">';
|
| 244 |
-
print '<div class="welcome-panel-
|
| 245 |
printf( '<h4>%s</h4>', $title );
|
| 246 |
print '</div>';
|
| 247 |
printf( '<p id="back_to_main_menu">%s <a id="back_to_menu_link" href="%s">%s</a></p>', self::BACK_ARROW_SYMBOL, PostmanUtils::getSettingsPageUrl(), _x( 'Back To Main Menu', 'Return to main menu link', 'post-smtp' ) );
|
| 241 |
printf( '<div id="postman-main-menu" class="post-smtp-welcome-panel %s">', $slug );
|
| 242 |
print '<div class="post-smtp-welcome-panel-content">';
|
| 243 |
print '<div class="welcome-panel-column-container">';
|
| 244 |
+
print '<div class="welcome-panel-last">';
|
| 245 |
printf( '<h4>%s</h4>', $title );
|
| 246 |
print '</div>';
|
| 247 |
printf( '<p id="back_to_main_menu">%s <a id="back_to_menu_link" href="%s">%s</a></p>', self::BACK_ARROW_SYMBOL, PostmanUtils::getSettingsPageUrl(), _x( 'Back To Main Menu', 'Return to main menu link', 'post-smtp' ) );
|
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: Post SMTP
|
| 11 |
* Text Domain: post-smtp
|
| 12 |
* Author URI: https://postmansmtp.com
|
|
@@ -35,7 +35,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 35 |
define( 'POST_SMTP_BASE', __FILE__ );
|
| 36 |
define( 'POST_SMTP_PATH', __DIR__ );
|
| 37 |
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
|
| 38 |
-
define( 'POST_SMTP_VER', '2.0.
|
| 39 |
define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true );
|
| 40 |
define( 'POST_SMTP_RELEASE_MESSAGE', "THE FUTURE OF Post SMTP - PLEASE READ!" );
|
| 41 |
define( 'POST_SMTP_RELEASE_URL', 'https://postmansmtp.com/the-future-of-post-smtp/' );
|
| 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.26
|
| 10 |
* Author: Post SMTP
|
| 11 |
* Text Domain: post-smtp
|
| 12 |
* Author URI: https://postmansmtp.com
|
| 35 |
define( 'POST_SMTP_BASE', __FILE__ );
|
| 36 |
define( 'POST_SMTP_PATH', __DIR__ );
|
| 37 |
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
|
| 38 |
+
define( 'POST_SMTP_VER', '2.0.26' );
|
| 39 |
define( 'POST_SMTP_SHOW_RELEASE_MESSAGE', true );
|
| 40 |
define( 'POST_SMTP_RELEASE_MESSAGE', "THE FUTURE OF Post SMTP - PLEASE READ!" );
|
| 41 |
define( 'POST_SMTP_RELEASE_URL', 'https://postmansmtp.com/the-future-of-post-smtp/' );
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Plugin URI: https://wpexperts.io/
|
|
| 3 |
Contributors: wpexpertsio
|
| 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.9
|
| 7 |
-
Stable tag: 2.0.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -281,6 +281,14 @@ To avoid being flagged as spam, you need to prove your email isn't forged. On a
|
|
| 281 |
|
| 282 |
== Changelog ==
|
| 283 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 284 |
= 2.0.25 - 2022-04-06 =
|
| 285 |
* **Bug Fixes**
|
| 286 |
* WP 5.9 Compatibility Ballon UI issue.
|
| 3 |
Contributors: wpexpertsio
|
| 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.9.3
|
| 7 |
+
Stable tag: 2.0.26
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 281 |
|
| 282 |
== Changelog ==
|
| 283 |
|
| 284 |
+
= 2.0.26 - 2022-04-22 =
|
| 285 |
+
* **Bug Fixes**
|
| 286 |
+
* Email header was broken in some cases.
|
| 287 |
+
|
| 288 |
+
* **Improvements**
|
| 289 |
+
* Minor UI improvement.
|
| 290 |
+
* `llc` Hostname added in ZendMail.
|
| 291 |
+
|
| 292 |
= 2.0.25 - 2022-04-06 =
|
| 293 |
* **Bug Fixes**
|
| 294 |
* WP 5.9 Compatibility Ballon UI issue.
|
