Skip to content

Releases: BrianHenryIE/bh-wp-autologin-urls

2.4.2

26 May 20:40
Compare
Choose a tag to compare

v2.4.1

08 May 02:42
Compare
Choose a tag to compare

v2.4.0

07 May 04:59
Compare
Choose a tag to compare
  • 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

12 Oct 20:40
Compare
Choose a tag to compare
  • 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
screenshot-10 Screenshot 2023-10-12 at 1 02 01 PM Screenshot 2023-10-12 at 12 59 50 PM

v2.2.0

27 May 20:47
Compare
Choose a tag to compare
  • 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

bh-wp-autologin-urls-user-edit-template-clipboard

v2.1.1

23 May 02:16
Compare
Choose a tag to compare
  • Fix: Default expiry time when omitted in CLI was parsing as 0
  • Add: Warning that logs may contain autologin codes

v2.1.0

23 May 01:49
Compare
Choose a tag to compare
  • Add: CLI commands wp autologin-urls get-url and wp 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

v2.0.0

20 Apr 01:45
Compare
Choose a tag to compare
  • 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 expected array
  • Update library: bh-wp-logger library has performance and feature improvements

v1.10.0

14 Feb 07:31
Compare
Choose a tag to compare
  • Add bh_wp_autologin_urls_should_delete_code_after_use filter
  • Improved logging

v1.9.0

19 Nov 00:36
Compare
Choose a tag to compare
  • 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