Release 2.36.1 (#5540)

* fix weekly hours for new entries with non-global activities
* bump packages
* prevent creating invoices with 0 entries
This commit is contained in:
Kevin Papst
2025-06-16 17:53:27 +02:00
committed by GitHub
parent da10099248
commit 59dc82351e
5 changed files with 136 additions and 91 deletions

View File

@@ -17,11 +17,11 @@ final class Constants
/**
* The current release version
*/
public const VERSION = '2.36.0';
public const VERSION = '2.36.1';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 23600;
public const VERSION_ID = 23601;
/**
* The software name
*/