Hotfix
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user