We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5af1c43 + defba2e commit 6dd498eCopy full SHA for 6dd498e
Module.php
@@ -8,7 +8,6 @@
8
9
namespace humhub\modules\drawio;
10
11
-use Yii;
12
use yii\helpers\Url;
13
14
/**
@@ -18,8 +17,6 @@
18
17
*/
19
class Module extends \humhub\components\Module
20
{
21
- public $resourcesPath = 'resources';
22
-
23
24
* @inheritdoc
25
docs/CHANGELOG.md
@@ -1,9 +1,10 @@
1
Changelog
2
=========
3
4
-1.1.0 (Unreleased)
5
-----------------------
+1.1.0 (August 28, 2025)
+-----------------------
6
- Enh #18: Update Active Form for Bootstrap 5
7
+- Fix #17: Update module resources path
- Enh #19: Use PHP CS Fixer
- Enh #20: Migration to Bootstrap 5 for HumHub 1.18
0 commit comments