diff --git a/Module.php b/Module.php index 7dbc458..4e66b10 100644 --- a/Module.php +++ b/Module.php @@ -9,11 +9,6 @@ */ class Module extends \humhub\components\Module { - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; - /** * @inheritdoc */ @@ -21,13 +16,4 @@ 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(); - } } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3045a51..ad82d47 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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