From a82940388db23956b1bc4b5a5b9338ff95f0dc58 Mon Sep 17 00:00:00 2001 From: Mike Wilkerson Date: Thu, 21 Mar 2019 07:16:06 -0700 Subject: [PATCH] Update README and DEVELOPMENT docs --- DEVELOPMENT.md | 4 ++-- README.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 359374212..b87038b8a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -474,9 +474,9 @@ This will snapshot `trunk` as a new release tag. Replace the example tag name wi $ svn cp trunk tags/42.1.2 ``` -13. Update Stable Tag in `readme.txt` +13. Update `Stable tag` and `Tested up to` tags in `readme.txt` -We've now got three copies of `readme.txt` that should all be updated with the new `Stable Tag` +We've now got three copies of `readme.txt` that should all be updated with new tag values: - `wp-svn/trunk/readme.txt` - `wp-svn/tags/4.0.0-rc1/readme.txt` diff --git a/README.md b/README.md index ff5232d69..43a4c8bda 100644 --- a/README.md +++ b/README.md @@ -276,8 +276,9 @@ We have made a REST API endpoint available on `fontawesome.com` which this plugi ## Caching the Load Specification -This plugin computes a [_load specification_](https://fortawesome.github.io/wordpress-fontawesome/classes/FontAwesome.html#method_load_spec), -which is the set of version and configuration options that satisfy the requirements of all registered components. +This plugin computes a _load specification_, +which is the set of version and configuration options that satisfy the requirements of all registered clients, including +the WordPress site owner via the options page and any themes or plugins that depend on this Font Awesome plugin. To compute that requires retrieving the latest metadata about Font Awesome releases from a REST API on fontawesome.com and reducing all of the requirements registered by all clients of this Font Awesome plugin.