You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)