Easy WP SMTP - Version 1.0.6

Version Description

  • Plugin is now compatible with WordPress 3.7

=

Download this release

Release Info

Developer wpecommerce
Plugin Icon 128x128 Easy WP SMTP
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

Files changed (2) hide show
  1. easy_wp_smtp.php +2 -2
  2. readme.txt +6 -2
easy_wp_smtp.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
3
  Plugin Name: Easy WP SMTP
4
- Version: 1.0.5
5
  Plugin URI: http://wp-ecommerce.net/?p=2197
6
  Author: wpecommerce
7
  Author URI: http://wp-ecommerce.net/
8
  Description: Send email via SMTP from your WordPress Blog
9
  */
10
- define('EASY_WP_SMTP_PLUGIN_VERSION', "1.0.5");
11
  $ewpsOptions = get_option("easy_wp_smtp_options");
12
 
13
  function easy_wp_smtp($phpmailer){
1
  <?php
2
  /*
3
  Plugin Name: Easy WP SMTP
4
+ Version: 1.0.6
5
  Plugin URI: http://wp-ecommerce.net/?p=2197
6
  Author: wpecommerce
7
  Author URI: http://wp-ecommerce.net/
8
  Description: Send email via SMTP from your WordPress Blog
9
  */
10
+ define('EASY_WP_SMTP_PLUGIN_VERSION', "1.0.6");
11
  $ewpsOptions = get_option("easy_wp_smtp_options");
12
 
13
  function easy_wp_smtp($phpmailer){
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpecommerce
3
  Donate link: http://wp-ecommerce.net/?p=2197
4
  Tags: mail, wordpress smtp, phpmailer, smtp, wp_mail, email, gmail, outgoing mail, privacy, security, sendmail, ssl, tls, wp-phpmailer, mail smtp, wp smtp
5
  Requires at least: 3.0
6
- Tested up to: 3.6
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -92,5 +92,9 @@ For screenshots please visit the [Easy WordPress SMTP](http://wp-ecommerce.net/e
92
  * "Reply-To" text will no longer be added to the email header
93
  * From Name field can now contain quotes. It will no longer be converted to '\'
94
 
 
 
 
 
95
  == Upgrade Notice ==
96
  none
3
  Donate link: http://wp-ecommerce.net/?p=2197
4
  Tags: mail, wordpress smtp, phpmailer, smtp, wp_mail, email, gmail, outgoing mail, privacy, security, sendmail, ssl, tls, wp-phpmailer, mail smtp, wp smtp
5
  Requires at least: 3.0
6
+ Tested up to: 3.7
7
+ Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
92
  * "Reply-To" text will no longer be added to the email header
93
  * From Name field can now contain quotes. It will no longer be converted to '\'
94
 
95
+ = 1.0.6 =
96
+
97
+ * Plugin is now compatible with WordPress 3.7
98
+
99
  == Upgrade Notice ==
100
  none