From d2d20b0d690bd47727a44c22d679271df351c93b Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 29 May 2024 11:30:25 +0200 Subject: [PATCH] Update module resources path --- Module.php | 7 ------- docs/CHANGELOG.md | 4 ++++ module.json | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Module.php b/Module.php index 3207448..5941787 100755 --- a/Module.php +++ b/Module.php @@ -13,11 +13,6 @@ */ class Module extends \humhub\components\Module { - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; - private ?Configuration $_configuration = null; /** @@ -49,5 +44,3 @@ public function getConfiguration(): Configuration return $this->_configuration; } } - -?> \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c8cbec8..3cc96bb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.2.0 (Unreleased) +---------------------- +- Fix #81: Update module resources path + 1.1.0 (May 1, 2024) ---------------------- - Fix #75: Display only published contents diff --git a/module.json b/module.json index fc45e89..b78c6a0 100755 --- a/module.json +++ b/module.json @@ -9,7 +9,7 @@ "profanity filter", "abuse" ], - "version": "1.1.0", + "version": "1.2.0", "authors": [ { "name": "HumHub Staff" @@ -21,7 +21,7 @@ "homepage": "https://github.com/humhub/reportcontent", "license": "AGPL-3.0-or-later", "humhub": { - "minVersion": "1.14" + "minVersion": "1.17" }, "screenshots": ["resources/screen1.PNG", "resources/screen2.PNG", "resources/screen3.PNG", "resources/screen4.PNG", "resources/screen5.PNG"] }