This commit is contained in:
Jay Wood
2014-12-14 01:41:29 -05:00
parent a47733654d
commit a709bdc816
3 changed files with 8 additions and 2 deletions

View File

@ -57,6 +57,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
## Changelog
### 3.6.1
* Cookie HOTFIX
### 3.6.0
* Split methods and hooks from main class file, will prevent overhead, also separates admin from front-end.
* Moved to use of cookie.js

View File

@ -86,7 +86,7 @@ class CWV3 {
}
}
if ( is_single() && isset( $post->ID ) ){
if ( is_singular() && isset( $post->ID ) ){
if ( $this->is_gated( $post->ID ) ){
return $post->ID;
}

View File

@ -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
Requires at least: 3.5
Tested up to: 4.0
Stable tag: 3.6.0
Stable tag: 3.6.1
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
== Description ==
@ -80,6 +80,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
== Changelog ==
= 3.6.1 =
* Cookie HOTFIX
= 3.6.0 =
* Split methods and hooks from main class file, will prevent overhead, also separates admin from front-end.
* Moved to use of cookie.js