This commit is contained in:
Lucas Bartholemy 2019-10-17 13:48:55 +02:00
parent 55c3d7498a
commit 2bb0c7d843
4 changed files with 15 additions and 9 deletions

View File

@ -14,13 +14,14 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"ext-zip": "*",
"bower-asset/animate.css": "*",
"bower-asset/autosize": "1.*",
"bower-asset/bluebird": "^3.3.5",
"bower-asset/blueimp-file-upload": "9.24.*",
"bower-asset/bootstrap-markdown": "2.10.*",
"bower-asset/caret.js": "0.2.2",
"bower-asset/clipboard.js": "*",
"bower-asset/clipboard.js": "v2.8.1",
"bower-asset/fontawesome": "^4.7.0",
"bower-asset/html5shiv": "^3.7",
"bower-asset/imagesloaded": "*",
@ -59,8 +60,7 @@
"yiisoft/yii2-redis": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"zendframework/zend-http": "*",
"zendframework/zend-ldap": "^2.5",
"ext-zip": "*"
"zendframework/zend-ldap": "^2.5"
},
"require-dev": {
"codeception/codeception": "2.4.5",

10
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ec88a159396b3b25ad9234b74fadfb0b",
"content-hash": "2e5e34b9c22f8c33f37f76d3765b5a65",
"packages": [
{
"name": "bower-asset/animate.css",
@ -188,16 +188,16 @@
},
{
"name": "bower-asset/clipboard.js",
"version": "v2.8.6",
"version": "v2.8.1",
"source": {
"type": "git",
"url": "https://github.com/lgarron/clipboard-polyfill.git",
"reference": "d96be142b0794769531cc4c240dd5131f83796dc"
"reference": "d6a8e16b0efecbe7996b06537f0b4e1583a3c7fb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lgarron/clipboard-polyfill/zipball/d96be142b0794769531cc4c240dd5131f83796dc",
"reference": "d96be142b0794769531cc4c240dd5131f83796dc"
"url": "https://api.github.com/repos/lgarron/clipboard-polyfill/zipball/d6a8e16b0efecbe7996b06537f0b4e1583a3c7fb",
"reference": "d6a8e16b0efecbe7996b06537f0b4e1583a3c7fb"
},
"type": "bower-asset"
},

View File

@ -16,7 +16,7 @@ Yii::$classMap['Zend\Stdlib\ArrayObject'] = '@humhub/compat/ArrayObject.php';
$config = [
'name' => 'HumHub',
'version' => '1.3.16',
'version' => '1.3.17',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
'sourceLanguage' => 'en',

View File

@ -2,6 +2,12 @@ HumHub Change Log
=================
1.3.17 (October 17, 2019)
--------------------------
- Fix #3690: Rollback from broken version 2.8.6 to 2.8.1 of bower-asset/clipboard.js
1.3.16 (October 17, 2019)
--------------------------