Skip to content

Release v1.9.0

Choose a tag to compare

@Coderberg Coderberg released this 18 Aug 06:41
· 449 commits to master since this release
cd85d03
  • Updated dependencies to Symfony 5.3.6
  • Updated JS dependencies
  • Database schema refactoring
  • Code refactoring
  • Various fixes

Upgrading To 1.9.0 From 1.8.1

Before you update to v1.9.0, back up your website

$ git pull
$ git checkout v1.9.0
$ yarn install
$ composer install
$ php bin/console app:update