From 61376310f28cd67341a187b80e65c71c090d9125 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Mon, 21 Oct 2024 15:05:24 +1100 Subject: [PATCH] Release 4.2.18 --- 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 c740dcb9..18d917da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.2.18 - 2024-10-21 ### Fixed - Fixed a 'There was a problem getting the parent element' error that occurred when saving child blocks of new blocks if `autosaveDrafts` was disabled diff --git a/composer.json b/composer.json index 1ed2bee0..bb8ef7d3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "4.2.17", + "version": "4.2.18", "type": "craft-plugin", "keywords": [ "cms", @@ -21,7 +21,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", - "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.17/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.18/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/4.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "4.0.0", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/4.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.17.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.18.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index ada6ec32..9269409b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "4.2.17", + "version": "4.2.18", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {