From 16a856a14b2b6a4784b5659ee70f1c53ebae3842 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 20 Jan 2023 09:56:14 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ dist/index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ce412..16d4dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Upcoming... + +## 7.9.0 - 2023-01-20 * Added configurable lockout for incorrect login attempts (see configuration_sample.php) ## 7.8.7 - 2022-10-17 diff --git a/dist/index.php b/dist/index.php index cfc5f51..553025a 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.7'); +define('APP_VERSION', '7.9.0'); use Filegator\App; use Filegator\Config\Config;