Updated the dependencies with the new release tags.
parent
8e1af808ec
commit
e3bf42e565
|
@ -1,6 +1,15 @@
|
|||
MONARC Changelog
|
||||
================
|
||||
|
||||
## 2.12.6 (2023-03-07)
|
||||
|
||||
### Enhancement
|
||||
|
||||
- Analysis background import.
|
||||
- Support of PHP8.
|
||||
- Specific error message on a wrong password input of analysis import.
|
||||
|
||||
|
||||
## 2.12.5 (2022-12-21)
|
||||
|
||||
### Enhancement
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"major":2, "minor":12, "hotfix":5}
|
||||
{"major":2, "minor":12, "hotfix":6}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MONARC",
|
||||
"version": "2.12.5",
|
||||
"version": "2.12.6",
|
||||
"description": "Monarc front office application",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
|
@ -352,6 +352,11 @@ return [
|
|||
'baseUrl' => 'http://127.0.0.1:$STATS_PORT',
|
||||
'apiKey' => '$apiKey',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'uploadFolder' => $appdir . '/data/import/files',
|
||||
'isBackgroundProcessActive' => false,
|
||||
],
|
||||
];
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in New Issue