From ea346c5f06f105fca6cc2e853629009c87fe45d9 Mon Sep 17 00:00:00 2001 From: jaywood Date: Thu, 10 Jul 2014 00:34:35 -0400 Subject: [PATCH] Version numbers --- content-warning-v3.php | 5 ++--- readme.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/content-warning-v3.php b/content-warning-v3.php index 252ab06..5496dcc 100644 --- a/content-warning-v3.php +++ b/content-warning-v3.php @@ -4,12 +4,11 @@ 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.48 +Version: 3.49 Author URI: http://plugish.com */ require_once (dirname(__FILE__).'/inc/options.inc.php'); require_once (dirname(__FILE__).'/lib/jw_simple_options/simple_options.php'); require_once (dirname(__FILE__).'/class/main.class.php'); $cwv3_options = new JW_SIMPLE_OPTIONS($cwv3_op_data); -register_uninstall_hook(__FILE__, $cwv3_options->uninstall() ); -?> \ No newline at end of file +register_uninstall_hook(__FILE__, $cwv3_options->uninstall() ); \ No newline at end of file diff --git a/readme.txt b/readme.txt index 4584a0e..ed49c87 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.6 -Stable tag: 3.48 +Stable tag: 3.49 A plugin that provides a warning box with a ton more options completely re-written from the ground up. == Description ==