Skip to content

Release v2.2.0

Choose a tag to compare

@Coderberg Coderberg released this 17 Apr 11:27
· 319 commits to master since this release
9380265
  • Implemented password change form
  • Made security improvement
  • Updated to Symfony 6.0.7
  • Updated JS dependencies
  • Created E2E tests
  • Refactored the code

Upgrading To 2.2.0 From 2.1.0

Step 1. Before you update to v2.2.0, back up your website

Step 2. Add (or update) environment variable:

# Paste this variable into your .env.local file
LOCK_DSN=flock

Step 3. Update code and install dependencies:

$ git pull
$ git checkout v2.2.0
$ yarn install
$ composer install