Plugin Directory

Changeset 3262220


Ignore:
Timestamp:
03/26/2025 01:23:48 PM (10 months ago)
Author:
everpress
Message:

Update to version 2.15.0 from GitHub

Location:
mailster-amazonses
Files:
4 added
7 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mailster-amazonses/tags/2.15.0/classes/amazonses.class.php

    r3093166 r3262220  
    120120        } else {
    121121
    122             // add bounce address only if PHPMailer is > 5.2.7
    123             if ( $mailobject->bouncemail && version_compare( $mailobject->mailer->Version, '5.2.7', '>' ) ) {
     122            if ( $mailobject->bouncemail ) {
    124123                $mailobject->add_header( 'Return-Path', '<' . trim( $mailobject->bouncemail ) . '>' );
    125124            }
  • mailster-amazonses/tags/2.15.0/mailster-amazonses.php

    r3093166 r3262220  
    55Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=AmazonSES
    66Description: Uses Amazon's Simple Email Service (SES) to deliver emails for the Mailster Newsletter Plugin for WordPress.
    7 Version: 2.14.0
     7Version: 2.15.0
    88Author: EverPress
    99Author URI: https://mailster.co
     
    1313
    1414
    15 define( 'MAILSTER_AMAZONSES_VERSION', '2.14.0' );
     15define( 'MAILSTER_AMAZONSES_VERSION', '2.15.0' );
    1616define( 'MAILSTER_AMAZONSES_REQUIRED_VERSION', '4.0' );
    1717define( 'MAILSTER_AMAZONSES_FILE', __FILE__ );
  • mailster-amazonses/trunk/classes/amazonses.class.php

    r3093166 r3262220  
    120120        } else {
    121121
    122             // add bounce address only if PHPMailer is > 5.2.7
    123             if ( $mailobject->bouncemail && version_compare( $mailobject->mailer->Version, '5.2.7', '>' ) ) {
     122            if ( $mailobject->bouncemail ) {
    124123                $mailobject->add_header( 'Return-Path', '<' . trim( $mailobject->bouncemail ) . '>' );
    125124            }
  • mailster-amazonses/trunk/mailster-amazonses.php

    r3093166 r3262220  
    55Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=AmazonSES
    66Description: Uses Amazon's Simple Email Service (SES) to deliver emails for the Mailster Newsletter Plugin for WordPress.
    7 Version: 2.14.0
     7Version: 2.15.0
    88Author: EverPress
    99Author URI: https://mailster.co
     
    1313
    1414
    15 define( 'MAILSTER_AMAZONSES_VERSION', '2.14.0' );
     15define( 'MAILSTER_AMAZONSES_VERSION', '2.15.0' );
    1616define( 'MAILSTER_AMAZONSES_REQUIRED_VERSION', '4.0' );
    1717define( 'MAILSTER_AMAZONSES_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.