diff --git a/Module.php b/Module.php index bb8fec2..3003c53 100644 --- a/Module.php +++ b/Module.php @@ -9,12 +9,6 @@ */ class Module extends \humhub\components\Module { - - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; - /** * @inheritdoc */ @@ -22,13 +16,4 @@ public function getConfigUrl() { return Url::to(['/auth-twitter/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 1e71361..ba713c2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,12 @@ Changelog ========= +1.1.0 (Unreleased) +------------------------- +- Fix: Update module resources path + 1.0.1 (January 7, 2023) +------------------------- - Enh: Add requirements 1.0.0 (February 23, 2022) diff --git a/module.json b/module.json index 9819812..5d5c321 100644 --- a/module.json +++ b/module.json @@ -4,9 +4,9 @@ "description": "Integrating Twitter Sign-In (OAuth 2.0).", "keywords": [ ], - "version": "1.0.0", + "version": "1.1.0", "homepage": "https://github.com/humhub-contrib/auth-twitter", "humhub": { - "minVersion": "1.9" + "minVersion": "1.17" } }