Skip to content

Releases: mindkomm/types

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.

2.4.3

13 Nov 13:47

Choose a tag to compare

This release improves compatibility with multisite environments, especially when working with MultilingualPress.

  • Fixed bug when page archives didn’t work in multilingual multisite environments.
  • Fixed bug when proper archive link couldn’t be selected in multisite environment.

2.4.2

17 Oct 13:17

Choose a tag to compare

  • Fixed a bug when no page was selected for a custom post type archive in Post_Type_Page_Option.

2.4.1

05 Aug 11:26

Choose a tag to compare

  • Added filter to update the title for the post type archive when using post_type_archive_title().

2.4.0

28 Jun 08:36

Choose a tag to compare

  • Added Post_Type_Page_Option class, which registers an option to select the page to act as the custom post type archive in the Customizer for you.
  • Added Post_Type_Page_State class, which adds a post state label to the the pages overview in the admin to recognize pages that act as custom post type archives quicker.

Read more about these functionalities in the page_for_archive section in the README.

2.3.2

07 Jun 09:19

Choose a tag to compare

  • Added edit page link to admin bar for archive pages.

2.3.1

18 Mar 14:25

Choose a tag to compare

  • Fixed CSS classes added to parent and ancestor menu items.

2.3.0

06 Mar 12:24

Choose a tag to compare

  • Added new Types\Post_Type_Page class. This class allows you to define a page that should act as the archive for a Custom Post Type using the page_for_archive option.
  • Fixed a bug with an undefined function #2 (Thanks @roylodder).

2.2.3

17 Jan 12:58

Choose a tag to compare