From 13d4d12b9faf1f8d509d3c75a4476a09a30cd009 Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Sat, 15 Oct 2016 16:28:24 -0400 Subject: [PATCH] Versioning --- README.md | 5 ++++- content-warning-v2.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 243a058..cb356d4 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.7 +**Current Version:** 3.7.1 **Tested Up To:** 4.6.1 **Author:** [Jay Wood](http://github.com/JayWood) **Author URI:** http://plugish.com @@ -75,6 +75,9 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog +### 3.7.1 +* Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59) + ### 3.7 * Fixed an opacity bug where if user set opacity to 0, it was ignored. This should no longer happen. * Move to the settings API, drop JW Simple Options framework ( I was a newbie when I made it ). Fixes [#45](https://github.com/JayWood/content-warning-v3/issues/45) diff --git a/content-warning-v2.php b/content-warning-v2.php index 3499846..ccc2d0f 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 +Version: 3.7.1 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'; + const VERSION = '3.7.1'; /** * Rather or not scripts should be minified diff --git a/readme.txt b/readme.txt index bc595d6..e83d068 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 +Stable tag: 3.7.1 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.1 = +* Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59) + = 3.7 = * Fixed an opacity bug where if user set opacity to 0, it was ignored. This should no longer happen. * Move to the settings API, drop JW Simple Options framework ( I was a newbie when I made it ). Fixes [#45](https://github.com/JayWood/content-warning-v3/issues/45)