diff --git a/README.md b/README.md index 1f4dde3..fb41a31 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website. -[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) +[![Support Level](https://img.shields.io/badge/support-stable-blue.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/safe-svg.svg)](https://github.com/10up/safe-svg/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/safe-svg?label=WordPress) [![GPLv2 License](https://img.shields.io/github/license/10up/safe-svg.svg)](https://github.com/10up/safe-svg/blob/develop/LICENSE.md) @@ -76,7 +76,7 @@ add_filter( 'svg_allowed_tags', function ( $tags ) { ## Support Level -**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome. +**Stable:** 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress. ## Changelog