diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab16ca..4092c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog ## Upcoming... + +## 7.8.2 - 2022-07-22 * Arabic translations added * Brazilian Portuguese translations added +* Output buffer flush fix ## 7.8.1 - 2022-05-25 * Database auth adapter session fix diff --git a/dist/index.php b/dist/index.php index ba69c7e..3678760 100644 --- a/dist/index.php +++ b/dist/index.php @@ -41,7 +41,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.8.1'); +define('APP_VERSION', '7.8.2'); use Filegator\App; use Filegator\Config\Config;