Skip to content

Commit 31eeffd

Browse files
committed
Changelog for 5.1.1
1 parent 7defcb8 commit 31eeffd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 5.1.1 - 2024-05-03
8+
### Fixed
9+
- Fixed an error on sites with multiple navigations ([#73](https://github.com/studioespresso/craft-navigate/issues/73))
10+
711
## 5.1.0 - 2024-04-30
812
### Fixed
913
- Updated styling to match Craft 5.1.0 ([#72](https://github.com/studioespresso/craft-navigate/pull/72))

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "studioespresso/craft-navigate",
33
"description": "Navigation plugin for Craft CMS",
44
"type": "craft-plugin",
5-
"version": "5.1.0",
5+
"version": "5.1.1",
66
"keywords": [
77
"craft",
88
"cms",
@@ -38,7 +38,8 @@
3838
"scripts": {
3939
"check-cs": "ecs check --ansi",
4040
"fix-cs": "ecs check --ansi --fix",
41-
"phpstan": "phpstan --memory-limit=1G"
41+
"phpstan": "phpstan --memory-limit=1G",
42+
"ci": "ecs check --ansi --fix && phpstan --memory-limit=1G"
4243
},
4344
"extra": {
4445
"name": "Navigate",

0 commit comments

Comments
 (0)