Skip to content

Commit

Permalink
Chg: Added 1.5 defer compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Apr 6, 2020
1 parent e6efca9 commit bce3ff9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.11.19 (April, 06, 2020)
--------------------
- Chg: Added 1.5 defer compatibility


0.11.18 - December 4, 2019
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"organisation",
"sharing"
],
"version": "0.11.18",
"version": "0.11.19",
"humhub": {
"minVersion": "1.3"
},
Expand Down

0 comments on commit bce3ff9

Please sign in to comment.