Skip to content

Releases: Log1x/poet

v1.0.6

31 Mar 18:28
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(post): Actually fix post type registration

v1.0.5

31 Mar 18:17
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(post): Fix post type registration

v1.0.4

31 Mar 09:56
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(block): Fix block registration

v1.0.3

28 Mar 15:40
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(block): Fix namespace TextDomain fallback returning empty
  • fix(post): Fix registering posts with only a string
  • fix(taxonomy): Fix registering taxonomies with only a string

Enhancements

  • enhance(poet): Clean up and seperate post type and taxonomy registration methods
  • enhance(poet): Use Arr::get() for handling array getters with fallback values
  • chore(config): Lowercase instances of "block"

v1.0.2

25 Mar 00:26
db1be36
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(block): Use current theme text domain if no namespace is given on registered block.
  • enhance(poet): Improve and optimize the Poet class.
  • enhance(poet): Optimize and split the register() method.
  • enhance(poet): Improve and merge post type and taxonomy registration implementations.
  • enhance(block): Improve the block registration implementation.
  • enhance(block): Move content conditional to standalone isEmpty() method.
  • chore(poet): Bump minimum PHP to 7.2.5
  • chore(poet): Make method docblocks more verbose.
  • chore(config): Improve english in docblock.
  • chore(docs): Improve README.md documentation
  • chore(license): Bump license to 2020.

v1.0.1

24 Mar 06:26
Compare
Choose a tag to compare

Change log

Enhancements

  • Add support for rendering registered Blocks with Blade.

v1.0.0

10 Nov 09:12
Compare
Choose a tag to compare

Initial release