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 d57a624 commit 001d4ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

class Module extends \humhub\components\Module
{
public $resourcesPath = 'resources';

/**
* @inheritdoc
*/
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.1.0 - Unreleased
-------------------------
- Fix #25: Update module resources path

1.0.0 - Unreleased
-------------------------
- Init: Initialize Module "Text editor"
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "Text editor",
"description": "Simple to use tool that enables viewing and editing of text files.",
"keywords": ["text editor", "text", "editor", "filehandler"],
"version": "1.0.0",
"version": "1.1.0",
"humhub": {
"minVersion": "1.10"
"minVersion": "1.17"
}
}

0 comments on commit 001d4ac

Please sign in to comment.