Releases: Coderberg/ResidenceCMS
Release v1.9.1
- 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
- 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
- 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
- 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
-
Added ability to reject property
-
Added console command for listing users
-
Added new console command to simplify installation process
-
Renamed
usertable tousersto 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
- 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
- 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
- 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
- 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
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
LocalitytoCity - Renamed entity
AreatoNeighborhood - Renamed entity
OperationtoDealType - 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.