Skip to content

Release v2.11.0

Latest
Compare
Choose a tag to compare
@Coderberg Coderberg released this 29 Jul 07:03
04a8f1a
  • Updated the app to Symfony 7.1
  • Synchronized Symfony recipes
  • Updated local docker environment
  • Updated documentation
  • Various minor fixes

Upgrading To 2.11.0 From 2.10.2

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

$ git pull
$ git checkout v2.11.0

Step 3. Install dependencies:

$ composer install
$ yarn install

In case of issues, clear the cache manually:

php bin/console cache:clear

If you use a local docker environment, you may need to rebuild the containers:

docker compose build --no-cache
docker compose up --pull always -d --wait