mirror of
https://github.com/filegator/filegator.git
synced 2025-08-13 21:04:19 +02:00
version bump
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Upcoming...
|
## Upcoming...
|
||||||
|
|
||||||
|
## 7.8.1 - 2022-05-25
|
||||||
|
* Database auth adapter session fix
|
||||||
|
* Development mode warning added, see installation docs https://docs.filegator.io/install.html
|
||||||
|
|
||||||
## 7.8.0 - 2022-05-24 [Security]
|
## 7.8.0 - 2022-05-24 [Security]
|
||||||
* This version patches a security vulnerabilities please upgrade asap
|
* This version patches a security vulnerabilities please upgrade asap
|
||||||
|
|
||||||
|
2
dist/index.php
vendored
2
dist/index.php
vendored
@@ -41,7 +41,7 @@ if (! defined('APP_PUBLIC_PATH')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
define('APP_PUBLIC_DIR', __DIR__);
|
define('APP_PUBLIC_DIR', __DIR__);
|
||||||
define('APP_VERSION', '7.8.0');
|
define('APP_VERSION', '7.8.1');
|
||||||
|
|
||||||
use Filegator\App;
|
use Filegator\App;
|
||||||
use Filegator\Config\Config;
|
use Filegator\Config\Config;
|
||||||
|
Reference in New Issue
Block a user