PHRAS-4122 release 4.1.14 (#4575)

* bump version to 4.1.14

* Update CHANGELOG.md

* Update Version.php
This commit is contained in:
Nicolas Maillat
2025-01-13 15:56:55 +01:00
committed by GitHub
parent e0425f1630
commit 14273863be
3 changed files with 24 additions and 2 deletions

2
.env
View File

@@ -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

View File

@@ -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

View File

@@ -17,7 +17,7 @@ class Version
* @var string
*/
private $number = '4.1.13';
private $number = '4.1.14';
/**
* @var string