Skip to content
Snippets Groups Projects
Commit 43b28ff6 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Prepare compatibility for Moodle 3.3, no functionality change.

parent 2e2d4894
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ php: ...@@ -25,7 +25,7 @@ php:
env: env:
global: global:
- MOODLE_BRANCH=MOODLE_32_STABLE - MOODLE_BRANCH=MOODLE_33_STABLE
matrix: matrix:
- DB=pgsql - DB=pgsql
- DB=mysqli - DB=mysqli
......
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2017-12-12 - Prepare compatibility for Moodle 3.3, no functionality change.
* 2017-12-05 - Added Workaround to travis.yml for fixing Behat tests with TravisCI. * 2017-12-05 - Added Workaround to travis.yml for fixing Behat tests with TravisCI.
* 2017-11-08 - Updated travis.yml to use newer node version for fixing TravisCI error. * 2017-11-08 - Updated travis.yml to use newer node version for fixing TravisCI error.
......
...@@ -9,7 +9,7 @@ Moodle authentication plugin which provides all functionality of auth_ldap, but ...@@ -9,7 +9,7 @@ Moodle authentication plugin which provides all functionality of auth_ldap, but
Requirements Requirements
------------ ------------
This plugin requires Moodle 3.2+ This plugin requires Moodle 3.3+
Motivation for this plugin Motivation for this plugin
...@@ -184,9 +184,8 @@ Please vote for this ticket if you want to have this realized. ...@@ -184,9 +184,8 @@ Please vote for this ticket if you want to have this realized.
PHP7 Support PHP7 Support
------------ ------------
Since Moodle 3.0, Moodle core basically supports PHP7. Moodle core recommends PHP7. Starting with the Moodle 3.3 release of this plugin, we are developing and testing it for PHP7 only.
Please note that PHP7 support is on our roadmap for this plugin, but it has not yet been thoroughly tested for PHP7 support and we are still running it in production on PHP5. If you are still running this plugin on PHP5, please think about upgrading to PHP7.
If you encounter any success or failure with this plugin and PHP7, please let us know.
Copyright Copyright
......
...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'auth_ldap_syncplus'; $plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2017063000; $plugin->version = 2017063000;
$plugin->release = 'v3.2-r4'; $plugin->release = 'v3.2-r4';
$plugin->requires = 2016120500; $plugin->requires = 2017051500;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('auth_ldap' => 2016120500); $plugin->dependencies = array('auth_ldap' => 2017051500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment