mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 23:16:36 +02:00
version bump
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Upcoming...
|
## Upcoming...
|
||||||
|
|
||||||
|
## 7.12.0 - 2024-12-13
|
||||||
* Dependency updates (see #506)
|
* Dependency updates (see #506)
|
||||||
* Min PHP version set to 8.1
|
* Min PHP version set to 8.1
|
||||||
* Added support for NodeJS up to v22
|
* Added support for NodeJS up to v22
|
||||||
* Dark theme added using prefers-color-scheme (see #499)
|
* Dark theme added using prefers-color-scheme (see #499)
|
||||||
|
* Automatic multiarch docker deployment after release (amd64, arm7/8, 386)
|
||||||
|
|
||||||
## 7.11.1 - 2024-11-27
|
## 7.11.1 - 2024-11-27
|
||||||
* Ukrainian translations added, thanks @jekasumy @jaapmarcus
|
* Ukrainian translations added, thanks @jekasumy @jaapmarcus
|
||||||
|
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.11.1');
|
define('APP_VERSION', '7.12.0');
|
||||||
|
|
||||||
use Filegator\App;
|
use Filegator\App;
|
||||||
use Filegator\Config\Config;
|
use Filegator\Config\Config;
|
||||||
|
Reference in New Issue
Block a user