You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Changelog
2
2
3
+
## 5.1.0 - 2024-12-17
4
+
5
+
### Changed
6
+
7
+
* Issue [#501](https://github.com/dotkernel/frontend/issues/501): Home page cleanup by [@alexmerlin](https://github.com/alexmerlin) in [#502](https://github.com/dotkernel/frontend/pull/502)
8
+
* Issue [#505](https://github.com/dotkernel/frontend/issues/505): Replaced `Psalm` with `PHPStan` by [@MarioRadu](https://github.com/MarioRadu) in [#506](https://github.com/dotkernel/frontend/pull/506)
9
+
* Issue [#515](https://github.com/dotkernel/frontend/issues/515): Updated `PHPStan` command by [@bidi47](https://github.com/bidi47) in [#516](https://github.com/dotkernel/frontend/pull/516)
10
+
* Issue [#509](https://github.com/dotkernel/frontend/issues/509): Updated `dotkernel/dot-mail` package by [@MarioRadu](https://github.com/MarioRadu) in [#518](https://github.com/dotkernel/frontend/pull/518)
11
+
* Issue [#524](https://github.com/dotkernel/frontend/issues/524): Updated `laminas/laminas-coding-standard` to latest version by [@MarioRadu](https://github.com/MarioRadu) in [#525](https://github.com/dotkernel/frontend/pull/525)
12
+
* Issue [#526](https://github.com/dotkernel/frontend/issues/526): Bumped `dotkernel/dot-mail` version to 5.1 by [@MarioRadu](https://github.com/MarioRadu) in [#527](https://github.com/dotkernel/frontend/pull/527)
13
+
* Update qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in [#503](https://github.com/dotkernel/frontend/pull/503)
14
+
15
+
### Added
16
+
17
+
* Issue [#507](https://github.com/dotkernel/frontend/issues/507): Implemented enums in database by [@alexmerlin](https://github.com/alexmerlin) in [#508](https://github.com/dotkernel/frontend/pull/508)
18
+
* Issue [#513](https://github.com/dotkernel/frontend/issues/513): Added static analysis file by [@MarioRadu](https://github.com/MarioRadu) in [#514](https://github.com/dotkernel/frontend/pull/514)
19
+
* Issue [#523](https://github.com/dotkernel/frontend/issues/523): Add the status "deleted" to the user table by [@bidi47](https://github.com/bidi47) in [#529](https://github.com/dotkernel/frontend/pull/529)
20
+
* Issue [#526](https://github.com/dotkernel/frontend/issues/526): Composer post install script by [@MarioRadu](https://github.com/MarioRadu) in [#528](https://github.com/dotkernel/frontend/pull/528)
21
+
22
+
### Deprecated
23
+
24
+
* Nothing
25
+
26
+
### Removed
27
+
28
+
* Nothing
29
+
30
+
### Fixed
31
+
32
+
* Issue [#520](https://github.com/dotkernel/frontend/issues/520): Restricted `Qodana` to supported PHP versions by [@alexmerlin](https://github.com/alexmerlin) in [#521](https://github.com/dotkernel/frontend/pull/521)
33
+
* Issue [#526](https://github.com/dotkernel/frontend/issues/526): Environment composer post install script bug fix by [@MarioRadu](https://github.com/MarioRadu) in [#530](https://github.com/dotkernel/frontend/pull/530)
0 commit comments