Fix #3727 Bug with Bluebird and Firefox 71

This commit is contained in:
buddh4 2019-11-12 11:53:15 +01:00
parent 63c5b9d4ae
commit d22bc30cba
3 changed files with 384 additions and 281 deletions

View File

@ -17,7 +17,7 @@
"ext-zip": "*",
"bower-asset/animate.css": "*",
"bower-asset/autosize": "1.*",
"bower-asset/bluebird": "^3.3.5",
"bower-asset/bluebird": "3.5.5",
"bower-asset/blueimp-file-upload": "9.24.*",
"bower-asset/bootstrap-markdown": "2.10.*",
"bower-asset/caret.js": "0.2.2",

660
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,9 @@ HumHub Change Log
- Enh: Set max signs of User tags to 250
- Fix: https://github.com/humhub/humhub-modules-wiki/issues/103 Topic attachment fails with given topic instances
- Fix #3366: Set max-width for stream entry image file attachments
- Fix: `ContentContainerController::getAccess` uses `ContentContainerControllerAccess` also for global access
- Fix: Global content does not allow guest access
- Fix #3727 Bug with Bluebird and Firefox 71
1.3.17 (October 17, 2019)
--------------------------