diff --git a/README.md b/README.md index 95a97d3..e781548 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ Please do not contact me with questions like this. If you cannot be descriptive ## Changelog +### 3.6.3 +* Category fix, fixes [#18](https://github.com/JayWood/content-warning-v3/issues/18) +* Alphabetize method names, because why not!? +* Few docblock changes + ### 3.6.2 * Dialog re-sizing fixes. diff --git a/content-warning-v3.php b/content-warning-v3.php index 9c065c4..4e27fe7 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.2 +Version: 3.6.3 Author URI: http://plugish.com Text Domain: cwv3 */ diff --git a/readme.txt b/readme.txt index c96bd05..d8a5d64 100644 --- a/readme.txt +++ b/readme.txt @@ -81,6 +81,11 @@ Please do not contact me with questions like this. If you cannot be descriptive == Changelog == += 3.6.3 = +* Category fix, fixes [#18](https://github.com/JayWood/content-warning-v3/issues/18) +* Alphabetize method names, because why not!? +* Few docblock changes + = 3.6.2 = * Dialog re-sizing fixes.