Skip to content

Releases: Coderberg/ResidenceCMS

Release v1.9.1

05 Nov 09:03
d71016c

Choose a tag to compare

  • Updated to Symfony 5.3.10
  • Updated JS dependencies
  • Minor security Improvements
  • Added missing tests

Upgrading To 1.9.1 From 1.9.0

Before you update to v1.9.1, back up your website

$ git pull
$ git checkout v1.9.1
$ yarn install
$ composer install

Release v1.9.0

18 Aug 06:41
cd85d03

Choose a tag to compare

  • Updated dependencies to Symfony 5.3.6
  • Updated JS dependencies
  • Database schema refactoring
  • Code refactoring
  • Various fixes

Upgrading To 1.9.0 From 1.8.1

Before you update to v1.9.0, back up your website

$ git pull
$ git checkout v1.9.0
$ yarn install
$ composer install
$ php bin/console app:update

Release v1.8.1

14 Jun 19:27
7920856

Choose a tag to compare

  • Updated dependencies to Symfony 5.3.1
  • Updated JS dependencies
  • Various fixes

Upgrading To 1.8.1 From 1.8.0

Before you update to v1.8.1, back up your website

$ git pull
$ git checkout v1.8.1
$ composer install
$ yarn install

Release v1.8.0

29 May 08:32
7a9990b

Choose a tag to compare

  • Added bulgarian translation
  • Added Filter by Feature
  • Added Language selector
  • Added the ability to use an image as a logo
  • Updated dependencies to Symfony 5.2.9
  • Various fixes and improvements

Upgrading To 1.8.0 From 1.7.0

Before you update to v1.8.0, back up your website and update your environment to PHP 7.3 or 7.4

$ git pull
$ git checkout v1.8.0
$ composer install
$ php bin/console d:m:m -n
$ yarn install

After updating, update all your info pages and menu items in admin panel (set one of the suggested language)

Release v1.7.0

18 Dec 18:20

Choose a tag to compare

  • Added ability to reject property

  • Added console command for listing users

  • Added new console command to simplify installation process

  • Renamed user table to users to avoid problems when using PostgreSQL.

  • Updated JavaScript dependencies

  • Updated the app to Symfony 5.2.1

  • Various Fixes & Improvements

Upgrading To 1.7.0 From 1.6.0

Before you update to 1.7.0, back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:sync-metadata-storage
$ php bin/console d:m:v DoctrineMigrations\Version20200328162849 --add -n
$ php bin/console d:m:m -n

Release v1.6.0

06 Jun 17:11
c550f99

Choose a tag to compare

  • Added password reset functionality
  • Added user accounts & user role management
  • Updated to Symfony 5.1
  • Refactored Entities
  • Removed deprecations
  • Various improvements and bug fixes

Upgrading to 1.6.0

Before you update to 1.6.0, back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:migrate

Release v1.5.3

25 Jan 15:19

Choose a tag to compare

  • Added custom meta titles
  • Added Russian translations
  • Added Dutch translations
  • Added city pages
  • Updated to Symfony 5.0.3
  • Replaced SwiftMailer by Symfony Mailer
  • Some improvements and bug fixes

Upgrading to 1.5.3

Before you update to 1.5.3, back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:migrate

Add this to your .env.local file:

MAILER_DSN=null://localhost
LANGUAGE_CODE=en

Release v1.5.2

15 Dec 11:26

Choose a tag to compare

  • New feature: Similar properties (disabled by default)
  • Some improvements and bug fixes

Upgrading to 1.5.2

Before you update to 1.5.2,back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:migrate

Release v1.5.1

03 Dec 08:04

Choose a tag to compare

  • UX improvements
  • New settings
  • Custom icons support for property features
  • WhiteOctoberPagerfantaBundle has been replaced by KnpPaginatorBundle
  • Updated the app to Symfony 5

Upgrading to 1.5.1

Before you update to 1.5.1, back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:migrate

Release v1.5.0

26 Nov 11:15

Choose a tag to compare

New features:

  • Custom header image
  • Custom footer text
  • Property features
  • City districts
  • Metro stations
  • XML sitemap generation
  • #10 Possibility to set agent
  • Layout improvements
  • Sorting by priority number
  • New optional filter (by number of bedrooms)

Important changes

  • CKeditor has been replaced by Summernote
  • Renamed entity Locality to City
  • Renamed entity Area to Neighborhood
  • Renamed entity Operation to DealType
  • Updated the app to Symfony 4.4
  • Changed route /property/{id} to /{citySlug}/{slug}/{id}
  • [BREAKING CHANGE] Changed settings storage method

Upgrading to 1.5.0

Before you update to 1.5.0, back up your website!

$ git pull
$ composer install
$ php bin/console doctrine:migrations:migrate

Visit page /admin/settings and set your settings.