Added FXP Composer Plugin Update note

This commit is contained in:
Lucas Bartholemy 2017-10-23 02:02:43 +02:00
parent fda218fa72
commit 30193f99c2
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ HumHub Change Log
--------------------------------
Important note for LDAP users: There is a new setting "ID Attribute" which should be set to clearly identify users.
Important note for Git/Composer installations: http://www.yiiframework.com/news/148/important-note-about-bower-and-the-asset-plugin/
- Fix: Readonly markdown field issue.
- Enh: Added flag to control automatically created social activities at content creation.

View File

@ -32,7 +32,7 @@ git clone https://github.com/humhub/humhub.git
3. Navigate to your HumHub webroot and fetch dependencies:
```
php composer.phar global require "fxp/composer-asset-plugin:~1.3"
php composer.phar global require "fxp/composer-asset-plugin:^1.4.2"
php composer.phar update
```