Changeset 9807
- Timestamp:
- 05/01/2020 06:37:57 AM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/readme.txt
r8440 r9807 3 3 Donate link: https://example.com/ 4 4 Tags: comments, spam 5 Requires at least: 4. 66 Tested up to: 4.75 Requires at least: 4.7 6 Tested up to: 5.4 7 7 Stable tag: 4.3 8 Requires PHP: 5.2.48 Requires PHP: 7.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 39 39 you put the stable version, in order to eliminate any doubt. 40 40 41 == Installation ==42 43 This section describes how to install the plugin and get it working.44 45 e.g.46 47 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.48 1. Activate the plugin through the 'Plugins' screen in WordPress49 1. Use the Settings->Plugin Name screen to configure the plugin50 1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)51 52 53 41 == Frequently Asked Questions == 54 42 … … 63 51 == Screenshots == 64 52 65 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 66 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 67 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 68 (or jpg, jpeg, gif). 53 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is stored in the /assets directory. 69 54 2. This is the second screen shot 70 55 … … 85 70 = 0.5 = 86 71 This version fixes a security related bug. Upgrade immediately. 87 88 == Arbitrary section ==89 90 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated91 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or92 "installation." Arbitrary sections will be shown below the built-in sections outlined above.93 72 94 73 == A brief Markdown Example == -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/readme.txt
r6391 r9807 1 1 === Plugin Name === 2 2 Contributors: (this should be a list of wordpress.org userid's) 3 Donate link: http://example.com/ 4 Requires at least: 3.0.1 5 Tested up to: 3.4 3 Donate link: https://example.com/ 4 Tags: comments, spam 5 Requires at least: 4.7 6 Tested up to: 5.4 6 7 Stable tag: 4.3 8 Requires PHP: 7.0 7 9 License: GPLv2 or later 8 License URI: http ://www.gnu.org/licenses/gpl-2.0.html10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 11 10 12 Here is a short description of the plugin. This should be no more than 150 characters. No markup here. … … 49 51 == Screenshots == 50 52 51 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 52 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 53 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 54 (or jpg, jpeg, gif). 53 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is stored in the /assets directory. 55 54 2. This is the second screen shot 56 55 … … 86 85 * third thing 87 86 88 Here's a link to [WordPress](http ://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].87 Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. 89 88 Titles are optional, naturally. 90 89 91 [markdown syntax]: http ://daringfireball.net/projects/markdown/syntax90 [markdown syntax]: https://daringfireball.net/projects/markdown/syntax 92 91 "Markdown is what the parser uses to process much of the readme file" 93 92
Note: See TracChangeset
for help on using the changeset viewer.