update readme files
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
[](https://github.com/JayWood/content-warning-v3/issues)
|
[](https://github.com/JayWood/content-warning-v3/issues)
|
||||||
|
|
||||||
**Current Version:** 3.7
|
**Current Version:** 3.7
|
||||||
**Tested Up To:** 4.5.2
|
**Tested Up To:** 4.6.1
|
||||||
**Author:** [Jay Wood](http://github.com/JayWood)
|
**Author:** [Jay Wood](http://github.com/JayWood)
|
||||||
**Author URI:** http://plugish.com
|
**Author URI:** http://plugish.com
|
||||||
**License:** GPLv2+
|
**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.
|
* 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.
|
* 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
|
## Changelog
|
||||||
|
|
||||||
### 3.7
|
### 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
|
* 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.
|
* Fixed denial toggle to actually remove denial text if it was once on, but now off.
|
||||||
|
|
||||||
|
|
||||||
### 3.6.6
|
### 3.6.6
|
||||||
* Fixed CSS issues for background images and css overrides6
|
* Fixed CSS issues for background images and css overrides6
|
||||||
|
|
||||||
|
15
readme.txt
15
readme.txt
@ -3,7 +3,7 @@ Contributors: Phyrax
|
|||||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U5M6JBDKGF3EJ
|
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
|
Tags: warning, message, lading page, front page, enter page, adult content, consent, age verification, validation
|
||||||
Requires at least: 3.5
|
Requires at least: 3.5
|
||||||
Tested up to: 4.5.2
|
Tested up to: 4.6.1
|
||||||
Stable tag: 3.7
|
Stable tag: 3.7
|
||||||
|
|
||||||
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
|
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.
|
> 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 ==
|
== Installation ==
|
||||||
|
|
||||||
= Default Method =
|
= Default Method =
|
||||||
@ -99,6 +105,13 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= 3.6.9 =
|
||||||
* Small cleanup
|
* Small cleanup
|
||||||
* Force text color to be black - fixes [#43](https://github.com/JayWood/content-warning-v3/issues/43)
|
* Force text color to be black - fixes [#43](https://github.com/JayWood/content-warning-v3/issues/43)
|
||||||
|
Reference in New Issue
Block a user