update changelog and upgrade doc

This commit is contained in:
Simon Vieille 2022-02-25 15:39:57 +01:00
parent 33eec52044
commit 24cd406982
2 changed files with 10 additions and 2 deletions

View file

@ -1,14 +1,22 @@
## [Unreleased] ## [Unreleased]
### Added ### Added
* update dependencies
### Fixed ### Fixed
### Changed ### Changed
## 1.5.0
### Added
* add desktop views and mobile views
### Changed
* upgrade dependencies
* replace jaybizzle/crawler-detect with matomo/device-detector
## 1.4.1 ## 1.4.1
### Added ### Added
* handle app urls in twig routing filters * handle app urls in twig routing filters
### Fixed ### Fixed
* fix views in analytics modal * fix views in analytics modal
* replace empty path with "/" in analytics * replace empty path with "/" in analytics
### Changed ### Changed

View file

@ -1,5 +1,6 @@
## [Unreleased] ## [Unreleased]
## Upgrade to v1.5.0
### Commands ### Commands
``` ```
@ -9,7 +10,6 @@ make doctrine-migration
``` ```
## Upgrade to v1.4.0 ## Upgrade to v1.4.0
### Commands ### Commands
``` ```