Skip to content

1.0.3 - 2026-05-15

Latest

Choose a tag to compare

@dparker1005 dparker1005 released this 15 May 15:55
  • BUG FIX/ENHANCEMENT: The admin Bcc email now falls back to the bare admin_email value when no WordPress user is associated with it, instead of being silently dropped. #41 (@gazer22)
  • BUG FIX: Fixed a PHP warning and malformed Bcc: header that occurred when the site's admin_email was not associated with a WordPress user. #41 (@gazer22)
  • BUG FIX: Fixed an issue in multisite environments where the same membership_id on different subsites could share a single notice-sent timestamp, causing some subsites to skip expiration notices that should have been sent. Notice tracking is now scoped per-site via update_user_option(), with legacy timestamps migrated automatically. #42 (@dparker1005)