From e2d4ba74f6b2393f4d761eec3ad8995f95a2dea7 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 29 May 2024 12:55:09 +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 322a7d9..0800912 100644 --- a/Module.php +++ b/Module.php @@ -23,11 +23,6 @@ */ class Module extends BaseModule { - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; - /** * @var string Default Driver, used for Users from enforced Groups by default */ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fef7149..b8efb44 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.2.0 (Unreleased) +------------------------- +- Fix #63: Update module resources path + 1.1.4 (Unreleased) ---------------------- - Enh #58: Tests for `next` version diff --git a/module.json b/module.json index 049e2c2..45eae0b 100644 --- a/module.json +++ b/module.json @@ -12,8 +12,8 @@ "resources/screen2.png", "resources/screen3.png" ], - "version": "1.1.4", + "version": "1.2.0", "humhub": { - "minVersion": "1.11" + "minVersion": "1.17" } }