UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Is it possible to add a title to the updater urls JSON?

Christian van Laarhoven · ·
9:18 PM Monday, 20 June 2016
None
Hello :)

Edit 21-6-2016:
I recently asked how your extensions check if there is an update available. ( http://stackideas.com/forums/update-sites-xml )
And i got this response:


Hey Christian,

These are the updater urls that we use to ping for newer versions,

http://stackideas.com/updater/manifests/easysocial
http://stackideas.com/updater/manifests/easyblog
http://stackideas.com/updater/manifests/easydiscuss

For Komento, it would be http://stackideas.com/stackideas.xml as this is still riding on the old API.


I am making an extension, what is reading out these JSon Files.
And all the "JSon" files have the following code:


{

"title": "com_easysocial",
"version": "1.4.10",
"changelog": "http://stackideas.com/downloads/changelog.html?product=com_easysocial",
//Other tags



Only the "easydiscuss" link (http://stackideas.com/updater/manifests/easydiscuss) doesn't have the "title" tag in his Json.

See:

{
//Missing title tag here...
"version": "4.0.6",
"install": "http://stackideas.com/updater/components/download",
//Other tags
}


Is it possible to add the title tag to this JSon file?

And another thing. Is it possible to add an "description" tag to the json, where the full extension name is?


{
"title": "com_easydiscuss",
"description" : "EasyDiscuss", // See this :)
"version": "4.0.6",
"install": "http://stackideas.com/updater/components/download",
//Other tags
}


I hope this post is a bit more clearly :) And that you guys can add this :)

Kind Regards,
Rob
The replies under this section are restricted to logged in users or users with an active subscription with us