mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Merge branch 'develop' of github.com:humhub/humhub into develop
This commit is contained in:
commit
7709bb1a55
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user