Releases: jjgrainger/PostTypes
Releases · jjgrainger/PostTypes
v2.2.1
What's Changed
- fix docblock definition by @jakubmikita in #88
- empty array if taxonomy query var is null by @Barny-Thorpe in #93
- Update tests by @jjgrainger in #95
- Release v2.2.1 by @jjgrainger in #96
New Contributors
- @jakubmikita made their first contribution in #88
- @Barny-Thorpe made their first contribution in #93
Full Changelog: v2.2...v2.2.1
v2.2
v2.2
- merge pull requests #81: Fix Taxonomy dropdown filter
- merge pull requests #80: Fix Modify Existing Objects
- merge pull requests #72: fix issue 71
- merge pull requests #74: Allow setting false to sort by alphabetical
- merge pull requests #79: Update docs and README examples
- merge pull requests #78: Maintenance
v2.1
v2.1
- merge pull reqeuest #45: add PHP 7.2 Compatibility
- merge pull reqeuest #46: Make sure the "orderby" query var is a string when sorting by columns.
- merge pull reqeuest #55: Fix column mismatch broken sort
- merge pull reqeuest #56: Grammar mistakes corrected
- merge pull reqeuest #61: Fix incorrect property types
- merge pull reqeuest #62: Allow for multiple taxonomies and post types to be added
- merge pull reqeuest #63: Update Taxonomy columns documentation
- merge pull reqeuest #64: Update minimum PHP version, phpunit and phpcs
v2.0.1
v2.0.1
- merge pull reqeuest #19: Use wp_dropdown_categories function for post filtering selectbox
- update minimum php version to 5.6
v2.0
v1.1.2
v1.1.2
- fix PHPCS as dev requirement
- add version to composer json
v1.1.1
v1.1
v1.1
- fixed issue #6: problem registering existing taxonomies
- add issue #1: Add PHPCS and Travic integration
- Merged pull request #3: Add
labels()
method toPostTypes
v1.0
Initial release