Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,11 @@
*/
class Module extends \humhub\components\Module
{
/**
* @inheritdoc
*/
public $resourcesPath = 'resources';

/**
* @inheritdoc
*/
public function getConfigUrl()
{
return Url::to(['/auth-github/admin']);
}

/**
* @inheritdoc
*/
public function disable()
{
// Cleanup all module data, don't remove the parent::disable()!!!
parent::disable();
}
}
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Changelog
=========

1.1.0 (Unreleased)
---------------------
1.1.0 (August 28, 2025)
-----------------------
- Fix: Update module resources path
- Enh #4: Use PHP CS Fixer
- Enh #5: Migration to Bootstrap 5 for HumHub 1.18

Expand Down