Skip to content

Commit

Permalink
Merge pull request #78 from humhub-contrib/fix/350-remove-module-name…
Browse files Browse the repository at this point in the history
…-translation

Remove module name translation
  • Loading branch information
luke- committed Sep 2, 2024
2 parents 52b9825 + 26f1ef4 commit baa1f29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
18 changes: 1 addition & 17 deletions Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getContentClasses(): array
{
return [
ExternalCalendar::class,
ExternalCalendarEntry::class
ExternalCalendarEntry::class,
];
}

Expand All @@ -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
*/
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"calendar",
"external calendar"
],
"version": "1.4.2",
"version": "1.4.3",
"humhub": {
"minVersion": "1.14"
},
Expand Down

0 comments on commit baa1f29

Please sign in to comment.