diff --git a/README.md b/README.md index da37b32..95a97d3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A plugin that provides a warning box with a ton more options completely re-writt * Complete core rewrite, I threw everything out the window and wrote this from scratch. * Some new options as requested FREQUENTLY * You just need to check this out, you really do... +* Page Caching now supported [Check the Youtube Video](https://www.youtube.com/watch?v=0_ZNojpYuwk) | [Download from Official Wordpress.org](http://wordpress.org/plugins/content-warning-v2) @@ -57,6 +58,9 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog +### 3.6.2 +* Dialog re-sizing fixes. + ### 3.6.1 * Cookie HOTFIX diff --git a/content-warning-v3.php b/content-warning-v3.php index 6f57921..9c065c4 100644 --- a/content-warning-v3.php +++ b/content-warning-v3.php @@ -4,7 +4,7 @@ Plugin Name: Content Warning v2 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. Author: Jerry Wood Jr. -Version: 3.6.1 +Version: 3.6.2 Author URI: http://plugish.com Text Domain: cwv3 */ diff --git a/readme.txt b/readme.txt index a1386e3..c96bd05 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.0 -Stable tag: 3.6.1 +Stable tag: 3.6.2 A plugin that provides a warning box with a ton more options completely re-written from the ground up. == Description == @@ -21,6 +21,7 @@ This plugin provides a neat little warning and denial box to warn your users of * Complete core rewrite, I threw everything out the window and wrote this from scratch. * Some new options as requested FREQUENTLY * You just need to check this out, you really do... +* Page Caching now supported [youtube http://www.youtube.com/watch?v=0_ZNojpYuwk] @@ -80,6 +81,9 @@ Please do not contact me with questions like this. If you cannot be descriptive == Changelog == += 3.6.2 = +* Dialog re-sizing fixes. + = 3.6.1 = * Cookie HOTFIX