mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	Update chill bundles to v3.2.1
This commit is contained in:
		@@ -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: ""
 | 
					 | 
				
			||||||
@@ -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
									
								
							
							
						
						
									
										4
									
								
								.changes/v3.2.1.md
									
									
									
									
									
										Normal 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. 
 | 
				
			||||||
@@ -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).
 | 
					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
 | 
					## v3.2.0 - 2024-10-30
 | 
				
			||||||
### Feature
 | 
					### Feature
 | 
				
			||||||
* Introduce a gender entity 
 | 
					* Introduce a gender entity 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -201,7 +201,7 @@ class PersonMove
 | 
				
			|||||||
    private function getDeleteEntities(): array
 | 
					    private function getDeleteEntities(): array
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return [
 | 
					        return [
 | 
				
			||||||
//            AccompanyingPeriod\AccompanyingPeriodWork::class,
 | 
					            //            AccompanyingPeriod\AccompanyingPeriodWork::class,
 | 
				
			||||||
            Relationship::class,
 | 
					            Relationship::class,
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user