@@ -8,89 +8,3 @@ Stable tag: 4.3
88Requires PHP: 7.0
99License: MIT
1010License URI:
11-
12- Here is a short description of the plugin. This should be no more than 150 characters. No markup here.
13-
14- == Description ==
15-
16- This is the long description. No limit, and you can use Markdown (as well as in the following sections).
17-
18- For backwards compatibility, if this section is missing, the full length of the short description will be used, and
19- Markdown parsed.
20-
21- A few notes about the sections above:
22-
23- * "Contributors" is a comma separated list of wordpress.org usernames
24- * "Tags" is a comma separated list of tags that apply to the plugin
25- * "Requires at least" is the lowest version that the plugin will work on
26- * "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on
27- higher versions... this is just the highest one you've verified.
28- * Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
29- stable.
30-
31- Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so
32- 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 used
33- for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt`
34- is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in
35- your in-development version, without having that information incorrectly disclosed about the current stable version
36- that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag.
37-
38- If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where
39- you put the stable version, in order to eliminate any doubt.
40-
41- == Frequently Asked Questions ==
42-
43- = A question that someone might have =
44-
45- An answer to that question.
46-
47- = What about foo bar? =
48-
49- Answer to foo bar dilemma.
50-
51- == Screenshots ==
52-
53- 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is stored in the /assets directory.
54- 2. This is the second screen shot
55-
56- == Changelog ==
57-
58- = 1.0 =
59- * A change since the previous version.
60- * Another change.
61-
62- = 0.5 =
63- * List versions from most recent at top to oldest at bottom.
64-
65- == Upgrade Notice ==
66-
67- = 1.0 =
68- Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
69-
70- = 0.5 =
71- This version fixes a security related bug. Upgrade immediately.
72-
73- == A brief Markdown Example ==
74-
75- Ordered list:
76-
77- 1. Some feature
78- 1. Another feature
79- 1. Something else about the plugin
80-
81- Unordered list:
82-
83- * something
84- * something else
85- * third thing
86-
87- Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
88- Titles are optional, naturally.
89-
90- [markdown syntax]: https://daringfireball.net/projects/markdown/syntax
91- "Markdown is what the parser uses to process much of the readme file"
92-
93- Markdown uses email style notation for blockquotes and I've been told:
94- > Asterisks for *emphasis*. Double it up for **strong**.
95-
96- `<?php code(); // goes in backticks ?>`
0 commit comments