@johnbillion/plugin-infrastructure 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -113,6 +113,8 @@ Plugins that use this library all use a similar setup in their workflows:
113
113
  * Hourly scheduled workflow runs in `verify-distribution.yml`
114
114
  * Uses `reusable-verify-distribution.yml`
115
115
  * Verifies the provenance of the plugin on WordPress.org
116
+ * Verifies the `api.wordpress.org` response for the plugin info
117
+ * Fetches and updates the DID PLC log
116
118
 
117
119
  ## Licence
118
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johnbillion/plugin-infrastructure",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "Shared utilities for WordPress plugin development",
5
5
  "license": "MIT",
6
6
  "author": "John Blackbourn",