Added the new release modifications.

pull/255/head v2.9.8
Ruslan Baidan 2020-01-10 11:50:12 +01:00
parent 6b70fb0032
commit 4c0edc42ae
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
4 changed files with 24 additions and 12 deletions

View File

@ -1,6 +1,17 @@
MONARC Changelog MONARC Changelog
================ ================
## 2.9.8 (2020-01-13)
### Fix
- Library categories management issues
([#221](https://github.com/monarc-project/MonarcAppFO/issues/221)).
- Library -> global asset -> delete asset
([#229](https://github.com/monarc-project/MonarcAppFO/issues/229)).
- Library -> asset -> Asset used in the risks analysis
([#218](https://github.com/monarc-project/MonarcAppFO/issues/218)).
## 2.9.7 (2020-01-03) ## 2.9.7 (2020-01-03)
### Fix ### Fix

View File

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

21
composer.lock generated
View File

@ -1467,16 +1467,16 @@
}, },
{ {
"name": "monarc/core", "name": "monarc/core",
"version": "2.9.9", "version": "2.9.10",
"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": "ab07ec4285fa9e9eb0b55bbfd691942c2cb73bcb" "reference": "cccccfd5beca3cbe2fffb7c9a0a70ccb5dc07519"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/ab07ec4285fa9e9eb0b55bbfd691942c2cb73bcb", "url": "https://api.github.com/repos/monarc-project/zm-core/zipball/cccccfd5beca3cbe2fffb7c9a0a70ccb5dc07519",
"reference": "ab07ec4285fa9e9eb0b55bbfd691942c2cb73bcb", "reference": "cccccfd5beca3cbe2fffb7c9a0a70ccb5dc07519",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1548,20 +1548,20 @@
} }
], ],
"description": "Core for monarc/monarc application", "description": "Core for monarc/monarc application",
"time": "2020-01-06T16:02:06+00:00" "time": "2020-01-10T10:30:23+00:00"
}, },
{ {
"name": "monarc/frontoffice", "name": "monarc/frontoffice",
"version": "2.9.7", "version": "2.9.8",
"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": "ba8f029f8d6a69c602039c935f022b8e15e08522" "reference": "3e2113b3d855fed06969d95f532133609d876780"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/ba8f029f8d6a69c602039c935f022b8e15e08522", "url": "https://api.github.com/repos/monarc-project/zm-client/zipball/3e2113b3d855fed06969d95f532133609d876780",
"reference": "ba8f029f8d6a69c602039c935f022b8e15e08522", "reference": "3e2113b3d855fed06969d95f532133609d876780",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1627,7 +1627,7 @@
} }
], ],
"description": "Frontoffice for monarc/monarc application", "description": "Frontoffice for monarc/monarc application",
"time": "2020-01-03T15:46:07+00:00" "time": "2020-01-10T10:11:42+00:00"
}, },
{ {
"name": "monarc/phpword", "name": "monarc/phpword",
@ -4624,6 +4624,7 @@
"text", "text",
"zf" "zf"
], ],
"abandoned": "laminas/laminas-text",
"time": "2019-10-16T20:36:27+00:00" "time": "2019-10-16T20:36:27+00:00"
}, },
{ {

View File

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