diff --git a/.env b/.env index 17dc0e12d5..514fa4cd81 100644 --- a/.env +++ b/.env @@ -133,7 +133,7 @@ PHRASEANET_DOCKER_REGISTRY=local # Docker images tag. # @run -PHRASEANET_DOCKER_TAG=4.1.8-rc4 +PHRASEANET_DOCKER_TAG=4.1.8-rc5 # Stack Name # An optionnal Name for the stack diff --git a/CHANGELOG.md b/CHANGELOG.md index a819586ad0..d27a7ecc46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # CHANGELOG +## 4.1.8-rc5 + +### Update instructions + +- Migration patch: no patch to play, just run upgrade for bump version +- Elasticsearch index action : none + +### Version summary + + - bugfix an minor improvement (todo) + +### Stack (docker compose) + + - Extend csp for GA-4 (todo) + +### What's Changed + +* PHRAS-3882 admin - workers - filter "consumed queue" in https://github.com/alchemy-fr/Phraseanet/pull/4347 +* PHRAS-3884 translation and advanced search field name in https://github.com/alchemy-fr/Phraseanet/pull/4348 +* PHRAS-3416 phraseanet localization in https://github.com/alchemy-fr/Phraseanet/pull/4350 +* PHRAS-3796 bin/setup check:system - download , lazaret, wrong repo is checked in https://github.com/alchemy-fr/Phraseanet/pull/4349 +* PHRAS-3851 Untranslated terms : in Notifications, Detailed View, Map by in https://github.com/alchemy-fr/Phraseanet/pull/4351 +* PHRAS-3416 phraseanet localization in https://github.com/alchemy-fr/Phraseanet/pull/4353 +* PHRAS-3887 google analytics 4 by in https://github.com/alchemy-fr/Phraseanet/pull/4354 +* PHRAS-3884 advanced search sort field by label by in https://github.com/alchemy-fr/Phraseanet/pull/4355 +* PHRAS-3870_record-action-example by in https://github.com/alchemy-fr/Phraseanet/pull/4334 +* PHRAS-3891 CSP policies for matomo cloud and newrelic by in https://github.com/alchemy-fr/Phraseanet/pull/4358 +* PHRAS-3891 adding CSP in https://github.com/alchemy-fr/Phraseanet/pull/4359 + + +**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.8-rc4...4.1.8-rc5 + + + ## 4.1.8-rc4 ### Update instructions @@ -9,7 +43,7 @@ ### Version summary -- bugfix an minor improvement +- bugfix an minor improvement ### Stack (docker compose) diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index 53f60a04ed..eab14c1789 100644 --- a/lib/Alchemy/Phrasea/Core/Version.php +++ b/lib/Alchemy/Phrasea/Core/Version.php @@ -17,7 +17,7 @@ class Version * @var string */ - private $number = '4.1.8-rc4'; + private $number = '4.1.8-rc5'; /** * @var string