Release v2.3.0
- Updated to Symfony 6.1
- Dropped support for PHP < 8.1
- Fixed some deprecation warnings
- Added throttling for some types of requests
- Fixed Homepage Link
- Updated vulnerable JS dependencies
- Added the ability to resend a confirmation email
Upgrading To 2.3.0 From 2.2.0
Step 1. Before you update to v2.3.0, back up your website
Step 2. Upgrade your environment to PHP 8.1
Step 3. Update code and install dependencies:
$ git pull
$ git checkout v2.3.0
$ composer install
$ yarn install