Skip to content

Commit

Permalink
Changelog for 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed May 3, 2024
1 parent 7defcb8 commit 31eeffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 31eeffd

Please sign in to comment.