- fix error with taxonomy arrays when generating columns
- run
custom_populate_columns
callbacks usingcall_user_func_array()
- add post updated messages
- add flush method
- add check if exisiting_taxonomies is an array
- fix register taxonomies exisiting taxonomies after post type is regitered
- fix
add_admin_columns
to work with 3rd party plugins - capital P dangit
- register taxonomies before post type to fix issues with taxonomy permalinks
- fix translation issues
- new method to set custom textdomain with
set_textdomain()
- add check if
$filter
array is empty
- add array check for
$this->taxonomy_settings
- fix issues when registering taxonomy across multiple post type
- remove wrapper function
options_merge
- reduce the defaults within the class
- replace contents of
options_merge
function witharray_replace_recursive
- allow taxonomies to be sorted with the
sortable()
method - use of
.gitattributes
to make package lighter when deploying for production.
- make repository a composer package
- ability to use dashicons with
menu_icon()
method - removed old custom icon functions
- fixed issue with registering taxonomies
- fixed issue with options merge, now accepts boolean
- register_taxonomy method can now register exisiting taxonomies to post type