diff --git a/README.md b/README.md index b6372af..243a058 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Issues](https://img.shields.io/github/issues/JayWood/content-warning-v3.svg)](https://github.com/JayWood/content-warning-v3/issues) **Current Version:** 3.7 -**Tested Up To:** 4.5.2 +**Tested Up To:** 4.6.1 **Author:** [Jay Wood](http://github.com/JayWood) **Author URI:** http://plugish.com **License:** GPLv2+ @@ -68,6 +68,11 @@ Please do not contact me with questions like this. If you cannot be descriptive * If your browser does not have cookies enabled, the plugin will not store your response. * Also, if you're using google chrome, this is a bug that unfortunately I have been unable to squash. Hitting F5 or refresh will fix it. +## Upgrade Notice + +### 3.7 +* Upgrading to 3.7 will de-activate your plugin. This is because the name of the main plugin file was changed for localization purposes. Your settings are still saved you just have to re-activate the plugin. + ## Changelog ### 3.7 @@ -91,7 +96,6 @@ Please do not contact me with questions like this. If you cannot be descriptive * Removed uninstall hook for now - Options API needs to be updated * Fixed denial toggle to actually remove denial text if it was once on, but now off. - ### 3.6.6 * Fixed CSS issues for background images and css overrides6 diff --git a/readme.txt b/readme.txt index 2f03d4f..bc595d6 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: Phyrax Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U5M6JBDKGF3EJ Tags: warning, message, lading page, front page, enter page, adult content, consent, age verification, validation Requires at least: 3.5 -Tested up to: 4.5.2 +Tested up to: 4.6.1 Stable tag: 3.7 A plugin that provides a warning box with a ton more options completely re-written from the ground up. @@ -38,6 +38,12 @@ This plugin allows you to do the following: > If the exit link is left empty, users will be redirected to google. +== Upgrade Notice == + += 3.7 = +* Upgrading to 3.7 will de-activate your plugin. This is because the name of the main plugin file was changed for localization purposes. Your settings are still saved you just have to re-activate the plugin. + + == Installation == = Default Method = @@ -99,6 +105,13 @@ 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) +* Set opacity step to 0.1 - Fixes [#55](https://github.com/JayWood/content-warning-v3/issues/55) + = 3.6.9 = * Small cleanup * Force text color to be black - fixes [#43](https://github.com/JayWood/content-warning-v3/issues/43)