From bf63f9929e0c74d996a58a9779524de6ad68673e Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Thu, 5 Oct 2023 18:39:00 +0200 Subject: [PATCH] Lets make it an alpha instead. Adds CHANGELOG-WIP --- CHANGELOG-WIP.md | 9 +++++++++ CHANGELOG.md | 4 ---- composer.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG-WIP.md diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md new file mode 100644 index 0000000..69bb415 --- /dev/null +++ b/CHANGELOG-WIP.md @@ -0,0 +1,9 @@ +# CP Field Inspect Changelog + +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 +### Added +- Added Craft 5 compatibility diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1a2d4..72d1c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,6 @@ 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/). -## Unreleased -### Added -- Added Craft 5 compatibility - ## 1.4.4 - 2022-05-07 ### Changed - CP Field Inspect now defers any element queries to the `craft\web\Application::EVENT_INIT` event, avoiding potential issues with element queries being executed before Craft has fully initialised. Fixes #27. diff --git a/composer.json b/composer.json index 50572c4..a55741f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mmikkel/cp-field-inspect", "description": "Inspect field handles and easily edit field and element source settings", "type": "craft-plugin", - "version": "2.0.0-beta.1", + "version": "2.0.0-alpha.1", "keywords": [ "craft", "cms",