Skip to content

Releases: Coderberg/ResidenceCMS

Release v1.8.0

29 May 08:32
7a9990b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Release v1.4.2

14 Oct 08:26
Compare
Choose a tag to compare

New feature. All properties on the map.
New feature #11 Currency settings.
Added contact form.
Updated to Symfony 4.3.5

Upgrading to 1.4.2

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

Release v1.4.1

19 Sep 12:44
Compare
Choose a tag to compare

New feature. Adding Neighborhoods.
Admin design improvements.
Minor bug fixes and improvements.
Dependencies update.

Upgrading to 1.4.1

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

Release v1.4.0

22 Aug 11:43
c80a84f
Compare
Choose a tag to compare

Added new menu editor.
Implemented multiple file upload.
Implemented Gallery Drag and Drop Reordering.
Minor bug fixes and improvements.

Upgrading to 1.4.0

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