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

Improvement: Declare which major stable version of Moodle this plugin supports

parent 406a5ed1
Branches
Tags
No related merge requests found
...@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus ...@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus
Changes Changes
------- -------
### Unreleased
* 2020-12-10 - Improvement: Declare which major stable version of Moodle this plugin supports (see MDL-59562 for details).
### v3.9-r1 ### v3.9-r1
* 2020-09-18 - Prepare compatibility for Moodle 3.9. * 2020-09-18 - Prepare compatibility for Moodle 3.9.
......
...@@ -28,5 +28,6 @@ $plugin->component = 'auth_ldap_syncplus'; ...@@ -28,5 +28,6 @@ $plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2020091800; $plugin->version = 2020091800;
$plugin->release = 'v3.9-r1'; $plugin->release = 'v3.9-r1';
$plugin->requires = 2020061500; $plugin->requires = 2020061500;
$plugin->supported = [39, 39];
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2020061500); $plugin->dependencies = array('auth_ldap' => 2020061500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment