diff --git a/.travis.yml b/.travis.yml index 52f3f4a..cf6a6e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ env: - WP_VERSION=trunk WP_MULTISITE=1 install: + - composer self-update --1 - npm install - export DEV_LIB_PATH="vendor/xwp/wp-dev-lib/scripts" - source "$DEV_LIB_PATH/travis.install.sh" diff --git a/readme.md b/readme.md index ef0d348..9d13f7d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ # Application Passwords for WordPress -[![Build Status](https://travis-ci.org/wordpress/application-passwords.svg?branch=master)](https://travis-ci.org/wordpress/application-passwords) +**⚠️ IMPORTANT: This plugin has been merged into WordPress core version 5.6 and doesn't have to be installed separately. [View the integration guide →](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/)** + +--- Creates unique passwords for applications to authenticate users without revealing their main passwords. diff --git a/readme.txt b/readme.txt index 8d8454c..0120559 100644 --- a/readme.txt +++ b/readme.txt @@ -12,6 +12,10 @@ Creates unique passwords for applications to authenticate users without revealin == Description == +**⚠️ IMPORTANT: This plugin has been merged into WordPress core version 5.6 and doesn't have to be installed separately. [View the integration guide →](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/)** + +--- + Use Application Passwords to authenticate users without providing their passwords directly. Instead, a unique password is generated for each application without revealing the user's main password. Application passwords can be revoked for each application individually. **Important:** Application Passwords can be used only for authenticating API requests such as [REST API](https://developer.wordpress.org/rest-api/) and [XML-RPC](https://codex.wordpress.org/XML-RPC_WordPress_API), and they won't work for regular site logins.