diff --git a/README.md b/README.md index 73828e7..026b53c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ![License](https://img.shields.io/badge/License-GPLv2-orange.svg) [![Issues](https://img.shields.io/github/issues/JayWood/content-warning-v3.svg)](https://github.com/JayWood/content-warning-v3/issues) -**Current Version:** 3.6.4 +**Current Version:** 3.6.5 **Tested Up To:** 4.3 **Author:** [Jay Wood](http://github.com/JayWood) **Author URI:** http://plugish.com @@ -79,6 +79,10 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog +### 3.6.5 +* Zero day ( 0 ) cookies should use sessions instead of NOT setting the cookie. [Issue #29](https://github.com/JayWood/content-warning-v3/issues/29) +* New filter for display condition - [See Wiki](https://github.com/JayWood/content-warning-v3/wiki/Dev-Documentation#hide-the-dialog-on-certain-pages-regardless-of-cookies) - [Issue #29](https://github.com/JayWood/content-warning-v3/issues/26) + ### 3.6.4 * Fixed denial redirects. [Issue #28](https://github.com/JayWood/content-warning-v3/issues/28) * Fixed multiple undefined index errors on admin diff --git a/content-warning-v3.php b/content-warning-v3.php index fca4ed4..13f8ec6 100644 --- a/content-warning-v3.php +++ b/content-warning-v3.php @@ -4,7 +4,7 @@ Plugin Name: Content Warning v2 Plugin URI: http://plugish.com/plugins/content-warning-v3 Description: A WordPress Plugin to allow site owners to display an acceptance dialog. Used mainly for NSFW websites, this plugin provides a dialog popup to warn viewers of it's possible content. Author: Jerry Wood Jr. -Version: 3.6.4 +Version: 3.6.5 Author URI: http://plugish.com Text Domain: cwv3 */ diff --git a/readme.txt b/readme.txt index cbff4e7..f4bb1e8 100644 --- a/readme.txt +++ b/readme.txt @@ -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.3 -Stable tag: 3.6.4 +Stable tag: 3.6.5 A plugin that provides a warning box with a ton more options completely re-written from the ground up. == Description == @@ -99,6 +99,10 @@ Please do not contact me with questions like this. If you cannot be descriptive == Changelog == += 3.6.5 = +* Zero day ( 0 ) cookies should use sessions instead of NOT setting the cookie. [Issue #29](https://github.com/JayWood/content-warning-v3/issues/29) +* New filter for display condition - [See Wiki](https://github.com/JayWood/content-warning-v3/wiki/Dev-Documentation#hide-the-dialog-on-certain-pages-regardless-of-cookies) - [Issue #29](https://github.com/JayWood/content-warning-v3/issues/26) + = 3.6.4 = * Fixed denial redirects. [Issue #28](https://github.com/JayWood/content-warning-v3/issues/28) * Fixed multiple undefined index errors on admin