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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 6.1.0 - 2025-09-04
4
+
5
+
### Changed
6
+
7
+
* Issue [#374](https://github.com/dotkernel/admin/issues/374): Changed route names to be in line with the Dotkernel API naming scheme by [@Jurj-Bogdan](https://github.com/Jurj-Bogdan) in [#375](https://github.com/dotkernel/admin/pull/375)
8
+
* Issue [#377](https://github.com/dotkernel/admin/issues/377): Updated all handler names to match route names by [@Jurj-Bogdan](https://github.com/Jurj-Bogdan) in [#376](https://github.com/dotkernel/admin/pull/376)
9
+
10
+
### Added
11
+
12
+
* Issue [#332](https://github.com/dotkernel/admin/issues/332): Added `.laminas-ci.json` config file by [@alexmerlin](https://github.com/alexmerlin) in [#378](https://github.com/dotkernel/admin/pull/378)
13
+
* Issue [#379](https://github.com/dotkernel/admin/issues/379): Implement `dotkernel/dot-maker` in dev mode by [@alexmerlin](https://github.com/alexmerlin) in [#380](https://github.com/dotkernel/admin/pull/380)
14
+
15
+
### Deprecated
16
+
17
+
* Nothing
18
+
19
+
### Removed
20
+
21
+
* Issue [#332](https://github.com/dotkernel/admin/issues/332): Removed `.laminas-ci/pre-run.sh` script by [@alexmerlin](https://github.com/alexmerlin) in [#378](https://github.com/dotkernel/admin/pull/378)
22
+
23
+
### Fixed
24
+
25
+
* Issue [#370](https://github.com/dotkernel/admin/issues/370): Infinite redirect after login by [@bidi47](https://github.com/bidi47) in [#371](https://github.com/dotkernel/admin/pull/371) and [#372](https://github.com/dotkernel/admin/pull/371)
0 commit comments