Releases: Coderberg/ResidenceCMS
Release v2.3.0
- Updated to Symfony 6.1
- Dropped support for PHP < 8.1
- Fixed some deprecation warnings
- Added throttling for some types of requests
- Fixed Homepage Link
- Updated vulnerable JS dependencies
- Added the ability to resend a confirmation email
Upgrading To 2.3.0 From 2.2.0
Step 1. Before you update to v2.3.0, back up your website
Step 2. Upgrade your environment to PHP 8.1
Step 3. Update code and install dependencies:
$ git pull
$ git checkout v2.3.0
$ composer install
$ yarn install
Release v2.2.0
- Implemented password change form
- Made security improvement
- Updated to Symfony 6.0.7
- Updated JS dependencies
- Created E2E tests
- Refactored the code
Upgrading To 2.2.0 From 2.1.0
Step 1. Before you update to v2.2.0, back up your website
Step 2. Add (or update) environment variable:
# Paste this variable into your .env.local file
LOCK_DSN=flock
Step 3. Update code and install dependencies:
$ git pull
$ git checkout v2.2.0
$ yarn install
$ composer install
Release v2.1.0
- Created a user registration form
- Created a profile editing form
- Added new site settings
Upgrading To 2.1.0 From 2.0.2
Step 1. Before you update to v2.1.0, back up your website
Step 2. Update code, install dependencies and run migrations:
$ git pull
$ git checkout v2.1.0
$ yarn install
$ composer install
$ php bin/console d:m:m -n
Release v2.0.2
- Updated to Symfony 6.0.6
- Fixed external links in the main menu
Upgrading To 2.0.2 From 2.0.1
Step 1. Before you update to v2.0.2, back up your website
Step 2. Update code and install dependencies:
$ git pull
$ git checkout v2.0.2
$ composer install
Release v1.9.5
- Updated to Symfony 5.4.6
- Fixed UI issues
Upgrading To 1.9.5 From 1.9.4
Step 1. Before you update to v1.9.5, back up your website
Step 2. Update code and install dependencies:
$ git pull
$ git checkout v1.9.5
$ composer install
Release v2.0.1
- Updated to Symfony 6.0.4
- Refactored the code
- Fixed minor issues in UI
Upgrading To 2.0.1 From 2.0.0
Step 1. Before you update to v2.0.1, back up your website
Step 2. Update code and install dependencies:
$ git pull
$ git checkout v2.0.1
$ composer install
Release v2.0.0
- Dropped support for PHP 7
- Updated to Symfony 6
- Refactored the code
- Updated JS dependencies
Upgrading To 2.0.0 From 1.9.4
Step 1. Before you update to v2.0.0, back up your website
Step 2. Upgrade your environment to PHP 8.0 or PHP 8.1
Step 3. Update code and install dependencies:
$ git pull
$ git checkout v2.0.0
$ composer install
$ yarn install
Release v1.9.4
- Fixed sorting of items in the main menu
- Fixed CSRF vulnerability
- Updated composer dependencies
- Refactored the code
Upgrading To 1.9.4 From 1.9.3
Before you update to v1.9.4, back up your website
$ git pull
$ git checkout v1.9.4
$ composer install
Release v1.9.3
- Updated to Symfony 5.4.2
- Improved security
- Minor refactoring
Upgrading To 1.9.3 From 1.9.2
Before you update to v1.9.3, back up your website
$ git pull
$ git checkout v1.9.3
$ composer install