diff --git a/README.txt b/README.txt index 3e62ff1..05695e3 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ Luminis Message Broker enrollment Module. -Version: 3.2.0 +Version: 3.1.0 Moodle version: 2.8.0 through 3.1.x Maintainer: Eric Merrill (merrill@oakland.edu) @@ -14,7 +14,7 @@ RECENT CHANGES View full change log at https://github.com/merrill-oakland/Banner-Luminis-Message-Broker-for-Moodle/wiki/Change-Log ======= -Release 3.2.0 +Release 3.1.0 Fix error on enrollment methods page due to missing can_hide_show_instance(). Fix error in ignore domain case setting. Thanks to Charles Fulton. Change instance_deleteable() to can_delete_instance(). diff --git a/version.php b/version.php index 8119e03..ffef612 100644 --- a/version.php +++ b/version.php @@ -15,9 +15,9 @@ // along with Moodle. If not, see . -$plugin->version = 2016042800; -$plugin->release = "3.0.1"; +$plugin->version = 2016042810; +$plugin->release = "3.1.0"; $plugin->maturity = MATURITY_STABLE; -$plugin->requires = 2013111800; // Moodle 2.6.0. +$plugin->requires = 2014111000; // Moodle 2.8.0. $plugin->component = 'enrol_lmb'; $plugin->cron = 600;