Skip to content

Commit 9199550

Browse files
[calendar] chore: remove requiresVersion: "2.1.0"
1 parent 9ad5618 commit 9199550

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ planned for 2026-01-01
2020
- [core] refactor: replace `module-alias` dependency with internal alias resolver (#3893)
2121
- [check_config] refactor: improve error handling (#3927)
2222
- [calendar] test: remove "Recurring event per timezone" test (#3929)
23+
- [calendar] chore: remove `requiresVersion: "2.1.0"` (#3932)
2324

2425
### Fixed
2526

modules/default/calendar/calendar.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ Module.register("calendar", {
6868
updateOnFetch: true
6969
},
7070

71-
requiresVersion: "2.1.0",
72-
7371
// Define required scripts.
7472
getStyles () {
7573
return ["calendar.css", "font-awesome.css"];

0 commit comments

Comments
 (0)