We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31532e3 commit 6a2136fCopy full SHA for 6a2136f
CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
4
Changes
5
-------
6
7
-### Unreleased
+### v4.5-r4
8
9
* 2025-10-09 - Tests: Use openldap docker image from bitnamilegacy from now on.
10
* 2025-04-16 - Expert feature: Allow the admin to set a custom LDAP filter for the sync task, resolves #44.
version.php
@@ -25,8 +25,8 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'auth_ldap_syncplus';
28
-$plugin->version = 2024100705;
29
-$plugin->release = 'v4.5-r3';
+$plugin->version = 2024100706;
+$plugin->release = 'v4.5-r4';
30
$plugin->requires = 2024100700;
31
$plugin->supported = [405, 405];
32
$plugin->maturity = MATURITY_STABLE;
0 commit comments