oddhill / odddrupal

Complete Drupal package that contains our custom installation profiles.

Home Page:www.oddhill.se

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose the version via a GET request

olofbokedal opened this issue · comments

We should expose the version of the install profile via a URL. This URL should be protected by a token that is configured per site.

The response should be in JSON and include which profile that the site is using, and the current version number.

This could be used in order to easily see if a site is using the latest version or not, by comparing the returned value with the latest tag of this repository.