aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2016-01-24 13:18:38 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2016-01-24 13:20:41 +0100
commite0abd45dc194f7ede2b460c6e9c2c303d4321bd7 (patch)
treeca54f942ddac9c4cce62db73a8ee90c074331590 /version.php
parentab2016462cb7204f8e5e7fb6e5b9bdf1f4db68c6 (diff)
Solve display using MathJax for all websites
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 2f734d9..0b2f746 100644
--- a/version.php
+++ b/version.php
@@ -23,8 +23,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'qtype_algebra';
-$plugin->version = 2014110800;
+$plugin->version = 2016012400;
$plugin->requires = 2013050100;
-$plugin->release = '1.33 for Moodle 2.5, 2.6 and 2.7';
+$plugin->release = '1.4 for Moodle 2.8, 2.9 and 3.0';
$plugin->maturity = MATURITY_STABLE;