Version Description
The 'To' and 'Subject' fields now supports text upto 500 characters.
Download this release
Release Info
Developer | sudar |
Plugin | Email Log |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3.0 to 2.3.1
- email-log.php +1 -1
- include/Core/EmailLog.php +1 -1
- readme.txt +6 -3
email-log.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Logs every email sent through WordPress
|
6 |
* Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
|
7 |
* Author: Sudar
|
8 |
-
* Version: 2.3.
|
9 |
* Author URI: http://sudarmuthu.com/
|
10 |
* Text Domain: email-log
|
11 |
* Domain Path: languages/
|
5 |
* Description: Logs every email sent through WordPress
|
6 |
* Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
|
7 |
* Author: Sudar
|
8 |
+
* Version: 2.3.1
|
9 |
* Author URI: http://sudarmuthu.com/
|
10 |
* Text Domain: email-log
|
11 |
* Domain Path: languages/
|
include/Core/EmailLog.php
CHANGED
@@ -17,7 +17,7 @@ class EmailLog {
|
|
17 |
*
|
18 |
* @var string
|
19 |
*/
|
20 |
-
const VERSION = '2.3.
|
21 |
|
22 |
/**
|
23 |
* Email Log Store URL.
|
17 |
*
|
18 |
* @var string
|
19 |
*/
|
20 |
+
const VERSION = '2.3.1';
|
21 |
|
22 |
/**
|
23 |
* Email Log Store URL.
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: email, log, log email, resend email, multisite
|
|
4 |
Requires PHP: 5.3
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.1
|
7 |
-
Stable tag: 2.3.
|
8 |
|
9 |
Log and view all outgoing emails from WordPress. Works with WordPress Multisite as well.
|
10 |
|
@@ -120,7 +120,10 @@ Meanwhile, I have added a hack to handle this condition in v1.7.3 of my plugin.
|
|
120 |
This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
|
121 |
== Changelog ==
|
122 |
|
123 |
-
= v2.3.
|
|
|
|
|
|
|
124 |
|
125 |
- New: The 'To' and 'Subject' fields now supports text upto 500 characters.
|
126 |
- New: Store the name of the attachment file if present.
|
@@ -309,7 +312,7 @@ This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/
|
|
309 |
|
310 |
== Upgrade Notice ==
|
311 |
|
312 |
-
= 2.3.
|
313 |
The 'To' and 'Subject' fields now supports text upto 500 characters.
|
314 |
|
315 |
= 2.2.5 =
|
4 |
Requires PHP: 5.3
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.1
|
7 |
+
Stable tag: 2.3.1
|
8 |
|
9 |
Log and view all outgoing emails from WordPress. Works with WordPress Multisite as well.
|
10 |
|
120 |
This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
|
121 |
== Changelog ==
|
122 |
|
123 |
+
= v2.3.1 - (2019-04-11) =
|
124 |
+
- Fix: Added a missing file that broke v2.3.1 release for some installations.
|
125 |
+
|
126 |
+
= v2.3.1 - (2019-04-11) =
|
127 |
|
128 |
- New: The 'To' and 'Subject' fields now supports text upto 500 characters.
|
129 |
- New: Store the name of the attachment file if present.
|
312 |
|
313 |
== Upgrade Notice ==
|
314 |
|
315 |
+
= 2.3.1 =
|
316 |
The 'To' and 'Subject' fields now supports text upto 500 characters.
|
317 |
|
318 |
= 2.2.5 =
|