Skip to content

Release v2.9.0

Compare
Choose a tag to compare
@Coderberg Coderberg released this 13 Jan 08:38
· 49 commits to master since this release
50a3fa7
  • Dropped support for PHP 8.1
  • Updated to Symfony 7
  • Updated JS dependencies
  • Refactored the code

Upgrading To 2.9.0 From 2.8.0

Step 1. Before you update to v2.9.0, back up your website
Step 2. Update your server to PHP 8.2 / 8.3
Step 3. Update the code:

$ git pull
$ git checkout v2.9.0

Step 3. Install dependencies:

$ composer install
$ yarn install