Skip to content

Releases: mindkomm/types

2.2.2

08 Oct 06:55

Choose a tag to compare

  • Updated post slug feature to not run when a post is being trashed.
  • Fixed bug when a post slug couldn’t be set when a date couldn’t be parsed. When the date can’t be parsed, the post slug won’t be changed.

2.2.1

08 Oct 06:55

Choose a tag to compare

  • Fixed bug when certain values didn’t exist yet for a post.

2.2.0

20 Sep 09:07

Choose a tag to compare

  • Added better handling of labels by updating the messages displayed in the backend and making it possible to properly translate the labels. This will open up the repository for additional languages.
  • Added new function update() to update the settings for existing post types and taxonomies.
  • Added new function rename() to rename existing post types and taxonomies.
  • Added option for post types to have separate queries with a frontend and backend argument for query.
  • Fixed when a post slug wasn’t updated on first save.

2.1.0

20 Sep 09:07

Choose a tag to compare

  • Added new function admin_columns() to customize admin columns for already registered post types.
  • Added special thumbnail column key to display the featured image.
  • Added sortable option for a column to define whether it’s sortable.

2.0.0 – Types!

20 Sep 09:07

Choose a tag to compare

  • Renamed package from «Custom Types» to just «Types».
  • Renamed classes.
  • Renamed registration methods.
  • Added helper class to customize post slugs when posts are saved.

1.1.0

21 Aug 09:21

Choose a tag to compare

  • Added query argument to define how posts are queried in the front- and backend.
  • Added admin_columns argument to define the admin columns that should be displayed.

You can find more information in the Readme.