mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 20:03:53 +02:00
updating versioning in the plugin and in the read me to use the x.y.z format (rather than the x.y format)
fixes #33
This commit is contained in:
parent
996f999c55
commit
0fd7ce4344
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ Donate link: http://example.com/
|
||||||
Tags: comments, spam
|
Tags: comments, spam
|
||||||
Requires at least: 3.3.1
|
Requires at least: 3.3.1
|
||||||
Tested up to: 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.
|
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 ==
|
== Changelog ==
|
||||||
|
|
||||||
= 1.0 =
|
= 1.0.0 =
|
||||||
* A change since the previous version.
|
* A change since the previous version.
|
||||||
* Another change.
|
* Another change.
|
||||||
|
|
||||||
= 0.5 =
|
= 0.0.5 =
|
||||||
* List versions from most recent at top to oldest at bottom.
|
* List versions from most recent at top to oldest at bottom.
|
||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
= 1.0 =
|
= 1.0.0 =
|
||||||
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
|
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.
|
This version fixes a security related bug. Upgrade immediately.
|
||||||
|
|
||||||
== Arbitrary section ==
|
== Arbitrary section ==
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Plugin Name: TODO
|
Plugin Name: TODO
|
||||||
Plugin URI: TODO
|
Plugin URI: TODO
|
||||||
Description: TODO
|
Description: TODO
|
||||||
Version: 1.0
|
Version: 1.0.0
|
||||||
Author: TODO
|
Author: TODO
|
||||||
Author URI: TODO
|
Author URI: TODO
|
||||||
Author Email: 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
|
* Use PHPDoc directives if you wish to be able to document the code using a documentation
|
||||||
* generator.
|
* generator.
|
||||||
*
|
*
|
||||||
* @version 1.0
|
* @version 1.0.0
|
||||||
*/
|
*/
|
||||||
class PluginName {
|
class PluginName {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue