mirror of
https://github.com/filegator/filegator.git
synced 2025-08-07 15:58:52 +02:00
version bump and changelog upd - 7.10.0
This commit is contained in:
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Upcoming...
|
## 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
|
## 7.9.3 - 2023-10-13
|
||||||
* Removed is_writable check for ../repository folder, fixes (see #423)
|
* Removed is_writable check for ../repository folder, fixes (see #423)
|
||||||
* Make gallary images clickable (see #411)
|
* Make gallary images clickable (see #411)
|
||||||
|
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.9.3');
|
define('APP_VERSION', '7.10.0');
|
||||||
|
|
||||||
use Filegator\App;
|
use Filegator\App;
|
||||||
use Filegator\Config\Config;
|
use Filegator\Config\Config;
|
||||||
|
Reference in New Issue
Block a user