ResidenceCMS Versions Save

Open Source Property Management System based on Symfony 7

v2.10.0

2 months ago
  • 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

v2.9.0

4 months ago
  • 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

v2.8.0

4 months ago
  • 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

v2.7.0

5 months ago
  • 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

v2.6.1

10 months ago
  • 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

v2.6.0

1 year ago
  • 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

v2.5.0

1 year ago
  • 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

v2.4.5

1 year ago
  • 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

v2.4.4

1 year ago
  • 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

v2.4.3

1 year ago
  • Fixed some deprecation warnings
  • Got rid of FrameworkExtraBundle
  • Refactored the code
  • Updated composer dependencies

Upgrading To 2.4.3 From 2.4.2

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

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