Versioning

This commit is contained in:
Jay Wood
2015-01-12 10:54:15 -05:00
parent 335ed326ba
commit df8101fe61
3 changed files with 11 additions and 1 deletions

View File

@ -58,6 +58,11 @@ Please do not contact me with questions like this. If you cannot be descriptive
## Changelog ## 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 ### 3.6.2
* Dialog re-sizing fixes. * Dialog re-sizing fixes.

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 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.6.2 Version: 3.6.3
Author URI: http://plugish.com Author URI: http://plugish.com
Text Domain: cwv3 Text Domain: cwv3
*/ */

View File

@ -81,6 +81,11 @@ Please do not contact me with questions like this. If you cannot be descriptive
== Changelog == == 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 = = 3.6.2 =
* Dialog re-sizing fixes. * Dialog re-sizing fixes.