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
+8
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
+1
View File
@@ -58,6 +58,7 @@ return [
'public',
'home',
'console',
'documents.read',
'files.read',
'locale.read',
'avatars.read',