diff --git a/README.md b/README.md index e25d8aa..76e565f 100644 --- a/README.md +++ b/README.md @@ -65,19 +65,11 @@ This plugin is currently developed for use on WordPress sites hosted on the VIP ### Install on WordPress VIP -The Block Data API plugin is authored and maintained by [WordPress VIP][wpvip], and made available to all WordPress sites by [VIP MU plugins][vip-go-mu-plugins]. Customers who host on WordPress VIP or use [`vip dev-env`](https://docs.wpvip.com/how-tos/local-development/use-the-vip-local-development-environment/) to develop locally have access to the Block Data API automatically. We recommend this activation method for WordPress VIP customers. +The Block Data API plugin is authored and maintained by [WordPress VIP][wpvip], and made available to all WordPress sites by the [VIP Integrations Center][vip-ic]. Customers who host on WordPress VIP or use [`vip dev-env`](https://docs.wpvip.com/how-tos/local-development/use-the-vip-local-development-environment/) to develop locally have access to the Block Data API automatically. We recommend this activation method for WordPress VIP customers. -Enable the plugin by adding the method shown below to your application's [`client-mu-plugins/plugin-loader.php`][vip-go-skeleton-plugin-loader-example]: +Enable the Integration by [adding it to your organization][vip-ic-org]. Once that is complete you can [activate the integration on your application][vip-ic-app]. Activation is for the current environment only, so you may need to activate the Integration on multiple environments. -```php -// client-mu-plugins/plugin-loader.php - -\Automattic\VIP\Integrations\activate( 'block-data-api' ); -``` - -Create this path in your WordPress VIP site if it does not yet exist. - -This will automatically install and activate the latest mu-plugins release of the Block Data API. Remove this line to deactivate the plugin. For more WordPress VIP-specific information about using this plugin, see documentation for the [Block Data API plugin on WordPress VIP][wpvip-mu-plugins-block-data-api]. +For more WordPress VIP-specific information about using this plugin, see documentation for the [Block Data API plugin on WordPress VIP][wpvip-mu-plugins-block-data-api]. We plan to utilize API versioning to make automatic updates safe for consumer code. See [Versioning](#versioning) for more information. @@ -1620,3 +1612,6 @@ composer run test [wpvip-plugin-submodules]: https://docs.wpvip.com/technical-references/plugins/installing-plugins-best-practices/#h-submodules [wpvip-plugin-subtrees]: https://docs.wpvip.com/technical-references/plugins/installing-plugins-best-practices/#h-subtrees [wpvip]: https://wpvip.com/ +[vip-ic]:https://docs.wpvip.com/integrations/center/ +[vip-ic-org]:https://docs.wpvip.com/integrations/org-integrations/ +[vip-ic-app]:https://docs.wpvip.com/integrations/app-integrations/