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

Check compatibility for Moodle 3.4, no functionality change.

parent a3bd9da4
No related branches found
No related tags found
No related merge requests found
......@@ -19,13 +19,12 @@ cache:
- $HOME/.npm
php:
- 5.6
- 7.0
- 7.1
env:
global:
- MOODLE_BRANCH=MOODLE_33_STABLE
- MOODLE_BRANCH=MOODLE_34_STABLE
matrix:
- DB=pgsql
- DB=mysqli
......
......@@ -4,6 +4,10 @@ moodle-auth_ldap_syncplus
Changes
-------
### Unreleased
* 2018-02-06 - Check compatibility for Moodle 3.4, no functionality change.
### v3.3-r1
* 2018-02-02 - Adopt code changes in Moodle 3.3 core auth_ldap: Sync user profile fields
......
......@@ -9,7 +9,7 @@ Moodle authentication plugin which provides all functionality of auth_ldap, but
Requirements
------------
This plugin requires Moodle 3.3+
This plugin requires Moodle 3.4+
Motivation for this plugin
......@@ -184,8 +184,7 @@ Please vote for this ticket if you want to have this realized.
PHP7 Support
------------
Moodle core recommends PHP7. Starting with the Moodle 3.3 release of this plugin, we are developing and testing it for PHP7 only.
If you are still running this plugin on PHP5, please think about upgrading to PHP7.
Since Moodle 3.4 core, PHP7 is mandatory. We are developing and testing this plugin for PHP7 only.
Copyright
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2018020600;
$plugin->release = 'v3.3-r1';
$plugin->requires = 2017051500;
$plugin->requires = 2017111300;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2017051500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment