Skip to content

Commit

Permalink
Update README and DEVELOPMENT docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Mar 21, 2019
1 parent 9340c0c commit a829403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a829403

Please sign in to comment.