mirror of
https://github.com/filegator/filegator.git
synced 2025-01-17 12:48:22 +01:00
version bump and changelog upd - 7.9.3
This commit is contained in:
parent
e682f8bf4f
commit
7f33cc8805
@ -2,6 +2,10 @@
|
||||
|
||||
## Upcoming...
|
||||
|
||||
## 7.9.3 - 2023-10-13
|
||||
* Removed is_writable check for ../repository folder, fixes (see #423)
|
||||
* Make gallary images clickable (see #411)
|
||||
|
||||
## 7.9.2 - 2023-01-25
|
||||
* Docker update, container port changed from 80 to 8080 (see #376)
|
||||
|
||||
|
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.9.2');
|
||||
define('APP_VERSION', '7.9.3');
|
||||
|
||||
use Filegator\App;
|
||||
use Filegator\Config\Config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user