Skip to content

Commit 23ecba3

Browse files
committed
Updated CHANGELOG.md
Signed-off-by: alexmerlin <[email protected]>
1 parent 2b21b29 commit 23ecba3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

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)
26+
327
## 6.0.0 - 2025-06-05
428

529
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Documentation is available at: https://docs.dotkernel.org/admin-documentation/
1515
## Badges
1616

1717
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/admin)
18-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/admin/6.0.0)
18+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/admin/6.1.0)
1919

2020
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/admin)](https://github.com/dotkernel/admin/issues)
2121
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/admin)](https://github.com/dotkernel/admin/network)

0 commit comments

Comments
 (0)