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

Fixed bug denied public documents (*) to be accessed by guest users

This commit is contained in:
Eldad Fux 2020-05-25 07:25:57 +03:00
parent 129d9d90bd
commit 1cdb8bdf97
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,11 @@
# Version 0.6.2 (PRE-RELEASE)
## Bug Fixes
- Fixed custom domain not setting correct domain
- Fixed wrong SDK method type in avatars browser route
- Fixed bug denied public documents (*) to be accessed by guest users
# Version 0.6.1 (PRE-RELEASE)
## Bug Fixes

View file

@ -58,6 +58,7 @@ return [
'public',
'home',
'console',
'documents.read',
'files.read',
'locale.read',
'avatars.read',