You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# CHANGELOG
2
2
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
0 commit comments