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

Prepare compatibility for Moodle 3.8.

parent 03fcae52
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ php:
env:
global:
- MOODLE_BRANCH=MOODLE_37_STABLE
- MOODLE_BRANCH=MOODLE_38_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus
Changes
-------
### Unreleased
* 2020-02-19 - Prepare compatibility for Moodle 3.8.
### v3.7-r1
* 2019-08-15 - Make codechecker happy.
......
......@@ -9,7 +9,7 @@ Moodle authentication plugin which provides all functionality of auth_ldap, but
Requirements
------------
This plugin requires Moodle 3.7+
This plugin requires Moodle 3.8+
Motivation for this plugin
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2019083000;
$plugin->release = 'v3.7-r1';
$plugin->requires = 2019052000;
$plugin->requires = 2019111800;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2019052000);
$plugin->dependencies = array('auth_ldap' => 2019111800);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment