oddhill / odddrupal

Complete Drupal package that contains our custom installation profiles.
www.oddhill.se
1 stars 1 forks source link

Expose the version via a GET request #15

Closed olofbokedal closed 8 years ago

olofbokedal commented 8 years ago

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.