From 9526e13e5c5360c3c7bdfa2261912d1d7a1273e4 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 4 Feb 2016 11:44:26 +1300 Subject: [PATCH] Changelog for 2.4.0 --- changelog.md | 11 +++++++++++ composer.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f0cd29b..08740f8 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.0] + +* Add BlogTagsCloudWidget +* Added code coverage and extra badges on the home page +* Changed blog page icon +* Change image field label back to “Featured Image” +* Rework documentation to have clear user guide and dev docs. +* Fix blog date filtering for additional database server types +* Tests now pass in Postgres on 3.1 and 3.2 +* improved pagination for blog posts + ## [2.3.0] * Allow injection on date diff --git a/composer.json b/composer.json index a6e6f03..7cd27a7 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.3.x-dev" + "dev-master": "2.4.x-dev" } }, "license": "BSD-2-Clause",