- WIP: "Thera" wormhole connections from eve-scout.com integration, #829

This commit is contained in:
Mark Friedrich
2019-12-08 17:54:12 +01:00
parent f9d586068c
commit 2ef92459c8
18 changed files with 308 additions and 124 deletions

View File

@@ -36,8 +36,6 @@ class GitHub extends Controller\Controller {
$return->version->delta = null;
$return->version->dev = false;
$md = \Markdown::instance();
$releases = $f3->gitHubClient()->getProjectReleases('exodus4d/pathfinder', $releaseCount);
foreach($releases as $key => &$release){
@@ -75,7 +73,7 @@ class GitHub extends Controller\Controller {
if(!empty($html)){
$body = $html;
}else{
$body = $md->convert(trim($body));
$body = \Markdown::instance()->convert(trim($body));
}
$release['body'] = $body;