added comment field to invoice (#3045)

This commit is contained in:
Kevin Papst
2021-12-30 21:49:30 +01:00
committed by GitHub
parent f7b3f4ed76
commit cc809183ae
13 changed files with 190 additions and 52 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.16.9';
public const VERSION = '1.16.10';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 11609;
public const VERSION_ID = 11610;
/**
* The current release status, either "stable" or "dev"
*/