Version Description
- Plugin now works with WordPress 3.8
=
Download this release
Release Info
Developer | wpecommerce |
Plugin | Easy WP SMTP |
Version | 1.0.7 |
Comparing to | |
See all releases |
Code changes from version 1.0.6 to 1.0.7
- easy_wp_smtp.php +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 |
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.7
|
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.7");
|
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 |
|
@@ -96,5 +96,9 @@ For screenshots please visit the [Easy WordPress SMTP](http://wp-ecommerce.net/e
|
|
96 |
|
97 |
* Plugin is now compatible with WordPress 3.7
|
98 |
|
|
|
|
|
|
|
|
|
99 |
== Upgrade Notice ==
|
100 |
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.8
|
7 |
+
Stable tag: 1.0.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
96 |
|
97 |
* Plugin is now compatible with WordPress 3.7
|
98 |
|
99 |
+
= 1.0.7 =
|
100 |
+
|
101 |
+
* Plugin now works with WordPress 3.8
|
102 |
+
|
103 |
== Upgrade Notice ==
|
104 |
none
|