Skip to content

Release v2.10.1

Latest
Compare
Choose a tag to compare
@Coderberg Coderberg released this 03 May 10:00
20a24fd
  • Updated to Symfony 7.0.6
  • Updated vulnerable JavaScript dependencies
  • Updated .env file
  • Upgraded Rector to the stable version and applied some fixes
  • Added new scripts to composer.json
  • Improved support for Hungarian language
  • Updated PHP config
  • Removed the salt from the user entity
  • Fixed some deprecation warnings

Upgrading To 2.10.1 From 2.10.0

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

$ git pull
$ git checkout v2.10.1

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear