fix backdrop location of sweetalert2 modals (#1997)

This commit is contained in:
Kevin Papst
2020-09-28 19:22:53 +02:00
committed by GitHub
parent 6a8c820e09
commit 145116f657
9 changed files with 22 additions and 18 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.10.2';
public const VERSION = '1.11';
/**
* The current release status, either "stable" or "dev"
*/
public const STATUS = 'stable';
public const STATUS = 'dev';
/**
* The software name
*/