Releases: BrianHenryIE/bh-wp-autologin-urls
Releases · BrianHenryIE/bh-wp-autologin-urls
v2.5.0
2.4.2
- Fix: fatal error with User Switching plugin – firing
wp_logintoo early. Fix #24, thanks @sisaacrussell, @johnbillion, @mgratch
v2.4.1
- Fix: fatal error with WooCommerce HPOS meta boxes hook – strict typing issue. Fix #25 Thanks @sisaacrussell. See BrianHenryIE/bh-wp-private-uploads@d9f362b
v2.4.0
- Add: REST API
- Add/fix: prefill WooCommerce checkout with user details from The Newsletter Plugin, Klaviyo, Mailpoet
- Fix: fatal error on first request after WooCommerce is deleted from filesystem
- Fix: broken WooCommerce orders page
- Fix: strpos() null error when HTTP_USER_AGENT missing. Thanks @sisaacrussell
- Fix: bug with bh-wp-logger – thanks @sisaacrussell
- Improve: logging
- Improve: don't add autologin codes to The Newsletter Plugin emails' URLs
v2.3.0
- Add: "Send magic login email" button on users list table
- Fix: bug with bh-wp-logger – thanks @Amit-Biswas
- Add: screenshots to .org plugin page
- Add: CLI documentation
- Fix: minor wording
- Dev: add Playwright tests

v2.2.0
v2.1.1
- Fix: Default expiry time when omitted in CLI was parsing as 0
- Add: Warning that logs may contain autologin codes
v2.1.0
- Add: CLI commands
wp autologin-urls get-urlandwp autologin-urls send-magic-link - Fix: Links to
/wp-adminwere redirecting to wp-login screen because$_COOKIEwas not yet set - Performance: Return early when no querystring set
- Fix:
wp_safe_redirect()exit()is now conditional
v2.0.0
- Breaking: UI for regex subject filters removed (functionality still exists through filters)
- Fix: Use correct
determine_current_userfilter for login - Update library: RateLimit library has bugfix to handle
falsereturned from transients for expectedarray - Update library: bh-wp-logger library has performance and feature improvements
v1.10.0
- Add
bh_wp_autologin_urls_should_delete_code_after_usefilter - Improved logging
