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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
3
+
## 7.2.0 - 2026-04-21
4
+
5
+
### Changed
6
+
7
+
* Issue [#419](https://github.com/dotkernel/admin/issues/419): Bump `PHPUnit` to version `12.5.23` by [@SergiuBota1](https://github.com/SergiuBota1) in [#420](https://github.com/dotkernel/admin/pull/420)
8
+
9
+
### Added
10
+
11
+
* Nothing
12
+
13
+
### Deprecated
14
+
15
+
* Nothing
16
+
17
+
### Removed
18
+
19
+
* Removed PHP `8.2` support
20
+
21
+
### Fixed
22
+
23
+
* Fixed PHPUnit notices caused by mock objects without expectations configured
24
+
* Fixed PHPUnit deprecation warnings caused by using `with()` on test stubs
0 commit comments