Skip to content

Release v2.8.0

Choose a tag to compare

@Coderberg Coderberg released this 25 Dec 08:22
· 119 commits to master since this release
64d60a9
  • Dockerized the app
  • Updated JS dependencies
  • Updated PHP dependencies

Upgrading To 2.8.0 From 2.7.0

Step 1. Before you update to v2.8.0, back up your website
Step 2. Update the code:

$ git pull
$ git checkout v2.8.0

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear