Skip to content

Releases: Log1x/poet

v2.1.0

05 Jun 23:37
5376493
Compare
Choose a tag to compare

Change log

Enhancements

  • 🔧 Change the init hook priority to 4 for improved compatibility by @Log1x in #60
  • 🧑‍💻 Pass additional arguments to register_block_type by @broskees in #56

New Contributors

Full Changelog: v2.0.9...v2.1.0

v2.0.9

16 Nov 23:50
9a7c17f
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): Fix Acorn 4.x support

v2.0.8

29 Jul 08:22
c45cb13
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(admin-menu): Allow post types to be moved to tools (#47)

Bug fixes

  • fix(block-patterns): Use content instead of a view if it exists (Fixes #52) (#53)
  • fix(docs): Fix build status badge
  • chore(readme): update broken link (#41)

v2.0.7

13 Jun 08:25
709c535
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix: Remove is_admin() condition on block patterns & block categories (#40)

v2.0.6

16 Feb 21:49
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): bump extended-cpts to 5.0.1 (#38)
  • chore(deps): bump minimum PHP version
  • chore(ci): remove php7.3 from workflow

v2.0.5

06 Sep 17:06
7bb298c
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(deps): Bump extended-cpts to fix WP 5.7 + 5.8 label changes

v2.0.4

05 Aug 00:00
2ec4995
Compare
Choose a tag to compare

Change log

Enhancements

  • chore(module): Update block_categories filter for WordPress 5.8 (#32)

v2.0.3

22 Jul 10:40
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(module): add support for registering block patterns with blade partials as content (#31)
  • feat(module): add support for block pattern categories
  • chore(docs): add block patterns to README
  • chore(docs): add block pattern categories to README

v2.0.2

14 Jul 16:47
75d0af5
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(config): Fix block_category key typo (Fixes #29)
  • fix(poet): Remove priority from init hook
  • fix(poet): Swap taxonomy and post type load order (#28)

Enhancements

  • chore(docs): Add Blade view note to taxonomy docs

v2.0.1

30 Jun 20:28
e01715f
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(taxonomy): Fix taxonomy unregistration (hasTaxonomy method)
  • fix(docs): Fix typo block_categories to block_category (#24)