From 1232f8ed0b3d83d268df8f4c8a48f720139d3e80 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Fri, 13 Dec 2024 14:29:56 +1100 Subject: [PATCH] Release 4.2.23 --- 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 6c933257..dd93a6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.2.23 - 2024-12-13 ### Changed - When running a console command that deletes Craft elements that own Neo blocks, the Neo blocks will now be deleted during the running of the command, rather than using queue jobs diff --git a/composer.json b/composer.json index 09be2f2c..f236b67b 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.22", + "version": "4.2.23", "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.22/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/4.2.23/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.22.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/4.2.23.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index cd21f9c3..ac4ea220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "4.2.22", + "version": "4.2.23", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {