From 569c030562f6fa00b650858a52639a3bb6932f0a Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Mon, 16 Oct 2023 20:28:05 +1100 Subject: [PATCH] Release 2.0.7 --- CHANGELOG.md | 2 +- composer.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fb625..8505abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.7 - 2023-10-16 ### Fixed - Fixed an error that occurred when saving changes to a Super Table field on a single-site Craft install diff --git a/composer.json b/composer.json index 10161f4..6d2ee65 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-quick-field", "description": "Create Craft CMS fields on the fly while designing field layouts", - "version": "2.0.6", + "version": "2.0.7", "type": "craft-plugin", "keywords": [ "cms", @@ -18,7 +18,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-quick-field/issues", "source": "https://github.com/spicywebau/craft-quick-field", - "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.6/README.md", + "docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.7/README.md", "rss": "https://github.com/spicywebau/craft-quick-field/commits/2.x.atom" }, "require": { @@ -36,7 +36,7 @@ "schemaVersion": "1.0.0", "class": "spicyweb\\quickfield\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-quick-field/blob/2.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.6.zip" + "downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.7.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 0f01c39..8f1f67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-quick-field", - "version": "2.0.6", + "version": "2.0.7", "description": "Create fields on the fly while designing field layouts", "main": "webpack.config.js", "scripts": {