Skip to content

Commit

Permalink
fix: Update assetmaker
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrickn committed Feb 20, 2023
1 parent e1cde8e commit 60967aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions traits/AssetMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public function addJs($name, $attributes = [])
}

$jsPath = $this->getAssetPath($name);
$attributes = $this->processAssetAttributes($attributes);

if (isset($this->controller)) {
$this->controller->addJs($jsPath, $attributes);
Expand Down
2 changes: 2 additions & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@
- Fix issue with LINK_POLICY
2.1.0:
- Support Octobercms 3.1
2.1.1:
- Fix issue with AssetMaker

0 comments on commit 60967aa

Please sign in to comment.