Releases: deliciousbrains/wp-offload-ses-lite
Releases · deliciousbrains/wp-offload-ses-lite
1.7.1
- Security: The plugin now uses its own update mechanism from WP Engine servers
- New: Amazon SES regions Asia Pacific (Jakarta), Asia Pacific (Osaka), and Israel (Tel Aviv) are now selectable
- New: AWS PHP SDK has been updated to v3.319.4
- New: PHP and JS dependencies have been updated
1.6.8
1.6.7
Fixed
- Security: Unserializing an object related to plugin settings now passes
'allowed_classes' => false
to avoid instantiating the complete object and potentially running malicious code - Security: Processing of the email queue now restricts the type of data allowed to ensure stored queue items meet requirements
1.6.6
Added
- WordPress 6.3 compatible
- PHP 8.2 compatible
- AWS PHP SDK has been updated to v3.279.0
- Links to plugin documentation, support, feedback, and changelog are now available in the footer of WP Admin
- Returning an empty array from the 'wp_mail' filter will stop the email from being queued and sent
- Delete from logs after 1 day and 3 days options added
Fixed
- "Warning: is_readable(): open_basedir restriction in effect. File(~/.aws/config) is not within the allowed path(s)" is no longer logged to debug.log
- Settings sub-menu in a multisite subsite no longer wraps incorrectly
- Settings tooltips are now displayed in their correct position
1.6.5
1.6.4
1.6.4 - 2023-05-18
- Bug fix: WP Offload SES now works with PHP 8.2
- Security: Updated AWS SDK to address a vulnerability in
guzzlehttp/psr7
as reported in CVE-2023-29197
1.6.3
1.6.3 - 2023-04-12
- Bug fix: WP Offload SES is once again compatible with sites using PHP 7 and WordPress 5.3–5.8
1.6.2
Improvement
- Instructions for creating an IAM user on AWS are now up to date
1.6.1
1.6.0
Added
- Maximum message size has been increased from 10 MB to 40 MB
- Amazon SES API has been updated from v1 to v2
- PHP 7.2 or later required
- WordPress 5.3 or later required
- WordPress 6.1 compatible
- WP_Queue has been updated to v2.0
- AWS PHP SDK has been updated to v3.258.3
Fixed
- Spelling corrected
- Invalid Content-Type headers no longer stop emails from being sent