From 7040a829c6f8cf5b85cea39b5c36e1fbc762c7cd Mon Sep 17 00:00:00 2001 From: Sebastian Lenz Date: Mon, 21 Jan 2019 12:15:08 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 6c30445..123b7bf 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,8 +1,9 @@ ## 1.0.16 -- Allow custom queries on element links -- Add option to automatically add `rel="noopener noreferrer"` to links opening in a new window +- Hotfix: Try to maintain field settings in Craft 3.1 - Fix non-json strings issue (see https://github.com/sebastian-lenz/craft-linkfield/pull/46) - Fix Link::getCustomText() returning the wrong value (see https://github.com/sebastian-lenz/craft-linkfield/issues/45) +- Allow custom queries on element links +- Add option to automatically add `rel="noopener noreferrer"` to links opening in a new window ## 1.0.15 - Fix issues when loading models with unexpected model attributes.