Skip to content

3345830 Add plugin system

Extends the module by using the Drupal Plugin system. It is now possible to define plugins that provide different ways of detecting the version string to display. Provides two example plugins:

  • the previous implementation using environment variables
  • a new plugin reading the version from a file

Merge request reports