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

Check compatibility for Moodle 3.0, no functionality change

parent ed20a5c7
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.9+ This plugin requires Moodle 3.0+
Changes Changes
------- -------
* 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change
* 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change * 2015-08-18 - Check compatibility for Moodle 2.9, no functionality change
* 2015-08-18 - Adopt a code change in Moodle core auth_ldap * 2015-08-18 - Adopt a code change in Moodle core auth_ldap
* 2015-01-29 - Check compatibility for Moodle 2.8, no functionality change * 2015-01-29 - Check compatibility for Moodle 2.8, no functionality change
......
...@@ -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 = 2015051100; $plugin->version = 2015111600;
$plugin->release = '2.9 (Build: 2015081800)'; $plugin->release = '3.0 (Build: 2016010100)';
$plugin->requires = 2015051100; $plugin->requires = 2015111600;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2015051100); $plugin->dependencies = array('auth_ldap' => 2015111600);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment