Releases: johnbillion/extended-cpts
Releases · johnbillion/extended-cpts
5.0.10
- Confirms that the library supports WordPress 6.7.
5.0.9
- Composer: allow installation of
johnbillion/args:^2.0
New Contributors
5.0.8
- Implements support for WordPress 6.6.
- Fixes a deprecation notice in the editor since WordPress 6.5.
5.0.7
- Confirms that the library supports WordPress 6.5.
5.0.6
- Confirms that the library supports WordPress 6.4.
5.0.5
- Implements full support for WordPress 6.3.
5.0.4
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
- Confirms the library is tested with WordPress 6.1
5.0.2
- Fixes a Composer installation issue, thanks @defunctl 👍
- Confirms the library is tested with WordPress 5.9
5.0.1
- Fixes an issue with the
title
argument for post type listing screen columns, thanks @huubl 👍