Bump requires version to 3.4 beta.
authorDan Marsden <dan@danmarsden.com>
Mon, 30 Oct 2017 22:05:39 +0000 (11:05 +1300)
committerDan Marsden <dan@danmarsden.com>
Mon, 30 Oct 2017 22:05:39 +0000 (11:05 +1300)
version.php

index 43f3a06..83ed05d 100644 (file)
@@ -24,7 +24,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->version  = 2017102700;
-$plugin->requires = 2017042100;
+$plugin->requires = 2017102700; // Requires 3.4
 $plugin->release = '3.4.1';
 $plugin->maturity  = MATURITY_ALPHA;
 $plugin->cron     = 0;