Releases: johnbillion/extended-cpts
Releases · johnbillion/extended-cpts
4.2.6
- Introduce the ability for a filter to specify a default value.
- Introduce a
meta_key_exists
filter which performs a realEXISTS
query rather than the truthy value query that themeta_exists
filter performs. - Update the function used when generating post preview links
- Make the test setup easier by automatically putting
tests/.env
in place.
4.2.5
4.2.4
4.2.3
- Fix one of the new post type labels introduced in WordPress 5.0.
4.2.2
- Adds support for the new post type labels introduced in WordPress 5.0.
4.2.1
- Add the post type and taxonomy name as a class attribute to the dashboard glance entries
- Coding standards improvements and inline docs updates
4.2.0
4.1.0
- Don't lowercase post type and taxonomy names if they look like an initialism, eg FAQ.
- Add support for the
back_to_items
taxonomy label. - Trigger a warning if a post type or taxonomy is registered before the
init
hook. - Return early if a query is sorted by a value that Extended CPTs won't be handling.
- Fix order of brackets on register taxonomy example documentation.
4.0.2
- Add some screen reader text when a post has no terms.
- Add missing translator comments.
- Inline documentation improvements.
- Coding standards.
4.0.1
- Fix a bug that prevented admin filters from being used since the merge of the Extended Taxonomies library.