Skip to content

Commit

Permalink
Release v4.4-r2
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Nov 12, 2024
1 parent 411c09b commit 1ee4c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
Changes
-------

### Unreleased
### v4.4-r2

* 2024-11-12 - Upgrade: Adopt changes from MDL-73703 and break the sync task user updates into chunks, resolves #36
* 2024-11-12 - Improvement: Change location of event observer code, resolves #26
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'auth_ldap_syncplus';
$plugin->version = 2024060102;
$plugin->release = 'v4.4-r1';
$plugin->version = 2024060103;
$plugin->release = 'v4.4-r2';
$plugin->requires = 2024042200;
$plugin->supported = [404, 404];
$plugin->maturity = MATURITY_STABLE;
Expand Down

0 comments on commit 1ee4c3d

Please sign in to comment.