@@ -3,7 +3,7 @@ Contributors: codeboxr, manchumahara
3
3
Tags: email, log, email log, debug, email debug, email log
4
4
Requires at least: 3.0.1
5
5
Tested up to: 5.2.2
6
- Stable tag: 1.0.1
6
+ Stable tag: 1.0.2
7
7
License: GPLv2 or later
8
8
License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
9
@@ -13,20 +13,27 @@ This plugin helps to log email and displays in admin panel and more.
13
13
14
14
This plugin helps to log any email sent from wordpress.
15
15
16
- Main Features:
16
+ ** Main Features:**
17
17
18
18
* Logs every email sent
19
19
* Logs email send success or fail(Bullet proof way to detect email send or not)
20
20
* Delete all email logs or single
21
21
* View Email Log
22
22
* View Email Preview
23
23
* 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)
24
28
25
29
26
30
== Installation ==
27
31
28
32
This section describes how to install the plugin and get it working.
29
33
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
+
30
37
e.g.
31
38
32
39
1. Upload `cbxwpemaillogger` folder to the `/wp-content/plugins/` directory
38
45
39
46
== Screenshots ==
40
47
48
+ Yet to add
41
49
42
50
== 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
+
43
60
= 1.0.1 =
61
+
44
62
* View Email Log
45
63
* View Email Template in Popup
46
64
* View Email log template in single view display
47
65
* Single click resend email
48
66
49
67
= 1.0.0 =
68
+
50
69
* First public release
0 commit comments