1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

release: 1.5.2

This commit is contained in:
Torsten Dittmann 2024-03-08 21:55:25 +01:00
parent 8ff3d0e97f
commit e75ba0600e
2 changed files with 2 additions and 1 deletions

View file

@ -112,7 +112,7 @@ const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
const APP_CACHE_BUSTER = 331;
const APP_VERSION_STABLE = '1.5.1';
const APP_VERSION_STABLE = '1.5.2';
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
const APP_DATABASE_ATTRIBUTE_IP = 'ip';

View file

@ -80,6 +80,7 @@ abstract class Migration
'1.4.13' => 'V19',
'1.5.0' => 'V20',
'1.5.1' => 'V20',
'1.5.2' => 'V20',
];
/**