Versioning

This commit is contained in:
Jay Wood
2016-10-15 16:28:24 -04:00
parent 3ca6eee604
commit 13d4d12b9f
3 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
![License](https://img.shields.io/badge/License-GPLv2-orange.svg)
[![Issues](https://img.shields.io/github/issues/JayWood/content-warning-v3.svg)](https://github.com/JayWood/content-warning-v3/issues)
**Current Version:** 3.7
**Current Version:** 3.7.1
**Tested Up To:** 4.6.1
**Author:** [Jay Wood](http://github.com/JayWood)
**Author URI:** http://plugish.com
@ -75,6 +75,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
## Changelog
### 3.7.1
* Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59)
### 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)