mirror of
https://github.com/filegator/filegator.git
synced 2025-08-01 00:50:32 +02:00
version bump v7.13
This commit is contained in:
@@ -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
2
dist/index.php
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user