poet

Configuration-based post type, taxonomy, block category, and block registration for Sage 10.

MIT License

Downloads
168.6K
Stars
180
Committers
13

Bot releases are visible (Hide)

poet - v2.1.0 Latest Release

Published by Log1x 5 months ago

Change log

Enhancements

New Contributors

Full Changelog: https://github.com/Log1x/poet/compare/v2.0.9...v2.1.0

poet - v2.0.9

Published by Log1x 11 months ago

Change log

Enhancements

  • chore(deps): Fix Acorn 4.x support
poet - v2.0.8

Published by Log1x about 1 year ago

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)
poet - v2.0.7

Published by Log1x over 2 years ago

Change log

Bug fixes

poet - v2.0.6

Published by Log1x over 2 years ago

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
poet - v2.0.5

Published by Log1x about 3 years ago

Change log

Enhancements

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

Published by Log1x about 3 years ago

Change log

Enhancements

  • chore(module): Update block_categories filter for WordPress 5.8 (#32)
poet - v2.0.3

Published by Log1x about 3 years ago

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
poet - v2.0.2

Published by Log1x over 3 years ago

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
poet - v2.0.1

Published by Log1x over 3 years ago

Change log

Bug fixes

  • fix(taxonomy): Fix taxonomy unregistration (hasTaxonomy method)
  • fix(docs): Fix typo block_categories to block_category (#24)
poet - v2.0.0

Published by Log1x over 3 years ago

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
poet - v1.1.5

Published by Log1x over 3 years ago

Change log

Bug fixes

  • fix(anchor): operator precedence issue with anchors (#19)
poet - v1.1.4

Published by Log1x about 4 years ago

Change log

Bug fixes

  • fix(anchors): Fix error when spreading optional anchor config
poet - v1.1.3

Published by Log1x over 4 years ago

Change log

Bug fixes

  • fix(palette): Fix editor palette registration (Fixes #9)
poet - v1.1.2

Published by kellymears over 4 years ago

Change log

Fix

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

Published by Log1x over 4 years ago

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
poet - v1.1.0

Published by Log1x over 4 years ago

Change log

Bug fixes

  • fix(poet): Add missing view function namespace
poet - v1.0.9

Published by Log1x over 4 years ago

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
poet - v1.0.8

Published by Log1x over 4 years ago

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.
poet - v1.0.7

Published by Log1x over 4 years ago

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