From 92c3feb0ee0913cc3721be127c8668e569d422cf Mon Sep 17 00:00:00 2001 From: nmaillat Date: Tue, 21 Jan 2025 09:22:31 +0100 Subject: [PATCH 1/2] Draft 4.1.15 release --- .env | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ lib/Alchemy/Phrasea/Core/Version.php | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 80ad89e0ca..0dfe428983 100644 --- a/.env +++ b/.env @@ -154,7 +154,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr # Docker images tag. # @run -PHRASEANET_DOCKER_TAG=4.1.14 +PHRASEANET_DOCKER_TAG=4.1.15 # Stack Name # An optionnal Name for the stack diff --git a/CHANGELOG.md b/CHANGELOG.md index dbfff6b033..80134ef69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # CHANGELOG +## 4.1.15 + +### Update Instructions + +- **Migration Patch**: + - A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable `PHRASEANET_UPGRADE=1` is set: + ``` + bin/setup system:upgrade + ``` + +### Version Summary + - The naming preference of exported file names is preserved in the session. + - Fix statusbit on persited user's query + - Fix on expose enabled publication. + + +## What's Changed +* PHRAS-3416 Phraseanet Translation by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4578 + + +**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.14...4.1.15 + +__ ## 4.1.14 ### Update Instructions diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index 7ebb2c0dde..e916723a31 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.14'; + private $number = '4.1.15'; /** * @var string From 1cefa661a204e2b0c7261813d41cd6b0d0b9d8ee Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Wed, 22 Jan 2025 13:54:34 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80134ef69d..35aced55a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,15 @@ ``` ### Version Summary - - The naming preference of exported file names is preserved in the session. - - Fix statusbit on persited user's query - - Fix on expose enabled publication. - +- The naming preference of exported file names is preserved in the session. +- Fixed status bit on persisted user's query. +- Fixed issue with expose enabled publication during creation. ## What's Changed * PHRAS-3416 Phraseanet Translation by @nmaillat in https://github.com/alchemy-fr/Phraseanet/pull/4578 +* PHRAS-4123 : Prod - status preference saved : gives wrong answer after re-authentication by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4579 +* PHRAS-4115 Prod - Export window - Save File name choice made by the user by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4577 +* PHRAS-4126 : Prod - Expose-cli - This not possible to "enabled" a publication during publication creation by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4580 **Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.14...4.1.15