Skip to content

Commit 28acac3

Browse files
committed
Release v5.0-r3
1 parent 4ba0c14 commit 28acac3

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+
### v5.0-r3
88

99
* 2025-10-15 - Make codechecker happy again
1010
* 2025-10-15 - Tests: Switch Github actions workflows to reusable workflows by Moodle an Hochschulen e.V.

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 = 2025041402;
29-
$plugin->release = 'v5.0-r2';
28+
$plugin->version = 2025041403;
29+
$plugin->release = 'v5.0-r3';
3030
$plugin->requires = 2025041400;
3131
$plugin->supported = [500, 500];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)