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 #481

Open
wants to merge 1 commit into
base: master
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: 0 additions & 5 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ class Module extends ContentContainerModule
*/
public $icsOrganizer = false;

/**
* @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.6.0 (Unreleased)
------------------------
- Fix #481: Update module resources path

1.5.11 (Unreleased)
-----------------------
- Enh #473: Add footer to global calendar
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "Calendar",
"description": "Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.",
"keywords": ["calendar"],
"version": "1.5.11",
"version": "1.6.0",
"humhub": {
"minVersion": "1.14"
"minVersion": "1.17"
},
"homepage": "https://github.com/humhub/calendar",
"authors": [
Expand Down
Loading