Skip to content

Releases: mindkomm/types

v2.5.8

12 Dec 14:42
c0eae26

Choose a tag to compare

2.5.8 (2025-12-12)

Bug Fixes

  • Fix a bug when post types couldn’t be renamed (4a33bb2)

v2.5.7

22 Sep 07:43
532c0fc

Choose a tag to compare

2.5.7 (2025-04-23)

Bug Fixes

  • Fix a bug with environments where site_url() is different to home_url() (#9) (77ee7f7)
  • i18n: Update post type labels (#10) (6d3c6d6)

2.5.6

13 Oct 06:32

Choose a tag to compare

  • Fixed return type for label filter.
  • Fixed bugs when trying to access column data on columns that are not arrays (e.g. when column is set to false).
  • Improved default compatibility with custom permalink structure when using the page_for_archive option.

Full Changelog: 2.5.5...2.5.6

2.5.5

30 Nov 12:44

Choose a tag to compare

  • Fixed a bug with orderby query parameters that are arrays

2.5.4

19 Aug 14:13

Choose a tag to compare

  • Fixed an error notice when deactivating admin columns with false.

2.5.3

18 Aug 07:35

Choose a tag to compare

  • Added a new column_order argument for the admin_columns option.
  • Added a new image type for the admin_columns option.
  • Added a new custom type for the admin_columns option.
  • Fixed a bug when updating the label for a custom post type didn’t work properly.
  • Fixed a bug when search for meta for title (see #7, thanks @szepeviktor).

2.5.2

29 Jul 07:41

Choose a tag to compare

  • Fixed a bug when wrong translation loaded in admin.
  • Fixed a bug when searching for post titles didn’t work in combination with meta value searches.
  • Fixed some code style issues (thanks, @szepeviktor).

2.5.1

29 Jul 07:40

Choose a tag to compare

  • Fixed a PHP notice.

2.5.0

08 Jul 06:33

Choose a tag to compare

  • Fixed sortable parameter for the admin_columns option. Sorting didn’t work properly before. It should work now.
  • Changed default for sortable parameter for the admin_columns option from true to false.
  • Added new orderby parameter for the admin_columns option that will be used in combination with the sortable parameter.
  • Fixed a bug when the query option was interfering with sorting queries in post list tables.

2.4.4

11 Feb 17:36

Choose a tag to compare

  • Added Dutch translations in #3 (Thanks, @royvantoren!).
  • Added searchable option as an option for admin columns to make meta columns searchable.
  • Changed default column type for admin columns from default to meta to be more explicit.