From f122bcfbe26238ad1f5951fb53484f11a95e52e1 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Mon, 22 Aug 2022 08:43:28 -0500 Subject: [PATCH] chore: update to version 2.0.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63b2c2..65495da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 2.0.0 - 2022.08.22 +### Added +- Add Craft 4 Support (thanks @khamer) [#19](https://github.com/luwes/craft-codemirror/pull/19) + ## 1.0.1 - 2018.12.23 ### Added - Field type "mode" option [#4](https://github.com/luwes/craft-codemirror/pull/4) diff --git a/composer.json b/composer.json index 486a632..b18cc7c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "luwes/craft-codemirror", "description": "Add the awesome in-browser code editor CodeMirror as a field type.", "type": "craft-plugin", - "version": "1.0.2", + "version": "2.0.0", "keywords": [ "craft", "cms",