Skip to content

Releases: adamjohnlea/leastudios-mailer

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 May 21:17

Added

  • Add public leastudios_mailer_delivery_status filter for sibling plugins

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-mailer-1.3.0.zip (attached below).

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 24 May 18:30

Changed

  • Convert table-name interpolations to %i placeholder

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-mailer-1.2.3.zip (attached below).

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 24 May 02:20

Fixed

  • Derive VERSION constant from plugin header to prevent drift

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-mailer-1.2.2.zip (attached below).

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 24 May 00:54

Fixed

  • Declare compatibility with WordPress 7.0

Requirements

  • WordPress 6.4+
  • PHP 8.2+

Download: leastudios-mailer-1.2.1.zip (attached below).

v1.2.0

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:36
b456062

Added

  • Pre-send message-size check — an attachment-bearing email larger than Amazon SES's limit (40 MB by default, filterable via leastudios_mailer_max_message_bytes) now fails early with a clear error instead of being rejected opaquely by SES.
  • Skipped attachments are now recorded in the email log. When an unreadable attachment is dropped, the affected filenames appear in the log entry, not only via the leastudios_mailer_attachments_skipped action.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-mailer-1.2.0.zip (attached below). Upload via Plugins → Add New → Upload Plugin in wp-admin, or wp plugin install leastudios-mailer-1.2.0.zip --activate via WP-CLI.

v1.1.1

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:43

Fixed

  • Setup health check no longer reports a domain-verified sender as "does not exist". The sender-identity check now recognises Amazon SES domain verification, not just individually verified email addresses.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-mailer-1.1.1.zip (attached below). Historical release — backfilled for completeness.

v1.1.0

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:43

Added

  • AWS credential format validation — malformed Access Key IDs and Secret Access Keys are rejected at save time with an admin notice instead of failing later as an opaque SES authentication error.
  • Per-IP rate limiting on the SNS delivery-tracking webhook, filterable via leastudios_mailer_sns_rate_limit and leastudios_mailer_sns_rate_window_seconds.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-mailer-1.1.0.zip (attached below). Historical release — backfilled for completeness.

v1.0.0

Choose a tag to compare

@adamjohnlea adamjohnlea released this 23 May 16:43

Initial release.

Requirements

  • WordPress 6.5+
  • PHP 8.2+

Download: leastudios-mailer-1.0.0.zip (attached below). Historical release — backfilled for completeness.