Skip to content

Commit

Permalink
Version bump 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed Jul 31, 2017
1 parent 34fee82 commit 64eea5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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 ([email protected])

Expand All @@ -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().
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.


$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;

0 comments on commit 64eea5a

Please sign in to comment.