From fa0a481fbfc415b71c8c60cb253a12e4e5c6fa8f Mon Sep 17 00:00:00 2001 From: Fred Neumann Date: Wed, 20 Dec 2023 15:05:14 +0100 Subject: [PATCH] version 1.1 --- README.md | 6 ++++++ plugin.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a484043d..679d1cbf 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/plugin.php b/plugin.php index 0913c6b9..f1e94017 100644 --- a/plugin.php +++ b/plugin.php @@ -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';