From 29f5ee03e037a35b1ff7d1511ed27584b745da8b Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 25 May 2022 11:57:23 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ dist/index.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3332e2..d78a19f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 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] * This version patches a security vulnerabilities please upgrade asap diff --git a/dist/index.php b/dist/index.php index 387c8ad..ba69c7e 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.0'); +define('APP_VERSION', '7.8.1'); use Filegator\App; use Filegator\Config\Config;