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