Skip to content

Commit a83132f

Browse files
committed
Merge tag '0.6.34' into develop
done 0.6.34
2 parents dd6ba65 + 3481baa commit a83132f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Mvc/Views/Markdown.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function render( array $Data ): string
4545
$Path = "$BasePath/resources/views";
4646
}
4747

48-
$cwd = getcwd();
4948
$ControllerPath = "$Path/{$this->getController()}";
5049
$View = $this->findMarkdownFile( $ControllerPath, $this->getPage() );
5150

versionlog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.6.34
1+
## 0.6.34 2025-08-04
22

33
* Added file based view caching.
44

0 commit comments

Comments
 (0)