Release v2.8.0
- 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