From 23c520c8c12f124f13fa36724a45a6af8b465deb Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Fri, 30 Sep 2016 14:55:57 -0400 Subject: [PATCH] update readme with new feature fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c2fac7..b6372af 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog ### 3.7 +* Fixed an opacity bug where if user set opacity to 0, it was ignored. This should no longer happen. * Move to the settings API, drop JW Simple Options framework ( I was a newbie when I made it ). Fixes [#45](https://github.com/JayWood/content-warning-v3/issues/45) * Use Select2 for categories * Use a better check method for checkboxes and multi-select - fixes [#49](https://github.com/JayWood/content-warning-v3/issues/49)