Bump version, update changelogs
This commit is contained in:
@ -75,6 +75,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 3.7.2
|
||||||
|
* Removed some rogue logging methods.
|
||||||
|
|
||||||
### 3.7.1
|
### 3.7.1
|
||||||
* Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59)
|
* 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
|
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.
|
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.
|
Author: Jerry Wood Jr.
|
||||||
Version: 3.7.1
|
Version: 3.7.2
|
||||||
Author URI: http://plugish.com
|
Author URI: http://plugish.com
|
||||||
Text Domain: content-warning-v2
|
Text Domain: content-warning-v2
|
||||||
Domain Path: /lang
|
Domain Path: /lang
|
||||||
@ -45,7 +45,7 @@ class ContentWarning_v2 {
|
|||||||
*/
|
*/
|
||||||
public static $instance = null;
|
public static $instance = null;
|
||||||
|
|
||||||
const VERSION = '3.7.1';
|
const VERSION = '3.7.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Rather or not scripts should be minified
|
* 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
|
Tags: warning, message, lading page, front page, enter page, adult content, consent, age verification, validation
|
||||||
Requires at least: 3.5
|
Requires at least: 3.5
|
||||||
Tested up to: 4.6.1
|
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.
|
A plugin that provides a warning box with a ton more options completely re-written from the ground up.
|
||||||
== Description ==
|
== Description ==
|
||||||
@ -105,6 +105,9 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.7.2 =
|
||||||
|
* Removed some rogue logging methods.
|
||||||
|
|
||||||
= 3.7.1 =
|
= 3.7.1 =
|
||||||
* Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59)
|
* Fixed category saving in options Fixes [#59](https://github.com/JayWood/content-warning-v3/issues/59)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user