From 1a48c723c4e0d0d9a0d86f0e947768d32e2734d4 Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Thu, 16 May 2024 20:22:59 +0200 Subject: [PATCH] Changelog for 5.1.2 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bef37a6..5e217a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 5.1.2 - 2024-05-16 +### Fixed +- Fixed an issue where moving nodes wouldn't be saved. + ## 5.1.1 - 2024-05-03 ### Fixed - Fixed an error on sites with multiple navigations ([#73](https://github.com/studioespresso/craft-navigate/issues/73)) diff --git a/composer.json b/composer.json index 5e5dfb5..eead207 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "studioespresso/craft-navigate", "description": "Navigation plugin for Craft CMS", "type": "craft-plugin", - "version": "5.1.1", + "version": "5.1.2", "keywords": [ "craft", "cms",