Download & Releases

Functions

9.0 (stable)

General Information

Release 9.0 has been published on April 30, 2024
  • Please read the ILIAS 9 feature page for information about new and abandoned features and changed behaviour of this version.
  • You find information about first time installation of ILIAS 9 and updating here.
  • Please also have a look at the Required Software for ILIAS 9 page.
ILIAS is free, open source software and published under the GNU General Public License (GPL), version 3.0  →  Licence

Download

ILIAS-9.0.zip
Download (github.com)
151 MB, 2024-04-30
md5: ba711cd276eed41df0d3d057560c63e8
ILIAS-9.0.tar.gz
Download (github.com)
136 MB, 2024-04-30
md5: 7d432f8ccab0c0c80d45faea261399c8

Important Changes

  • JavaScript Dependencies: Removal of 'node_modules' folder from Git repository
    • The 'npm' dependencies and thus the 'node_modules' folder in the ILIAS root directory was removed from the ILIAS codebase.

      All 'npm' dependencies will still be automatically added to the release builds (linked on the official ILIAS release pages) on GitHub.

      With this change 'npm' will become a requirement for ILIAS installations based on Git branches/tags. To install the 'npm' dependencies on such installations, you'll have to execute:

      npm clean-install --omit=dev --ignore-scripts

      The --omit=dev flag can be ignored for development installations. 
  • Chat Server: Removal of 'node_modules' folder from Git repository
    • The 'npm' dependencies and thus the 'node_modules' folder of 'Modules/Chatroom/chat' was removed from the ILIAS codebase in Git with the integration of PR 5128.

      All 'npm' dependencies will still be automatically added to the release builds (linked on the official ILIAS release pages) on GitHub.

      With this change 'npm' will become a requirement for ILIAS installations based on Git branches/tags. To install the 'npm' dependencies on such installations, you'll have to execute:

      npm clean-install --omit=dev --ignore-scripts

      The --omit=dev flag can be ignored for development installations. 
  • Cron Jobs:
  • PDF Generation:
    • wkhtmltopdf has been removed from the code base. 
  • Authentication/SAML:

Known Issues

  • none

Changed Behaviour