Releasing of the new versions 2.9.10.

pull/255/head
Ruslan Baidan 2020-01-29 10:16:24 +01:00
parent f7ca1bb2cc
commit 1febcce621
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
4 changed files with 28 additions and 12 deletions

View File

@ -1,6 +1,21 @@
MONARC Changelog MONARC Changelog
================ ================
## 2.9.10 (2020-01-29)
### New
- Implement tiered indexing in Annex D of final report
([#241](https://github.com/monarc-project/MonarcAppFO/issues/241));
### Fix
- BackOffice object export error
([#239](https://github.com/monarc-project/MonarcAppFO/issues/239));
- Import error
([#243](https://github.com/monarc-project/MonarcAppFO/issues/243));
## 2.9.9 (2020-01-20) ## 2.9.9 (2020-01-20)
### New ### New

View File

@ -1 +1 @@
{"major":2, "minor":9, "hotfix":9} {"major":2, "minor":9, "hotfix":10}

21
composer.lock generated
View File

@ -1470,21 +1470,22 @@
}, },
{ {
"name": "monarc/core", "name": "monarc/core",
"version": "v2.9.12", "version": "2.9.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-core.git", "url": "https://github.com/monarc-project/zm-core.git",
"reference": "922c4b01b73979aab46dd62619e59486252757c9" "reference": "863e6fb4d9247d4f15cc24f420c6f3eb38de8f5f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/922c4b01b73979aab46dd62619e59486252757c9", "url": "https://api.github.com/repos/monarc-project/zm-core/zipball/863e6fb4d9247d4f15cc24f420c6f3eb38de8f5f",
"reference": "922c4b01b73979aab46dd62619e59486252757c9", "reference": "863e6fb4d9247d4f15cc24f420c6f3eb38de8f5f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/doctrine-orm-module": "^2.1", "doctrine/doctrine-orm-module": "^2.1",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ocramius/package-versions": "<1.5", "ocramius/package-versions": "<1.5",
"ocramius/proxy-manager": "<2.3", "ocramius/proxy-manager": "<2.3",
@ -1551,20 +1552,20 @@
} }
], ],
"description": "Core for monarc/monarc application", "description": "Core for monarc/monarc application",
"time": "2020-01-20T15:07:18+00:00" "time": "2020-01-29T08:46:49+00:00"
}, },
{ {
"name": "monarc/frontoffice", "name": "monarc/frontoffice",
"version": "2.9.12", "version": "2.9.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-client.git", "url": "https://github.com/monarc-project/zm-client.git",
"reference": "f57f3a42580a1be2f1d5332f7f3ef0ca31d38ddc" "reference": "a05de1eeeb14c8fdb62eb6ff85132af143d6dec1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/f57f3a42580a1be2f1d5332f7f3ef0ca31d38ddc", "url": "https://api.github.com/repos/monarc-project/zm-client/zipball/a05de1eeeb14c8fdb62eb6ff85132af143d6dec1",
"reference": "f57f3a42580a1be2f1d5332f7f3ef0ca31d38ddc", "reference": "a05de1eeeb14c8fdb62eb6ff85132af143d6dec1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1630,7 +1631,7 @@
} }
], ],
"description": "Frontoffice for monarc/monarc application", "description": "Frontoffice for monarc/monarc application",
"time": "2020-01-21T15:40:13+00:00" "time": "2020-01-29T08:45:42+00:00"
}, },
{ {
"name": "monarc/phpword", "name": "monarc/phpword",

View File

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