Release of new version 2.9.14 of monarc.

pull/296/head
Ruslan Baidan 2020-04-24 10:19:01 +02:00
parent 13cb6681d5
commit ab4606e085
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
4 changed files with 131 additions and 40 deletions

View File

@ -1,6 +1,18 @@
MONARC Changelog MONARC Changelog
================ ================
## 2.9.14 (2020-04-24)
### Fix
- "Edit impacts" in version 2.9.13
([#273](https://github.com/monarc-project/MonarcAppFO/issues/273)).
- Duplicate assets
([#279](https://github.com/monarc-project/MonarcAppFO/issues/279)).
- Translation "Vulnerabilities" in the Knowledge Base
([#275](https://github.com/monarc-project/MonarcAppFO/issues/275)).
## 2.9.13 (2020-04-14) ## 2.9.13 (2020-04-14)
### Fix ### Fix

View File

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

155
composer.lock generated
View File

@ -8,25 +8,26 @@
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.8.14", "version": "0.8.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "6f7a46b5c3d487b277f38fbd17df57d348cace8a" "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/6f7a46b5c3d487b277f38fbd17df57d348cace8a", "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
"reference": "6f7a46b5c3d487b277f38fbd17df57d348cace8a", "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "ext-json": "*",
"php": "^7.1|^8.0"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "2.*", "php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "7.*", "phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "3.*" "vimeo/psalm": "^3.5"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -49,7 +50,13 @@
"brick", "brick",
"math" "math"
], ],
"time": "2020-02-17T13:57:43+00:00" "funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2020-04-15T15:59:35+00:00"
}, },
{ {
"name": "cakephp/cache", "name": "cakephp/cache",
@ -421,16 +428,16 @@
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "1.10.1", "version": "1.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb" "reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb", "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb", "reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -486,7 +493,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2020-04-02T12:33:25+00:00" "time": "2020-04-20T09:18:32+00:00"
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
@ -725,16 +732,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "v2.10.1", "version": "2.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -746,9 +753,11 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1", "jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3", "nikic/php-parser": "^4.4",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.4.1", "phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0" "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.11"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -813,7 +822,21 @@
"sqlserver", "sqlserver",
"sqlsrv" "sqlsrv"
], ],
"time": "2020-01-04T12:56:21+00:00" "funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
],
"time": "2020-04-20T17:19:26+00:00"
}, },
{ {
"name": "doctrine/doctrine-module", "name": "doctrine/doctrine-module",
@ -2686,16 +2709,16 @@
}, },
{ {
"name": "laminas/laminas-mail", "name": "laminas/laminas-mail",
"version": "2.10.0", "version": "2.10.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-mail.git", "url": "https://github.com/laminas/laminas-mail.git",
"reference": "019fb670c1dff6be7fc91d3b88942bd0a5f68792" "reference": "cfe0711446c8d9c392e9fc664c9ccc180fa89005"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mail/zipball/019fb670c1dff6be7fc91d3b88942bd0a5f68792", "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/cfe0711446c8d9c392e9fc664c9ccc180fa89005",
"reference": "019fb670c1dff6be7fc91d3b88942bd0a5f68792", "reference": "cfe0711446c8d9c392e9fc664c9ccc180fa89005",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2709,7 +2732,7 @@
"true/punycode": "^2.1" "true/punycode": "^2.1"
}, },
"replace": { "replace": {
"zendframework/zend-mail": "self.version" "zendframework/zend-mail": "^2.10.0"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~1.0.0",
@ -2748,7 +2771,13 @@
"laminas", "laminas",
"mail" "mail"
], ],
"time": "2019-12-31T17:21:22+00:00" "funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-04-21T16:42:19+00:00"
}, },
{ {
"name": "laminas/laminas-mime", "name": "laminas/laminas-mime",
@ -3653,16 +3682,16 @@
}, },
{ {
"name": "monarc/core", "name": "monarc/core",
"version": "v2.9.17", "version": "v2.9.18",
"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": "329104bb66c69ff27c11313851236fa254ee8714" "reference": "bcb0b2bea8c83c55284ab77571ff4692268582ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/329104bb66c69ff27c11313851236fa254ee8714", "url": "https://api.github.com/repos/monarc-project/zm-core/zipball/bcb0b2bea8c83c55284ab77571ff4692268582ae",
"reference": "329104bb66c69ff27c11313851236fa254ee8714", "reference": "bcb0b2bea8c83c55284ab77571ff4692268582ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3737,7 +3766,7 @@
} }
], ],
"description": "Core for monarc/monarc application", "description": "Core for monarc/monarc application",
"time": "2020-04-14T10:00:52+00:00" "time": "2020-04-24T08:06:23+00:00"
}, },
{ {
"name": "monarc/frontoffice", "name": "monarc/frontoffice",
@ -4466,6 +4495,12 @@
"identifier", "identifier",
"uuid" "uuid"
], ],
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
}
],
"time": "2020-03-29T20:13:32+00:00" "time": "2020-03-29T20:13:32+00:00"
}, },
{ {
@ -4656,6 +4691,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-27T16:56:45+00:00" "time": "2020-03-27T16:56:45+00:00"
}, },
{ {
@ -4732,6 +4781,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-30T11:42:42+00:00" "time": "2020-03-30T11:42:42+00:00"
}, },
{ {
@ -4782,6 +4845,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-27T16:56:45+00:00" "time": "2020-03-27T16:56:45+00:00"
}, },
{ {
@ -5113,12 +5190,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f" "reference": "81541a731da2f245a08666de73169cb5da7ac573"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/81541a731da2f245a08666de73169cb5da7ac573",
"reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f", "reference": "81541a731da2f245a08666de73169cb5da7ac573",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -5164,6 +5241,8 @@
"endroid/qr-code-bundle": "<3.4.2", "endroid/qr-code-bundle": "<3.4.2",
"enshrined/svg-sanitize": "<0.13.1", "enshrined/svg-sanitize": "<0.13.1",
"erusev/parsedown": "<1.7.2", "erusev/parsedown": "<1.7.2",
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4", "ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
@ -5239,7 +5318,7 @@
"serluck/phpwhois": "<=4.2.6", "serluck/phpwhois": "<=4.2.6",
"shopware/shopware": "<5.3.7", "shopware/shopware": "<5.3.7",
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1", "silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
"silverstripe/assets": ">=1,<1.3.5|>=1.4,<1.4.4", "silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
@ -5252,7 +5331,7 @@
"silverstripe/userforms": "<3", "silverstripe/userforms": "<3",
"simple-updates/phpwhois": "<=1", "simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
"simplesamlphp/simplesamlphp": "<1.18.4", "simplesamlphp/simplesamlphp": "<1.18.6",
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"simplito/elliptic-php": "<1.0.6", "simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6", "slim/slim": "<2.6",
@ -5379,7 +5458,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-03-31T14:30:16+00:00" "time": "2020-04-23T00:01:30+00:00"
} }
], ],
"aliases": [], "aliases": [],

View File

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