mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 18:14:35 +00:00
PHRAS-4122 release 4.1.14 (#4575)
* bump version to 4.1.14 * Update CHANGELOG.md * Update Version.php
This commit is contained in:
2
.env
2
.env
@@ -154,7 +154,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr
|
|||||||
|
|
||||||
# Docker images tag.
|
# Docker images tag.
|
||||||
# @run
|
# @run
|
||||||
PHRASEANET_DOCKER_TAG=4.1.13
|
PHRASEANET_DOCKER_TAG=4.1.14
|
||||||
|
|
||||||
# Stack Name
|
# Stack Name
|
||||||
# An optionnal Name for the stack
|
# An optionnal Name for the stack
|
||||||
|
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,27 @@
|
|||||||
# CHANGELOG
|
# 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
|
## 4.1.13
|
||||||
|
|
||||||
### Update Instructions
|
### Update Instructions
|
||||||
|
@@ -17,7 +17,7 @@ class Version
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private $number = '4.1.13';
|
private $number = '4.1.14';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
Reference in New Issue
Block a user