Skip to content

Releases: gebruederheitz/wp-easy-cpt

2.3.3: Bugfix release

15 Jan 09:33
761138c
Compare
Choose a tag to compare
  • Merge branch 'main' of github.com:gebruederheitz/wp-easy-cpt into main (166ee8a)
  • fix: Type declarations for onAllowedBlockTypes (1db9405)

2.3.2: Maintenance release

02 Nov 23:12
Compare
Choose a tag to compare
  • [fix] phpstan-compatible typings for $entities (a4f75cd)

2.3.1: Bugfix release

22 Oct 22:30
Compare
Choose a tag to compare
  • [fix] Use correct array merge function (fa19ab1)

2.3.0: Expose post-to-entity mapping method

22 Oct 11:18
Compare
Choose a tag to compare
  • [feat] Extract post to entity mapping into separate method (57e0fa7)

2.2.0: Custom queries in post type repository

22 Oct 11:12
Compare
Choose a tag to compare
  • [feat] Allow custom queries in getPosts() (89e583f)

2.1.1: Bugfix release

21 Oct 11:57
Compare
Choose a tag to compare
  • [fix] Apply metabox context (i.e. location) from inheriting post type class (4709092)
  • [docs] Fix documentation for editRegistrationArgs (46b66c1)

2.1.0: Custom metabox position

08 Jun 11:52
49e3c7f
Compare
Choose a tag to compare
  • [feat] Add the ability to customize the metabox' position (context) (b21ebd6) See README for usage.

2.0.0: Improved typings with generics

08 Jun 11:43
Compare
Choose a tag to compare

Breaking changes

  • Added a setter method setPostId(int $postId) to the interface StorableEntity, as that method had already been called by AbstractRepository. You will have to add that method to any Entity implementing StorableEntity.

Features

  • [feat] Use generic typings for Repository classes (f492912)

1.0.2: PHP8 compatibility

08 Feb 17:18
Compare
Choose a tag to compare
  • [chore] Code style (9d2286b)
  • [chore] Code style (6b0e00b)
  • [chore] Add code quality tools and release-it configuration (19a5484)
  • [chore] PHP 8.x compatibility (bd33b69)

1.0.1: Bugfix release

31 Jan 21:23
Compare
Choose a tag to compare

Fixes an issue where self:: was used instead of static:: in the extensible AbstractRepository class.