From 779110bbac527e231aa4729a416bdf289acbaab9 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Tue, 28 May 2024 11:25:44 +0200 Subject: [PATCH] Update module resources path --- Module.php | 5 +---- docs/CHANGELOG.md | 4 ++++ module.json | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Module.php b/Module.php index 80f49d7..5de1f91 100644 --- a/Module.php +++ b/Module.php @@ -13,9 +13,6 @@ class Module extends \humhub\components\Module { - - public $resourcesPath = 'resources'; - /** * @param ContentActiveRecord $record * @return bool @@ -30,4 +27,4 @@ public function isBookmarkedRecord($record) return $bookmarkableContent && $bookmarkableContent->isBookmarked(); } -} \ No newline at end of file +} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4354760..56bd472 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.1.0 (Unreleased) +--------------------- +- Fix #26: Update module resources path + 1.0.2 (Unreleased) --------------------- - Fix: Translation category for 'You didn\'t save any content yet!' diff --git a/module.json b/module.json index e9a69cf..d3e813d 100644 --- a/module.json +++ b/module.json @@ -5,9 +5,9 @@ "keywords": [ "content bookmarks" ], - "version": "1.0.2", + "version": "1.1.0", "humhub": { - "minVersion": "1.8" + "minVersion": "1.17" }, "homepage": "https://github.com/humhub/content-bookmarks" }