From 35170e1f7caa5533041152b8ebb153bc6ec5d538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 21 Nov 2023 14:14:11 +0100 Subject: [PATCH] release 2.13.0 --- .../unreleased/Feature-20231116-150900.yaml | 6 --- .../unreleased/Fixed-20231120-174603.yaml | 5 --- .../unreleased/Fixed-20231120-174952.yaml | 5 --- .../unreleased/Fixed-20231120-181130.yaml | 5 --- .changes/v2.13.0.md | 9 ++++ CHANGELOG.md | 41 +++++++++++++++++++ 6 files changed, 50 insertions(+), 21 deletions(-) delete mode 100644 .changes/unreleased/Feature-20231116-150900.yaml delete mode 100644 .changes/unreleased/Fixed-20231120-174603.yaml delete mode 100644 .changes/unreleased/Fixed-20231120-174952.yaml delete mode 100644 .changes/unreleased/Fixed-20231120-181130.yaml create mode 100644 .changes/v2.13.0.md diff --git a/.changes/unreleased/Feature-20231116-150900.yaml b/.changes/unreleased/Feature-20231116-150900.yaml deleted file mode 100644 index 9d4c134d6..000000000 --- a/.changes/unreleased/Feature-20231116-150900.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Allow user to add a phonenumber to their profile which will be included in automatically - generated documents -time: 2023-11-16T15:09:00.369359598+01:00 -custom: - Issue: "173" diff --git a/.changes/unreleased/Fixed-20231120-174603.yaml b/.changes/unreleased/Fixed-20231120-174603.yaml deleted file mode 100644 index 0d8b80652..000000000 --- a/.changes/unreleased/Fixed-20231120-174603.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: 'Export: fix loading of "Group activity by type"' -time: 2023-11-20T17:46:03.999758401+01:00 -custom: - Issue: "211" diff --git a/.changes/unreleased/Fixed-20231120-174952.yaml b/.changes/unreleased/Fixed-20231120-174952.yaml deleted file mode 100644 index a10817f0f..000000000 --- a/.changes/unreleased/Fixed-20231120-174952.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: 'Export: fix loading of "group activity by reasons"' -time: 2023-11-20T17:49:52.416508936+01:00 -custom: - Issue: "190" diff --git a/.changes/unreleased/Fixed-20231120-181130.yaml b/.changes/unreleased/Fixed-20231120-181130.yaml deleted file mode 100644 index 2d79fecbc..000000000 --- a/.changes/unreleased/Fixed-20231120-181130.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: 'Export: fix usage of some Collection returned instead of array in export filters' -time: 2023-11-20T18:11:30.290242917+01:00 -custom: - Issue: "213" diff --git a/.changes/v2.13.0.md b/.changes/v2.13.0.md new file mode 100644 index 000000000..cf6820115 --- /dev/null +++ b/.changes/v2.13.0.md @@ -0,0 +1,9 @@ +## v2.13.0 - 2023-11-21 +### Feature +* ([#173](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/173)) Allow user to add a phonenumber to their profile which will be included in automatically generated documents +### Fixed +* ([#211](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/211)) Export: fix loading of "Group activity by type" +* ([#190](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/190)) Export: fix loading of "group activity by reasons" +* ([#213](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/213)) Export: fix usage of some Collection returned instead of array in export filters +* ([#215](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/215)) Use only the string 'both' for gender (with a database migration) +* ([#212](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/212)) Clean the database to make working the "Group people by gender" aggregator diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a16fea2..c02b047e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,47 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.13.0 - 2023-11-21 +### Feature +* ([#173](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/173)) Allow user to add a phonenumber to their profile which will be included in automatically generated documents +### Fixed +* ([#211](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/211)) Export: fix loading of "Group activity by type" +* ([#190](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/190)) Export: fix loading of "group activity by reasons" +* ([#213](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/213)) Export: fix usage of some Collection returned instead of array in export filters +* ([#215](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/215)) Use only the string 'both' for gender (with a database migration) +* ([#212](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/212)) Clean the database to make working the "Group people by gender" aggregator + +## v2.12.1 - 2023-11-16 +### Fixed +* ([#208](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/208)) Export: fix loading of form for "filter action by type, goal and result" + +## v2.12.0 - 2023-11-15 +### Feature +* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add an aggregator "group activities by presence" +* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add a filter "filter activity by activity presence" +* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add an aggregator "group activities by person" (only for the activities saved in a person context) +* ([#199](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/199)) Export: add a new aggregator "group peoples by postal code" +* ([#200](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/200)) Export: split export about person on accompanying period work: one with the people associated with the work, another one with the people associated with the accompanying period +* ([#204](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/204)) Add 3 new filters and 3 new aggregators for work action creator (with jobs and scopes) + +* ([#202](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/202)) Create export for the average duration of social work actions +* ([#206](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/206)) Export: add a export which count persons on accompanying period work +* ([#206](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/206)) Export: add an export which count persons on activity +* ([#203](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/203)) Export: add clauses on the social work start date and end date within the filter "Filter accompanying period by accompanying period work" +### Fixed +* Export: fix typo in filter "filter accompanying period work on end date" +* ([#189](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/189)) Export: Fix failure in export linked to household +* ([#205](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/205)) Fix loading of accompanying period work referrers +### Traduction francophone des principaux changements +* export: ajout d'un regroupement "grouper les échanges par présence de l'usager"; +* export: ajout d'un filtre "filtre les échanges par présence de l'usager"; +* export: ajout d'un regroupement "regrouper les échanges par personne" (seulement pour les échanges enregistrés dans le contexte de l'usager); +* export: ajout d'un regroupement "grouper les usagers par codes postaux" +* export: séparation des exports sur les actions: dans l'un, les filtres des usagers portent sur les usagers concernés par l'action, dans l'autre, les filtres portent sur les usagers concernés par le parcours de l'action; +* export: ajout de 3 nouveaux filtres et regroupements sur le créateur de l'action, son métier et son service; +* export: correction de l'export sur les ménages liés aux parcours; +* correction du chargement des actions d'accompagnement + ## v2.11.0 - 2023-11-07 ### Feature * ([#194](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/194)) Export: add a filter "filter activity by creator job"