Skip to content

Releases: deliciousbrains/wp-offload-ses-lite

1.6.8

09 Feb 11:29
25b8d47
Compare
Choose a tag to compare

Fixed

  • Using the WPOSES_SETTINGS define no longer causes a fatal error

1.6.7

08 Feb 19:07
ce056fd
Compare
Choose a tag to compare

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

24 Aug 11:08
f8b810c
Compare
Choose a tag to compare

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

05 Jun 08:20
Compare
Choose a tag to compare

Fixed

  • Apostrophes in email addresses no longer prevent sending
  • More than 25 Verified Senders can now be managed

1.6.4

18 May 10:29
Compare
Choose a tag to compare

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

12 Apr 15:31
Compare
Choose a tag to compare

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

31 Mar 16:03
Compare
Choose a tag to compare

Improvement

  • Instructions for creating an IAM user on AWS are now up to date

1.6.1

15 Mar 08:21
Compare
Choose a tag to compare

Fixed

  • Emails sent from a verified domain no longer result in an unverified email address notice

1.6.0

15 Feb 13:21
Compare
Choose a tag to compare

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