Plugin Directory

Changeset 2625451

Timestamp:
11/06/2021 03:36:53 PM (3 years ago)
Author:
sudar
Message:

Release v2.4.8

Location:
email-log/trunk
Files:
5 edited

Legend:

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

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

    r2613678 r2625451  
    1818     * @var string
    1919     */
    20     const VERSION = '2.4.7';
     20    const VERSION = '2.4.';
    2121
    2222    /**
  • email-log/trunk/include/Core/UI/ListTable/LogListTable.php

    r2396460 r2625451  
    357357        <p class="search-box">
    358358            <label class="screen-reader-text" for="<?php echo esc_attr( $input_id ); ?>"><?php echo $text; ?>:</label>
    359             <input type="search" id="<?php echo esc_attr( $input_date_id ); ?>" name="d" value="<?php echo $input_date_val; ?>" placeholder="<?php _e( 'Search by date', 'email-log' ); ?>" />
     359            <input type="search" id="<?php echo esc_attr( $input_date_id ); ?>" name="d" value="<?php echo ; ?>" placeholder="<?php _e( 'Search by date', 'email-log' ); ?>" />
    360360            <input type="search" id="<?php echo esc_attr( $input_text_id ); ?>" name="s" value="<?php _admin_search_query(); ?>" placeholder="<?php _e( 'Search by term', 'email-log' ); ?>" />
    361361            <?php submit_button( $text, '', '', false, array( 'id' => 'search-submit' ) ); ?>
  • email-log/trunk/languages/email-log.pot

    r2613678 r2625451  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Email Log 2.4.7\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-10-13 13:22:54+00:00\n"
     7"POT-Creation-Date: 2021-1+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
  • email-log/trunk/readme.txt

    r2613678 r2625451  
    55Requires at least: 4.0 
    66Tested up to: 5.8 
    7 Stable tag: 2.4.7 
     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.7 – (2021-10-13) =
Note: See TracChangeset for help on using the changeset viewer.