Skip to content

Commit 8aeb0d6

Browse files
authored
Update CHANGELOG.md
Signed-off-by: Alex Karajos <[email protected]>
1 parent 2f4b385 commit 8aeb0d6

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,62 @@
11
# Changelog
22

3+
## 6.0.0 - 2025-06-05
4+
5+
### Changed
6+
7+
* Issue [#275](https://github.com/dotkernel/admin/issues/275): Template refactoring by [@alexmerlin](https://github.com/alexmerlin) in [#287](https://github.com/dotkernel/admin/pull/287)
8+
* Issue [#299](https://github.com/dotkernel/admin/issues/299): Navigation menu templates by [@MarioRadu](https://github.com/MarioRadu) in [#328](https://github.com/dotkernel/admin/pull/328)
9+
* Issue [#303](https://github.com/dotkernel/admin/issues/303): Implemented dotkernel/dot-mail 5.0 by [@MarioRadu](https://github.com/MarioRadu) in [#315](https://github.com/dotkernel/admin/pull/315)
10+
* Issue [#309](https://github.com/dotkernel/admin/issues/309): Restricted `Qodana` to supported PHP versions by [@alexmerlin](https://github.com/alexmerlin) in [#310](https://github.com/dotkernel/admin/pull/310)
11+
* Issue [#313](https://github.com/dotkernel/admin/issues/313): Updated laminas/laminas-coding-standard to latest version by [@MarioRadu](https://github.com/MarioRadu) in [#314](https://github.com/dotkernel/admin/pull/314)
12+
* Issue [#316](https://github.com/dotkernel/admin/issues/316): Obfuscate admin login IP address by [@alexmerlin](https://github.com/alexmerlin) in [#318](https://github.com/dotkernel/admin/pull/318)
13+
* Issue [#326](https://github.com/dotkernel/admin/issues/326): Refactored forms and responses by [@MarioRadu](https://github.com/MarioRadu) in [#333](https://github.com/dotkernel/admin/pull/333)
14+
* Issue [#330](https://github.com/dotkernel/admin/issues/330): Replace controllers with handlers by [@MarioRadu](https://github.com/MarioRadu) in [#335](https://github.com/dotkernel/admin/pull/335)
15+
* Issue [#344](https://github.com/dotkernel/admin/issues/344): Major refactoring by [@alexmerlin](https://github.com/alexmerlin) in [#347](https://github.com/dotkernel/admin/pull/347)
16+
* Issue [#358](https://github.com/dotkernel/admin/issues/358): Render templates separately then pass body to `MailService` by [@alexmerlin](https://github.com/alexmerlin) in [#359](https://github.com/dotkernel/admin/pull/359)
17+
* Issue [#361](https://github.com/dotkernel/admin/issues/361): Increase `PHPStan` level to `8` by [@alexmerlin](https://github.com/alexmerlin) in [#362](https://github.com/dotkernel/admin/pull/362)
18+
* Issue [#368](https://github.com/dotkernel/admin/issues/368): Switch from `UUID4` to `UUID7` by [@alexmerlin](https://github.com/alexmerlin) in [#369](https://github.com/dotkernel/admin/pull/369)
19+
* Update qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in [#297](https://github.com/dotkernel/admin/pull/297)
20+
* Update README.md by [@alexmerlin](https://github.com/alexmerlin) in [#353](https://github.com/dotkernel/admin/pull/353)
21+
* Update qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in [#357](https://github.com/dotkernel/admin/pull/357)
22+
23+
### Added
24+
25+
* Issue [#288](https://github.com/dotkernel/admin/issues/288): Improved dashboard by adding useful links by [@alexmerlin](https://github.com/alexmerlin) in [#290](https://github.com/dotkernel/admin/pull/290)
26+
* Issue [#301](https://github.com/dotkernel/admin/issues/301): Replaced Psalm with PHPStan by [@MarioRadu](https://github.com/MarioRadu) in [#302](https://github.com/dotkernel/admin/pull/302)
27+
* Issue [#311](https://github.com/dotkernel/admin/issues/311): Composer post install script by [@MarioRadu](https://github.com/MarioRadu) in [#312](https://github.com/dotkernel/admin/pull/312)
28+
* Issue [#327](https://github.com/dotkernel/admin/issues/327) & [#329](https://github.com/dotkernel/admin/issues/329): Implemented core arhitecture by [@MarioRadu](https://github.com/MarioRadu) in [#343](https://github.com/dotkernel/admin/pull/343)
29+
* Issue [#336](https://github.com/dotkernel/admin/issues/336): Implemented doctrine enums by [@MarioRadu](https://github.com/MarioRadu) in [#339](https://github.com/dotkernel/admin/pull/339)
30+
* Issue [#345](https://github.com/dotkernel/admin/issues/345): Implemented route grouping by [@alexmerlin](https://github.com/alexmerlin) in [#346](https://github.com/dotkernel/admin/pull/346)
31+
* Added .gitattributes by [@bidi47](https://github.com/bidi47) in [#289](https://github.com/dotkernel/admin/pull/289)
32+
* Add demo and docs links to README.md by [@arhimede](https://github.com/arhimede) in [#325](https://github.com/dotkernel/admin/pull/325)
33+
34+
### Deprecated
35+
36+
* Nothing
37+
38+
### Removed
39+
40+
* Issue [#301](https://github.com/dotkernel/admin/issues/301): Replaced Psalm with PHPStan by [@MarioRadu](https://github.com/MarioRadu) in [#302](https://github.com/dotkernel/admin/pull/302)
41+
* Issue [#306](https://github.com/dotkernel/admin/issues/306): Removed laminas/laminas-http dependency by [@MarioRadu](https://github.com/MarioRadu) in [#307](https://github.com/dotkernel/admin/pull/307)
42+
* Issue [#320](https://github.com/dotkernel/admin/issues/320): Removed `credential_callable` from authentication config by [@alexmerlin](https://github.com/alexmerlin) in [#321](https://github.com/dotkernel/admin/pull/321)
43+
* Issue [#365](https://github.com/dotkernel/admin/issues/365): Removed `laminas/laminas-i18n` by [@alexmerlin](https://github.com/alexmerlin) in [#366](https://github.com/dotkernel/admin/pull/366)
44+
45+
### Fixed
46+
47+
* Issue [#291](https://github.com/dotkernel/admin/issues/291): Temporarily removed `.gitattributes` file to repair CRLF files by [@alexmerlin](https://github.com/alexmerlin) in [#293](https://github.com/dotkernel/admin/pull/293)
48+
* Issue [#292](https://github.com/dotkernel/admin/issues/292): Fixed CRLF files and restored `.gitattributes` by [@alexmerlin](https://github.com/alexmerlin) in [#294](https://github.com/dotkernel/admin/pull/294)
49+
* Issue [#295](https://github.com/dotkernel/admin/issues/295): Fix bootstrap-icons by [@alexmerlin](https://github.com/alexmerlin) in [#296](https://github.com/dotkernel/admin/pull/296)
50+
* Issue [#304](https://github.com/dotkernel/admin/issues/304): Increased PHPStan `memory_limit` to `1G` by [@alexmerlin](https://github.com/alexmerlin) in [#319](https://github.com/dotkernel/admin/pull/319)
51+
* Issue [#322](https://github.com/dotkernel/admin/issues/322): Skip Doctrine cache on admin authentication by [@alexmerlin](https://github.com/alexmerlin) in [#323](https://github.com/dotkernel/admin/pull/323)
52+
* Issue [#349](https://github.com/dotkernel/admin/issues/349): test readme.md to be updated by [@Howriq](https://github.com/Howriq) in [#355](https://github.com/dotkernel/admin/pull/355)
53+
* Issue [#351](https://github.com/dotkernel/admin/issues/351): `Qodana`: use branch `6.0` by [@alexmerlin](https://github.com/alexmerlin) in [#352](https://github.com/dotkernel/admin/pull/352)
54+
* Issue [#363](https://github.com/dotkernel/admin/issues/363): Fixed invalid call to `getData` in `PostUserDeleteHandler` by [@alexmerlin](https://github.com/alexmerlin) in [#364](https://github.com/dotkernel/admin/pull/364)
55+
* PHP-CS bug fix by [@MarioRadu](https://github.com/MarioRadu) in [#342](https://github.com/dotkernel/admin/pull/342)
56+
* Pre-release tweaks by [@alexmerlin](https://github.com/alexmerlin) in [#350](https://github.com/dotkernel/admin/pull/350)
57+
* Moved exceptions back from `Core` to `App` by [@alexmerlin](https://github.com/alexmerlin) in [#354](https://github.com/dotkernel/admin/pull/354)
58+
* Core sync by [@alexmerlin](https://github.com/alexmerlin) in [#360](https://github.com/dotkernel/admin/pull/360)
59+
360
## 5.0.3 - 2024-09-26
461

562
### Changed

0 commit comments

Comments
 (0)