Releases: Log1x/poet
Releases · Log1x/poet
v1.0.6
v1.0.5
v1.0.4
v1.0.3
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
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.