diff --git a/plugin-boilerplate/README.txt b/plugin-boilerplate/README.txt index c08af75..70c19ff 100644 --- a/plugin-boilerplate/README.txt +++ b/plugin-boilerplate/README.txt @@ -4,7 +4,7 @@ Donate link: http://example.com/ Tags: comments, spam Requires at least: 3.3.1 Tested up to: 3.3.1 -Stable tag: 4.3 +Stable tag: 1.0.0 Here is a short description of the plugin. This should be no more than 150 characters. No markup here. @@ -63,19 +63,19 @@ the directory of the stable readme.txt, so in this case, `/tags/4.3/screenshot-1 == Changelog == -= 1.0 = += 1.0.0 = * A change since the previous version. * Another change. -= 0.5 = += 0.0.5 = * List versions from most recent at top to oldest at bottom. == Upgrade Notice == -= 1.0 = += 1.0.0 = Upgrade notices describe the reason a user should upgrade. No more than 300 characters. -= 0.5 = += 0.0.5 = This version fixes a security related bug. Upgrade immediately. == Arbitrary section == diff --git a/plugin-boilerplate/plugin.php b/plugin-boilerplate/plugin.php index 4de42cc..e92c281 100644 --- a/plugin-boilerplate/plugin.php +++ b/plugin-boilerplate/plugin.php @@ -3,7 +3,7 @@ Plugin Name: TODO Plugin URI: TODO Description: TODO -Version: 1.0 +Version: 1.0.0 Author: TODO Author URI: TODO Author Email: TODO @@ -35,7 +35,7 @@ License: * Use PHPDoc directives if you wish to be able to document the code using a documentation * generator. * - * @version 1.0 + * @version 1.0.0 */ class PluginName {