WP Versioning
This commit is contained in:
@ -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 plugin based on my v2 code, while drastically deviating from the original. Used mainly for NSFW websites, this plugin provides a dialog popup to warn viewers of it's possible content.
|
Description: A plugin based on my v2 code, while drastically deviating from the original. 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.5.3
|
Version: 3.5.4
|
||||||
Author URI: http://plugish.com
|
Author URI: http://plugish.com
|
||||||
*/
|
*/
|
||||||
require_once dirname( __FILE__ ).'/inc/options.inc.php';
|
require_once dirname( __FILE__ ).'/inc/options.inc.php';
|
||||||
|
12
readme.txt
12
readme.txt
@ -3,8 +3,8 @@ Contributors: Phyrax
|
|||||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U5M6JBDKGF3EJ
|
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U5M6JBDKGF3EJ
|
||||||
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: 3.9.1
|
Tested up to: 4.0
|
||||||
Stable tag: 3.5.3
|
Stable tag: 3.5.4
|
||||||
|
|
||||||
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 ==
|
||||||
@ -56,7 +56,7 @@ This plugin provides a neat little warning and denial box to warn your users of
|
|||||||
|
|
||||||
== Frequently Asked Questions ==
|
== Frequently Asked Questions ==
|
||||||
|
|
||||||
This plugin is tested and proven to work with WordPress 3.4
|
This plugin is tested and proven to work with WordPress 4.0
|
||||||
|
|
||||||
= Why aren't you answering support questions? =
|
= Why aren't you answering support questions? =
|
||||||
|
|
||||||
@ -83,6 +83,12 @@ Please do not contact me with questions like this. If you cannot be descriptive
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.5.4 =
|
||||||
|
* [jgraup](https://github.com/jgraup) - Fixed indexing errors [issue #6](https://github.com/JayWood/content-warning-v3/issues/6)
|
||||||
|
* Output custom css, for some reason I forgot [fixes issue #3](https://github.com/JayWood/content-warning-v3/issues/3)
|
||||||
|
* Stopped using javascript:; for buttons, in some browsers that just didn't work well [fixes issue #2 and #1](https://github.com/JayWood/content-warning-v3/issues/2)
|
||||||
|
* Versioning update to WP 4.0, and tested.
|
||||||
|
|
||||||
= 3.5.3 =
|
= 3.5.3 =
|
||||||
* **HOTFIX** Cookie logic
|
* **HOTFIX** Cookie logic
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user