Skip to content

Releases: WordPress/two-factor

Version 0.4.8

26 Dec 20:12
03f1354
Compare
Choose a tag to compare
  • Mark as tested with WordPress 5.3.
  • Add a screenshot with email code authentication prompt.
  • Update development tooling versions.

Version 0.4.7

08 May 05:35
Compare
Choose a tag to compare
  • Introduce a two_factor_totp_title filter to allow TOTP title to be changed, see #294 (props @BrookeDot).
  • Mark as tested with WordPress 5.2.

Version 0.4.6

27 Apr 04:16
63de5fc
Compare
Choose a tag to compare
  • Add a unique ID for the two-factor options section, see #286 (props @joshbetz).
  • Add usage instructions and plugin screenshots, fixes #272.

Version 0.4.5

22 Apr 09:58
Compare
Choose a tag to compare
  • Add the missing two-factor textdomains, see #281 (props @Sonic853).
  • Fix U2F feature detection in Firefox, see #285.

Version 0.4.4

15 Apr 19:00
Compare
Choose a tag to compare
  • Add the closing </div> to match the WP core login form structure, see #274 (props @claytoncollie).

Version 0.4.3

12 Apr 17:48
Compare
Choose a tag to compare
  • Bump the actual version in the plugin header. That's what you get for deploying on Fridays.

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.