Releases · Coderberg/ResidenceCMS · GitHub
Skip to content

Releases: Coderberg/ResidenceCMS

Release v2.11.3

Choose a tag to compare

@Coderberg Coderberg released this 01 Mar 13:48
72ae486
  • 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

Choose a tag to compare

@Coderberg Coderberg released this 20 Jan 10:34
b854270
  • 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

Choose a tag to compare

@Coderberg Coderberg released this 22 Oct 09:42
68cc9e7
  • 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

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

Release v2.10.2

Choose a tag to compare

@Coderberg Coderberg released this 21 Jun 16:16
e8084b4
  • 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

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

Release v2.10.0

Choose a tag to compare

@Coderberg Coderberg released this 05 Mar 12:11
8aa9f31
  • 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

Choose a tag to compare

@Coderberg Coderberg released this 13 Jan 08:38
50a3fa7
  • 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

Choose a tag to compare

@Coderberg Coderberg released this 25 Dec 08:22
64d60a9
  • 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

Choose a tag to compare

@Coderberg Coderberg released this 11 Dec 13:56
ea82d64
  • 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