Changeset 1357896
- Timestamp:
- 02/25/2016 06:32:57 AM (10 years ago)
- File:
-
- 1 edited
-
exclude-category-widget/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exclude-category-widget/trunk/readme.txt
r1357892 r1357896 15 15 The widget will use for showing category list. You can exclude unwanted categories from category list. 16 16 17 For backwards compatibility, if this section is missing, the full length of the short description will be used, and18 Markdown parsed.19 17 20 A few notes about the sections above:21 22 * "Contributors" is a comma separated list of wordpress.org usernames23 * "Tags" is a comma separated list of tags that apply to the plugin24 * "Requires at least" is the lowest version that the plugin will work on25 * "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on26 higher versions... this is just the highest one you've verified.27 * Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for28 stable.29 30 Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so31 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used32 for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt`33 is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in34 your in-development version, without having that information incorrectly disclosed about the current stable version35 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag.36 37 If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where38 you put the stable version, in order to eliminate any doubt.39 18 40 19 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.