Skip to content

Commit

Permalink
Updated Version
Browse files Browse the repository at this point in the history
  • Loading branch information
smusmanobjects committed Jan 3, 2023
1 parent 0769d27 commit c760532
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 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.2.3
* Version: 2.3
* Author: Post SMTP
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
Expand Down Expand Up @@ -102,7 +102,7 @@ function ps_fs_custom_icon() {
define( 'POST_SMTP_BASE', __FILE__ );
define( 'POST_SMTP_PATH', __DIR__ );
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
define( 'POST_SMTP_VER', '2.2.3' );
define( 'POST_SMTP_VER', '2.3' );
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );

$postman_smtp_exist = in_array( 'postman-smtp/postman-smtp.php', (array) get_option( 'active_plugins', array() ) );
Expand Down
17 changes: 16 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wpexpertsio
Tags: email, mail, smtp, wordpress smtp, email log, postman smtp, postman, gmail, google apps, hotmail, yahoo, mandrill api, sendgrid api, elastic email, office365, mailgun
Requires at least: 3.9
Tested up to: 6.1.1
Stable tag: 2.2.3
Stable tag: 2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.3 - 2022-01-03 =
**Bug Fixes**

* PHP errors appear in ajax requests in some cases.
* Fixed comma breaking the From name in the log section
* Reply-to Header not being added in some instances (Reported by @pierrehooker)

**Improvements**

* Updated sender header as per RFC-2822
* Added PHP 8 Compatibility
* Replaced Google API SDK with endpoints
* Replaced MailGun SDK with endpoints
* Replaced SendInBlue SDK with Endpoints

= 2.2.3 - 2022-12-27 =
**FIX**

Expand Down

0 comments on commit c760532

Please sign in to comment.