Bump version, update changelogs
This commit is contained in:
parent
461689a968
commit
28f24e2ffb
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user