Initial commit of the plugin.
[danixland-gravatar.git] / readme.txt
CommitLineData
70bd62ad 1=== Gravatar Block ===
2Contributors: danixland
3Tags: block
4Requires at least: 5.3.2
5Tested up to: 5.4.1
6Stable tag: 0.1.0
7Requires PHP: 7.0.0
8License: GPL-2.0-or-later
9License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11Simple Gutemberg Block to insert a gravatar inside a post or page.
12
13== Description ==
14
15This is the long description. No limit, and you can use Markdown (as well as in the following sections).
16
17For backwards compatibility, if this section is missing, the full length of the short description will be used, and
18Markdown parsed.
19
20== Installation ==
21
22This section describes how to install the plugin and get it working.
23
24e.g.
25
261. Upload the plugin files to the `/wp-content/plugins/danixland-gravatar` directory, or install the plugin through the WordPress plugins screen directly.
271. Activate the plugin through the 'Plugins' screen in WordPress
28
29
30== Frequently Asked Questions ==
31
32= A question that someone might have =
33
34An answer to that question.
35
36= What about foo bar? =
37
38Answer to foo bar dilemma.
39
40== Screenshots ==
41
421. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
43the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
44directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
45(or jpg, jpeg, gif).
462. This is the second screen shot
47
48== Changelog ==
49
50= 0.1.0 =
51* Release
52
53== Arbitrary section ==
54
55You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
56plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
57"installation." Arbitrary sections will be shown below the built-in sections outlined above.