From 413884283874038ce53d59ded040d0d1e4e9de49 Mon Sep 17 00:00:00 2001 From: Mats Mikkel Rummelhoff Date: Mon, 5 Aug 2024 09:41:21 +0200 Subject: [PATCH] Bump to 2.0.2 --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2217862..980eb46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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 +## 2.0.2 - 2024-08-05 ### Fixed - Fixed a bug where field and source setting links wouldn't appear in element edit forms with validation errors. - Fixed a compatibility issue with Craft 5.3, where Link field values' action menus could get add "Edit Entry Type" link added. diff --git a/composer.json b/composer.json index 63f1d8d..c613563 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.1", + "version": "2.0.2", "keywords": [ "craft", "cms",