Changeset 3432684
- Timestamp:
- 01/05/2026 11:25:36 AM (3 months ago)
- File:
-
- 1 edited
-
check-email/tags/2.0.11/check-email.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
check-email/tags/2.0.11/check-email.php
r3432683 r3432684 4 4 * Description: Check & Log email allows you to test if your WordPress installation is sending emails correctly and logs every email. 5 5 * Author: checkemail 6 * Version: 2.0.1 06 * Version: 2.0.11 7 7 * Author URI: https://check-email.tech/ 8 8 * Plugin URI: https://check-email.tech/ … … 42 42 define( 'CK_MAIL_PATH', dirname( __FILE__ ) ); 43 43 define( 'CK_MAIL_URL', plugin_dir_url( __FILE__ ) ); 44 define( 'CK_MAIL_VERSION', '2.0.1 0' );44 define( 'CK_MAIL_VERSION', '2.0.11' ); 45 45 46 46 require_once(CK_MAIL_PATH. "/include/helper-function.php" );
Note: See TracChangeset
for help on using the changeset viewer.