version bump 7.7.1

This commit is contained in:
Milos Stojanovic
2022-01-13 11:32:05 +01:00
parent a68e56557e
commit ee4040a190
2 changed files with 5 additions and 1 deletions

View File

@@ -1,8 +1,12 @@
# Changelog # Changelog
## Upcoming... ## Upcoming...
## 7.7.1 - 2022-01-13
* Fix file deletion error when overwrite on upload #293 (Thanks iwiniwin) * Fix file deletion error when overwrite on upload #293 (Thanks iwiniwin)
* PHP 8.1 issue fixed, see #295 (Thanks bashgeek) * PHP 8.1 issue fixed, see #295 (Thanks bashgeek)
* Small bug fixes
## 7.7.0 - 2021-09-27 ## 7.7.0 - 2021-09-27

2
dist/index.php vendored
View File

@@ -39,7 +39,7 @@ if (! defined('APP_PUBLIC_PATH')) {
} }
define('APP_PUBLIC_DIR', __DIR__); define('APP_PUBLIC_DIR', __DIR__);
define('APP_VERSION', '7.7.0'); define('APP_VERSION', '7.7.1');
use Filegator\App; use Filegator\App;
use Filegator\Config\Config; use Filegator\Config\Config;