diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 10:37:09 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 10:51:59 +0200 |
commit | 35e6e62481c00d21698537a91215bfa8f5364363 (patch) | |
tree | 4b046831e7487c02161c2ac825f07cd2e899e046 /version.php | |
parent | 30b17ac6920c1c8cf199faa368f2fb5672952904 (diff) |
Update changelog
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 41195e0..1488c77 100644 --- a/version.php +++ b/version.php @@ -26,5 +26,5 @@ $plugin->component = 'qtype_algebra'; $plugin->version = 2019042707; $plugin->requires = 2016052300; -$plugin->release = '1.8 for Moodle 3.0 ... 3.6'; +$plugin->release = '1.9 for Moodle 3.0 ... 3.7'; $plugin->maturity = MATURITY_STABLE; |