From c174c7f055e82740748efee41200e425c1507416 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Tue, 25 Feb 2025 09:32:25 +0100 Subject: [PATCH] version bump v7.13 --- CHANGELOG.md | 2 ++ dist/index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b023dd7..1c9f79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Upcoming... + +## 7.13.0 - 2024-02-25 * Added a column to display chmod permissions (see #522) * Extract app theme SCSS to external files (see #524) * Configurable pagination (see #533) diff --git a/dist/index.php b/dist/index.php index 729f328..36f99ae 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.12.0'); +define('APP_VERSION', '7.13.0'); use Filegator\App; use Filegator\Config\Config;