Skip to content

Commit

Permalink
[RELEASE] v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thibsy committed Jul 24, 2024
1 parent 066419b commit b652f48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# UserTakeOver Changelog

## 5.0.5

- Fixed an issue where the existence of users was not sufficiently checked.

## 5.0.4

- Fixed an issue where the user-search was visible during impersonations even though the target user could not use it.
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$id = 'usrto';
$version = '5.0.4';
$version = '5.0.5';
$ilias_min_version = '8.0';
$ilias_max_version = '8.999';
$responsible = 'sr solutions ag';
Expand Down

0 comments on commit b652f48

Please sign in to comment.