Message for upgradeable version in the admin panel (Technics)
Hi,
okay, Github seems change the feed. Our current code is:
$baseURI = "https://github.com"; // ... $release = (object) array( 'title' => (string)$title[0], 'content' => (string)$content[0], 'version' => (string)$lastVersion, 'uri' => $baseURI . (string)$releaseURI[0]->href );
The $baseURI
is set on top of the uri. In the previous version of the feed, the $releaseURI[0]->href
was a relative uri, but now, it is an absolute one. Thus, I remove the variable in #372.
/Micha
--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences