diff --git a/docs/changelog.md b/docs/changelog.md index f9b0cb3..9436a3c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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**