From bf4c309068d45d1f990422acf2ec805122da4d8e Mon Sep 17 00:00:00 2001 From: JayWood Date: Sun, 13 Jul 2014 20:36:04 -0400 Subject: [PATCH] WP Versioning --- README.md | 3 +++ content-warning-v3.php | 2 +- readme.txt | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 038666a..256f42c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog +### 3.5.3 +* HOTFIX - Fixes cookie logic + ### 3.5.2 * More PHP Cleanup to WP Standards * Updated Colorbox to v1.5.10 [Github Changelog](https://github.com/jackmoore/colorbox#changelog) diff --git a/content-warning-v3.php b/content-warning-v3.php index 21bb536..7ad843f 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 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. -Version: 3.5.2 +Version: 3.5.3 Author URI: http://plugish.com */ require_once dirname( __FILE__ ).'/inc/options.inc.php'; diff --git a/readme.txt b/readme.txt index 579727d..1489c48 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: 3.9.1 -Stable tag: 3.5.2 +Stable tag: 3.5.3 A plugin that provides a warning box with a ton more options completely re-written from the ground up. == Description == @@ -83,6 +83,9 @@ Please do not contact me with questions like this. If you cannot be descriptive == Changelog == +== 3.5.3 == +* **HOTFIX** Cookie logic + = 3.5.2 = * More PHP Cleanup to WP Standards * Updated Colorbox to v1.5.10 [Github Changelog](https://github.com/jackmoore/colorbox#changelog)