Skip to content

Commit

Permalink
Merge pull request #36 from humhub/fix/module-resources-path
Browse files Browse the repository at this point in the history
[v1.17] Update module resources path
  • Loading branch information
luke- authored Jan 24, 2025
2 parents b3e2c7c + d6f5a78 commit 820f972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 3 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 820f972

Please sign in to comment.