Skip to content

Releases: WordPress/two-factor

Version 0.4.2

12 Apr 17:42
5ab8a63
Compare
Choose a tag to compare
  • Developer tooling update, see #277.

Version 0.4.1

12 Apr 16:43
Compare
Choose a tag to compare
  • Redirect to admin_url() instead of $_SERVER['REQUEST_URI'] if $_REQUEST['redirect_to'] is not set, see #276 (props @joshbetz).

Version 0.4.0

19 Mar 14:52
Compare
Choose a tag to compare
  • Disable authentication via REST and XML-RPC endpoints for users with any of the two-factor methods enabled, see #271.

  • Mark as tested with WordPress 5.1.

Version 0.3.0

06 Nov 08:40
4315c90
Compare
Choose a tag to compare
  • Mark as tested with WordPress 5.0.

  • Always post the two-factor login form to wp-login.php which runs all the required hooks for processing. Fixes login issues on WP Engine #257 and when a custom login URL is used #256.

Version 0.2.0

16 Oct 07:27
6d14edc
Compare
Choose a tag to compare
  • Add developer tools for deploying to WP.org manually.