From 30a995f52afad37bcc8f2d83197f4d18ed7e0cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 14 Aug 2021 14:12:36 +0200 Subject: [PATCH] Prepare compatibility for Moodle 3.11. --- CHANGES.md | 1 + version.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d9de47a7..7e2c9b8d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### Unreleased +* 2021-08-14 - Prepare compatibility for Moodle 3.11. * 2021-08-14 - Moved previously scoped css styles to styles.css. * 2021-08-14 - Updated path-parse to 1.0.7. * 2021-08-14 - Updated postcss to 7.0.36. diff --git a/version.php b/version.php index fb6f8733..e87d5c5c 100644 --- a/version.php +++ b/version.php @@ -29,3 +29,4 @@ $plugin->version = 2020071800; $plugin->requires = 2018051700; $plugin->maturity = MATURITY_STABLE; +$plugin->supported = [36, 311]; \ No newline at end of file