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 25c18da commit b23dc15
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 @@ -19,11 +19,6 @@

class Module extends ContentContainerModule
{
/**
* @inheritdoc
*/
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.9.0 (Unreleased)
----------------------
- Fix #257: Update module resources path

1.8.5 (March 14, 2024)
----------------------
- Fix #249: Fix replaced method `friendship\Module::isEnabled()`
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "Tasks",
"description": "Intuitive task management tool with many basic and advanced features.",
"keywords": ["task", "todo"],
"version": "1.8.5",
"version": "1.9.0",
"homepage": "https://github.com/humhub/tasks",
"humhub": {
"minVersion": "1.14"
"minVersion": "1.17"
},
"screenshots": ["resources/screen1.jpg", "resources/screen2.jpg", "resources/screen3.jpg", "resources/screen4.jpg", "resources/screen5.jpg", "resources/screen6.jpg", "resources/screen7.jpg", "resources/screen8.jpg", "resources/screen9.jpg", "resources/screen10.jpg", "resources/screen11.jpg", "resources/screen12.jpg", "resources/screen13.jpg"]
}

0 comments on commit b23dc15

Please sign in to comment.