Releases: Coderberg/ResidenceCMS
Release v2.11.3
- Updated composer dependencies
- Fixed multiple issues reported by PHPStan
- Updated the configuration files for Docker and FrankenPHP environment setup
Upgrading To 2.11.3 From 2.11.2
Step 1. Before you update to v2.11.3, back up your website
Step 2. Update the code:
git pull
git checkout v2.11.3
Step 3. Install dependencies:
composer install
If you use a built-in docker environment, rebuild the containers:
docker compose build --no-cache
docker compose up --pull always -d --wait
Release v2.11.2
- Updated all vulnerable dependencies.
- Updated five data fixtures.
- Improved GitHub workflows.
- Fixed several issues detected by static code analyzers.
Upgrading To 2.11.2 From 2.11.1
Step 1. Before you update to v2.11.2, back up your website
Step 2. Update the code:
$ git pull
$ git checkout v2.11.2
Step 3. Install dependencies:
$ composer install
$ yarn install
In case of issues, clear the cache manually:
php bin/console cache:clear
Release v2.11.1
- Updated vulnerable JS dependencies
- Updated composer dependencies
- Updated github workflows
- Various minor fixes
Upgrading To 2.11.1 From 2.11.0
Step 1. Before you update to v2.11.1, back up your website
Step 2. Update the code:
$ git pull
$ git checkout v2.11.1
Step 3. Install dependencies:
$ composer install
$ yarn install
In case of issues, clear the cache manually:
php bin/console cache:clear
Release v2.11.0
- 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
Release v2.10.2
- Updated composer dependencies
- Updated some vulnerable JS dependencies
- Fixed XSS vulnerability
- Applied fixes from Rector
Upgrading To 2.10.2 From 2.10.1
Step 1. Before you update to v2.10.2, back up your website
Step 2. Update the code:
$ git pull
$ git checkout v2.10.2
Step 3. Install dependencies:
$ composer install
$ yarn install
In case of issues, clear the cache manually:
php bin/console cache:clear
Release v2.10.1
- 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
Release v2.10.0
- Added Hungarian language support
- Updated to Symfony 7.0.4
- Updated composer dependencies
- Updated multiple configuration files
- Improved route validation
- Refactored the code
Upgrading To 2.10.0 From 2.9.0
Step 1. Before you update to v2.10.0, back up your website
Step 2. Update the code:
$ git pull
$ git checkout v2.10.0
Step 3. Install dependencies:
$ composer install
Release v2.9.0
- Dropped support for PHP 8.1
- Updated to Symfony 7
- Updated JS dependencies
- Refactored the code
Upgrading To 2.9.0 From 2.8.0
Step 1. Before you update to v2.9.0, back up your website
Step 2. Update your server to PHP 8.2 / 8.3
Step 3. Update the code:
$ git pull
$ git checkout v2.9.0
Step 3. Install dependencies:
$ composer install
$ yarn install
Release v2.8.0
- Dockerized the app
- Updated JS dependencies
- Updated PHP dependencies
Upgrading To 2.8.0 From 2.7.0
Step 1. Before you update to v2.8.0, back up your website
Step 2. Update the code:
$ git pull
$ git checkout v2.8.0
Step 3. Install dependencies:
$ composer install
$ yarn install
In case of issues, clear the cache manually:
php bin/console cache:clear
Release v2.7.0
- Updated to Symfony 6.4
- Updated JS dependencies
- Refactored the code
- Improved workflows
- Fixed some minor issues reported by phpstan
Upgrading To 2.7.0 From 2.6.1
Step 1. Before you update to v2.7.0, back up your website
Step 2. Update the code:
$ git pull
$ git checkout v2.7.0
Step 3. Install dependencies:
$ composer install
$ yarn install
In case of issues, clear the cache manually:
php bin/console cache:clear