Update chill bundles to v3.2.1

This commit is contained in:
Julie Lenaerts 2024-10-31 12:13:58 +01:00
parent 2c3818258a
commit 1e02fed32b
5 changed files with 10 additions and 12 deletions

View File

@ -1,5 +0,0 @@
kind: Fixed
body: Add the possibility of unknown to the gender entity
time: 2024-10-31T12:11:23.734888589+01:00
custom:
Issue: ""

View File

@ -1,6 +0,0 @@
kind: Fixed
body: Fix the fusion of person doubles by excluding accompanyingPeriod work entities
to be deleted. They are moved instead.
time: 2024-10-31T12:12:12.572142413+01:00
custom:
Issue: ""

4
.changes/v3.2.1.md Normal file
View File

@ -0,0 +1,4 @@
## v3.2.1 - 2024-10-31
### Fixed
* Add the possibility of unknown to the gender entity
* Fix the fusion of person doubles by excluding accompanyingPeriod work entities to be deleted. They are moved instead.

View File

@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## v3.2.1 - 2024-10-31
### Fixed
* Add the possibility of unknown to the gender entity
* Fix the fusion of person doubles by excluding accompanyingPeriod work entities to be deleted. They are moved instead.
## v3.2.0 - 2024-10-30
### Feature
* Introduce a gender entity

View File

@ -201,7 +201,7 @@ class PersonMove
private function getDeleteEntities(): array
{
return [
// AccompanyingPeriod\AccompanyingPeriodWork::class,
// AccompanyingPeriod\AccompanyingPeriodWork::class,
Relationship::class,
];
}