Releases: johnbillion/extended-cpts
Releases · johnbillion/extended-cpts
4.3.0
- Introduce a
dashboard_activity
argument to show the post type in theRecently Published
section of the dashboard. - Add support for a
title_icon
argument for more easily showing accessible dashicons in column titles. - Add support for a
title_cb
argument for completely custom column titles. - Introduce a
post_author
post type listing screen filter that shows a dropdown list of authors for the post type. - Introduce a
post_date
post type listing screen filter for the post date with a date picker control. - Introduce an action and a filter which allows a filter control's UI and query vars to be overridden.
- Coding standards improvements.
See Recent Changes for Developers for an overview of changes made in recent versions of Extended CPTs that are of interest to developers.
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.