Changelog
Last updated
Last updated
v2.2.1
merge : Update tests
merge : Fix empty array if taxonomy query var is null
merge : Fix docblock definition
v2.2
merge : Fix Taxonomy dropdown filter
merge : Fix Modify Existing Objects
merge : fix issue 71
merge : Allow setting false to sort by alphabetical
merge : Update docs and README examples
merge : Maintenance
v2.1
merge : add PHP 7.2 Compatibility
merge : Make sure the "orderby" query var is a string when sorting by columns.
merge : Fix column mismatch broken sort
merge : Grammar mistakes corrected
merge : Fix incorrect property types
merge : Allow for multiple taxonomies and post types to be added
merge : Update Taxonomy columns documentation
merge : Update minimum PHP version, phpunit and phpcs
v2.0.1
update minimum php version to 5.6
v2.0
create Taxonomy class
v1.1.2
fix PHPCS as dev requirement
add version to composer json
v1.1.1
v1.1
merge : Use wp_dropdown_categories function for post filtering selectbox
fix : add unit tests
fix and : generating duplicate columns
fix and : translations not working
fix : add columns()
to Taxonomy class
update
fix : Error with $addTaxonomy
fix : problem registering existing taxonomies
add : Add PHPCS and Travic integration
merge : Add labels()
method to PostTypes