Skip to content

Commit 6a2136f

Browse files
committed
Release v4.5-r4
1 parent 31532e3 commit 6a2136f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
44
Changes
55
-------
66

7-
### Unreleased
7+
### v4.5-r4
88

99
* 2025-10-09 - Tests: Use openldap docker image from bitnamilegacy from now on.
1010
* 2025-04-16 - Expert feature: Allow the admin to set a custom LDAP filter for the sync task, resolves #44.

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'auth_ldap_syncplus';
28-
$plugin->version = 2024100705;
29-
$plugin->release = 'v4.5-r3';
28+
$plugin->version = 2024100706;
29+
$plugin->release = 'v4.5-r4';
3030
$plugin->requires = 2024100700;
3131
$plugin->supported = [405, 405];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)