From 523d050af558c8e43ea6adaa72c06dff085eab79 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Tue, 28 May 2024 12:33:52 +0200 Subject: [PATCH] Update module resources path --- Module.php | 5 ----- docs/CHANGELOG.md | 4 ++++ module.json | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Module.php b/Module.php index 5995a41..fdbaf67 100644 --- a/Module.php +++ b/Module.php @@ -6,11 +6,6 @@ class Module extends \humhub\components\Module { - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; - /** * @inheritdoc */ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ad3aa1c..e1d11e3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.1.0 (Unreleased) +---------------------- +- Fix #7: Update module resources path + 1.0.2 (Unreleased) ---------------------- - Enh #5: Add `requirements.php` diff --git a/module.json b/module.json index 385faeb..4af2a70 100644 --- a/module.json +++ b/module.json @@ -4,9 +4,9 @@ "description": "A very basic module example", "keywords": [ ], - "version": "1.0.2", + "version": "1.1.0", "humhub": { - "minVersion": "1.2" + "minVersion": "1.17" }, "screenshots": ["resources/screen1.jpg"] }