1.0.0 RC 1
Pre-release
Pre-release
Notable changes
Added
- Sanitize plugin settings option, close #13. (79e5fb8)
- Extend GitHub URI validation, close #16. (ba76dd1)
- Create site health tests for the GitHub update APIs, close #6. (ba76dd1)
- Add WP rest API route for running site health tests. (ba76dd1)
Changed
- Update README with description and instructions.
- Update API check to use the updated error response format. (ba76dd1)
- Modify the data stored in each repo tranient to store the etag value for later API checks and use a more useful error response. (ba76dd1)
- Upgrade npm-package-json-lint from 5.2.4 to 5.4.0. (85dc876)
Fixed
- Fix typo in class method call
get_error_message
. (ba76dd1)