Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit c66c8db

Browse files
committed
fix for MultiLineNewInputGUI
1 parent fd038b1 commit c66c8db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## [2023.01.26]
3+
- fix for MultiLineNewInputGUI
4+
25
## [2023.01.19]
36
- Fix for ILIAS <= 7.16
47

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php";
44

55
$id = 'xlvo';
6-
$version = '2023.01.19';
6+
$version = '2023.01.26';
77
$ilias_min_version = '6.0';
88
$ilias_max_version = '7.999';
99
$responsible = 'fluxlabs ag';

0 commit comments

Comments
 (0)