From c47933f02c9145fda3b8bd3324a4fc6a92254cdd Mon Sep 17 00:00:00 2001 From: lukeyouell <> Date: Mon, 18 Jun 2018 16:21:52 +0100 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6d6e6..643bd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 1.2.0 - 2018-06-18 + +### Added +- Calculate the read time of the whole entry based on it's field layout + ## 1.1.0 - 2018-06-06 ### Changed diff --git a/composer.json b/composer.json index b7efa1a..8d5dde8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lukeyouell/craft-readtime", "description": "Calculate the estimated read time for content.", "type": "craft-plugin", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "craft", "cms",