diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f098e5..dccd476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dist/index.php b/dist/index.php index 82b664e..415746e 100644 --- a/dist/index.php +++ b/dist/index.php @@ -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;