From 79f548935420adf944c3af27df96947da1b30e15 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Sat, 24 Aug 2024 10:37:05 +0200 Subject: [PATCH] Release v4.4-r1 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0cb75ac..ac29572 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v4.4-r1 * 2024-08-24 - Development: Rename master branch to main, please update your clones. * 2024-08-22 - Upgrade: Fix Behat scenarios which broke on 4.4. diff --git a/version.php b/version.php index 994d8eb..5968b43 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2023102001; -$plugin->release = 'v4.3-r2'; +$plugin->version = 2024060100; +$plugin->release = 'v4.4-r1'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;