Skip to content

Commit

Permalink
version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Neumann committed Dec 20, 2023
1 parent 91d7e50 commit fa0a481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ An initial set of features is available in the **pre-test version** named LongEs
rm composer.lock
composer install --no-dev
````

## History

### Version 1.1 (2023-12-20)

- First published version of the plugin for ILIAS 7
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$id = 'xlas';

// code version; must be changed for all code changes
$version = '1.0.27';
$version = '1.1';
// ilias min and max version; must always reflect the versions that should
// run with the plugin
$ilias_min_version = '7.25';
Expand Down

0 comments on commit fa0a481

Please sign in to comment.