Version Description
= 0.9.2 = Added filters for more customizing
= 1.0 = Added support for buying pro addons
= 1.5 = Rewrote Admin interface using native tables
Download this release
Release Info
Developer | sudar |
Plugin | Email Log |
Version | 1.5.1 |
Comparing to | |
See all releases |
Code changes from version 1.5 to 1.5.1
- email-log.php +7 -3
- languages/email-log.pot +20 -20
- readme.txt +8 -5
- screenshot-1.png +0 -0
- screenshot-2.png +0 -0
email-log.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://sudarmuthu.com/wordpress/email-log
|
|
5 |
Description: Logs every email sent through WordPress. Compatible with WPMU too.
|
6 |
Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
|
7 |
Author: Sudar
|
8 |
-
Version: 1.5
|
9 |
Author URI: http://sudarmuthu.com/
|
10 |
Text Domain: email-log
|
11 |
Domain Path: languages/
|
@@ -44,6 +44,10 @@ Domain Path: languages/
|
|
44 |
- Added more documentation
|
45 |
2013-09-09 - v1.5 - (Dev time: 10 hours)
|
46 |
- Rewrote Admin interface using native tables
|
|
|
|
|
|
|
|
|
47 |
*/
|
48 |
/* Copyright 2009 Sudar Muthu (email : sudar@sudarmuthu.com)
|
49 |
|
@@ -137,7 +141,7 @@ class EmailLog {
|
|
137 |
<?php screen_icon(); ?>
|
138 |
<h2><?php _e('Email Logs', 'email-log');?></h2>
|
139 |
<?php
|
140 |
-
if ( $this->logs_deleted != '' ) {
|
141 |
$logs_deleted = intval( $this->logs_deleted );
|
142 |
|
143 |
if ( $logs_deleted > 0 ) {
|
@@ -336,7 +340,7 @@ class EmailLogInit {
|
|
336 |
PRIMARY KEY (id)
|
337 |
);";
|
338 |
|
339 |
-
require_once( ABSPATH . 'wp-admin/upgrade.php' );
|
340 |
dbDelta($sql);
|
341 |
|
342 |
add_option(EmailLog::DB_OPTION_NAME, EmailLog::DB_VERSION);
|
5 |
Description: Logs every email sent through WordPress. Compatible with WPMU too.
|
6 |
Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
|
7 |
Author: Sudar
|
8 |
+
Version: 1.5.1
|
9 |
Author URI: http://sudarmuthu.com/
|
10 |
Text Domain: email-log
|
11 |
Domain Path: languages/
|
44 |
- Added more documentation
|
45 |
2013-09-09 - v1.5 - (Dev time: 10 hours)
|
46 |
- Rewrote Admin interface using native tables
|
47 |
+
2013-09-09 - v1.5.1 - (Dev time: 0.5 hours)
|
48 |
+
- Correct the upgrade file include path. Issue #7
|
49 |
+
- Fix undfined notice error. Issue #8
|
50 |
+
- Update screenshots. Issue #6
|
51 |
*/
|
52 |
/* Copyright 2009 Sudar Muthu (email : sudar@sudarmuthu.com)
|
53 |
|
141 |
<?php screen_icon(); ?>
|
142 |
<h2><?php _e('Email Logs', 'email-log');?></h2>
|
143 |
<?php
|
144 |
+
if ( isset( $this->logs_deleted ) && $this->logs_deleted != '' ) {
|
145 |
$logs_deleted = intval( $this->logs_deleted );
|
146 |
|
147 |
if ( $logs_deleted > 0 ) {
|
340 |
PRIMARY KEY (id)
|
341 |
);";
|
342 |
|
343 |
+
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
344 |
dbDelta($sql);
|
345 |
|
346 |
add_option(EmailLog::DB_OPTION_NAME, EmailLog::DB_VERSION);
|
languages/email-log.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Email Log package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Email Log 1.5\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/email-log\n"
|
7 |
-
"POT-Creation-Date: 2013-09-09
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -12,77 +12,77 @@ msgstr ""
|
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
-
#: email-log.php:
|
16 |
msgid "Buy Addons"
|
17 |
msgstr ""
|
18 |
|
19 |
-
#. #-#-#-#-# email-log.pot (Email Log 1.5) #-#-#-#-#
|
20 |
#. Plugin Name of the plugin/theme
|
21 |
-
#: email-log.php:
|
22 |
msgid "Email Log"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: email-log.php:
|
26 |
msgid "Email Logs"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: email-log.php:
|
30 |
msgid "1 email log deleted."
|
31 |
msgid_plural "%s email logs deleted"
|
32 |
msgstr[0] ""
|
33 |
msgstr[1] ""
|
34 |
|
35 |
-
#: email-log.php:
|
36 |
msgid "There was some problem in deleting the email logs"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: email-log.php:
|
40 |
msgid "Search Logs"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: email-log.php:
|
44 |
msgid "About Plugin"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: email-log.php:
|
48 |
msgid ""
|
49 |
"Email Log WordPress Plugin, allows you to log all emails that are sent "
|
50 |
"through WordPress."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: email-log.php:
|
54 |
msgid "More information"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: email-log.php:
|
58 |
msgid "Plugin Homepage/support"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: email-log.php:
|
62 |
msgid "Plugin author's blog"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: email-log.php:
|
66 |
msgid "Other Plugin's by Author"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: email-log.php:
|
70 |
msgid "Entries per page"
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: email-log.php:
|
74 |
msgid "Log"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: email-log.php:
|
78 |
msgid "plugin"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: email-log.php:
|
82 |
msgid "Version"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: email-log.php:
|
86 |
msgid "by"
|
87 |
msgstr ""
|
88 |
|
2 |
# This file is distributed under the same license as the Email Log package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Email Log 1.5.1\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/email-log\n"
|
7 |
+
"POT-Creation-Date: 2013-09-09 06:55:00+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
15 |
+
#: email-log.php:118
|
16 |
msgid "Buy Addons"
|
17 |
msgstr ""
|
18 |
|
19 |
+
#. #-#-#-#-# email-log.pot (Email Log 1.5.1) #-#-#-#-#
|
20 |
#. Plugin Name of the plugin/theme
|
21 |
+
#: email-log.php:128
|
22 |
msgid "Email Log"
|
23 |
msgstr ""
|
24 |
|
25 |
+
#: email-log.php:142
|
26 |
msgid "Email Logs"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: email-log.php:148
|
30 |
msgid "1 email log deleted."
|
31 |
msgid_plural "%s email logs deleted"
|
32 |
msgstr[0] ""
|
33 |
msgstr[1] ""
|
34 |
|
35 |
+
#: email-log.php:150
|
36 |
msgid "There was some problem in deleting the email logs"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: email-log.php:158
|
40 |
msgid "Search Logs"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: email-log.php:191
|
44 |
msgid "About Plugin"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: email-log.php:193
|
48 |
msgid ""
|
49 |
"Email Log WordPress Plugin, allows you to log all emails that are sent "
|
50 |
"through WordPress."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: email-log.php:200
|
54 |
msgid "More information"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: email-log.php:201
|
58 |
msgid "Plugin Homepage/support"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: email-log.php:202
|
62 |
msgid "Plugin author's blog"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: email-log.php:203
|
66 |
msgid "Other Plugin's by Author"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: email-log.php:210
|
70 |
msgid "Entries per page"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: email-log.php:259
|
74 |
msgid "Log"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: email-log.php:269
|
78 |
msgid "plugin"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: email-log.php:269
|
82 |
msgid "Version"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: email-log.php:269
|
86 |
msgid "by"
|
87 |
msgstr ""
|
88 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: sudar
|
|
3 |
Tags: email, wpmu, wordpress-mu, log
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.6
|
6 |
-
Stable tag: 1.5
|
7 |
|
8 |
Logs every email sent through WordPress. Compatible with WPMU too.
|
9 |
|
@@ -89,11 +89,9 @@ Extract the zip file and drop the contents in the wp-content/plugins/ directory
|
|
89 |
|
90 |
== Screenshots ==
|
91 |
|
92 |
-
1. The
|
93 |
|
94 |
-
2. This screenshot shows how the email
|
95 |
-
|
96 |
-
3. This one shows how the email logs could be deleted
|
97 |
|
98 |
== Changelog ==
|
99 |
|
@@ -151,6 +149,11 @@ Extract the zip file and drop the contents in the wp-content/plugins/ directory
|
|
151 |
= v1.5 (2013-09-09) - (Dev time: 10 hours) =
|
152 |
* Rewrote Admin interface using native tables
|
153 |
|
|
|
|
|
|
|
|
|
|
|
154 |
== Upgrade Notice ==
|
155 |
|
156 |
= 0.9.2 =
|
3 |
Tags: email, wpmu, wordpress-mu, log
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.6
|
6 |
+
Stable tag: 1.5.1
|
7 |
|
8 |
Logs every email sent through WordPress. Compatible with WPMU too.
|
9 |
|
89 |
|
90 |
== Screenshots ==
|
91 |
|
92 |
+
1. The above screenshot shows how the logged emails will be displayed by the Plugin
|
93 |
|
94 |
+
2. This screenshot shows how you can configure the email display screen. You can choose the fields and the number of emails per page.
|
|
|
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
149 |
= v1.5 (2013-09-09) - (Dev time: 10 hours) =
|
150 |
* Rewrote Admin interface using native tables
|
151 |
|
152 |
+
= v1.5.1 (2013-09-09) - (Dev time: 0.5 hours) =
|
153 |
+
- Correct the upgrade file include path. Issue #7
|
154 |
+
- Fix undfined notice error. Issue #8
|
155 |
+
- Update screenshots. Issue #6
|
156 |
+
|
157 |
== Upgrade Notice ==
|
158 |
|
159 |
= 0.9.2 =
|
screenshot-1.png
CHANGED
Binary file
|
screenshot-2.png
CHANGED
Binary file
|