diff --git a/changelog.md b/changelog.md index 9fc8680..377aaaf 100644 --- a/changelog.md +++ b/changelog.md @@ -5,20 +5,21 @@ | Date | Number | Type | Version | |-----------:|-------:|:--------|:----------------------------| | 2021-03-31 | 1 | Release | [v1.0.0](###Release-v1.0.0) | -| 2021-03-31 | 2 | Hotfix | [v1.0.1](###Release-v1.0.1) | -| 2021-03-31 | 3 | Hotfix | [v1.0.2](###Release-v1.0.2) | -| 2021-04-06 | 4 | Hotfix | [v1.0.3](###Release-v1.0.3) | +| 2021-03-31 | 2 | Hotfix | [v1.0.1](###Hotfix-v1.0.1) | +| 2021-03-31 | 3 | Hotfix | [v1.0.2](###Hotfix-v1.0.2) | +| 2021-04-06 | 4 | Release | [v1.0.3](###Release-v1.0.3) | +| 2021-04-13 | 5 | Release | [v1.0.3](###Release-v1.0.4) | ## Changes ### Release v1.0.0 First viable version -### Release v1.0.1 +### Hotfix v1.0.1 #### Fix - README update - update.bat -### Release v1.0.2 +### Hotfix v1.0.2 #### Fix - InvalidEnumKeyException namespace @@ -31,12 +32,13 @@ - Activity form - Typo on nav -### Next +### Release v1.0.4 #### Feature - Add date filter to activity view #### Improve - Smaller text in table header +- Add postponed status #### Fix - Cache clear in update.bat diff --git a/composer.lock b/composer.lock index 56c2493..935b7d0 100644 --- a/composer.lock +++ b/composer.lock @@ -669,16 +669,16 @@ }, { "name": "doctrine/doctrine-migrations-bundle", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", - "reference": "d1248471734c62b94baac36cb18e9c635775eeb0" + "reference": "91f0a5e2356029575f3038432cc188b12f9d5da5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/d1248471734c62b94baac36cb18e9c635775eeb0", - "reference": "d1248471734c62b94baac36cb18e9c635775eeb0", + "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/91f0a5e2356029575f3038432cc188b12f9d5da5", + "reference": "91f0a5e2356029575f3038432cc188b12f9d5da5", "shasum": "" }, "require": { @@ -733,7 +733,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", - "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.1.0" + "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.1.1" }, "funding": [ { @@ -749,7 +749,7 @@ "type": "tidelift" } ], - "time": "2021-04-05T20:45:07+00:00" + "time": "2021-04-10T16:48:53+00:00" }, { "name": "doctrine/event-manager", @@ -1198,16 +1198,16 @@ }, { "name": "doctrine/orm", - "version": "2.8.3", + "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "657a30f8ceef2a78c2ff36a9fe6c6a6717c1c448" + "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/657a30f8ceef2a78c2ff36a9fe6c6a6717c1c448", - "reference": "657a30f8ceef2a78c2ff36a9fe6c6a6717c1c448", + "url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7", + "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7", "shasum": "" }, "require": { @@ -1279,9 +1279,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.8.3" + "source": "https://github.com/doctrine/orm/tree/2.8.4" }, - "time": "2021-04-01T21:16:53+00:00" + "time": "2021-04-05T18:38:36+00:00" }, { "name": "doctrine/persistence", @@ -2211,16 +2211,16 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "8ef75e99f20332f2725587896364f7079b53de95" + "reference": "676262b7a65a1033befbcf59e180d072df7504b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/8ef75e99f20332f2725587896364f7079b53de95", - "reference": "8ef75e99f20332f2725587896364f7079b53de95", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/676262b7a65a1033befbcf59e180d072df7504b6", + "reference": "676262b7a65a1033befbcf59e180d072df7504b6", "shasum": "" }, "require": { @@ -2283,9 +2283,9 @@ ], "support": { "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.1" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.1.2" }, - "time": "2021-02-23T11:50:58+00:00" + "time": "2021-04-09T16:14:11+00:00" }, { "name": "symfony/asset",