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