From bce3ff9e2dbb3582e94a2ee9de140fd3dd0e8f4d Mon Sep 17 00:00:00 2001 From: buddh4 Date: Mon, 6 Apr 2020 15:05:43 +0200 Subject: [PATCH] Chg: Added 1.5 defer compatibility --- assets/Assets.php | 8 ++++++++ docs/CHANGELOG.md | 4 ++++ module.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/Assets.php b/assets/Assets.php index d175aa7..76edd73 100644 --- a/assets/Assets.php +++ b/assets/Assets.php @@ -12,6 +12,14 @@ class Assets extends AssetBundle { + /** + * v1.5 compatibility defer script loading + * + * Migrate to HumHub AssetBundle once minVersion is >=1.5 + * + * @var bool + */ + public $defer = true; public $publishOptions = [ 'forceCopy' => false diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 76d2cfc..ddfe0d2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +0.11.19 (April, 06, 2020) +-------------------- +- Chg: Added 1.5 defer compatibility + 0.11.18 - December 4, 2019 --------------------------- diff --git a/module.json b/module.json index bf62cf9..464a18d 100644 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ "organisation", "sharing" ], - "version": "0.11.18", + "version": "0.11.19", "humhub": { "minVersion": "1.3" },