Skip to content

Releases: johnbillion/extended-cpts

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.

4.0.1

28 Aug 22:02
Compare
Choose a tag to compare
  • Fix a bug that prevented admin filters from being used since the merge of the Extended Taxonomies library.