[calendar] chore: remove requiresVersion: "2.1.0" (#3932)

This is just to reduce a little noise in the dev console. The following
line will not appear with this change:

```shell
module.js:480 Check MagicMirror² version for module 'calendar' - Minimum version:  2.1.0 - Current version: 2.34.0-
```

Since version 2.1.0 is so old, we can surely throw it out without
concern.
This commit is contained in:
Kristjan ESPERANTO
2025-10-27 09:48:17 +01:00
committed by GitHub
parent 9ad5618843
commit 2e795f6552
2 changed files with 1 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ planned for 2026-01-01
- [core] refactor: replace `module-alias` dependency with internal alias resolver (#3893) - [core] refactor: replace `module-alias` dependency with internal alias resolver (#3893)
- [check_config] refactor: improve error handling (#3927) - [check_config] refactor: improve error handling (#3927)
- [calendar] test: remove "Recurring event per timezone" test (#3929) - [calendar] test: remove "Recurring event per timezone" test (#3929)
- [calendar] chore: remove `requiresVersion: "2.1.0"` (#3932)
### Fixed ### Fixed

View File

@@ -68,8 +68,6 @@ Module.register("calendar", {
updateOnFetch: true updateOnFetch: true
}, },
requiresVersion: "2.1.0",
// Define required scripts. // Define required scripts.
getStyles () { getStyles () {
return ["calendar.css", "font-awesome.css"]; return ["calendar.css", "font-awesome.css"];