Skip to content

Releases: mindkomm/types

v2.6.0

31 Mar 12:54
ec790f6

Choose a tag to compare

2.6.0 (2026-03-31)

Features

  • Use early hook to make loading languges work in all cases (#16) (db84e81), closes #14

Bug Fixes

  • Correct function name from load_theme_textdomain to load_textdomain (d68d5a4)

v2.5.9

13 Feb 12:51
08dd444

Choose a tag to compare

2.5.9 (2026-01-30)

Bug Fixes

  • Fix a bug with sortable columns when a column has no title (510611b)

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.