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';