Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 2024.8.0 #1548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ Ressources :
- [release-please](https://github.com/google-github-actions/release-please-action) (automated releases)
- [Semantic Versioning](https://semver.org/) & [Calendar Versioning](https://calver.org/)

## [2024.8.0](https://github.com/gip-inclusion/le-marche/compare/v2024.7.0...v2024.8.0) (2024-12-20)


### Features

* **Admin:** Ajout de 'contact_phone' dans la recherche ([#1575](https://github.com/gip-inclusion/le-marche/issues/1575)) ([2dff083](https://github.com/gip-inclusion/le-marche/commit/2dff0830c369304c2c2db3df4e477e297584c4b9))
* Ajout d'attributs dans Brevo pour les structures ([#1513](https://github.com/gip-inclusion/le-marche/issues/1513)) ([f41f5c5](https://github.com/gip-inclusion/le-marche/commit/f41f5c52b51808eb921f370aa5a5022be1a7dfdb))
* ajouter le tri des activités dans l'admin par date de modification ([1db3999](https://github.com/gip-inclusion/le-marche/commit/1db399932dc524898e37636634a95f061b412cf2))
* **Email Notifications:** Ajout du formulaire d'édition des préférences ([#1595](https://github.com/gip-inclusion/le-marche/issues/1595)) ([b50530a](https://github.com/gip-inclusion/le-marche/commit/b50530afd8dd60d5e5d5f3939468e85a707c1cfa))
* **Siae:** Permettre aux structures de changer leur nom commercial ([#1552](https://github.com/gip-inclusion/le-marche/issues/1552)) ([9c32349](https://github.com/gip-inclusion/le-marche/commit/9c32349e3761b0f23e539b7decbb034fb5cb229e))


### Bug Fixes

* 'set' object is not subscriptable ([b83aecd](https://github.com/gip-inclusion/le-marche/commit/b83aecd754e824249f84fec9c9367bfb436c91da))
* Amélioration de la commande 'create_content_pages' ([#1545](https://github.com/gip-inclusion/le-marche/issues/1545)) ([f4eefc8](https://github.com/gip-inclusion/le-marche/commit/f4eefc8e5f2c8ba479606de26e200703b8148e2c))
* Amélioration de la validation des champs url ([#1565](https://github.com/gip-inclusion/le-marche/issues/1565)) ([fb26956](https://github.com/gip-inclusion/le-marche/commit/fb2695650b97d312c104f00569f0b41f33bbf9d3))
* **Brevo:** AttributeError in 'api_brevo.create_contact' ([#1594](https://github.com/gip-inclusion/le-marche/issues/1594)) ([84c637c](https://github.com/gip-inclusion/le-marche/commit/84c637ccd0a31f3363ad06d8ee8a2bc362a9709e))
* **Brevo:** synchro des utilisateurs sans Tender ([#1592](https://github.com/gip-inclusion/le-marche/issues/1592)) ([1c8be5f](https://github.com/gip-inclusion/le-marche/commit/1c8be5f4f3b8398af6d77ec0c0ee76f2f9ae6460))
* **Brevo:** update_enabled arg in 'api_brevo.create_contact' ([#1593](https://github.com/gip-inclusion/le-marche/issues/1593)) ([b7b1c04](https://github.com/gip-inclusion/le-marche/commit/b7b1c0465c7f38b4224cef6712a15fc87294fc47))
* **Import des emplois:** exclusion du type OPCS de l'import ([#1603](https://github.com/gip-inclusion/le-marche/issues/1603)) ([67a64ab](https://github.com/gip-inclusion/le-marche/commit/67a64ab509dd0cd14188f84d0ecc42f27361dc32))
* **Liste des dépôts de besoin:** Correction d'une erreur javascript pour éviter un bug sur la liste ([#1574](https://github.com/gip-inclusion/le-marche/issues/1574)) ([8532546](https://github.com/gip-inclusion/le-marche/commit/8532546557dbb81db1445403a0c8004bafee8434))
* Migration de l'authentification de token vers un middleware + Sauvegarde des anciennes clés d'apis ([#1531](https://github.com/gip-inclusion/le-marche/issues/1531)) ([f37debf](https://github.com/gip-inclusion/le-marche/commit/f37debf5b8d1e43c3caa4095343ce6f046c1e27b))
* **Secteurs d'activités:** Mise à jour du calcul du nombre de secteurs pour le déduire des activités associées ([#1564](https://github.com/gip-inclusion/le-marche/issues/1564)) ([7ab2f2a](https://github.com/gip-inclusion/le-marche/commit/7ab2f2aee14b91a84dd2d02906bf03e7e98c668c))
* sectors_list_string replace by sector_groups_list_string on siae model ([0a27eca](https://github.com/gip-inclusion/le-marche/commit/0a27eca8492249916e4c634755566c6f608a6409))

## [2024.7.0](https://github.com/gip-inclusion/le-marche/compare/v2024.6.0...v2024.7.0) (2024-11-21)


Expand Down
Loading