Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh4 committed Apr 6, 2020
1 parent b1d2f79 commit 70f995a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ php:
- '7.0'
- '7.1'
- '7.2'
#- '7.3'

env:
global:
Expand Down
3 changes: 2 additions & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace humhub\modules\custom_pages;

use humhub\modules\content\components\ContentContainerModule;
use humhub\modules\content\models\Content;
use Yii;
use humhub\modules\custom_pages\models\Snippet;
Expand All @@ -12,7 +13,7 @@
use humhub\modules\content\components\ContentContainerActiveRecord;
use yii\base\Exception;

class Module extends \humhub\modules\content\components\ContentContainerModule
class Module extends ContentContainerModule
{
const ICON = 'fa-file-text-o';
const SETTING_MIGRATION_KEY = 'global_pages_migrated_visibility';
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelog
--------------------
- Chg: Added 1.5 defer compatibility
- Fix: Fixed "unreachable code after return statement" in humhub.custom_pages.template.TemplateElement.js
- Enh: Improved event handler exception handling

1.0.6 (February 19, 2020)
---------------------
Expand Down

0 comments on commit 70f995a

Please sign in to comment.