mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 18:16:41 +02:00
version bump
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Upcoming...
|
## 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
|
## 7.10.0 - 2024-04-17
|
||||||
* Added chmod perm, modal to change, api with local/ftp/sftp (see #399, thanks AndreiTelteu)
|
* Added chmod perm, modal to change, api with local/ftp/sftp (see #399, thanks AndreiTelteu)
|
||||||
|
|
||||||
|
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_PUBLIC_DIR', __DIR__);
|
||||||
define('APP_VERSION', '7.10.0');
|
define('APP_VERSION', '7.10.1');
|
||||||
|
|
||||||
use Filegator\App;
|
use Filegator\App;
|
||||||
use Filegator\Config\Config;
|
use Filegator\Config\Config;
|
||||||
|
Reference in New Issue
Block a user