From b7ed1ddacb4606653d06b1a1793f1296027b87ae Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Wed, 7 Feb 2018 15:15:47 +0100 Subject: [PATCH] Release v3.4-r1 --- CHANGES.md | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d9ce847..200a489 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.4-r1 * 2018-02-07 - Adopt code changes in Moodle 3.4 core auth_ldap: Assign arbitrary system roles via LDAP sync. * 2018-02-06 - Check compatibility for Moodle 3.4, no functionality change. diff --git a/version.php b/version.php index c84079c..7535e2e 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; $plugin->version = 2018020601; -$plugin->release = 'v3.3-r1'; +$plugin->release = 'v3.4-r1'; $plugin->requires = 2017111300; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = array('auth_ldap' => 2017051500); -- GitLab