Skip to content

Releases: ockham/like-button

0.8.2

29 Apr 08:35
f5752ce
Compare
Choose a tag to compare
  • Update description field in block.json (c2c2ede).
  • Remove now-obsolete usesContext field from block.json (ac267e1).

Full Changelog: v0.8.1...v0.8.2

0.8.1

24 Apr 08:48
e948ed3
Compare
Choose a tag to compare

What's Changed

  • Add Playground blueprint and zip file by @ndiego in #3
  • Fill in readme.txt and plugin header by @ockham in f0ff95e

New Contributors

  • @ndiego made their first contribution in #3

Full Changelog: v0.8.0...v0.8.1

0.8.0

21 Feb 14:43
e88d129
Compare
Choose a tag to compare

Update filter signature to be compatible with https://core.trac.wordpress.org/changeset/57660.

Full Changelog: v0.7.1...v0.8.0

0.7.1

09 Feb 17:12
4dcc2bd
Compare
Choose a tag to compare

Use hooked_block_types filter to conditionally add Like Button block after Post Content block, only when used within a Single Posts template.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

25 Jan 14:04
13775d7
Compare
Choose a tag to compare

Use new hooked_block_{$block_type} filter to copy layout attribute from adjacent anchor block to hooked block.

Full Changelog: v0.6.0...v0.7.0

0.6.0

20 Dec 18:19
a07a63d
Compare
Choose a tag to compare
  • Insert after Post Content block.
  • Opt into layout block support, enabling e.g. usage in constrained layouts.
  • Remove interactivity block support (#2).
  • Some minor style tweaks.

Full Changelog: v0.5.0...v0.6.0

0.5.0

02 Oct 12:58
32bd15f
Compare
Choose a tag to compare

Remove Interactivity API dependency; now works without the Gutenberg plugin present.

0.4.1

11 Sep 17:09
12a320a
Compare
Choose a tag to compare

Forgot to bump version 🤦‍♂️

0.4.0

11 Sep 13:22
55deaff
Compare
Choose a tag to compare

Rename block.json field to blockHooks.

0.3.1

05 Sep 16:21
19ed6f7
Compare
Choose a tag to compare

Include SVG asset in plugin zip.

Note that v0.3.x of the plugin is for this PR as it uses __experimentalBlockHooks rather than __experimentalAutoInsert!