Skip to content

Release v2.6.1

Choose a tag to compare

@Coderberg Coderberg released this 18 Jun 12:44
· 151 commits to master since this release
77b5841
  • Updated to Symfony 6.3
  • Updated JS dependencies
  • Updated documentation

Upgrading To 2.6.1 From 2.6.0

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

$ git pull
$ git checkout v2.6.1

Step 3. Install dependencies:

$ composer install
$ yarn install