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

This commit is contained in:
HumHub Translations 2023-07-31 12:46:48 +00:00
commit 7709bb1a55
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
HumHub Changelog
================
1.15.0 (Unreleased)
-------------------
1.15.0-beta.1 (July 31, 2023)
-----------------------------
- Fix #6461: Test server support to serve web module's `/manifest.json`, `/sw.js`, & `/offline.pwa.html`
- Enh #6460: Test server output: print application requests
- Fix #6423: log.fata in frontend logging is redirected to log.fatal, which did not work

View File

@ -24,7 +24,7 @@ if (!defined('PKCS7_DETACHED')) {
$config = [
'name' => 'HumHub',
'version' => '1.15.0-dev',
'version' => '1.15.0-beta.1',
'minRecommendedPhpVersion' => '7.4',
'minSupportedPhpVersion' => '7.4',
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,