From 9faf98cc1e26dd90f2076d9f8bd56998d62377d9 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Sun, 3 Dec 2023 23:31:08 +1100 Subject: [PATCH] Release 3.9.10 --- 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 1b37a30d..6b34a589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.9.10 - 2023-12-03 ### Fixed - Fixed a bug when lazy loading new blocks in a slideout element editor, where the values of new blocks' fields affected by condition rules weren't being saved diff --git a/composer.json b/composer.json index 8a1c2dab..5ea88f2d 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": "3.9.9", + "version": "3.9.10", "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/3.9.9/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/3.9.10/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/3.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "3.6.2", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/3.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.9.9.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.9.10.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index a5f96818..6cab3610 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "3.9.9", + "version": "3.9.10", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {