-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
57 lines (42 loc) · 1.61 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
=== Bookmark Card ===
Contributors: mamaduka
Tags: bookmard, card, block, blocks, link preview
Requires at least: 6.4
Tested up to: 6.6
Stable tag: 2.2.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Turn any URL into a beautiful preview card.
== Description ==
Bookmark Card will help you to display external links in a rich format. Just like, when you share links on Facebook or Twitter.
== Frequently Asked Questions ==
= Want to report a bug? =
Report issues, or collaborate, on [Github](https://github.com/Mamaduka/bookmark-card/).
== Screenshot ==
1. Default card style.
2. Horizontal card style.
== Changelog ==
= 2.2.1 - 2024-07-16 =
* Update the minimum required WordPress version to 6.4.
= 2.2.0 - 2022-11-26 =
* Add a setting to open links in a new tab.
* Update the minimum required WordPress version to 6.0.
* Remove the URLs Details API compatibility layer.
* Only display media position controls for horizontal block style.
= 2.1.1 - 2022-05-22 =
* Avoid React warning when inserting the block.
* Don't apply border styles to the placeholder.
= 2.1.0 - 2022-02-12 =
* Adds support for custom border-radius.
* Stacks horizontal Cards on smaller screens.
* Adds option to change media position for horizontal Cards.
* Fixes loading state styles when using with Gutenberg plugin.
= 2.0.0 - 2022-02-12 =
* Bumped minimum required WordPress version to 5.8.
* The plugin now uses the new "URLs Details" API shipped with WP 5.9.
* Upgraded to the Block API v2.
* Refactored the block code into functional components.
* Styling tweaks.
= 1.0.0 - 2020-11-22 =
* Initial release.