mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 04:17:39 +01:00
Prepare 1.3.3 release
This commit is contained in:
parent
5c35c1edbc
commit
429f54b1b5
@ -13,7 +13,7 @@ Yii::setAlias('@themes', '@webroot/themes');
|
||||
|
||||
$config = [
|
||||
'name' => 'HumHub',
|
||||
'version' => '1.3.3-pre',
|
||||
'version' => '1.3.3',
|
||||
'basePath' => dirname(__DIR__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR,
|
||||
'bootstrap' => ['log', 'humhub\components\bootstrap\ModuleAutoLoader', 'queue', 'humhub\modules\ui\view\bootstrap\ThemeLoader'],
|
||||
'sourceLanguage' => 'en',
|
||||
|
@ -1,8 +1,8 @@
|
||||
HumHub Change Log
|
||||
=================
|
||||
|
||||
1.3.3 Unreleased
|
||||
--------------------------
|
||||
1.3.3 (September 24, 2018)
|
||||
---------------------------
|
||||
|
||||
- Fix: img overflow in markdown view
|
||||
- Enh: Added console command to list and change themes
|
||||
@ -21,6 +21,7 @@ HumHub Change Log
|
||||
- Fix: Broken picker image alignment (acs-ferreira)
|
||||
- Fix: File handling in upgrade path between 1.0.x and 1.3.x
|
||||
- Chng: Updated `humhub-prosemirror-richtext` to v1.0.10
|
||||
- Fix: File handling in upgrade path between 1.0.x and 1.3.x
|
||||
|
||||
|
||||
1.3.2 (September 4, 2018)
|
||||
|
Loading…
x
Reference in New Issue
Block a user