Skip to content

Commit 9a4afd5

Browse files
authored
Merge pull request #285 from dotkernel/issue-284
Issue #284: Created file `CHANGELOG.md`
2 parents 3f3cd52 + bc30eea commit 9a4afd5

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Changelog
2+
3+
## 5.0.2 - 2024-09-25
4+
5+
### Changed
6+
7+
* Issue [#273](https://github.com/dotkernel/admin/issues/273): Bump `dotkernel/dot-session` to `^5.5.2` by [@bidi47](https://github.com/bidi47) in [#274](https://github.com/dotkernel/admin/pull/274)
8+
* Issue [#277](https://github.com/dotkernel/admin/issues/277): Upgraded `dot-errorhandler` to version `4.x` by [@alexmerlin](https://github.com/alexmerlin) in [#278](https://github.com/dotkernel/admin/pull/278)
9+
10+
### Added
11+
12+
* Issue [#276](https://github.com/dotkernel/admin/issues/276): Implemented Twig CS checker/fixer by [@alexmerlin](https://github.com/alexmerlin) in [#279](https://github.com/dotkernel/admin/pull/279)
13+
* Issue [#280](https://github.com/dotkernel/admin/issues/280): Admin logins page as bootstrap (simple) table by [@alexmerlin](https://github.com/alexmerlin) in [#281](https://github.com/dotkernel/admin/pull/281)
14+
15+
### Deprecated
16+
17+
* Nothing
18+
19+
### Removed
20+
21+
* Nothing
22+
23+
### Fixed
24+
25+
* Nothing
26+
27+
## 5.0.1 - 2024-08-05
28+
29+
### Changed
30+
31+
* Nothing
32+
33+
### Added
34+
35+
* Issue [#184](https://github.com/dotkernel/admin/issues/184): Implemented `CSRF` protection in all forms by [@alexmerlin](https://github.com/alexmerlin) in [#270](https://github.com/dotkernel/admin/pull/270)
36+
37+
### Deprecated
38+
39+
* Nothing
40+
41+
### Removed
42+
43+
* Issue [#266](https://github.com/dotkernel/admin/issues/266): Removed `HasLifecycleCallbacks` from `TimestampsTrait.php` by [@alexmerlin](https://github.com/alexmerlin) in [#269](https://github.com/dotkernel/admin/pull/269)
44+
45+
### Fixed
46+
47+
* Issue [#241](https://github.com/dotkernel/admin/issues/241): Hide modal messages fix by [@MarioRadu](https://github.com/MarioRadu) in [#268](https://github.com/dotkernel/admin/pull/268)
48+
* Issue [#271](https://github.com/dotkernel/admin/issues/271): Fixed namespace across the application by [@alexmerlin](https://github.com/alexmerlin) in [#272](https://github.com/dotkernel/admin/pull/272)
49+
50+
## 5.0.0 - 2024-07-25
51+
52+
### Changed
53+
54+
* Issue [#198](https://github.com/dotkernel/admin/issues/198): updated readme badge by [@bidi47](https://github.com/bidi47) in [#220](https://github.com/dotkernel/admin/pull/220)
55+
* Issue [#222](https://github.com/dotkernel/admin/issues/222): Updated dot-cli & dot-geoip versions by [@MarioRadu](https://github.com/MarioRadu) in [#224](https://github.com/dotkernel/admin/pull/224)
56+
* Issue [#225](https://github.com/dotkernel/admin/issues/225): Refactored doctrine config by [@MarioRadu](https://github.com/MarioRadu) in [#227](https://github.com/dotkernel/admin/pull/227)
57+
* Issue [#226](https://github.com/dotkernel/admin/issues/226): Updated package.json by [@mada27](https://github.com/mada27) in [#229](https://github.com/dotkernel/admin/pull/229)
58+
* Issue [#231](https://github.com/dotkernel/admin/issues/231): refactor checking for a public or private ip by [@cPintiuta](https://github.com/cPintiuta) in [#234](https://github.com/dotkernel/admin/pull/234)
59+
* Issue [#235](https://github.com/dotkernel/admin/issues/235): Updated GHA files to use latest action releases by [@alexmerlin](https://github.com/alexmerlin) in [#238](https://github.com/dotkernel/admin/pull/238)
60+
* Issue [#243](https://github.com/dotkernel/admin/issues/243): Di attributes by [@cPintiuta](https://github.com/cPintiuta) in [#245](https://github.com/dotkernel/admin/pull/245)
61+
* Issue [#249](https://github.com/dotkernel/admin/issues/249): crlf to lf by [@cPintiuta](https://github.com/cPintiuta) in [#257](https://github.com/dotkernel/admin/pull/257)
62+
* Issue [#258](https://github.com/dotkernel/admin/issues/258): crlf to lf by [@cPintiuta](https://github.com/cPintiuta) in [#259](https://github.com/dotkernel/admin/pull/259)
63+
* Issue [#258](https://github.com/dotkernel/admin/issues/258): new line by [@cPintiuta](https://github.com/cPintiuta) in [#260](https://github.com/dotkernel/admin/pull/260)
64+
* Issue [#262](https://github.com/dotkernel/admin/issues/262): bump psr-container-doctrine and refactoring config providers by [@cPintiuta](https://github.com/cPintiuta) in [#263](https://github.com/dotkernel/admin/pull/263)
65+
* Issue [#255](https://github.com/dotkernel/admin/issues/255): Javascript refactoring and packages updates by [@MarioRadu](https://github.com/MarioRadu) in [#261](https://github.com/dotkernel/admin/pull/261)
66+
* Issue [#241](https://github.com/dotkernel/admin/issues/241): Refactored handler by [@MarioRadu](https://github.com/MarioRadu) in [#265](https://github.com/dotkernel/admin/pull/265)
67+
* Update qodana_code_quality.yml to include composer install by [@arhimede](https://github.com/arhimede) in [#250](https://github.com/dotkernel/admin/pull/250)
68+
69+
### Added
70+
71+
* Issue [#217](https://github.com/dotkernel/admin/issues/217): Implemented dot-cache by [@MarioRadu](https://github.com/MarioRadu) in [#228](https://github.com/dotkernel/admin/pull/228)
72+
* Issue [#240](https://github.com/dotkernel/admin/issues/240): Orm3 by [@cPintiuta](https://github.com/cPintiuta) in [#253](https://github.com/dotkernel/admin/pull/253)
73+
* Create qodana_code_quality.yml by [@arhimede](https://github.com/arhimede) in [#244](https://github.com/dotkernel/admin/pull/244)
74+
75+
### Deprecated
76+
77+
* Nothing
78+
79+
### Removed
80+
81+
* Issue [#221](https://github.com/dotkernel/admin/issues/221): removed references for PhpFileCache by [@bidi47](https://github.com/bidi47) in [#223](https://github.com/dotkernel/admin/pull/223)
82+
* Issue [#232](https://github.com/dotkernel/admin/issues/232): Removed user-agent-sniffer by [@alexmerlin](https://github.com/alexmerlin) in [#233](https://github.com/dotkernel/admin/pull/233)
83+
* Issue [#236](https://github.com/dotkernel/admin/issues/236): Removed unnecessary `HasLifecycleCallbacks` entity attributes by [@alexmerlin](https://github.com/alexmerlin) in [#237](https://github.com/dotkernel/admin/pull/237)
84+
* Issue [#246](https://github.com/dotkernel/admin/issues/246): Removed unused config by [@MarioRadu](https://github.com/MarioRadu) in [#264](https://github.com/dotkernel/admin/pull/264)
85+
86+
### Fixed
87+
88+
* Issue [#254](https://github.com/dotkernel/admin/issues/254): fixed updating login logs by [@cPintiuta](https://github.com/cPintiuta) in [#256](https://github.com/dotkernel/admin/pull/256)

0 commit comments

Comments
 (0)