Updated the dependencies with the new release tags.

pull/483/head
Ruslan Baidan 2023-03-06 15:53:58 +01:00
parent 8e1af808ec
commit e3bf42e565
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
5 changed files with 271 additions and 386 deletions

View File

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

View File

@ -1 +1 @@
{"major":2, "minor":12, "hotfix":5}
{"major":2, "minor":12, "hotfix":6}

639
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "MONARC",
"version": "2.12.5",
"version": "2.12.6",
"description": "Monarc front office application",
"private": true,
"repository": {

View File

@ -352,6 +352,11 @@ return [
'baseUrl' => 'http://127.0.0.1:$STATS_PORT',
'apiKey' => '$apiKey',
],
'import' => [
'uploadFolder' => $appdir . '/data/import/files',
'isBackgroundProcessActive' => false,
],
];
EOF