From a3bd9da4b24b8c9ce71a84158fd6fc1192d49d1a Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Tue, 6 Feb 2018 07:37:29 +0100 Subject: [PATCH] Release v3.3-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6a24f2e..c74a588 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.3-r1 * 2018-02-02 - Adopt code changes in Moodle 3.3 core auth_ldap: Sync user profile fields * 2018-02-02 - Adopt code changes in Moodle 3.3 core auth_ldap: Convert auth plugins to use settings.php. Please double-check your plugin settings after upgrading to this version. diff --git a/version.php b/version.php index a7ec229..6dfc1a6 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2018020200; -$plugin->release = 'v3.2-r4'; +$plugin->version = 2018020600; +$plugin->release = 'v3.3-r1'; $plugin->requires = 2017051500; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2017051500); -- GitLab