Changeset 3262220
- Timestamp:
- 03/26/2025 01:23:48 PM (10 months ago)
- Location:
- mailster-amazonses
- Files:
-
- 4 added
- 7 deleted
- 8 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/banner.png (deleted)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/icon.png (deleted)
-
assets/screenshot-1.png (deleted)
-
tags/2.15.0 (copied) (copied from mailster-amazonses/trunk)
-
tags/2.15.0/README.md (deleted)
-
tags/2.15.0/classes/amazonses.class.php (modified) (1 diff)
-
tags/2.15.0/mailster-amazonses.php (modified) (2 diffs)
-
tags/2.15.0/package.json (added)
-
tags/2.15.0/readme.txt (added)
-
tags/2.15.0/views (deleted)
-
trunk/README.md (deleted)
-
trunk/classes/amazonses.class.php (modified) (1 diff)
-
trunk/mailster-amazonses.php (modified) (2 diffs)
-
trunk/package.json (added)
-
trunk/readme.txt (added)
-
trunk/views (deleted)
Legend:
- Unmodified
- Added
- Removed
-
mailster-amazonses/tags/2.15.0/classes/amazonses.class.php
r3093166 r3262220 120 120 } else { 121 121 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 ) { 124 123 $mailobject->add_header( 'Return-Path', '<' . trim( $mailobject->bouncemail ) . '>' ); 125 124 } -
mailster-amazonses/tags/2.15.0/mailster-amazonses.php
r3093166 r3262220 5 5 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=AmazonSES 6 6 Description: Uses Amazon's Simple Email Service (SES) to deliver emails for the Mailster Newsletter Plugin for WordPress. 7 Version: 2.1 4.07 Version: 2.15.0 8 8 Author: EverPress 9 9 Author URI: https://mailster.co … … 13 13 14 14 15 define( 'MAILSTER_AMAZONSES_VERSION', '2.1 4.0' );15 define( 'MAILSTER_AMAZONSES_VERSION', '2.15.0' ); 16 16 define( 'MAILSTER_AMAZONSES_REQUIRED_VERSION', '4.0' ); 17 17 define( 'MAILSTER_AMAZONSES_FILE', __FILE__ ); -
mailster-amazonses/trunk/classes/amazonses.class.php
r3093166 r3262220 120 120 } else { 121 121 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 ) { 124 123 $mailobject->add_header( 'Return-Path', '<' . trim( $mailobject->bouncemail ) . '>' ); 125 124 } -
mailster-amazonses/trunk/mailster-amazonses.php
r3093166 r3262220 5 5 Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=AmazonSES 6 6 Description: Uses Amazon's Simple Email Service (SES) to deliver emails for the Mailster Newsletter Plugin for WordPress. 7 Version: 2.1 4.07 Version: 2.15.0 8 8 Author: EverPress 9 9 Author URI: https://mailster.co … … 13 13 14 14 15 define( 'MAILSTER_AMAZONSES_VERSION', '2.1 4.0' );15 define( 'MAILSTER_AMAZONSES_VERSION', '2.15.0' ); 16 16 define( 'MAILSTER_AMAZONSES_REQUIRED_VERSION', '4.0' ); 17 17 define( 'MAILSTER_AMAZONSES_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.