From c385b5e9101bbbc8d8f0eb7651de1c72f5d781c1 Mon Sep 17 00:00:00 2001 From: moodle-mw <michael.wuttke@hu-berlin.de> Date: Mon, 27 Dec 2021 16:45:03 +0100 Subject: [PATCH] Release v3.11-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 52d1f95..15749ca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v3.11-r1 * 2021-07-20 - Prepare compatibility for Moodle 3.11. * 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions diff --git a/version.php b/version.php index 9436e20..17122af 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2020121100; -$plugin->release = 'v3.10-r1'; +$plugin->version = 2021072000; +$plugin->release = 'v3.11-r1'; $plugin->requires = 2021051700; $plugin->supported = [311, 311]; $plugin->maturity = MATURITY_STABLE; -- GitLab