diff --git a/README.md b/README.md index 17ba03ee7..80c1184a5 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Distributor is built with the same extensible approach as WordPress itself, with * [WordPress](http://wordpress.org) 5.7+ * External connections require HTTP Basic Authentication or [WordPress.com OAuth2](https://developer.wordpress.com/docs/oauth2/) (must be on [WordPress VIP](https://wpvip.com/)) be set up on the remote website. For Basic Auth, we recommend using [Application Passwords](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/#Getting-Credentials) built in to WordPress. * For external connections, Distributor needs to be installed on BOTH sides of the connection. -* Version 2 of Distributor requires version two on BOTH sides of all connections. +* Version 2.0.0 of Distributor requires version 2.0.0 on BOTH sides of all connections. ## Installation diff --git a/docs/migration-guide-version-1-to-version-2.md b/docs/migration-guide-version-1-to-version-2.md index c9436f447..ea3dd2802 100644 --- a/docs/migration-guide-version-1-to-version-2.md +++ b/docs/migration-guide-version-1-to-version-2.md @@ -1,10 +1,10 @@ -Version 2 of Distributor includes a number of breaking changes that will require updates to custom code you may have written for distributor. +Version 2.0.0 of Distributor includes a number of breaking changes that will require updates to custom code you may have written for distributor. -## External connections require a minimum of version 2.0 +## External connections require a minimum of version 2.0.0 It is recommended that both ends of an external connection run the same version of Distributor. -Version 2.0 of Distributor will prevent the pulling of posts from sites running Version 1.9.x or lower of Distributor. +Version 2.0.0 of Distributor will prevent the pulling of posts from sites running Version 1.9.x or lower of Distributor. ### Remove canonical links for both Internal and External Connections