Skip to content

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

v1.4

11 Aug 08:45
Compare
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
Compare
Choose a tag to compare
v1.3.3
  • add check if exisiting_taxonomies is an array

v1.3.2

30 May 21:43
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.2.4
  • add check if $filter array is empty

v1.2.3

13 Jun 10:02
Compare
Choose a tag to compare
v1.2.3
  • add array check for $this->taxonomy_settings

v1.2.2

06 Jun 15:29
Compare
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
Compare
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
Compare
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.