Skip to content
Snippets Groups Projects
Commit 95ab1d76 authored by Alexander Bias's avatar Alexander Bias
Browse files

Update version.php

parent 1ed58f74
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ This plugin requires Moodle 2.7+ ...@@ -14,6 +14,7 @@ This plugin requires Moodle 2.7+
Changes Changes
======= =======
2014-08-29 - Update version.php
2014-08-29 - Update README file 2014-08-29 - Update README file
2014-08-27 - Change line breaks to mtrace() (MDL-30589) 2014-08-27 - Change line breaks to mtrace() (MDL-30589)
2014-08-25 - Support new event API, remove legacy event handling 2014-08-25 - Support new event API, remove legacy event handling
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus'; $plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2014051202; $plugin->version = 2014051203;
$plugin->release = '2.7 (Build: 2014073100)'; $plugin->release = '2.7 (Build: 2014073100)';
$plugin->requires = 2014051200; $plugin->requires = 2014051200;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment