Avatar

Message for upgradeable version in the admin panel (Technics)

by Micha ⌂, Monday, April 16, 2018, 21:11 (2195 days ago) @ Auge

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


Complete thread:

 RSS Feed of thread