MDL-39497 Consider workshop scheduled allocator stable
authorDavid Mudrák <david@moodle.com>
Fri, 3 May 2013 13:47:03 +0000 (15:47 +0200)
committerDavid Mudrák <david@moodle.com>
Fri, 3 May 2013 13:47:03 +0000 (15:47 +0200)
mod/workshop/allocation/scheduled/version.php

index 47235c3..c387f0a 100644 (file)
@@ -32,5 +32,5 @@ $plugin->requires   = 2013050100;
 $plugin->dependencies = array(
     'workshopallocation_random'  => 2013050100,
 );
-$plugin->maturity   = MATURITY_ALPHA;
+$plugin->maturity   = MATURITY_STABLE;
 $plugin->cron       = 60;