Description
The supported versions table in SECURITY.md currently reads:
| Version |
Supported |
| 1.3.1 |
✅ |
| <1.3.0 |
❌ |
The current FaustWP plugin version is 1.8.6, and the npm packages are at v3.x+. Should the table be updated to reflect the current version (e.g. >= 1.3.1 or the latest release), or is the intent that all versions from 1.3.1 onward receive security updates?
If it should say >= 1.3.1, happy to submit a PR.
Description
The supported versions table in
SECURITY.mdcurrently reads:The current FaustWP plugin version is 1.8.6, and the npm packages are at v3.x+. Should the table be updated to reflect the current version (e.g.
>= 1.3.1or the latest release), or is the intent that all versions from 1.3.1 onward receive security updates?If it should say
>= 1.3.1, happy to submit a PR.