Download & Releases

9.10 (stable)

General Information

Release 9.10 has been published on May 27, 2025

  • 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.10.zip
Download (github.com)
156 MB, 2025-05-27
md5: ef6503d946e5e52c0a7afd3a175ebf02

ILIAS-9.10.tar.gz
Download (github.com)
141 MB, 2025-05-27
md5: d9abdbbc624df157d652c2b51984478e

Important Changes

  • System Styles: Custom system styles from 8 and earlier do no longer work
    • With ILIAS 9 the SCSS has been restructered according to the ITCSS structure suggested in the SASS guidelines. In addition, the depencency to less from Bootstrap has mostly been removed. However, the change from less to SCSS and the abandonment from Bootstrap means, that System Styles from 8 and lower are NOT compatible with ILIAS 9. They cannot be imported, be used, or compiled.
    • However, note, that most of the css should still work. Also less and scss are not that far appart. Best read through our SCSS Coding Guidelines to get started.
  • JavaScript Dependencies: Removal of 'node_modules' folder from Git repository
    • The 'npm' dependencies and thus the 'node_modules' folder in the ILIAS root directory were 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' were 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:
  • MathJax:
    • Please check if you configured a polyfill url at Administration » Third Party Software » MathJax. This is not needed by modern browsers and IE 11 is no longer supported by ILIAS at all. You should NOT use the polyfill.io library any longer, see https://sansec.io/research/polyfill-supply-chain-attack for details.

Known Issues

  • none

Changed Behaviour

Updated Languages

  • Updated language support for Hungarian. Thanks to Dániel Kiss-Kálmán.

Security Fixes

The following security issues have been fixed. For more information about these vulnerabilities, see our 9.10 security blog post.

#44426: [Learning Module HTML] Learning Module HTML: Unauthorized access (Michael Jansen (Databay AG)
#44559: [Mediacast] Mediacast: Missing RBAC checks (Michael Jansen (Databay AG))
#44343: [Mediacast] MediaCast: Unauthorized access (Ilja Lukin (Fachhochschule Dortmund))

Fixed Issues

The following issues reported in Mantis have been resolved:

#45069: [Blog] Forwarding to Blogs is broken (akill)
#37447: [ECS Interface] ilRemoteObjectBase::getOrganization(): Return value must be of type string, null returned (sdyhr)
#44650: [ECS Interface] Too many membership notification mails for members from campus management (sdyhr)
#45144: [ECS Interface] ECS/Setup/Performance: Database update \ilECSUpdateSteps9::step_1 tooks hours to complete (sdyhr)
#45142: [Forum] ForumNotification overwritten by setting from all_users (mjansen)
#45143: [Forum] Tabelle moveThreadsObject wird nicht angezeigt (mjansen)
#45021: [Language Handling] Undefined array key "version" (kg)
#45128: [Login, Auth & Registration] Stud.IP Authentifizierungsplugin mehrfach in der Anmeldereihenfolge (mjansen)
#44804: [Personal and Shared Resources (aka 'My Workspace')] Links to personal Blogs are broken (akill)
#45047: [¥ Web Access Checker] WAC: Call to \ilWACSignedPath::signFolderOfStartFile sends cookies with invalid domains (fschmid)