Skip to content

Commit 1427386

Browse files
authored
PHRAS-4122 release 4.1.14 (#4575)
* bump version to 4.1.14 * Update CHANGELOG.md * Update Version.php
1 parent e0425f1 commit 1427386

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ PHRASEANET_DOCKER_REGISTRY=alchemyfr
154154

155155
# Docker images tag.
156156
# @run
157-
PHRASEANET_DOCKER_TAG=4.1.13
157+
PHRASEANET_DOCKER_TAG=4.1.14
158158

159159
# Stack Name
160160
# An optionnal Name for the stack

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## 4.1.14
4+
5+
### Update Instructions
6+
7+
- **Migration Patch**:
8+
- 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:
9+
```
10+
bin/setup system:upgrade
11+
```
12+
13+
### Version Summary
14+
- Correcting issue in patch 4111phras4106 where an error occurs if type is absent in IDP providers.
15+
16+
17+
## What's Changed
18+
* PHRAS-4120: bin/system upgrade - Upgrade fails on 4111phras4106 patch by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4574
19+
20+
21+
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.13...4.1.14
22+
23+
24+
__
325
## 4.1.13
426
527
### Update Instructions

lib/Alchemy/Phrasea/Core/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Version
1717
* @var string
1818
*/
1919

20-
private $number = '4.1.13';
20+
private $number = '4.1.14';
2121

2222
/**
2323
* @var string

0 commit comments

Comments
 (0)