diff --git a/Module.php b/Module.php index 00f7661..5c0169c 100644 --- a/Module.php +++ b/Module.php @@ -40,7 +40,7 @@ public function getContentClasses(): array { return [ ExternalCalendar::class, - ExternalCalendarEntry::class + ExternalCalendarEntry::class, ]; } @@ -67,22 +67,6 @@ public function disable() parent::disable(); } - /** - * @inheritdoc - */ - public function getName() - { - return Yii::t('ExternalCalendarModule.base', 'External Calendar'); - } - - /** - * @inheritdoc - */ - public function getDescription() - { - return Yii::t('ExternalCalendarModule.base', 'Extends the Calendar-Module to show external calendars with iCal'); - } - /** * @inheritdoc */ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4ddacdf..4a46522 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,12 +1,13 @@ Changelog ========= -Unreleased +1.4.3 (Unreleased) ------------------------ - Enh #68: Make URL locations clickable - Enh #69: Add `requirements.php` - Fix #71: After module disabling, Content for ExternalCalendarEntry are not deleted - Fix #76: Disabling the module in a container (Space or User) +- Fix #78: Remove module name translation 1.4.2 (January 19, 2023) ----------------------- diff --git a/module.json b/module.json index 19f75ec..2008ebe 100644 --- a/module.json +++ b/module.json @@ -6,7 +6,7 @@ "calendar", "external calendar" ], - "version": "1.4.2", + "version": "1.4.3", "humhub": { "minVersion": "1.14" },