Skip to content

Releases: Coderberg/ResidenceCMS

Release v2.10.1

03 May 10:00
20a24fd
Compare
Choose a tag to compare
  • 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

05 Mar 12:11
8aa9f31
Compare
Choose a tag to compare
  • 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

13 Jan 08:38
50a3fa7
Compare
Choose a tag to compare
  • 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

25 Dec 08:22
64d60a9
Compare
Choose a tag to compare
  • 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

11 Dec 13:56
ea82d64
Compare
Choose a tag to compare
  • 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

Release v2.6.1

18 Jun 12:44
77b5841
Compare
Choose a tag to compare
  • Updated to Symfony 6.3
  • Updated JS dependencies
  • Updated documentation

Upgrading To 2.6.1 From 2.6.0

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

$ git pull
$ git checkout v2.6.1

Step 3. Install dependencies:

$ composer install
$ yarn install

Release v2.6.0

05 May 12:45
ff57496
Compare
Choose a tag to compare
  • Updated to Symfony 6.2.10
  • Refactored the code
  • Implemented two-factor authentication

Upgrading To 2.6.0 From 2.5.0

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

$ git pull
$ git checkout v2.6.0

Step 3. Install dependencies:

$ composer install
$ yarn install

Step 4. Run migrations:

php bin/console d:m:m -n

Release v2.5.0

14 Mar 04:43
304df8b
Compare
Choose a tag to compare
  • Updated backend dependencies
  • Refactored the code
  • Added minor SEO improvements
  • Implemented a new setting (bottom bar)

Upgrading To 2.5.0 From 2.4.5

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

$ git pull
$ git checkout v2.5.0

Step 3. Install dependencies:

$ composer install

Step 4. Run migrations:

php bin/console d:m:m -n

Release v2.4.5

14 Feb 06:48
01c81bd
Compare
Choose a tag to compare
  • Updated vulnerable PHP dependencies
  • Refactored the code
  • Added minor SEO improvements

Upgrading To 2.4.5 From 2.4.4

Step 1. Before you update to v2.4.5, back up your website
Step 2 Update code and install dependencies:

$ git pull
$ git checkout v2.4.5
$ composer install

Release v2.4.4

24 Jan 07:46
02ba69a
Compare
Choose a tag to compare
  • Updated vulnerable JS dependencies
  • Refactored the code and fixed some issues
  • Add missing translations
  • Created missing functional test

Upgrading To 2.4.4 From 2.4.3

Step 1. Before you update to v2.4.4, back up your website
Step 2 Update code and install dependencies:

$ git pull
$ git checkout v2.4.4
$ yarn install