-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
71 lines (52 loc) · 2.12 KB
/
readme.txt
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=== Game Review Block ===
Contributors: MarcDK
Tags: block, review, schema, rating, shortscore
Requires at least: 5.9
Tested up to: 6.7
Stable tag: 4.3.3
Requires PHP: 7.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
== Description ==
Add a review rating block with a score from 1 to 10 to your post. Adds schema.org meta data for Rich Results in search engines.
= Features =
* Easily extend your Gutenberg posts with a review box.
* Add a rating score, game title and a short description. That's it.
* schema.org structured data and html microformats are added automatically.
* Valid HTML output.
* Inherits the style and typography of your theme.
* 4 blocks: Game Review Box, Game List, Game Table and Random Game.
* Game Review add your review box.
* Game List adds a list of all your rated games.
* Random Game displays a random game title and links it to the coresponding post.
Contribute to this plugin on [GitHub](https://github.com/mtoensing/game-review-block).
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/game-review` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
== Changelog ==
= 4.3 =
* Added sorting urls to review table.
* Tested with recent WordPress version.
= 4.2 =
* CSS fix for link color on hover.
= 4.0.7 =
* Blocks have better names
* Removed font-size from Random Block.
= 4.0.0 =
* New: Game Table Block with sorting
= 3.9.3 =
* Tested with WordPress 6.4.
* Removed deprecated filter function.
= 3.9.2 =
* Fixed: Line-break with decimal ratings.
= 3.9.1 =
* Compatible with WordPress 6.3
= 3.9 =
* Feature: Random game block allows to set a minimum rating.
= 3.7 =
* Added animation to the game review block with vanilla js.
== Screenshots ==
1. Game Review block in Gutenberg editor.
2. Game Review block in the theme
3. Game Review blocks: game-list, review-box, random-game