Third patch release of Chamilo 2.0, addressing vulnerabilities (including critical vulnerabilities) detected in the previous versions.
Update recommendations
If you are using Chamilo 2.0 from packaged versions in production, please update ASAP to remain protected.
If you have installed Chamilo 2.0 from Git, we recommend following the "2.0" branch until 2.1.0 is released (the 2.0 branch is frequently updated to cover all vulnerabilities). The update process is just to pull the new changes from that branch, and then php bin/console cache:clear && composer install && yarn install && yarn build && php bin/console cache:warmup && sudo chmod -R 0777 var/cache