Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed Feb 10, 2016
1 parent 7b94e9c commit 5a620cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
15 changes: 13 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Luminis Message Broker enrollment Module.
Version: 2.9.0
Moodle version: 2.5.0 through 2.9.x
Version: 3.0.0
Moodle version: 2.6.0 through 3.0.x
Maintainer: Eric Merrill ([email protected])


Expand All @@ -13,6 +13,17 @@ RECENT CHANGES
--------------
View full change log at https://github.com/merrill-oakland/Banner-Luminis-Message-Broker-for-Moodle/wiki/Change-Log

Release 3.0.0
Change default for "Use Moodle default course settings" to true.
Improve handling of Moodle default course settings.
Fix bug with missing/deleted categories.
Use the Moodle delete_user library function.
Only show enabled auth plugins on the settings page.
Add option to record SCT ID to the database. For upcoming grade exchange work.
Fix a bug that was causing unneeded database updates.
Add defaults for settings missing them (Thanks to Charles Fulton).


Release 2.9.0
Added option to filter live connections by hostnames and IP addresses.
Added options to whitelist or blacklist courses and enrollments by term.
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 = 2016020901;
$plugin->version = 2016021000;
$plugin->release = "3.0.0";
$plugin->maturity = MATURITY_BETA;
$plugin->requires = 2012120300;
$plugin->maturity = MATURITY_STABLE;
$plugin->requires = 2013111800; // Moodle 2.6.0.
$plugin->component = 'enrol_lmb';
$plugin->cron = 600;

0 comments on commit 5a620cc

Please sign in to comment.