version bump - 7.11

This commit is contained in:
Milos Stojanovic
2024-10-28 20:52:07 +01:00
parent 404258f577
commit cf19413ae3
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## Upcoming...
## 7.11.0 - 2024-10-28
* Improved LDAP adapter, thanks @ahaenggli
* Fix file permissions, thanks @yahesh

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.10.1');
define('APP_VERSION', '7.11.0');
use Filegator\App;
use Filegator\Config\Config;