Merge branch 'develop' of github.com:humhub/humhub into develop

This commit is contained in:
Lucas Bartholemy 2024-12-21 12:05:03 +01:00
commit 62aabfc265
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ HumHub Changelog
================
1.17.0-beta.3 (December 21, 2024)
1.17.0-beta.4 (December 21, 2024)
---------------------------------
- Enh #7307: Improve request scheme detection
- Fix #7308: Fix Hungarian symbol error in `Open Sans` font

View File

@ -42,7 +42,7 @@ $logTargetConfig = [
$config = [
'name' => 'HumHub',
'version' => '1.17.0-beta.3',
'version' => '1.17.0-beta.4',
'minRecommendedPhpVersion' => '8.1',
'minSupportedPhpVersion' => '8.1',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,