Skip to content

Releases: johnbillion/extended-cpts

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.

4.5.0

12 Jan 23:29
Compare
Choose a tag to compare
  • Support for PHP 8.

4.4.1

05 Dec 20:21
Compare
Choose a tag to compare
  • Introduce some new filters. See the filters and actions documentation for all the details.
    • ext-cpts/args
    • ext-cpts/names
    • ext-taxos/args
    • ext-taxos/names
  • Fix compatibility with Composer v2
  • Fix incorrect usage of add_filter() instead of add_action()

4.4.0

08 Jul 19:43
Compare
Choose a tag to compare
  • Introduce the block_editor argument.
  • Prevent duplicate taxonomy meta boxes from appearing when the block editor is in use.
  • Fix the behaviour when using a dropdown meta box type with a hierarchical taxonomy.
  • Fix argument merging when labels or rewrite aren't arrays.

See Recent Changes for Developers for an overview of changes made in recent versions of Extended CPTs that are of interest to developers.

4.3.3

22 Apr 16:20
Compare
Choose a tag to compare
  • Show the correct Dashicon in the At a Glance dashboard widget.
  • Update some inline docs.

4.3.2

25 Aug 21:15
Compare
Choose a tag to compare
  • Switch to disabling the 'Months' dropdown server-side instead of client-side, to prevent its potentially slow query from running.

4.3.1

13 Aug 12:36
Compare
Choose a tag to compare
  • Allow an options array and options callback for the post_author filter.
  • Allow the All Authors option to be selected when there's a default value defined.
  • Switch back to applying the default filter at the admin list screen request level instead of the query level.

See Recent Changes for Developers for an overview of changes made in recent versions of Extended CPTs that are of interest to developers.

4.3.0

12 Aug 09:33
Compare
Choose a tag to compare
  • Introduce a dashboard_activity argument to show the post type in the Recently 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

08 Aug 13:34
Compare
Choose a tag to compare
  • Introduce the ability for a filter to specify a default value.
  • Introduce a meta_key_exists filter which performs a real EXISTS query rather than the truthy value query that the meta_exists filter performs.
  • Update the function used when generating post preview links
  • Make the test setup easier by automatically putting tests/.env in place.