mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 09:04:55 +02:00
version bump 7.7.1
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## Upcoming...
|
||||
|
||||
## 7.7.1 - 2022-01-13
|
||||
|
||||
* Fix file deletion error when overwrite on upload #293 (Thanks iwiniwin)
|
||||
* PHP 8.1 issue fixed, see #295 (Thanks bashgeek)
|
||||
* Small bug fixes
|
||||
|
||||
## 7.7.0 - 2021-09-27
|
||||
|
||||
|
2
dist/index.php
vendored
2
dist/index.php
vendored
@@ -39,7 +39,7 @@ if (! defined('APP_PUBLIC_PATH')) {
|
||||
}
|
||||
|
||||
define('APP_PUBLIC_DIR', __DIR__);
|
||||
define('APP_VERSION', '7.7.0');
|
||||
define('APP_VERSION', '7.7.1');
|
||||
|
||||
use Filegator\App;
|
||||
use Filegator\Config\Config;
|
||||
|
Reference in New Issue
Block a user