Skip to content

Commit f81c688

Browse files
bookkeeping
1 parent ef6b9fd commit f81c688

File tree

2 files changed

+2
-87
lines changed

2 files changed

+2
-87
lines changed

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
1.0.7 - 8/19/2020
1+
1.1.0 - 8/19/2020
22
-----------------
33
* Adding autoupdater
44
* Changelog is now in Markdown
5+
* Added readme file
56

67
1.0.6 - 8/19/2020
78
-----------------

readme.txt

Lines changed: 0 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -8,89 +8,3 @@ Stable tag: 4.3
88
Requires PHP: 7.0
99
License: MIT
1010
License 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

Comments
 (0)