release v3.4.3

This commit is contained in:
Julien Fastré 2024-12-05 15:43:25 +01:00
parent 2ce8f540fe
commit 7a98bb5a06
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 6 additions and 1 deletions

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

@ -0,0 +1,4 @@
## v3.4.3 - 2024-12-05
### Fixed
* Remove the "not null" constraint on person supplementary phones
* Remove doctrine annotation that prevent from adding documents to activities

View File

@ -8,7 +8,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
## v3.4.3 - 2024-12-05
### Fixed
* Remove the "not null" constraint on person supplementary phones
* Remove the "not null" constraint on person supplementary phones
* Remove doctrine annotation that prevent from adding documents to activities
## v3.4.2 - 2024-12-05
### Fixed