fix calendar drag and drop for regular user (#3358)

This commit is contained in:
Kevin Papst
2022-06-14 13:07:57 +02:00
committed by GitHub
parent a60df65062
commit cdf5a545eb
2 changed files with 7 additions and 3 deletions

View File

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