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

Change plugin version and release scheme to the scheme promoted by moodle.org,...

Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change
parent 6a8c9db0
Branches
Tags
No related merge requests found
...@@ -19,6 +19,7 @@ This plugin requires Moodle 3.0+ ...@@ -19,6 +19,7 @@ This plugin requires Moodle 3.0+
Changes Changes
------- -------
* 2016-02-10 - Change plugin version and release scheme to the scheme promoted by moodle.org, no functionality change
* 2016-01-01 - Adopt code changes in Moodle core auth_ldap, including the new scheduled task feature. If you have used a LDAP syncronization cron job before, please use the LDAP syncronisation scheduled task from now on (for details, see "Configuring LDAP synchronization task" section below) * 2016-01-01 - Adopt code changes in Moodle core auth_ldap, including the new scheduled task feature. If you have used a LDAP syncronization cron job before, please use the LDAP syncronisation scheduled task from now on (for details, see "Configuring LDAP synchronization task" section below)
* 2016-01-01 - Check compatibility for Moodle 3.0, no functionality change * 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
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus'; $plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2015111601; $plugin->version = 2016021000;
$plugin->release = '3.0 (Build: 2016010101)'; $plugin->release = 'v3.0-r2';
$plugin->requires = 2015111600; $plugin->requires = 2015111600;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2015111600); $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