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

Check compatibility for Moodle 2.9, no functionality change

parent df577275
Branches
No related tags found
No related merge requests found
...@@ -13,12 +13,13 @@ Moodle authentication method which provides all functionality of auth_ldap, but ...@@ -13,12 +13,13 @@ Moodle authentication method which provides all functionality of auth_ldap, but
Requirements Requirements
------------ ------------
This plugin requires Moodle 2.8+ This plugin requires Moodle 2.9+
Changes Changes
------- -------
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
* 2015-01-29 - Check compatibility for Moodle 2.8, no functionality change * 2015-01-29 - Check compatibility for Moodle 2.8, no functionality change
* 2015-01-23 - Adopt a code change in Moodle core auth_ldap * 2015-01-23 - Adopt a code change in Moodle core auth_ldap
* 2014-10-08 - Adopt a code change in Moodle core auth_ldap * 2014-10-08 - Adopt a code change in Moodle core auth_ldap
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus'; $plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2014111000; $plugin->version = 2015051100;
$plugin->release = '2.8 (Build: 2015012900)'; $plugin->release = '2.9 (Build: 2015081800)';
$plugin->requires = 2014111000; $plugin->requires = 2015051100;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2014111000); $plugin->dependencies = array('auth_ldap' => 2014111000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment