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 28, 2024
1 parent 560c9d0 commit 779110b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 1 addition & 4 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

class Module extends \humhub\components\Module
{

public $resourcesPath = 'resources';

/**
* @param ContentActiveRecord $record
* @return bool
Expand All @@ -30,4 +27,4 @@ public function isBookmarkedRecord($record)

return $bookmarkableContent && $bookmarkableContent->isBookmarked();
}
}
}
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 #26: Update module resources path

1.0.2 (Unreleased)
---------------------
- Fix: Translation category for 'You didn\'t save any content yet!'
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"keywords": [
"content bookmarks"
],
"version": "1.0.2",
"version": "1.1.0",
"humhub": {
"minVersion": "1.8"
"minVersion": "1.17"
},
"homepage": "https://github.com/humhub/content-bookmarks"
}

0 comments on commit 779110b

Please sign in to comment.