From 31eeffd67fa35df0e2bd2e568e162f316e0db3dd Mon Sep 17 00:00:00 2001 From: Jan Henckens Date: Fri, 3 May 2024 20:52:07 +0200 Subject: [PATCH] Changelog for 5.1.1 --- CHANGELOG.md | 4 ++++ composer.json | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2be8eb..bef37a6 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.1 - 2024-05-03 +### Fixed +- Fixed an error on sites with multiple navigations ([#73](https://github.com/studioespresso/craft-navigate/issues/73)) + ## 5.1.0 - 2024-04-30 ### Fixed - Updated styling to match Craft 5.1.0 ([#72](https://github.com/studioespresso/craft-navigate/pull/72)) diff --git a/composer.json b/composer.json index 8781407..5e5dfb5 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.0", + "version": "5.1.1", "keywords": [ "craft", "cms", @@ -38,7 +38,8 @@ "scripts": { "check-cs": "ecs check --ansi", "fix-cs": "ecs check --ansi --fix", - "phpstan": "phpstan --memory-limit=1G" + "phpstan": "phpstan --memory-limit=1G", + "ci": "ecs check --ansi --fix && phpstan --memory-limit=1G" }, "extra": { "name": "Navigate",