Plugin Directory

Changeset 3407085


Ignore:
Timestamp:
12/01/2025 05:16:17 PM (3 months ago)
Author:
webbuilder143
Message:

1.1.0

  • Tested with WP 6.9
Location:
wb-mail-logger
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • wb-mail-logger/trunk/includes/class-wb-mail-logger.php

    r3380756 r3407085  
    7373            $this->version = WB_MAIL_LOGGER_VERSION;
    7474        } else {
    75             $this->version = '1.0.9';
     75            $this->version = '1.1.0';
    7676        }
    7777        $this->plugin_name = 'wb-mail-logger';
  • wb-mail-logger/trunk/readme.txt

    r3380756 r3407085  
    33Donate link: https://profiles.wordpress.org/webbuilder143/
    44Tags: email log, email, email catcher, save email, mailer
    5 Requires at least: 3.0.1
    6 Tested up to: 6.8
     5Requires at least: 3.5.0
     6Tested up to: 6.9
    77Requires PHP: 5.6
    8 Stable tag: 1.0.9
     8Stable tag: 1.1.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040
    4141== Changelog ==
     42
     43= 1.1.0 =
     44* Tested with WP 6.9
    4245
    4346= 1.0.9 =
     
    7679== Upgrade Notice ==
    7780
    78 = 1.0.9 =
    79 * [Fix] Resolved an issue where CC and BCC email addresses were not extracted from certain headers.
     81= 1.1.0 =
     82* Tested with WP 6.9
  • wb-mail-logger/trunk/wb-mail-logger.php

    r3380756 r3407085  
    1111 * Plugin URI:        https://wordpress.org/plugins/wb-mail-logger/
    1212 * Description:       Wb Mail Logger will help to capture all WP emails. So this will help to debug email related issues. And also use full to store a copy of all sent emails.
    13  * Version:           1.0.9
     13 * Version:           1.1.0
    1414 * Author:            Web Builder 143
    1515 * Author URI:        https://profiles.wordpress.org/webbuilder143/
     
    3030 * Rename this for your plugin and update it as you release new versions.
    3131 */
    32 define('WB_MAIL_LOGGER_VERSION', '1.0.9');
     32define('WB_MAIL_LOGGER_VERSION', '1.1.0');
    3333define('WB_MAIL_LOGGER_SETTINGS', 'WB_MAIL_LOGGER_SETTINGS');
    3434
Note: See TracChangeset for help on using the changeset viewer.