This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
Releases: WordPress/application-passwords
Releases · WordPress/application-passwords
Version 0.1.3
- Mark the plugin as deprecated since it has been merged into WordPress core, view the integration guide.
- Add: confirmation before revoking password, see #119 (props @dinhtungdu).
Version 0.1.2
-
Introduce the
application_password_did_authenticate
action (see #98) when an application authentication is successful, props @mjangda. See the "Two Factor Support" section in the readme for an example of how to use this action together with thetwo_factor_user_api_login_enable
filter to disable the two-factor authentication for API requests. -
Add the
permission_callback
property to thetest-basic-authorization-header
REST API route definition to avoid PHP notices, props @thefrosty. Fixes #109. -
Mark as tested with WordPress 5.5.
Version 0.1.1
- Mark as tested with WordPress 5.3.
- Added unit tests for the core authentication methods, see #97.
- Point GitHub repository links to the correct organization.
- Updated readme for readability.
Version 0.1.0
Version 0.1-dev
Tag a release for the current stable version on WP.org.