Skip to content

Releases: Log1x/poet

v2.0.0

11 Mar 05:28
Compare
Choose a tag to compare

Change log

BREAKING CHANGES

  • BREAKINGCHANGE(config): Rename menu to admin_menu
  • BREAKINGCHANGE(config): Rename categories to block_categories
  • BREAKINGCHANGE(anchors): Anchors have been deprecated from Poet. Gutenberg handles them well enough now.

Enhancements

  • enhance(poet): Split Poet into modules (Fixes #10)
  • enhance(poet): Refactor and improve code of project
  • chore(deps): Bump dependencies
  • enhance(poet): Move Collection into a trait to avoid using the global collect() function (Fixes #15)
  • enhance(admin-menu): Rewrite Admin Menu module to not use $GLOBALS
  • enhance(admin-menu): Allow configuring the admin page slug when moving admin menu items
  • chore(ci): Move to GitHub actions

v1.1.5

09 Feb 00:40
7585d23
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(anchor): operator precedence issue with anchors (#19)

v1.1.4

23 Sep 00:49
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(anchors): Fix error when spreading optional anchor config

v1.1.3

05 Jul 14:20
96a7a1d
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(palette): Fix editor palette registration (Fixes #9)

v1.1.2

23 May 04:18
58845ee
Compare
Choose a tag to compare

Change log

Fix

  • Allow for undefined configuration keys.
  • Fix deprecated unparenthesized ternaries (PHP 7.4 compatibility)

v1.1.1

21 May 02:38
a2a70be
Compare
Choose a tag to compare

Change log

Enhancementts

  • feat(post): Add support for automatically adding heading anchor ID attributes to post types.
  • feat(adminmenu): Add feature to clean up admin menu
  • chore(docs): Re-prioritize sections
  • chore(package): Set package discovery/publish category to config
  • fix(changelog): Add missing entry for v1.1.0
  • enhance(poet): Handle collections more efficiently

v1.1.0

06 May 01:34
38d7ae9
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(poet): Add missing view function namespace

v1.0.9

30 Apr 20:29
f6f7d8d
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(poet): Add editor color palette support
  • chore(readme): Add editor color palette examples to README
  • chore(readme): Small nagging edits
  • chore(composer): update description

v1.0.8

30 Apr 08:31
814e063
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(poet): Add block category support
  • enhance(poet): Make the post type, taxonomy, and block registration loop more performant.
  • chore(deps): Bump dependencies
  • chore(docs): Add block category examples to README

Bug fixes

  • fix(post): Fix post type registration when using multiple string keys.
  • fix(taxonomy): Fix taxonomy registration when using multiple string keys.

v1.0.7

01 Apr 09:14
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(posttype): Allow unregistering existing post types by setting it to false
  • enhance(taxonomy): Allow unregistering existing taxonomies by setting it to false
  • chore(docs): Update docs with unregister examples