version bump v7.13

This commit is contained in:
Milos Stojanovic
2025-02-25 09:32:25 +01:00
parent 3687e9e317
commit c174c7f055
2 changed files with 3 additions and 1 deletions

View File

@@ -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)

2
dist/index.php vendored
View File

@@ -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;