Skip to content

Releases: royboy789/gutenberg-object-plugin

Version 2 - Now with less Gutenberg.

15 Feb 14:22
c625713
Compare
Choose a tag to compare
  • New uid now part of each block content, really creates a way to have UNIQUE ids for your blocks
  • New API endpoints: /posts/[id]/blocks & /posts/[id]/blocks/[block-id] to grab only block data, or 1 specific block by id.
  • Some other stuff that I don't remember, and I'm putting this together while at an airport, on my way to #WCPHX... so forgive me. Read the source.

Version 1.6.0

12 Dec 14:21
Compare
Choose a tag to compare

#WordPress 5.0
Version 1.6.0 is compatible with WordPress 5.0

Version 1.5.0

26 Nov 15:36
Compare
Choose a tag to compare

Removing a lot of the filter data manipulation.
Last tested with Gutenberg version 4.5.1

Bug Fixes

21 Jul 05:40
Compare
Choose a tag to compare
  • Fix for core-list
  • editor-blocks callback to check if post content is Gutenberg, or return false.

1.4.0 - Bug Fixes

21 Jul 00:16
Compare
Choose a tag to compare

Activation Hook Fix

Version 1.3.0

13 Jul 16:13
Compare
Choose a tag to compare
  • Refactored Singleton #11
  • Added WDS Blocks Support #14
  • Composer Update #13
  • Other bug fixes and improvments

Version 1.2.0

12 Jul 04:58
Compare
Choose a tag to compare

First packaged release

  • No need for composer or npm - all packaged, ready to install on your site.