Releases: adamjohnlea/leastudios-mailer
Releases · adamjohnlea/leastudios-mailer
Release list
v1.3.0
v1.2.3
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
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
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
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_skippedaction.
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
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
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_limitandleastudios_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
Initial release.
Requirements
- WordPress 6.5+
- PHP 8.2+
Download: leastudios-mailer-1.0.0.zip (attached below). Historical release — backfilled for completeness.