This repository was archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathreadme.txt
More file actions
55 lines (37 loc) · 1.56 KB
/
readme.txt
File metadata and controls
55 lines (37 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=== 10up Plugin Scaffold ===
Contributors: 10up
Tags:
Requires at least: 4.9
Tested up to: 5.5
Requires PHP: 7.2
Stable tag: 0.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A brief description of the plugin.
== Description ==
This is the long description. No limit, and you can use Markdown (as well as in the following sections).
For backwards compatibility, if this section is missing, the full length of the short description will be used, and
Markdown parsed.
A few notes about the sections above:
* "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames
* "Tags" is a comma separated list of tags that apply to the plugin
* "Requires at least" is the lowest version that the plugin will work on
* "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on
higher versions... this is just the highest one you've verified.
* Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for
stable.
== Installation ==
= Manual Installation =
1. Upload the entire `/tenup-scaffold` directory to the `/wp-content/plugins/` directory.
2. Activate 10up Scaffold through the 'Plugins' menu in WordPress.
== Frequently Asked Questions ==
= A question that someone might have =
An answer to that question.
== Screenshots ==
1. This screenshot description corresponds to screenshot-1.png in the /.wordpress-org directory.
== Changelog ==
= 0.1.0 =
* First release
== Upgrade Notice ==
= 0.1.0 =
First Release