Version Description
Download this release
Release Info
| Developer | No3x |
| Plugin | |
| Version | 1.4.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.4.0 to 1.4.1
- WPML_OptionsManager.php +1 -1
- inc/redux/options-init.php +1 -1
- readme.txt +5 -1
- wp-mail-logging.php +1 -1
WPML_OptionsManager.php
CHANGED
|
@@ -270,7 +270,7 @@ class WPML_OptionsManager {
|
|
| 270 |
if ( $wp_version >= 3.8 ) $pluginIcon = 'dashicons-email-alt';
|
| 271 |
|
| 272 |
$pluginNameSlug = $this->getPluginSlug();
|
| 273 |
-
$capability = $this->
|
| 274 |
|
| 275 |
//create new top-level menu
|
| 276 |
$wp_logging_list_page = add_menu_page(__('WP Mail Log', 'wpml'),
|
| 270 |
if ( $wp_version >= 3.8 ) $pluginIcon = 'dashicons-email-alt';
|
| 271 |
|
| 272 |
$pluginNameSlug = $this->getPluginSlug();
|
| 273 |
+
$capability = $this->getSetting( 'can-see-submission-data', 'manage_options' );
|
| 274 |
|
| 275 |
//create new top-level menu
|
| 276 |
$wp_logging_list_page = add_menu_page(__('WP Mail Log', 'wpml'),
|
inc/redux/options-init.php
CHANGED
|
@@ -307,7 +307,7 @@ if (!class_exists('admin_folder_Redux_Framework_config')) {
|
|
| 307 |
'desc' => __('Delete mails older than days...', 'wpml'),
|
| 308 |
'default' => 30,
|
| 309 |
'min' => 1,
|
| 310 |
-
'step' =>
|
| 311 |
'max' => 400,
|
| 312 |
'display_value' => 'text'
|
| 313 |
),
|
| 307 |
'desc' => __('Delete mails older than days...', 'wpml'),
|
| 308 |
'default' => 30,
|
| 309 |
'min' => 1,
|
| 310 |
+
'step' => 7,
|
| 311 |
'max' => 400,
|
| 312 |
'display_value' => 'text'
|
| 313 |
),
|
readme.txt
CHANGED
|
@@ -6,7 +6,7 @@ License: GPLv3
|
|
| 6 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 7 |
Requires at least: 3.0
|
| 8 |
Tested up to: 4.0.1
|
| 9 |
-
Stable tag: 1.4.
|
| 10 |
|
| 11 |
Logs each email sent by WordPress.
|
| 12 |
|
|
@@ -45,6 +45,10 @@ The logged email has been sent by WordPress but please note this does NOT mean i
|
|
| 45 |
|
| 46 |
|
| 47 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
= 1.4.0, December 22, 2014 =
|
| 49 |
- New: Log Rotation
|
| 50 |
- New: Search
|
| 6 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 7 |
Requires at least: 3.0
|
| 8 |
Tested up to: 4.0.1
|
| 9 |
+
Stable tag: 1.4.1
|
| 10 |
|
| 11 |
Logs each email sent by WordPress.
|
| 12 |
|
| 45 |
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
+
= 1.4.1, March 28, 2015 =
|
| 49 |
+
- Fix: Restrict submission data works now.
|
| 50 |
+
- Fix: Granularity of cleanup by time slider changed to 7.
|
| 51 |
+
|
| 52 |
= 1.4.0, December 22, 2014 =
|
| 53 |
- New: Log Rotation
|
| 54 |
- New: Search
|
wp-mail-logging.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Plugin Name: WP Mail Logging
|
| 4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-mail-logging/
|
| 5 |
Support URI: https://github.com/No3x/wp-mail-logging/issues
|
| 6 |
-
Version: 1.4.
|
| 7 |
Author: Christian Zöller
|
| 8 |
Author URI: http://no3x.de/
|
| 9 |
Description: Logs each email sent by WordPress.
|
| 3 |
Plugin Name: WP Mail Logging
|
| 4 |
Plugin URI: http://wordpress.org/extend/plugins/wp-mail-logging/
|
| 5 |
Support URI: https://github.com/No3x/wp-mail-logging/issues
|
| 6 |
+
Version: 1.4.1
|
| 7 |
Author: Christian Zöller
|
| 8 |
Author URI: http://no3x.de/
|
| 9 |
Description: Logs each email sent by WordPress.
|
