Releases: JWardee/wp-mail-catcher
Releases · JWardee/wp-mail-catcher
v2.1.10
- Security: Fixed XSS vulnerability, reported by Le Ngoc Anh via Patchstack
v2.1.9
- Fix: When stopped a log from being saved via
wp_mail_catcher_before_success_log_save
, it now returns the unaltered mail
v2.1.8
- New: Added new hook
wp_mail_catcher_before_success_log_save
- New: Added new hook
wp_mail_catcher_before_error_log_save
v2.1.7
- Security: Added additional nonce checks to setting action
v2.1.6
- Fix: Logs not appearing in WP versions under 6.2
v2.1.5
- Fix: Html emails are now decoded before being rendered
- Fix: Updated serialisation to use maybe_unserialize for extra compatibility
v2.1.4
- Security: Fixed Injection vulnerability, reported by Muhammad Daffa via Patchstack
v2.1.3
- Fix: Improved HTML email detection
- Fix: Improved XSS filtering
v2.1.2
- Escaping no longer mangles exports
v2.1.1
- Security: Fixed XSS vulnerability, reported by Alex Thomas of Wordfence