Skip to content

Commit

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

## 6.0.2

- Fixed an issue where redundant colons (:) have been visible in ILIAS>=9 presentation tables.
- Fixed an issue where the existence of users was not sufficiently checked.

## 6.0.1

- 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 = '6.0.1';
$version = '6.0.2';
$ilias_min_version = '9.0';
$ilias_max_version = '9.999';
$responsible = 'sr solutions ag';
Expand Down

0 comments on commit d16b7b1

Please sign in to comment.