diff --git a/README.md b/README.md index cb356d4..90f4344 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog +### 3.7.2 +* Removed some rogue logging methods. + ### 3.7.1 * Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59) diff --git a/content-warning-v2.php b/content-warning-v2.php index 2059e55..e6983a9 100644 --- a/content-warning-v2.php +++ b/content-warning-v2.php @@ -4,7 +4,7 @@ Plugin Name: Content Warning v2 Plugin URI: http://plugish.com/plugins/content-warning-v2 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.7.1 +Version: 3.7.2 Author URI: http://plugish.com Text Domain: content-warning-v2 Domain Path: /lang @@ -45,7 +45,7 @@ class ContentWarning_v2 { */ public static $instance = null; - const VERSION = '3.7.1'; + const VERSION = '3.7.2'; /** * Rather or not scripts should be minified diff --git a/readme.txt b/readme.txt index e83d068..07adbf7 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.6.1 -Stable tag: 3.7.1 +Stable tag: 3.7.2 A plugin that provides a warning box with a ton more options completely re-written from the ground up. == Description == @@ -105,6 +105,9 @@ Please do not contact me with questions like this. If you cannot be descriptive == Changelog == += 3.7.2 = +* Removed some rogue logging methods. + = 3.7.1 = * Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59)