mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-02 23:41:24 +00:00
Compare commits
2 Commits
replace_we
...
v4.11.0
| Author | SHA1 | Date | |
|---|---|---|---|
| c0f9e953fb | |||
| a49ea2b6b9 |
@@ -1,6 +0,0 @@
|
|||||||
kind: Feature
|
|
||||||
body: 'Add filtering to admin lists: social actions, social issues, goals, results, and evaluations'
|
|
||||||
time: 2025-12-10T03:20:45.135973502+01:00
|
|
||||||
custom:
|
|
||||||
Issue: "478"
|
|
||||||
SchemaChange: No schema change
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
kind: Fixed
|
|
||||||
body: |
|
|
||||||
Fix migration query after previous fix
|
|
||||||
time: 2025-12-11T21:49:08.899926492+01:00
|
|
||||||
custom:
|
|
||||||
Issue: "466"
|
|
||||||
SchemaChange: No schema change
|
|
||||||
9
.changes/v4.11.0.md
Normal file
9
.changes/v4.11.0.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
## v4.11.0 - 2025-12-17
|
||||||
|
### Feature
|
||||||
|
* ([#478](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/478)) Add filtering to admin lists: social actions, social issues, goals, results, and evaluations
|
||||||
|
### Fixed
|
||||||
|
* ([#466](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/466)) Fix migration query after previous fix
|
||||||
|
|
||||||
|
* Fix translation key/value
|
||||||
|
|
||||||
|
Cannot start with % and should be wrapped in "".
|
||||||
10
CHANGELOG.md
10
CHANGELOG.md
@@ -6,6 +6,16 @@ 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).
|
||||||
|
|
||||||
|
|
||||||
|
## v4.11.0 - 2025-12-17
|
||||||
|
### Feature
|
||||||
|
* ([#478](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/478)) Add filtering to admin lists: social actions, social issues, goals, results, and evaluations
|
||||||
|
### Fixed
|
||||||
|
* ([#466](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/466)) Fix migration query after previous fix
|
||||||
|
|
||||||
|
* Fix translation key/value
|
||||||
|
|
||||||
|
Cannot start with % and should be wrapped in "".
|
||||||
|
|
||||||
## v4.10.1 - 2025-12-11
|
## v4.10.1 - 2025-12-11
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix missing translation variable in NewLocation component
|
* Fix missing translation variable in NewLocation component
|
||||||
|
|||||||
@@ -189,14 +189,14 @@ crud:
|
|||||||
title_edit: Rapport "belemmering" bewerken
|
title_edit: Rapport "belemmering" bewerken
|
||||||
title_delete: Belemmering verwijderen
|
title_delete: Belemmering verwijderen
|
||||||
button_delete: Verwijderen
|
button_delete: Verwijderen
|
||||||
confirm_message_delete: %as_string% verwijderen?
|
confirm_message_delete: "%as_string% verwijderen?"
|
||||||
cscv:
|
cscv:
|
||||||
title_new: Nieuw CV voor %person%
|
title_new: Nieuw CV voor %person%
|
||||||
title_view: CV voor %person%
|
title_view: CV voor %person%
|
||||||
title_edit: CV bewerken
|
title_edit: CV bewerken
|
||||||
title_delete: CV verwijderen
|
title_delete: CV verwijderen
|
||||||
button_delete: Verwijderen
|
button_delete: Verwijderen
|
||||||
confirm_message_delete: %as_string% verwijderen?
|
confirm_message_delete: "%as_string% verwijderen?"
|
||||||
no_date: Geen datum aangegeven
|
no_date: Geen datum aangegeven
|
||||||
no_end_date: einddatum onbekend
|
no_end_date: einddatum onbekend
|
||||||
no_start_date: startdatum onbekend
|
no_start_date: startdatum onbekend
|
||||||
@@ -206,7 +206,7 @@ crud:
|
|||||||
title_edit: Immersie bewerken
|
title_edit: Immersie bewerken
|
||||||
title_delete: Immersie verwijderen
|
title_delete: Immersie verwijderen
|
||||||
button_delete: Verwijderen
|
button_delete: Verwijderen
|
||||||
confirm_message_delete: %as_string% verwijderen?
|
confirm_message_delete: "%as_string% verwijderen?"
|
||||||
projet_prof:
|
projet_prof:
|
||||||
title_new: Nieuw professioneel project voor %person%
|
title_new: Nieuw professioneel project voor %person%
|
||||||
title_view: Professioneel project voor %person%
|
title_view: Professioneel project voor %person%
|
||||||
|
|||||||
Reference in New Issue
Block a user