Fix #3437: Composer warning for bower-asset/jPlayer

This commit is contained in:
Lucas Bartholemy 2019-06-26 15:13:48 +02:00
parent a3b44d88f1
commit 3228253e06
4 changed files with 187 additions and 272 deletions

View File

@ -24,7 +24,7 @@
"bower-asset/fontawesome": "^4.7.0",
"bower-asset/html5shiv": "^3.7",
"bower-asset/imagesloaded": "*",
"bower-asset/jPlayer": "2.9.*",
"bower-asset/jplayer": "2.9.*",
"bower-asset/jquery-color": "^2.1.2",
"bower-asset/jquery-knob": "1.2.*",
"bower-asset/jquery-nicescroll": "3.6.*",

450
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ Yii::$classMap['Zend\Stdlib\ArrayObject'] = '@humhub/compat/ArrayObject.php';
$config = [
'name' => 'HumHub',
'version' => '1.3.13',
'version' => '1.3.14',
'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,8 +2,8 @@ HumHub Change Log
=================
1.3.14 (Unreleased)
---------------------------
1.3.14 (June 26, 2019)
------------------------
- Fix: LinkedIn API call to v1 deprecated use v2 (@Felli)
- Fix #3531: File module Fil: isAssignedTo method broken
- Fix: Added missing admin group title encodings
@ -16,6 +16,7 @@ HumHub Change Log
- Enh: Added configuration option to hide Activity sidebar widget on dashboard
- Fix #3570: en-GB language code Datepicker 404
- Fix #3584: "Array to string conversion" on some LDAP attributes
- Fix #3437: Composer warning for bower-asset/jPlayer
1.3.13 (May 3, 2019)