Skip to content

Commit

Permalink
Improved URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorgmansuryan committed Jan 5, 2025
1 parent f9d00da commit 8841d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@

class Module extends ContentContainerModule
{
/**
* @var string the default route of this module.
*/
public $defaultRoute = 'view';

/**
* @var bool feature switch for recurrence events
*/
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
-----------------------
- Fix #509: Fix event type visibility
- Enh #512: Surround the widget wall entry links with a dedicated HTML class
- Enh #516: Improved calendar page URLs

1.6.4 (Unreleased)
-----------------------
Expand Down

0 comments on commit 8841d33

Please sign in to comment.