This repository was archived by the owner on Aug 6, 2025. It is now read-only.
Releases: jjgrainger/wp-custom-post-type-class
Releases · jjgrainger/wp-custom-post-type-class
v1.4
v1.3.3
v1.3.3
- add check if exisiting_taxonomies is an array
v1.3.2
v1.3.2
- fix register taxonomies exisiting taxonomies after post type is regitered
- fix
add_admin_columnsto work with 3rd party plugins - capital P dangit
v1.3.1
v1.3.1
- register taxonomies before post type to fix issues with taxonomy permalinks
v1.3
v1.3.0
- fix translation issues
- new method to set custom textdomain with
set_textdomain()
v1.2.4
v1.2.4
- add check if
$filterarray is empty
v1.2.3
v1.2.3
- add array check for
$this->taxonomy_settings
v1.2.2
v1.2.2
- fix issues when registering taxonomy across multiple post type
- remove wrapper function
options_merge
v1.2.1
v1.2.1
- reduce the defaults within the class
- replace contents of
options_mergefunction witharray_replace_recursive
v1.2
- allow taxonomies to be sorted with the
sortable()method - use of
.gitattributesto make package lighter when deploying for production.