Versioning
This commit is contained in:
@ -8,6 +8,7 @@ A plugin that provides a warning box with a ton more options completely re-writt
|
|||||||
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
||||||
* Some new options as requested FREQUENTLY
|
* Some new options as requested FREQUENTLY
|
||||||
* You just need to check this out, you really do...
|
* You just need to check this out, you really do...
|
||||||
|
* Page Caching now supported
|
||||||
|
|
||||||
[Check the Youtube Video](https://www.youtube.com/watch?v=0_ZNojpYuwk) | [Download from Official Wordpress.org](http://wordpress.org/plugins/content-warning-v2)
|
[Check the Youtube Video](https://www.youtube.com/watch?v=0_ZNojpYuwk) | [Download from Official Wordpress.org](http://wordpress.org/plugins/content-warning-v2)
|
||||||
|
|
||||||
@ -57,6 +58,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 3.6.2
|
||||||
|
* Dialog re-sizing fixes.
|
||||||
|
|
||||||
### 3.6.1
|
### 3.6.1
|
||||||
* Cookie HOTFIX
|
* Cookie HOTFIX
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Plugin Name: Content Warning v2
|
|||||||
Plugin URI: http://plugish.com/plugins/content-warning-v3
|
Plugin URI: http://plugish.com/plugins/content-warning-v3
|
||||||
Description: A plugin based on my v2 code, while drastically deviating from the original. Used mainly for NSFW websites, this plugin provides a dialog popup to warn viewers of it's possible content.
|
Description: A plugin based on my v2 code, while drastically deviating from the original. Used mainly for NSFW websites, this plugin provides a dialog popup to warn viewers of it's possible content.
|
||||||
Author: Jerry Wood Jr.
|
Author: Jerry Wood Jr.
|
||||||
Version: 3.6.1
|
Version: 3.6.2
|
||||||
Author URI: http://plugish.com
|
Author URI: http://plugish.com
|
||||||
Text Domain: cwv3
|
Text Domain: cwv3
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|||||||
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.0
|
Tested up to: 4.0
|
||||||
Stable tag: 3.6.1
|
Stable tag: 3.6.2
|
||||||
|
|
||||||
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.
|
||||||
== Description ==
|
== Description ==
|
||||||
@ -21,6 +21,7 @@ This plugin provides a neat little warning and denial box to warn your users of
|
|||||||
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
* Complete core rewrite, I threw everything out the window and wrote this from scratch.
|
||||||
* Some new options as requested FREQUENTLY
|
* Some new options as requested FREQUENTLY
|
||||||
* You just need to check this out, you really do...
|
* You just need to check this out, you really do...
|
||||||
|
* Page Caching now supported
|
||||||
|
|
||||||
[youtube http://www.youtube.com/watch?v=0_ZNojpYuwk]
|
[youtube http://www.youtube.com/watch?v=0_ZNojpYuwk]
|
||||||
|
|
||||||
@ -80,6 +81,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.6.2 =
|
||||||
|
* Dialog re-sizing fixes.
|
||||||
|
|
||||||
= 3.6.1 =
|
= 3.6.1 =
|
||||||
* Cookie HOTFIX
|
* Cookie HOTFIX
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user