diff --git a/Module.php b/Module.php index d02bb7f..7073ef9 100644 --- a/Module.php +++ b/Module.php @@ -10,10 +10,6 @@ class Module extends \humhub\components\Module { - /** - * @inheritdoc - */ - public $resourcesPath = 'resources'; public string $humhubProxySenderId = '21392898126'; private ?ConfigureForm $configForm = null; private ?DriverService $driverService = null; diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 046c4c7..d4a9372 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,13 +1,14 @@ Changelog ========= -2.1.4 (Unreleased) +2.1.4 (January 24, 2025) ----------------------- - Enh #66: Add "Open native console" button for the mobile app - Chg #67: The minimal HumHub version is now 1.17 - Chg #67: Use the new `DeviceDetectorHelper` helper instead of `MobileAppHelper` +- Fix: Update module resources path -2.1.3 (January 6, 2024) +2.1.3 (January 6, 2025) ----------------------- - Fix #32: Delete DeviceID after Logout