Skip to content

Commit dcb9104

Browse files
committed
Merge branch 'release/0.8.3'
2 parents 7964a4d + 3436690 commit dcb9104

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": 8,
5-
"patch": 2,
5+
"patch": 3,
66
"build": 0
77
}

src/Mvc/Application.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function __construct( string $Version ="1.0.0", ?ISettingSource $Source =
4545
$this->_RoutesPath = '';
4646

4747
Registry::getInstance()->set( 'BasePath', $this->getBasePath() );
48+
Registry::getInstance()->set( 'App', $this );
4849

4950
$RoutesPath = $this->getSetting( 'system', 'routes_path' );
5051
if( $RoutesPath )

versionlog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.8.3 2025-11-07
2+
13
* Added exception formatting.
24

35
## 0.8.2 2025-11-07

0 commit comments

Comments
 (0)