From 9f58db0c90952bc6d0410ece68238129eb0d2721 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 24 May 2022 13:16:02 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ dist/index.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b729971..c3332e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Upcoming... +## 7.8.0 - 2022-05-24 [Security] +* This version patches a security vulnerabilities please upgrade asap + ## 7.7.2 - 2022-02-18 * Hebrew translation with RTL added, see #301 (Thanks yaniv1983) diff --git a/dist/index.php b/dist/index.php index d449e73..387c8ad 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.7.2'); +define('APP_VERSION', '7.8.0'); use Filegator\App; use Filegator\Config\Config;