Skip to content

Releases: Coderberg/ResidenceCMS

Release v2.3.0

29 Jul 10:15
3eb1cb5
Compare
Choose a tag to compare
  • 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

17 Apr 11:27
9380265
Compare
Choose a tag to compare
  • 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

27 Mar 10:56
Compare
Choose a tag to compare
  • 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

13 Mar 10:28
febf2b7
Compare
Choose a tag to compare
  • 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

13 Mar 10:06
Compare
Choose a tag to compare
  • 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

20 Feb 19:50
1b2352b
Compare
Choose a tag to compare
  • 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

14 Jan 09:07
2ec8139
Compare
Choose a tag to compare
  • 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

12 Jan 04:27
62fc4c4
Compare
Choose a tag to compare
  • 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

29 Dec 17:00
8977ceb
Compare
Choose a tag to compare
  • 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

Release v1.9.2

01 Dec 07:00
40a047a
Compare
Choose a tag to compare
  • Updated to Symfony 5.4.0
  • Updated PHP-CS-Fixer to 3.x
  • Fixed JS slugger #28
  • Fixed 404 page template #62
  • Added missing return types

Upgrading To 1.9.2 From 1.9.1

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

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