1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Updated change log

This commit is contained in:
Eldad Fux 2020-06-23 13:33:52 +03:00
parent 0abfa5e5fc
commit 27febf9d55

View file

@ -18,6 +18,7 @@
- Upgraded Redis Resque queue library to version 1.3.6
- Added container names to docker-compose.yml (@drandell)
- Upgraded ClamAV container image to version 1.0.9
- Optimised function execution by using fully-qualified function calls
## Bug Fixes
@ -31,6 +32,8 @@
- Fixed update form labels and tooltips for Flutter Android apps
- Fixed missing custom scopes param for OAuth2 session create API route
- Fixed wrong JSON validation when creating and updating database documnets
- Fixed bug where max file size was limited to max of 10MB
- Fixed bug preventing the deletion of the project logo
## Security