Plugin Directory

Changeset 3130863


Ignore:
Timestamp:
08/05/2024 07:46:48 AM (17 months ago)
Author:
capuderg
Message:

Easy WP SMTP v2.4.1

Location:
easy-wp-smtp
Files:
459 added
3 edited

Legend:

Unmodified
Added
Removed
  • easy-wp-smtp/trunk/easy-wp-smtp.php

    r3129216 r3130863  
    22/**
    33 * Plugin Name: Easy WP SMTP
    4  * Version: 2.4.0
     4 * Version: 2.4.1
    55 * Requires at least: 5.2
    66 * Requires PHP: 7.2
     
    1414
    1515if ( ! defined( 'EasyWPSMTP_PLUGIN_VERSION' ) ) {
    16     define( 'EasyWPSMTP_PLUGIN_VERSION', '2.4.0' );
     16    define( 'EasyWPSMTP_PLUGIN_VERSION', '2.4.1' );
    1717}
    1818if ( ! defined( 'EasyWPSMTP_PHP_VERSION' ) ) {
  • easy-wp-smtp/trunk/readme.txt

    r3129216 r3130863  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 2.4.0
     7Stable tag: 2.4.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    253253== Changelog ==
    254254
     255= 2.4.1 - 2024-08-05 =
     256* Fixed: the undefined array key `hide_email_alerts_banner`.
     257
    255258= 2.4.0 - 2024-08-01 =
    256259* Added: New SparkPost transactional mailer.
  • easy-wp-smtp/trunk/src/Admin/DashboardWidget.php

    r3129216 r3130863  
    648648            'hide_graph'                      => 0,
    649649            'hide_summary_report_email_block' => 0,
     650            'hide_email_alerts_banner'        => 0,
    650651        ];
    651652
Note: See TracChangeset for help on using the changeset viewer.