mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Include changelog as markdown files and show it in the about dialog
This commit is contained in:
@@ -34,7 +34,8 @@ class SystemController extends BaseController
|
||||
public function About(\Slim\Http\Request $request, \Slim\Http\Response $response, array $args)
|
||||
{
|
||||
return $this->AppContainer->view->render($response, 'about', [
|
||||
'system_info' => $this->ApplicationService->GetSystemInfo()
|
||||
'system_info' => $this->ApplicationService->GetSystemInfo(),
|
||||
'changelog' => $this->ApplicationService->GetChangelog()
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user