Plugin Directory

Changeset 3432684


Ignore:
Timestamp:
01/05/2026 11:25:36 AM (3 months ago)
Author:
checkemail
Message:

2.0.11 Released

File:
1 edited

Legend:

Unmodified
Added
Removed
  • check-email/tags/2.0.11/check-email.php

    r3432683 r3432684  
    44* Description:              Check & Log email allows you to test if your WordPress installation is sending emails correctly and logs every email.
    55* Author:                   checkemail
    6 * Version:                  2.0.10
     6* Version:                  2.0.11
    77* Author URI:               https://check-email.tech/
    88* Plugin URI:               https://check-email.tech/
     
    4242define( 'CK_MAIL_PATH', dirname( __FILE__ ) );
    4343define( 'CK_MAIL_URL', plugin_dir_url( __FILE__ ) );
    44 define( 'CK_MAIL_VERSION', '2.0.10' );
     44define( 'CK_MAIL_VERSION', '2.0.11' );
    4545
    4646require_once(CK_MAIL_PATH. "/include/helper-function.php" );
Note: See TracChangeset for help on using the changeset viewer.