Skip to content

Commit

Permalink
Merge branch 'bugfix/fs-2.5.0-rc.1-language-fix' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
smusman98 committed Jul 19, 2022
2 parents 3416aef + 557cfc8 commit fdc0990
Showing 1 changed file with 2 additions and 2 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.1.4-beta.1
* Version: 2.1.4-rc.2
* Author: Post SMTP
* Text Domain: post-smtp
* Author URI: https://postmansmtp.com
Expand Down Expand Up @@ -74,7 +74,7 @@ function ps_fs() {
define( 'POST_SMTP_BASE', __FILE__ );
define( 'POST_SMTP_PATH', __DIR__ );
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
define( 'POST_SMTP_VER', '2.1.3' );
define( 'POST_SMTP_VER', '2.1.4' );
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

0 comments on commit fdc0990

Please sign in to comment.