From dc14a8d6541535a21bfc33302558d93a4e862062 Mon Sep 17 00:00:00 2001 From: Michael de Raadt Date: Sun, 1 May 2016 20:28:05 +1000 Subject: [PATCH] block_completion_progress: add future alternate link for assignment and fix colour --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 3ff12d0..11d7aeb 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2016042500; +$plugin->version = 2016050100; $plugin->requires = 2014051200; // Moodle 2.7. $plugin->maturity = MATURITY_BETA; $plugin->release = 'Version for Moodle 2.7 onwards';