From 406c32dbcd225be3daa053658606817a42298b39 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Mon, 3 Oct 2022 23:19:00 +0200 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279e880..ee95a29 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/). +## 3.0.0 - 2022-10-03 +### Added +- Made plugin compatible with Craft 4 + ## 2.0.2 - 2019-05-22 ### Fixed - Fixed template path resolution on Windows diff --git a/composer.json b/composer.json index 8413a6e..f5c28d8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "superbig/craft3-templateselect", "description": "A fieldtype that allows you to select a template from a dropdown.", "type": "craft-plugin", - "version": "4.0.0", + "version": "3.0.0", "keywords": [ "craft", "cms",