Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Releases: jjgrainger/wp-custom-post-type-class

v1.4

11 Aug 08:45

Choose a tag to compare

v1.4
  • fix error with taxonomy arrays when generating columns
  • run custom_populate_columns callbacks using call_user_func_array()
  • add post updated messages
  • add flush method

v1.3.3

01 Jun 14:31

Choose a tag to compare

v1.3.3
  • add check if exisiting_taxonomies is an array

v1.3.2

30 May 21:43

Choose a tag to compare

v1.3.2
  • fix register taxonomies exisiting taxonomies after post type is regitered
  • fix add_admin_columns to work with 3rd party plugins
  • capital P dangit

v1.3.1

29 Mar 16:55

Choose a tag to compare

v1.3.1
  • register taxonomies before post type to fix issues with taxonomy permalinks

v1.3

10 Dec 23:20

Choose a tag to compare

v1.3.0
  • fix translation issues
  • new method to set custom textdomain with set_textdomain()

v1.2.4

17 Jul 12:29

Choose a tag to compare

v1.2.4
  • add check if $filter array is empty

v1.2.3

13 Jun 10:02

Choose a tag to compare

v1.2.3
  • add array check for $this->taxonomy_settings

v1.2.2

06 Jun 15:29

Choose a tag to compare

v1.2.2
  • fix issues when registering taxonomy across multiple post type
  • remove wrapper function options_merge

v1.2.1

13 Mar 09:44

Choose a tag to compare

v1.2.1
  • reduce the defaults within the class
  • replace contents of options_merge function with array_replace_recursive

v1.2

04 Feb 10:58

Choose a tag to compare

  • allow taxonomies to be sorted with the sortable() method
  • use of .gitattributes to make package lighter when deploying for production.