- Add filter
bh_wp_autologin_urls_get_wp_user
- Add filter
bh_wp_autologin_urls_send_magic_link_email
- Better handle
wp_mail
using an array of recipients
- Fix: fatal error with User Switching plugin – firing
wp_login
too early
- Fix fatal error with WooCommerce HPOS meta boxes hook – strict typing issue
- 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
- Improve: logging
- Improve: don't add autologin codes to The Newsletter Plugin emails' URLs
- Add: "Send magic link 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
- Add: configurable template for
user-edit.php
autologin URL - Add:
user-edit.php
autologin URL click to copy to clipboard - Fix: "Email Magic Link" on
wp-login.php
was disabled when Firefox autofilled the username - Fix: JS for logs page were excluded from the plugin archive
- Fix: Default expiry time when omitted in CLI was parsing as 0
- Add: Warning that logs may contain autologin codes
- Add: CLI commands
wp autologin-urls get-url
andwp autologin-urls send-magic-link
- Fix: Links to
/wp-admin
were redirecting to wp-login screen because$_COOKIE
was not yet set - Performance: Return early when no querystring set
- Fix:
wp_safe_redirect()
exit()
is now conditional
-
Breaking: UI for regex subject filters removed (functionality still exists through filters)
-
Fix: Use correct
determine_current_user
filter for login -
Update library: RateLimit library has bugfix to handle
false
returned from transients for expectedarray
-
Update library: bh-wp-logger library has performance and feature improvements
- Add
bh_wp_autologin_urls_should_delete_code_after_use
filter - Improved logging
- Add: checkbox to enable/disable magic links
- Add: magic link button on WooCommerce checkout
- Add: enable overriding the settings page template
- Improve: logging
- Dev: use Alley Interactive autoloader
- Add: ignore requests from bots (check HTTP_USER_AGENT for "bot")
- Fix: do not redirect_to wp-login.php, unwrap the inner redirect_to and use that
- Fix: unprefixed Klaviyo\ApiException.
- Fix: set content type on HTML emails
- Fix: do not generate autologin URLs when serving WC_Orders over REST API
- Improve: hyperlinks in log table
- Add: Magic-link emails on wp-login.php and WooCommerce login forms
- Add: Git Updater
- Improved PHPCS and logging
- Fix: Catch Klaviyo API errors
- Language: Include generated .pot file
- Dependency: updated logger library for performance
Fix: Fatal error when Klaviyo querystring was defined but empty
Fix: fatal error when plugin_action_links_{}
filter called with null as parameter values (Jetpack)
Fix: (temp) Error when WooCommerce shuts down due to virtual WC_Customer
Fix: error when wp_mail's $to is an array
- Add: Settings and logs link on plugin install confirmation page
- Fix: Prefilling WooCommerce customer data when no WP_User available: missing function parameter, wc_get_orders called too soon
- Add: Support for using Klaviyo tracking links as autologin links
- Change: Use library nikolaposa/rate-limit for rate limiting rather than internal code
- Add: interface for integrations
- Fix: Return early when user is already logged in
- Fix: Error when Guzzle not prefixed
- Dev: Project structure changed
- Add: On admin UI single order page, add the autologin code to the "Customer payment page" link
- Security: Exclude emails with multiple recipients