Release 2.0.10 (#3927)

* allow API calls via GET
* allow to stop timesheet via GET
* improve form handling and validation
* improve stop button handling
* bump version
This commit is contained in:
Kevin Papst
2023-03-15 23:02:28 +01:00
committed by GitHub
parent 1a8c78944a
commit f007697a73
15 changed files with 34 additions and 99 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.9';
public const VERSION = '2.0.10';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20009;
public const VERSION_ID = 20010;
/**
* The software name
*/