version bump

This commit is contained in:
Milos Stojanovic
2024-12-13 15:41:29 +01:00
parent 71695b5d47
commit 9ce4c127f0
2 changed files with 4 additions and 1 deletions

View File

@@ -1,10 +1,13 @@
# Changelog
## Upcoming...
## 7.12.0 - 2024-12-13
* Dependency updates (see #506)
* Min PHP version set to 8.1
* Added support for NodeJS up to v22
* 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
* Ukrainian translations added, thanks @jekasumy @jaapmarcus

2
dist/index.php vendored
View File

@@ -36,7 +36,7 @@ if (! defined('APP_PUBLIC_PATH')) {
}
define('APP_PUBLIC_DIR', __DIR__);
define('APP_VERSION', '7.11.1');
define('APP_VERSION', '7.12.0');
use Filegator\App;
use Filegator\Config\Config;