File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55The 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 ) )
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments