feat: versions

This commit is contained in:
Torsten Dittmann
2022-02-11 13:19:02 +01:00
parent ad189d43b6
commit 1653571ce8
3 changed files with 16 additions and 2 deletions
+13
View File
@@ -1,3 +1,16 @@
# Version 0.11.1
## Bugs
- Fix security vulnerabilites in the console
## Upgrades
- Upgraded `redis` extenstion to version 5.3.6
- Upgraded `swoole` extenstion to version 4.8.6
- Upgraded `imagick` extenstion to version 3.7.0
- Upgraded `yaml` extenstion to version 2.2.2
- Upgraded `maxminddb` extenstion to version 1.11.0
# Version 0.11.0
## Features
+2 -2
View File
@@ -47,8 +47,8 @@ const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s';
const APP_MODE_DEFAULT = 'default';
const APP_MODE_ADMIN = 'admin';
const APP_PAGING_LIMIT = 12;
const APP_CACHE_BUSTER = 170;
const APP_VERSION_STABLE = '0.11.0';
const APP_CACHE_BUSTER = 171;
const APP_VERSION_STABLE = '0.11.1';
const APP_STORAGE_UPLOADS = '/storage/uploads';
const APP_STORAGE_FUNCTIONS = '/storage/functions';
const APP_STORAGE_CACHE = '/storage/cache';
+1
View File
@@ -49,6 +49,7 @@ abstract class Migration
'0.10.3' => 'V09',
'0.10.4' => 'V09',
'0.11.0' => 'V10',
'0.11.1' => 'V10',
];
/**