Versioning and readme updates

This commit is contained in:
Jay Wood
2015-09-05 21:16:02 -04:00
parent 229e42002c
commit 110d74c6e4
3 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
![License](https://img.shields.io/badge/License-GPLv2-orange.svg) ![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) [![Issues](https://img.shields.io/github/issues/JayWood/content-warning-v3.svg)](https://github.com/JayWood/content-warning-v3/issues)
**Current Version:** 3.6.4 **Current Version:** 3.6.5
**Tested Up To:** 4.3 **Tested Up To:** 4.3
**Author:** [Jay Wood](http://github.com/JayWood) **Author:** [Jay Wood](http://github.com/JayWood)
**Author URI:** http://plugish.com **Author URI:** http://plugish.com
@ -79,6 +79,10 @@ Please do not contact me with questions like this. If you cannot be descriptive
## Changelog ## Changelog
### 3.6.5
* Zero day ( 0 ) cookies should use sessions instead of NOT setting the cookie. [Issue #29](https://github.com/JayWood/content-warning-v3/issues/29)
* New filter for display condition - [See Wiki](https://github.com/JayWood/content-warning-v3/wiki/Dev-Documentation#hide-the-dialog-on-certain-pages-regardless-of-cookies) - [Issue #29](https://github.com/JayWood/content-warning-v3/issues/26)
### 3.6.4 ### 3.6.4
* Fixed denial redirects. [Issue #28](https://github.com/JayWood/content-warning-v3/issues/28) * Fixed denial redirects. [Issue #28](https://github.com/JayWood/content-warning-v3/issues/28)
* Fixed multiple undefined index errors on admin * Fixed multiple undefined index errors on admin

View File

@ -4,7 +4,7 @@ Plugin Name: Content Warning v2
Plugin URI: http://plugish.com/plugins/content-warning-v3 Plugin URI: http://plugish.com/plugins/content-warning-v3
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.6.4 Version: 3.6.5
Author URI: http://plugish.com Author URI: http://plugish.com
Text Domain: cwv3 Text Domain: cwv3
*/ */

View File

@ -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.3 Tested up to: 4.3
Stable tag: 3.6.4 Stable tag: 3.6.5
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 ==
@ -99,6 +99,10 @@ Please do not contact me with questions like this. If you cannot be descriptive
== Changelog == == Changelog ==
= 3.6.5 =
* Zero day ( 0 ) cookies should use sessions instead of NOT setting the cookie. [Issue #29](https://github.com/JayWood/content-warning-v3/issues/29)
* New filter for display condition - [See Wiki](https://github.com/JayWood/content-warning-v3/wiki/Dev-Documentation#hide-the-dialog-on-certain-pages-regardless-of-cookies) - [Issue #29](https://github.com/JayWood/content-warning-v3/issues/26)
= 3.6.4 = = 3.6.4 =
* Fixed denial redirects. [Issue #28](https://github.com/JayWood/content-warning-v3/issues/28) * Fixed denial redirects. [Issue #28](https://github.com/JayWood/content-warning-v3/issues/28)
* Fixed multiple undefined index errors on admin * Fixed multiple undefined index errors on admin