Skip to content

Releases: johnbillion/extended-cpts

5.0.7

02 Apr 22:30
Compare
Choose a tag to compare
  • Confirms that the library supports WordPress 6.5.

5.0.6

17 Nov 01:35
Compare
Choose a tag to compare
  • Confirms that the library supports WordPress 6.4.

5.0.5

21 Aug 00:10
Compare
Choose a tag to compare
  • Implements full support for WordPress 6.3.

5.0.4

23 Jun 21:03
Compare
Choose a tag to compare

What's Changed

  • Check if a post type has been returned before altering its messages by @roygbyte in #203
  • Test WordPress 6.2 and PHP 8.2 in CI workflow by @chrillep in #213

New Contributors

5.0.3

14 Dec 00:08
Compare
Choose a tag to compare
  • Confirms the library is tested with WordPress 6.1

5.0.2

30 Apr 14:42
Compare
Choose a tag to compare
  • Fixes a Composer installation issue, thanks @defunctl 👍
  • Confirms the library is tested with WordPress 5.9

5.0.1

13 Feb 16:21
Compare
Choose a tag to compare
  • Fixes an issue with the title argument for post type listing screen columns, thanks @huubl 👍

5.0.0

20 Jan 22:17
Compare
Choose a tag to compare

This is mostly a release to modernise the internal code in the library, with some fixes and potentially breaking changes.

  • The minimum supported PHP version is now 7.4
  • The minimum officially supported version of WordPress is now 5.6
  • An admin column custom callback function now receives the WP_Post object as its first parameter (use this instead of the $post global) - #135
  • Internal PHP classes were namespaced and renamed which means you may need to update any strictly typed parameters when using the ext-cpts/* or ext-taxos/* actions - See https://github.com/johnbillion/extended-cpts/wiki/Available-filters-and-actions for details
  • Post types are now included in the Recently Published dashboard section by default (dashboard_activity argument) - #163
  • Potentially incorrectly displayed dates for admin columns that use date_format have been fixed - #105
  • New actions were introduced: ext-cpts/{post_type}/admin-instance and ext-taxos/{taxonomy}/admin-instance - #166

4.5.2

21 Mar 00:28
Compare
Choose a tag to compare
  • Support for new labels added in WordPress 5.7 and some upcoming in 5.8.
  • Fixes for admin columns when customising the attachment post type.

4.5.1

31 Jan 14:38
Compare
Choose a tag to compare
  • Correct the taxonomy admin screen column action that should be a filter.