Skip to content

Commit 9a46f3c

Browse files
committed
version 1.0.1 released
1 parent deac3f5 commit 9a46f3c

File tree

165 files changed

+18101
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+18101
-214
lines changed

README.txt

+21-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: codeboxr, manchumahara
33
Tags: email, log, email log, debug, email debug, email log
44
Requires at least: 3.0.1
55
Tested up to: 5.2.2
6-
Stable tag: 1.0.1
6+
Stable tag: 1.0.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -13,20 +13,27 @@ This plugin helps to log email and displays in admin panel and more.
1313

1414
This plugin helps to log any email sent from wordpress.
1515

16-
Main Features:
16+
**Main Features:**
1717

1818
* Logs every email sent
1919
* Logs email send success or fail(Bullet proof way to detect email send or not)
2020
* Delete all email logs or single
2121
* View Email Log
2222
* View Email Preview
2323
* ReSend email from the list window
24+
* Delete X Days old logs from Log listing
25+
* Auto delete X Days old logs using wordpress native event schedule
26+
* Custom Setting panel
27+
* Delete custom options created by this plugin and email logs on uninstall(it's not deactivate, uninstall means delete plugin)
2428

2529

2630
== Installation ==
2731

2832
This section describes how to install the plugin and get it working.
2933

34+
> this plugins add an extra header to email to tracking email sent success or not. The custom header added in email is in format
35+
'x-cbxwpemaillogger-id: $log_id'
36+
3037
e.g.
3138

3239
1. Upload `cbxwpemaillogger` folder to the `/wp-content/plugins/` directory
@@ -38,13 +45,25 @@ e.g.
3845

3946
== Screenshots ==
4047

48+
Yet to add
4149

4250
== Changelog ==
51+
52+
= 1.0.2 =
53+
54+
* Added option panel
55+
* Delete X Days old logs from Log listing
56+
* Auto delete X Days old logs using wordpress native event schedule
57+
* Custom Setting panel
58+
* Delete custom options created by this plugin and email logs on uninstall(it's not deactivate, uninstall means delete plugin)
59+
4360
= 1.0.1 =
61+
4462
* View Email Log
4563
* View Email Template in Popup
4664
* View Email log template in single view display
4765
* Single click resend email
4866

4967
= 1.0.0 =
68+
5069
* First public release

0 commit comments

Comments
 (0)