Plugin Directory

Changeset 3339789


Ignore:
Timestamp:
08/05/2025 04:55:25 PM (7 months ago)
Author:
webbuilder143
Message:

1.0.7

Location:
wb-mail-logger
Files:
27 added
3 edited

Legend:

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

    r3253532 r3339789  
    7373            $this->version = WB_MAIL_LOGGER_VERSION;
    7474        } else {
    75             $this->version = '1.0.6';
     75            $this->version = '1.0.7';
    7676        }
    7777        $this->plugin_name = 'wb-mail-logger';
  • wb-mail-logger/trunk/readme.txt

    r3253532 r3339789  
    44Tags: email log, email, email catcher, save email, mailer
    55Requires at least: 3.0.1
    6 Tested up to: 6.7
     6Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 1.0.6
     8Stable tag: 1.0.7
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 1.0.7 =
     44* Tested OK with WordPress 6.8
     45
    4346= 1.0.6 =
    4447* Tested OK with WordPress 6.7
     
    6770== Upgrade Notice ==
    6871
    69 = 1.0.6 =
    70 * Tested OK with WordPress 6.7
    71 * Resend option added.
     72= 1.0.7 =
     73* Tested OK with WordPress 6.8
  • wb-mail-logger/trunk/wb-mail-logger.php

    r3253532 r3339789  
    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.6
     13 * Version:           1.0.7
    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.6');
     32define('WB_MAIL_LOGGER_VERSION', '1.0.7');
    3333define('WB_MAIL_LOGGER_SETTINGS', 'WB_MAIL_LOGGER_SETTINGS');
    3434
Note: See TracChangeset for help on using the changeset viewer.