Email Log - Version 1.7.2

Version Description

Fix the bug that was introduced in v1.7

Download this release

Release Info

Developer sudar
Plugin Icon 128x128 Email Log
Version 1.7.2
Comparing to
See all releases

Code changes from version 1.7.1 to 1.7.2

Files changed (4) hide show
  1. email-log.php +10 -1
  2. include/install.php +1 -1
  3. languages/email-log.pot +20 -20
  4. readme.txt +8 -2
email-log.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://sudarmuthu.com/wordpress/email-log
5
  Description: Logs every email sent through WordPress
6
  Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
7
  Author: Sudar
8
- Version: 1.7.1
9
  Author URI: http://sudarmuthu.com/
10
  Text Domain: email-log
11
  Domain Path: languages/
@@ -30,6 +30,15 @@ Check readme file for full release notes
30
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
  */
32
 
 
 
 
 
 
 
 
 
 
33
  // handle installation and table creation
34
  require_once dirname( __FILE__ ) . '/include/install.php';
35
 
5
  Description: Logs every email sent through WordPress
6
  Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
7
  Author: Sudar
8
+ Version: 1.7.2
9
  Author URI: http://sudarmuthu.com/
10
  Text Domain: email-log
11
  Domain Path: languages/
30
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
31
  */
32
 
33
+ /**
34
+ * Plugin Root File
35
+ *
36
+ * @since 1.7.2
37
+ */
38
+ if ( ! defined( 'EMAIL_LOG_PLUGIN_FILE' ) ) {
39
+ define( 'EMAIL_LOG_PLUGIN_FILE', __FILE__ );
40
+ }
41
+
42
  // handle installation and table creation
43
  require_once dirname( __FILE__ ) . '/include/install.php';
44
 
include/install.php CHANGED
@@ -116,7 +116,7 @@ class Email_Log_Init {
116
  }
117
 
118
  // When the Plugin installed
119
- register_activation_hook( __FILE__, array( 'Email_Log_Init', 'on_activate' ) );
120
 
121
  // when a new blog is created in multisite
122
  add_action( 'wpmu_new_blog', array( 'Email_Log_Init', 'on_create_blog' ), 10, 6 );
116
  }
117
 
118
  // When the Plugin installed
119
+ register_activation_hook( EMAIL_LOG_PLUGIN_FILE, array( 'Email_Log_Init', 'on_activate' ) );
120
 
121
  // when a new blog is created in multisite
122
  add_action( 'wpmu_new_blog', array( 'Email_Log_Init', 'on_create_blog' ), 10, 6 );
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.7.1\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/email-log\n"
7
- "POT-Creation-Date: 2014-04-02 09:23:41+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,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:91
16
  msgid "Buy Addons"
17
  msgstr ""
18
 
19
- #. #-#-#-#-# email-log.pot (Email Log 1.7.1) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
- #: email-log.php:101
22
  msgid "Email Log"
23
  msgstr ""
24
 
25
- #: email-log.php:114
26
  msgid "Email Logs"
27
  msgstr ""
28
 
29
- #: email-log.php:120
30
  msgid "1 email log deleted."
31
  msgid_plural "%s email logs deleted"
32
  msgstr[0] ""
33
  msgstr[1] ""
34
 
35
- #: email-log.php:122
36
  msgid "There was some problem in deleting the email logs"
37
  msgstr ""
38
 
39
- #: email-log.php:130
40
  msgid "Search Logs"
41
  msgstr ""
42
 
43
- #: email-log.php:163 tmp_addon/email-log-forward-email.php:152
44
  msgid "About Plugin"
45
  msgstr ""
46
 
47
- #: email-log.php:165 tmp_addon/email-log-forward-email.php:154
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:172 tmp_addon/email-log-forward-email.php:162
54
  msgid "More information"
55
  msgstr ""
56
 
57
- #: email-log.php:173 tmp_addon/email-log-forward-email.php:163
58
  msgid "Plugin Homepage/support"
59
  msgstr ""
60
 
61
- #: email-log.php:174 tmp_addon/email-log-forward-email.php:164
62
  msgid "Plugin author's blog"
63
  msgstr ""
64
 
65
- #: email-log.php:175 tmp_addon/email-log-forward-email.php:165
66
  msgid "Other Plugin's by Author"
67
  msgstr ""
68
 
69
- #: email-log.php:182
70
  msgid "Entries per page"
71
  msgstr ""
72
 
73
- #: email-log.php:287
74
  msgid "Log"
75
  msgstr ""
76
 
77
- #: email-log.php:297
78
  msgid "plugin"
79
  msgstr ""
80
 
81
- #: email-log.php:297
82
  msgid "Version"
83
  msgstr ""
84
 
85
- #: email-log.php:297
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.7.2\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/email-log\n"
7
+ "POT-Creation-Date: 2014-04-16 14:54:06+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:100
16
  msgid "Buy Addons"
17
  msgstr ""
18
 
19
+ #. #-#-#-#-# email-log.pot (Email Log 1.7.2) #-#-#-#-#
20
  #. Plugin Name of the plugin/theme
21
+ #: email-log.php:110
22
  msgid "Email Log"
23
  msgstr ""
24
 
25
+ #: email-log.php:123
26
  msgid "Email Logs"
27
  msgstr ""
28
 
29
+ #: email-log.php:129
30
  msgid "1 email log deleted."
31
  msgid_plural "%s email logs deleted"
32
  msgstr[0] ""
33
  msgstr[1] ""
34
 
35
+ #: email-log.php:131
36
  msgid "There was some problem in deleting the email logs"
37
  msgstr ""
38
 
39
+ #: email-log.php:139
40
  msgid "Search Logs"
41
  msgstr ""
42
 
43
+ #: email-log.php:172 tmp_addon/email-log-forward-email.php:152
44
  msgid "About Plugin"
45
  msgstr ""
46
 
47
+ #: email-log.php:174 tmp_addon/email-log-forward-email.php:154
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:181 tmp_addon/email-log-forward-email.php:162
54
  msgid "More information"
55
  msgstr ""
56
 
57
+ #: email-log.php:182 tmp_addon/email-log-forward-email.php:163
58
  msgid "Plugin Homepage/support"
59
  msgstr ""
60
 
61
+ #: email-log.php:183 tmp_addon/email-log-forward-email.php:164
62
  msgid "Plugin author's blog"
63
  msgstr ""
64
 
65
+ #: email-log.php:184 tmp_addon/email-log-forward-email.php:165
66
  msgid "Other Plugin's by Author"
67
  msgstr ""
68
 
69
+ #: email-log.php:191
70
  msgid "Entries per page"
71
  msgstr ""
72
 
73
+ #: email-log.php:296
74
  msgid "Log"
75
  msgstr ""
76
 
77
+ #: email-log.php:306
78
  msgid "plugin"
79
  msgstr ""
80
 
81
+ #: email-log.php:306
82
  msgid "Version"
83
  msgstr ""
84
 
85
+ #: email-log.php:306
86
  msgid "by"
87
  msgstr ""
88
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: sudar
3
  Tags: email, wpmu, wordpress-mu, log
4
  Requires at least: 3.3
5
- Tested up to: 3.8.1
6
- Stable tag: 1.7.1
7
 
8
  Logs every email sent through WordPress. Works with WordPress Multisite as well
9
 
@@ -112,6 +112,9 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
112
  This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
113
  == Changelog ==
114
 
 
 
 
115
  = v1.7.1 (2014-04-02) - (Dev time: 0.5 hours) =
116
  - Fix: Fix the issue that was preventing the tables to be created
117
 
@@ -203,6 +206,9 @@ This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/
203
 
204
  == Upgrade Notice ==
205
 
 
 
 
206
  = 1.7.1 =
207
  Fix the bug that was introduced in v1.7
208
 
2
  Contributors: sudar
3
  Tags: email, wpmu, wordpress-mu, log
4
  Requires at least: 3.3
5
+ Tested up to: 3.8.3
6
+ Stable tag: 1.7.2
7
 
8
  Logs every email sent through WordPress. Works with WordPress Multisite as well
9
 
112
  This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
113
  == Changelog ==
114
 
115
+ = v1.7.2 (2014-04-16) - (Dev time: 0.5 hours) =
116
+ - Fix: Fix issue in register_activation_hook
117
+
118
  = v1.7.1 (2014-04-02) - (Dev time: 0.5 hours) =
119
  - Fix: Fix the issue that was preventing the tables to be created
120
 
206
 
207
  == Upgrade Notice ==
208
 
209
+ = 1.7.2 =
210
+ Fix the bug that was introduced in v1.7
211
+
212
  = 1.7.1 =
213
  Fix the bug that was introduced in v1.7
214