From 1a2b4f1aca78e6bd91310ca4b70562e174576b57 Mon Sep 17 00:00:00 2001 From: Nathaniel Hammond Date: Fri, 27 Apr 2018 20:19:46 +0100 Subject: [PATCH] Bump version for Authors release --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f28ccf..a402192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.1.0 - 2018-04-27 +### Added +- Added ability to restrict entry selection by entry Author +- Added ability to restrict entry selection by entry author's user group + ## 1.0.3 - 2018-04-18 ### Updated - Updated readme with correct composer statement diff --git a/composer.json b/composer.json index 9ed5b0c..c5e61eb 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nfourtythree/entriessubset", "description": "Craft field type plugin that extends the core Entries field type to give extra settings with ability to restrict by entry type", "type": "craft-plugin", - "version": "1.0.3", + "version": "1.1.0", "keywords": [ "craft", "cms",