Skip to content

Commit 6dd498e

Browse files
authored
Merge pull request #17 from humhub-contrib/fix/module-resources-path
[v1.17] Update module resources path
2 parents 5af1c43 + defba2e commit 6dd498e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Module.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
namespace humhub\modules\drawio;
1010

11-
use Yii;
1211
use yii\helpers\Url;
1312

1413
/**
@@ -18,8 +17,6 @@
1817
*/
1918
class Module extends \humhub\components\Module
2019
{
21-
public $resourcesPath = 'resources';
22-
2320
/**
2421
* @inheritdoc
2522
*/

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
22
=========
33

4-
1.1.0 (Unreleased)
5-
----------------------
4+
1.1.0 (August 28, 2025)
5+
-----------------------
66
- Enh #18: Update Active Form for Bootstrap 5
7+
- Fix #17: Update module resources path
78
- Enh #19: Use PHP CS Fixer
89
- Enh #20: Migration to Bootstrap 5 for HumHub 1.18
910

0 commit comments

Comments
 (0)