Skip to content

Commit c012cbc

Browse files
Updated Version
1 parent dd6e9b9 commit c012cbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postman-smtp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Plugin Name: Post SMTP
77
* Plugin URI: https://wordpress.org/plugins/post-smtp/
88
* 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.5.9.4
9+
* Version: 2.6.0
1010
* Author: Post SMTP
1111
* Text Domain: post-smtp
1212
* Author URI: https://postmansmtp.com
@@ -102,7 +102,7 @@ function ps_fs_custom_icon() {
102102
define( 'POST_SMTP_BASE', __FILE__ );
103103
define( 'POST_SMTP_PATH', __DIR__ );
104104
define( 'POST_SMTP_URL', plugins_url('', POST_SMTP_BASE ) );
105-
define( 'POST_SMTP_VER', '2.5.9.4' );
105+
define( 'POST_SMTP_VER', '2.6.0' );
106106
define( 'POST_SMTP_DB_VERSION', '1.0.1' );
107107
define( 'POST_SMTP_ASSETS', plugin_dir_url( __FILE__ ) . 'assets/' );
108108

0 commit comments

Comments
 (0)