Skip to content

Commit 52b2f1f

Browse files
committed
Merge branch 'release/0.9.15'
2 parents 797cb5b + 5037948 commit 52b2f1f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"strategy": "semver",
33
"major": 0,
44
"minor": 9,
5-
"patch": 14,
5+
"patch": 15,
66
"build": 0
77
}

src/Mvc/Controllers/HttpCodes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function code500( Request $request ) : string
2929
$request->getRouteParameters(),
3030
[
3131
"title" => "Internal Server Error",
32+
"error" => $request->getRouteParameter( "error" )
3233
]
3334
),
3435
'500'

versionlog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.9.15 2025-11-27
2+
13
## 0.9.14 2025-11-27
24

35
## 0.9.13 2025-11-27

0 commit comments

Comments
 (0)