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 2afb35f commit d2d20b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 0 additions & 7 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
*/
class Module extends \humhub\components\Module
{
/**
* @inheritdoc
*/
public $resourcesPath = 'resources';

private ?Configuration $_configuration = null;

/**
Expand Down Expand Up @@ -49,5 +44,3 @@ public function getConfiguration(): Configuration
return $this->_configuration;
}
}

?>
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 #81: Update module resources path

1.1.0 (May 1, 2024)
----------------------
- Fix #75: Display only published contents
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"profanity filter",
"abuse"
],
"version": "1.1.0",
"version": "1.2.0",
"authors": [
{
"name": "HumHub Staff"
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/humhub/reportcontent",
"license": "AGPL-3.0-or-later",
"humhub": {
"minVersion": "1.14"
"minVersion": "1.17"
},
"screenshots": ["resources/screen1.PNG", "resources/screen2.PNG", "resources/screen3.PNG", "resources/screen4.PNG", "resources/screen5.PNG"]
}

0 comments on commit d2d20b0

Please sign in to comment.