diff --git a/.env b/.env index 5943232b46..80ad89e0ca 100644 --- a/.env +++ b/.env @@ -154,7 +154,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr # Docker images tag. # @run -PHRASEANET_DOCKER_TAG=4.1.13 +PHRASEANET_DOCKER_TAG=4.1.14 # Stack Name # An optionnal Name for the stack diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe58c9f06..dbfff6b033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +## 4.1.14 + +### 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 + - Correcting issue in patch 4111phras4106 where an error occurs if type is absent in IDP providers. + + +## What's Changed +* PHRAS-4120: bin/system upgrade - Upgrade fails on 4111phras4106 patch by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4574 + + +**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.13...4.1.14 + + +__ ## 4.1.13 ### Update Instructions diff --git a/lib/Alchemy/Phrasea/Core/Version.php b/lib/Alchemy/Phrasea/Core/Version.php index 10a7ad83ee..7ebb2c0dde 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.13'; + private $number = '4.1.14'; /** * @var string