From 29f0fdd80f10572e07d32514fae3d645a98c61d1 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Tue, 28 May 2024 13:20:13 +0200 Subject: [PATCH] Update module resources path --- Module.php | 5 ----- docs/CHANGELOG.md | 3 +++ module.json | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Module.php b/Module.php index 3692f86..c226172 100644 --- a/Module.php +++ b/Module.php @@ -10,11 +10,6 @@ class Module extends \humhub\components\Module { - - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; public string $humhubProxySenderId = '21392898126'; private ?ConfigureForm $configForm = null; diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9903bbd..87f32d3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +2.1.0 (Unreleased) +----------------------- +- Fix: Update module resources path 2.0.1 (January 8, 2024) ----------------------- diff --git a/module.json b/module.json index 26b18e6..d6cef77 100644 --- a/module.json +++ b/module.json @@ -9,8 +9,8 @@ ], "homepage": "https://github.com/humhub/fcm-push", "humhub": { - "minVersion": "1.14" + "minVersion": "1.17" }, - "version": "2.0.1", + "version": "2.1.0", "screenshots": [] }