Email Log - Version 0.5

Version Description

Download this release

Release Info

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

Code changes from version 0.4 to 0.5

Files changed (2) hide show
  1. email-log.php +18 -2
  2. readme.txt +22 -4
email-log.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Email Log
4
  Plugin URI: http://sudarmuthu.com/wordpress/email-log
5
  Description: Logs every email sent through WordPress. Compatiable with WPMU too.
6
  Author: Sudar
7
- Version: 0.4
8
  Author URI: http://sudarmuthu.com/
9
  Text Domain: email-log
10
 
@@ -13,6 +13,22 @@ Text Domain: email-log
13
  2009-10-15 - v0.2 - Added compatability for MySQL 4
14
  2009-10-19 - v0.3 - Added compatability for MySQL 4 (Thanks Frank)
15
  2010-01-02 - v0.4 - Added german translation (Thanks Frank)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  */
17
 
18
  global $wpdb;
@@ -58,7 +74,7 @@ class EmailLog {
58
  * Register the settings page
59
  */
60
  function register_settings_page() {
61
- add_options_page( __('Email Log', 'email-log'), __('Email Log', 'email-log'), 8, 'email-log', array(&$this, 'settings_page') );
62
  }
63
 
64
  /**
4
  Plugin URI: http://sudarmuthu.com/wordpress/email-log
5
  Description: Logs every email sent through WordPress. Compatiable with WPMU too.
6
  Author: Sudar
7
+ Version: 0.5
8
  Author URI: http://sudarmuthu.com/
9
  Text Domain: email-log
10
 
13
  2009-10-15 - v0.2 - Added compatability for MySQL 4
14
  2009-10-19 - v0.3 - Added compatability for MySQL 4 (Thanks Frank)
15
  2010-01-02 - v0.4 - Added german translation (Thanks Frank)
16
+ 2012-01-01 - v0.5 - Fixed a deprecation notice
17
+ */
18
+ /* Copyright 2009 Sudar Muthu (email : sudar@sudarmuthu.com)
19
+
20
+ This program is free software; you can redistribute it and/or modify
21
+ it under the terms of the GNU General Public License, version 2, as
22
+ published by the Free Software Foundation.
23
+
24
+ This program is distributed in the hope that it will be useful,
25
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
26
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27
+ GNU General Public License for more details.
28
+
29
+ You should have received a copy of the GNU General Public License
30
+ along with this program; if not, write to the Free Software
31
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
32
  */
33
 
34
  global $wpdb;
74
  * Register the settings page
75
  */
76
  function register_settings_page() {
77
+ add_options_page( __('Email Log', 'email-log'), __('Email Log', 'email-log'), 'manage_options', 'email-log', array(&$this, 'settings_page') );
78
  }
79
 
80
  /**
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: sudar
3
  Tags: email, wpmu, wordpress-mu, log
4
  Requires at least: 2.8
5
- Tested up to: 2.9
6
- Stable tag: 0.4
7
 
8
  Logs every email sent through WordPress. Compatiable with WPMU too.
9
 
@@ -33,9 +33,23 @@ The pot file is available with the Plugin. If you are willing to do translation
33
 
34
  ### Support
35
 
36
- Support for the Plugin is available from the [Plugin's home page][1]. If you have any questions or suggestions, do leave a comment there.
 
 
 
 
 
 
 
 
 
 
37
 
38
  [1]: http://sudarmuthu.com/wordpress/email-log
 
 
 
 
39
 
40
  == Installation ==
41
 
@@ -49,7 +63,7 @@ Extract the zip file and drop the contents in the wp-content/plugins/ directory
49
  == Screenshots ==
50
  1. The following screenshot shows how the logged emails will be displayed
51
 
52
- 2.�This screenshot shows how the email logs could be filtered or sorted.
53
 
54
  3. This one shows how the email logs could be deleted
55
 
@@ -71,6 +85,10 @@ Extract the zip file and drop the contents in the wp-content/plugins/ directory
71
 
72
  * Added german translation (Thanks Frank)
73
 
 
 
 
 
74
  ==Readme Generator==
75
 
76
  This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
2
  Contributors: sudar
3
  Tags: email, wpmu, wordpress-mu, log
4
  Requires at least: 2.8
5
+ Tested up to: 3.3
6
+ Stable tag: 0.5
7
 
8
  Logs every email sent through WordPress. Compatiable with WPMU too.
9
 
33
 
34
  ### Support
35
 
36
+ Support for the Plugin is available from the [Plugin's home page][1]. If you have any questions or suggestions, do leave a comment there or contact me in [twitter][2].
37
+
38
+ ### Stay updated
39
+
40
+ I would be posting updates about this Plugin in my [blog][3] and in [Twitter][2]. If you want to be informed when new version of this Plugin is released, then you can either subscribe to this [blog's RSS feed][4] or [follow me in Twitter][2].
41
+
42
+ ### Links
43
+
44
+ * [Plugin home page][1]
45
+ * [Author's Blog][3]
46
+ * [Other Plugins by the author][5]
47
 
48
  [1]: http://sudarmuthu.com/wordpress/email-log
49
+ [2]: http://twitter.com/sudarmuthu
50
+ [3]: http://sudarmuthu.com/blog
51
+ [4]: http://sudarmuthu.com/feed
52
+ [5]: http://sudarmuthu.com/wordpress
53
 
54
  == Installation ==
55
 
63
  == Screenshots ==
64
  1. The following screenshot shows how the logged emails will be displayed
65
 
66
+ 2.�This screenshot shows how the email logs could be filtered or sorted.
67
 
68
  3. This one shows how the email logs could be deleted
69
 
85
 
86
  * Added german translation (Thanks Frank)
87
 
88
+ ###v0.5 (2012-01-01)
89
+
90
+ * Fixed a deprecation notice
91
+
92
  ==Readme Generator==
93
 
94
  This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.