Version Description
- Plugin is now compatible with WordPress 3.6
=
Download this release
Release Info
Developer | wpecommerce |
Plugin | Easy WP SMTP |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- easy_wp_smtp.php +2 -2
- readme.txt +5 -2
easy_wp_smtp.php
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Easy WP SMTP
|
4 |
-
Version: 1.0.
|
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.
|
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.4
|
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.4");
|
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.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -80,5 +80,8 @@ For screenshots please visit the [Easy WordPress SMTP](http://wp-ecommerce.net/e
|
|
80 |
= 1.0.3 =
|
81 |
* Added a new option to the settings which allows a user to enable/disable SMTP debug
|
82 |
|
|
|
|
|
|
|
83 |
== Upgrade Notice ==
|
84 |
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.6
|
7 |
+
Stable tag: 1.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
80 |
= 1.0.3 =
|
81 |
* Added a new option to the settings which allows a user to enable/disable SMTP debug
|
82 |
|
83 |
+
= 1.0.4 =
|
84 |
+
* Plugin is now compatible with WordPress 3.6
|
85 |
+
|
86 |
== Upgrade Notice ==
|
87 |
none
|