From 9c199981aa2f1baab56871a16164f5083694811e Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 19 Jun 2019 21:28:26 -0500 Subject: [PATCH 1/3] add license badge --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 397a9ed7..c9854bd8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar! -![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.2%20tested-success.svg) +![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.2%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/simple-local-avatars.svg)](https://github.com/10up/simple-local-avatars/blob/develop/LICENSE.md) ## Features @@ -32,10 +32,6 @@ You can also use `get_simple_local_avatar()` (with the same arguments) to retrei Please read [CODE_OF_CONDUCT.md](https://github.com/10up/simple-local-avatars/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct and [CONTRIBUTING.md](https://github.com/10up/simple-local-avatars/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us. -## License - -Simple Local Avatars utilizes the [GNU General Public License v2.0 (or later)](https://github.com/10up/simple-local-avatars/blob/develop/LICENSE.md). - ## Like what you see?

From 760bf93dae09191337f3a035c1f347d45dfea2ae Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 19 Jun 2019 21:30:36 -0500 Subject: [PATCH 2/3] add support level section and badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9854bd8..f149a54b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar! -![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.2%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/simple-local-avatars.svg)](https://github.com/10up/simple-local-avatars/blob/develop/LICENSE.md) +[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.2%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/simple-local-avatars.svg)](https://github.com/10up/simple-local-avatars/blob/develop/LICENSE.md) ## Features @@ -28,6 +28,10 @@ Use avatars in your theme using WordPress' built in `get_avatar()` function: [ht You can also use `get_simple_local_avatar()` (with the same arguments) to retreive local avatars a bit faster, but this will make your theme dependent on this plug-in. +## 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. + ## Contributing Please read [CODE_OF_CONDUCT.md](https://github.com/10up/simple-local-avatars/blob/develop/CODE_OF_CONDUCT.md) for details on our code of conduct and [CONTRIBUTING.md](https://github.com/10up/simple-local-avatars/blob/develop/CONTRIBUTING.md) for details on the process for submitting pull requests to us. From 93bfa23cc8bc2ee6f0b650adc400f9ad2d153257 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 19 Jun 2019 21:31:32 -0500 Subject: [PATCH 3/3] add version badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f149a54b..7e4d728d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar! -[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.2%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/simple-local-avatars.svg)](https://github.com/10up/simple-local-avatars/blob/develop/LICENSE.md) +[![Support Level](https://img.shields.io/badge/support-active-green.svg)](#support-level) [![Release Version](https://img.shields.io/github/release/10up/simple-local-avatars.svg)](https://github.com/10up/simple-local-avatars/releases/latest) ![WordPress tested up to version](https://img.shields.io/badge/WordPress-v5.2%20tested-success.svg) [![GPLv2 License](https://img.shields.io/github/license/10up/simple-local-avatars.svg)](https://github.com/10up/simple-local-avatars/blob/develop/LICENSE.md) ## Features