Download & Releases

7.0 (stable)

Release 7.0 has been published on April 30, 2021

  • Please read the ILIAS 7 feature page for information about new and abandoned features and changed behaviour of this version.
  • You find information about first time installation of ILIAS 7 and updating here.
  • Please also have a look at the Required Software for ILIAS 7 page.

If you use a customized skin/style, please change the skin settings for root user and default of installation to ‘delos‘ before upgrading to ILIAS 7. Otherwise you may not login any more due to templates changes in former versions.

The storing of files will be changed and improved with ILIAS 7. All files need to be migrated to the new structure. More information is available in the installation instruction.

ILIAS is free, open source software and published under the GNU General Public License (GPL).

Format: .zip
 
ILIAS-7.0.zip
Download (github.com)
223 MB, 2021-04-30
md5: cc281ef77b2274f95335439ee03ae424

Format: .tar.gz
 
ILIAS-7.0.tar.gz
Download (github.com)
202 MB, 2021-04-30
md5: 257e69b228f7069aef3c25617f4d5ade 

Important Changes

  • ILIAS Page Editor
    • With Release 7, the ILIAS page editor was fundamentally revised. As part of the page editor, the content style was also adjusted and redundant text and block formats removed. You can see the list of removed paragraphs here:
    • When updating to ILIAS 7, please bear in mind that the changes in the content style will affect your existing content. To prevent this, you can export the content style before an update OR download the ILIAS 6 Default Content Style from the following link:
  • Setup
    • With ILIAS 7 the GUI for the Setup has been abandoned. Installing and updating ILIAS is now handled by a command line implementation of the setup. The features for maintenance mode and multi-clients have been removed completely as discussed in the context of the Setup Revision. For more information about the new Setup please have a look into the detailed documentation of the setup in the file setup/README.md or take a look into the ILIAS installation instructions at docs/configuration/install.md.
  • Migration of files
    • In addition to the new setup via CLI, since version 7 ILIAS also requires that so-called migrations are carried out after an update. With ILIAS 7, such a migration is, for example, that files are migrated from the file object into the new resource storage service. These migrations can already be started after the update in live mode. To do this, run# php setup/cli.php migratein the CLI for more information.

Known Issues

  • The are various open issues in the setup:
    • https://mantis.ilias.de/view.php?id=30245
    • https://mantis.ilias.de/view.php?id=30109
    • https://mantis.ilias.de/view.php?id=30035

Changed Behaviour

  • Basic permissions for owners changed – streamlined handling of read_outcomes with read_learning_progress:
    • Until now, users who created an xAPI object and had no additional permissions for this object type got besides the usual permissions like visible, read and delete also the permission read_outcomes. This has been changed now for all maintained versions.
    • From now on, behaviour is similar to the permission to read the learning progress of other users. The permission read_outcomes is no longer given to owners but has to be granted by a dedicated role.
    • In addition, roles with read_learning_progress given have now the permission read_outcomes, too.

Fixed Issues

Security Fixes

#29897: User Service: Remote Code Execution  (reported by Johannes Moritz and Robin Peraglie (https://haxolot.com))