Prepare 1.3.3 release

This commit is contained in:
Lucas Bartholemy 2018-09-24 13:14:55 +02:00
parent 5c35c1edbc
commit 429f54b1b5
2 changed files with 4 additions and 3 deletions

View File

@ -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',

View File

@ -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)