diff --git a/Changelog.md b/Changelog.md index 9ee1f6f..9dfe013 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Changelog +##### v2.2 +* merge [pull requests #81](https://github.com/jjgrainger/PostTypes/pull/81): Fix Taxonomy dropdown filter +* merge [pull requests #80](https://github.com/jjgrainger/PostTypes/pull/80): Fix Modify Existing Objects +* merge [pull requests #72](https://github.com/jjgrainger/PostTypes/pull/72): fix issue 71 +* merge [pull requests #74](https://github.com/jjgrainger/PostTypes/pull/74): Allow setting false to sort by alphabetical +* merge [pull requests #79](https://github.com/jjgrainger/PostTypes/pull/79): Update docs and README examples +* merge [pull requests #78](https://github.com/jjgrainger/PostTypes/pull/78): Maintenance + + ##### v2.1 * merge [pull reqeuest #45](https://github.com/jjgrainger/PostTypes/pull/45): add PHP 7.2 Compatibility * merge [pull reqeuest #46](https://github.com/jjgrainger/PostTypes/pull/46): Make sure the "orderby" query var is a string when sorting by columns. diff --git a/README.md b/README.md index a29a63c..4cc70a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PostTypes v2.1 +# PostTypes v2.2 [![tests](https://github.com/jjgrainger/PostTypes/actions/workflows/tests.yml/badge.svg)](https://github.com/jjgrainger/PostTypes/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/jjgrainger/PostTypes/branch/master/graph/badge.svg?token=SGrK2xDF46)](https://codecov.io/gh/jjgrainger/PostTypes) [![Latest Stable Version](https://flat.badgen.net/github/release/jjgrainger/PostTypes/stable)](https://packagist.org/packages/jjgrainger/posttypes) [![Total Downloads](https://flat.badgen.net/packagist/dt/jjgrainger/PostTypes)](https://packagist.org/packages/jjgrainger/posttypes) [![License](https://flat.badgen.net/github/license/jjgrainger/PostTypes)](https://packagist.org/packages/jjgrainger/posttypes) @@ -78,7 +78,7 @@ $genres->register(); * The full documentation can be found online at [posttypes.jjgrainger.co.uk](https://posttypes.jjgrainger.co.uk) * The class has no methods for making custom fields for post types, use [Advanced Custom Fields](https://advancedcustomfields.com) * The book's example used in the README.md can be found in [examples/books.php](examples/books.php) -* Licensed under the [MIT License](https://github.com/jjgrainger/wp-posttypes/blob/master/LICENSE) +* Licensed under the [MIT License](https://github.com/jjgrainger/PostTypes/blob/master/LICENSE) * Maintained under the [Semantic Versioning Guide](https://semver.org) ## Author diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 23b3158..9fdda10 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,6 +1,6 @@ # Table of Contents -* [PostTypes v2.1](../README.md) +* [PostTypes v2.2](../README.md) * [Getting Started](Getting-started.md) * [PostTypes](post-types/README.md) * [Create a Post Type](post-types/Create-a-post-type.md)