From 90557f0f096e26fb39ead24d4c2c8d41ae2f4211 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 17 Apr 2024 17:30:05 +0200 Subject: [PATCH] version bump and changelog upd - 7.10.0 --- CHANGELOG.md | 3 +++ dist/index.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d0fce..5bcf0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Upcoming... +## 7.10.0 - 2024-04-17 +* Added chmod perm, modal to change, api with local/ftp/sftp (see #388, thanks AndreiTelteu) + ## 7.9.3 - 2023-10-13 * Removed is_writable check for ../repository folder, fixes (see #423) * Make gallary images clickable (see #411) diff --git a/dist/index.php b/dist/index.php index e363d44..596c302 100644 --- a/dist/index.php +++ b/dist/index.php @@ -36,7 +36,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.9.3'); +define('APP_VERSION', '7.10.0'); use Filegator\App; use Filegator\Config\Config;