Skip to content

Releases: johnbillion/extended-cpts

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.

4.2.5

27 Jun 21:12
Compare
Choose a tag to compare
  • Ensure the filter control always uses an available post type label. Fixes #121.

4.2.4

17 Jun 20:24
Compare
Choose a tag to compare
  • Improve accessibility by using explicit form field labels where appropriate. Fixes #119.
  • Handle the change in default hierarchical post type query vars in WordPress 5.0.2.

4.2.3

08 Dec 15:28
Compare
Choose a tag to compare
  • Fix one of the new post type labels introduced in WordPress 5.0.

4.2.2

06 Dec 18:55
Compare
Choose a tag to compare
  • Adds support for the new post type labels introduced in WordPress 5.0.

4.2.1

04 Oct 19:18
Compare
Choose a tag to compare
  • 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

01 Nov 17:01
Compare
Choose a tag to compare
  • Adds support for any value that can be passed through strtotime() when using an admin column that uses date_format. Previously this was restricted to just Unix and MySQL format timestamps. See #77.

4.1.0

23 Oct 20:54
Compare
Choose a tag to compare
  • 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

29 Aug 13:13
Compare
Choose a tag to compare
  • Add some screen reader text when a post has no terms.
  • Add missing translator comments.
  • Inline documentation improvements.
  • Coding standards.