diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index d9b59b9e9a..37ae98c541 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -2,6 +2,11 @@ HumHub Change Log ================= +1.3.0-beta.2 (Unreleased) +-------------------------- +- Enh: Added CounterSet Widget to handle Space/Profile header statistic counts + + 1.3.0-beta.1 (July 4, 2018) ---------------------------- diff --git a/protected/humhub/docs/guide/theme/migrate-1.3.md b/protected/humhub/docs/guide/theme/migrate-1.3.md index 567dbc8a63..b37024857c 100644 --- a/protected/humhub/docs/guide/theme/migrate-1.3.md +++ b/protected/humhub/docs/guide/theme/migrate-1.3.md @@ -33,7 +33,7 @@ After adding the line you can delete all unmodified files from your themes `/vie The views will be automatically loaded from the specified base theme. -## Space & Profile Layouts +## Space & Profile Layouts and header The sidebar handling of the content container layouts has changed. @@ -47,7 +47,11 @@ Please check following view files for changes: Also check the deprecation of `humhub\modules\activity\widgets\Stream` in case you've overwritten the space or dashboard layout. -> Please note the deprecation of +Also the space/profile header files (Statistic section) has slightly changed. + +Please check following view files for changes: +- `/protected/humhub/modules/user/widgets/views/profileHeader.php` +- `/protected/humhub/modules/space/widgets/views/header.php` ## New Richtext