Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.17] Update module resources path #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
Loading