From 032eb68f11bf49809eecd5899b65fb19b382022a Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Sat, 6 Sep 2014 01:01:34 -0400 Subject: [PATCH] WP Versioning --- content-warning-v3.php | 2 +- readme.txt | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content-warning-v3.php b/content-warning-v3.php index 7ad843f..6cabe96 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.3 +Version: 3.5.4 Author URI: http://plugish.com */ require_once dirname( __FILE__ ).'/inc/options.inc.php'; diff --git a/readme.txt b/readme.txt index 4ae1a8c..d9909d8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: Phyrax Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U5M6JBDKGF3EJ 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.3 +Tested up to: 4.0 +Stable tag: 3.5.4 A plugin that provides a warning box with a ton more options completely re-written from the ground up. == Description == @@ -56,7 +56,7 @@ This plugin provides a neat little warning and denial box to warn your users of == Frequently Asked Questions == -This plugin is tested and proven to work with WordPress 3.4 +This plugin is tested and proven to work with WordPress 4.0 = Why aren't you answering support questions? = @@ -83,6 +83,12 @@ Please do not contact me with questions like this. If you cannot be descriptive == Changelog == += 3.5.4 = +* [jgraup](https://github.com/jgraup) - Fixed indexing errors [issue #6](https://github.com/JayWood/content-warning-v3/issues/6) +* Output custom css, for some reason I forgot [fixes issue #3](https://github.com/JayWood/content-warning-v3/issues/3) +* Stopped using javascript:; for buttons, in some browsers that just didn't work well [fixes issue #2 and #1](https://github.com/JayWood/content-warning-v3/issues/2) +* Versioning update to WP 4.0, and tested. + = 3.5.3 = * **HOTFIX** Cookie logic