Skip to content

Commit

Permalink
Merge pull request #96 from jjgrainger/release/v2.2.1
Browse files Browse the repository at this point in the history
Release v2.2.1
  • Loading branch information
jjgrainger authored Oct 13, 2024
2 parents 9d23c9f + 09cf76b commit 2f20f62
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

##### v2.2.1
* merge [pull requests #95](https://github.com/jjgrainger/PostTypes/pull/95): Update tests
* merge [pull requests #93](https://github.com/jjgrainger/PostTypes/pull/93): Fix empty array if taxonomy query var is null
* merge [pull requests #88](https://github.com/jjgrainger/PostTypes/pull/88): Fix docblock definition

##### 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PostTypes v2.2
# PostTypes v2.2.1

[![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)

Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of Contents

* [PostTypes v2.2](../README.md)
* [PostTypes v2.2.1](../README.md)
* [Getting Started](Getting-started.md)
* [PostTypes](post-types/README.md)
* [Create a Post Type](post-types/Create-a-post-type.md)
Expand Down
2 changes: 1 addition & 1 deletion src/Columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @link https://github.com/jjgrainger/PostTypes/
* @author jjgrainger
* @link https://jjgrainger.co.uk
* @version 2.0
* @version 2.2.1
* @license https://opensource.org/licenses/mit-license.html MIT License
*/
class Columns
Expand Down
2 changes: 1 addition & 1 deletion src/PostType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/jjgrainger/PostTypes/
* @author jjgrainger
* @link https://jjgrainger.co.uk
* @version 2.0
* @version 2.2.1
* @license https://opensource.org/licenses/mit-license.html MIT License
*/
class PostType
Expand Down
2 changes: 1 addition & 1 deletion src/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @link https://github.com/jjgrainger/PostTypes/
* @author jjgrainger
* @link https://jjgrainger.co.uk
* @version 2.0
* @version 2.2.1
* @license https://opensource.org/licenses/mit-license.html MIT License
*/
class Taxonomy
Expand Down

0 comments on commit 2f20f62

Please sign in to comment.