Skip to content

Commit

Permalink
Update module resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed May 29, 2024
1 parent f7942d6 commit e2d4ba7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
*/
class Module extends BaseModule
{
/**
* @inheritdoc
*/
public $resourcesPath = 'resources';

/**
* @var string Default Driver, used for Users from enforced Groups by default
*/
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit e2d4ba7

Please sign in to comment.