Changeset 3027872
- Timestamp:
- 01/28/2024 05:03:37 PM (2 years ago)
- Location:
- email-log/trunk
- Files:
-
- 5 edited
-
email-log.php (modified) (1 diff)
-
include/Core/EmailLog.php (modified) (1 diff)
-
include/Core/Request/NonceChecker.php (modified) (1 diff)
-
languages/email-log.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email-log/trunk/email-log.php
r2625451 r3027872 6 6 * Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me 7 7 * Author: Sudar 8 * Version: 2.4. 88 * Version: 2.4.9 9 9 * Author URI: http://sudarmuthu.com/ 10 10 * Text Domain: email-log -
email-log/trunk/include/Core/EmailLog.php
r2625451 r3027872 18 18 * @var string 19 19 */ 20 const VERSION = '2.4. 8';20 const VERSION = '2.4.9'; 21 21 22 22 /** -
email-log/trunk/include/Core/Request/NonceChecker.php
r2396460 r3027872 38 38 if ( isset( $_POST['el-action'] ) ) { 39 39 $action = sanitize_text_field( $_POST['el-action'] ); 40 41 $allowed_actions = [ 42 'el-download-system-info', 43 'el_license_activate', 44 'el_license_deactivate', 45 'el_bundle_license_activate', 46 'el_bundle_license_deactivate', 47 'el-log-list-export', 48 'el-log-list-export-all', 49 'el-export-logs-with-columns' 50 ]; 51 52 if ( ! in_array( $action, $allowed_actions ) ) { 53 return; 54 } 40 55 41 56 if ( ! isset( $_POST[ $action . '_nonce' ] ) ) { -
email-log/trunk/languages/email-log.pot
r2625451 r3027872 1 # Copyright (C) 202 1Sudar1 # Copyright (C) 2024 Sudar 2 2 # This file is distributed under the same license as the Email Log package. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Email Log 2.4. 8\n"5 "Project-Id-Version: Email Log 2.4.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-log\n" 7 "POT-Creation-Date: 202 1-11-06 15:36:21+00:00\n"7 "POT-Creation-Date: 2024-01-28 17:02:20+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 202 1-MO-DA HO:MI+ZONE\n"11 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 13 "Language-Team: LANGUAGE <LL@li.org>\n" -
email-log/trunk/readme.txt
r2857812 r3027872 4 4 Requires PHP: 5.6 5 5 Requires at least: 4.0 6 Tested up to: 6. 17 Stable tag: 2.4. 86 Tested up to: 6.4.2 7 Stable tag: 2.4.9 8 8 9 9 Log and view all outgoing emails from WordPress. Very useful if you have to debug email related problems or have to store sent emails for auditing. … … 133 133 This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins. 134 134 == Changelog == 135 136 = v2.4.9 – (In Dev) = 137 - Tweak: Explicitly check the action name and only allow actions based on an allow list. 135 138 136 139 = v2.4.8 – (2021-11-06) =
Note: See TracChangeset
for help on using the changeset viewer.