From ab2f996fc24c18d46a6ee96aa7bb395d9cbf7440 Mon Sep 17 00:00:00 2001 From: Joe Grainger Date: Tue, 27 Mar 2018 19:25:34 +0100 Subject: [PATCH] bump version and update changelog --- Changelog.md | 4 ++++ README.md | 2 +- composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4a71b80..2c7d7f7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +##### v2.0.1 +* merge [pull reqeuest #19](https://github.com/jjgrainger/PostTypes/pull/19): Use wp_dropdown_categories function for post filtering selectbox +* update minimum php version to 5.6 + ##### v2.0 * fix [issue #9](https://github.com/jjgrainger/PostTypes/issues/9): add unit tests * fix [issue #12](https://github.com/jjgrainger/PostTypes/issues/12) and [issue #13](https://github.com/jjgrainger/PostTypes/issues/13): generating duplicate columns diff --git a/README.md b/README.md index d4fcfb4..2e65475 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PostTypes v2.0 +# PostTypes v2.0.1 [![Build Status](https://travis-ci.org/jjgrainger/PostTypes.svg?branch=master)](https://travis-ci.org/jjgrainger/PostTypes) [![Total Downloads](https://poser.pugx.org/jjgrainger/posttypes/downloads)](https://packagist.org/packages/jjgrainger/posttypes) [![Latest Stable Version](https://poser.pugx.org/jjgrainger/posttypes/v/stable)](https://packagist.org/packages/jjgrainger/posttypes) [![License](https://poser.pugx.org/jjgrainger/posttypes/license)](https://packagist.org/packages/jjgrainger/posttypes) diff --git a/composer.json b/composer.json index 9c2d68d..566db6c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jjgrainger/posttypes", - "version": "2.0", + "version": "2.0.1", "description": "Simple WordPress custom post types.", "homepage": "https://github.com/jjgrainger/posttype", "license": "MIT",