update changelog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2025-05-04 19:09:07 +02:00
commit 2a573ce4b5
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -4,6 +4,35 @@ sidebar_position: 7
# Changelog
## 5.1.0
**Added**
* fix #425: allow to set a color using hex code
**Fixed**
* #422: usage of `OC\AppFramework\Http\Request` instead of `$_SERVER`
## 5.0.3
**Fixed**
* fix #422: undefined array key "HTTP_USER_AGENT"
## 5.0.2
**Fixed**
* fix #413: add user-agent check for memories mobile app
* fix #418: allow non admin user to access their settings
## 5.0.1
**Fixed**
* fix(StandardMenu): appLimit must return a value > 0
## 5.0.0
**Fixed**