Plugin Directory

Changeset 3027872

Timestamp:
01/28/2024 05:03:37 PM (6 months ago)
Author:
sudar
Message:

Release v2.4.9

Location:
email-log/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • email-log/trunk/email-log.php

    r2625451 r3027872  
    66 * Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me
    77 * Author: Sudar
    8  * Version: 2.4.8
     8 * Version: 2.4.
    99 * Author URI: http://sudarmuthu.com/
    1010 * Text Domain: email-log
  • email-log/trunk/include/Core/EmailLog.php

    r2625451 r3027872  
    1818     * @var string
    1919     */
    20     const VERSION = '2.4.8';
     20    const VERSION = '2.4.';
    2121
    2222    /**
  • email-log/trunk/include/Core/Request/NonceChecker.php

    r2396460 r3027872  
    3838        if ( isset( $_POST['el-action'] ) ) {
    3939            $action = sanitize_text_field( $_POST['el-action'] );
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
    4055
    4156            if ( ! isset( $_POST[ $action . '_nonce' ] ) ) {
  • email-log/trunk/languages/email-log.pot

    r2625451 r3027872  
    1 # Copyright (C) 2021 Sudar
     1# Copyright (C) 202 Sudar
    22# This file is distributed under the same license as the Email Log package.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Email Log 2.4.8\n"
     5"Project-Id-Version: Email Log 2.4.\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/email-log\n"
    7 "POT-Creation-Date: 2021-11-06 15:36:21+00:00\n"
     7"POT-Creation-Date: 202+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
     11"PO-Revision-Date: 202-MO-DA HO:MI+ZONE\n"
    1212"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
  • email-log/trunk/readme.txt

    r2857812 r3027872  
    44Requires PHP: 5.6 
    55Requires at least: 4.0 
    6 Tested up to: 6.1 
    7 Stable tag: 2.4.8 
     6Tested up to: 6. 
     7Stable tag: 2.4. 
    88
    99Log 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.
     
    133133This Readme file was generated using <a href = 'http://sudarmuthu.com/wordpress/wp-readme'>wp-readme</a>, which generates readme files for WordPress Plugins.
    134134== Changelog ==
     135
     136
     137
    135138
    136139= v2.4.8 – (2021-11-06) =
Note: See TracChangeset for help on using the changeset viewer.