From 99f0c4f967d723a4a6091c633d5ccedf09e8680b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 10 Jul 2024 09:26:06 +1000 Subject: [PATCH] version 3.0.2 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb28602..b97c7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.0.2 - 2024-07-10 + +### Fixed +- Fix an error when editing nodes with specific multi-site permissions set. +- Fix node conditions not being available for node fields. +- Fix an error when a node’s linked element has been deleted. + ## 3.0.1 - 2024-06-16 ### Changed diff --git a/composer.json b/composer.json index 2051aca..f3c9a14 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/navigation", "description": "Create navigation menus for your site.", "type": "craft-plugin", - "version": "3.0.1", + "version": "3.0.2", "keywords": [ "craft", "cms",