From 01937b14eced702c96e0202e1a5e5991f1c12a3a Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 24 Apr 2024 14:17:20 +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 31687a8..094e161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Upcoming... +## 7.10.1 - 2024-04-24 +* Update docker container from php7-apache-buster to php8.3-apache-bullseye +* Dependency updates for PHP + ## 7.10.0 - 2024-04-17 * Added chmod perm, modal to change, api with local/ftp/sftp (see #399, thanks AndreiTelteu) diff --git a/dist/index.php b/dist/index.php index 596c302..855987d 100644 --- a/dist/index.php +++ b/dist/index.php @@ -36,7 +36,7 @@ } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.10.0'); +define('APP_VERSION', '7.10.1'); use Filegator\App; use Filegator\Config\Config;