Skip to content

Commit aabc332

Browse files
committed
Bugfix24: Modified version prefix for news-menu, fixes #24
1 parent 2e49c57 commit aabc332

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Configuration/ModuleUpdateServiceConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class ModuleUpdateServiceConfiguration
167167
'_jp-main-menu-manual_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'jpretired/jp-main-menu-manual', 'tag_prefix' => 'v', self::CATEGORY => self::CATEGORY_MENU]],
168168

169169
'_telegram_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'Tywed/telegram', 'tag_prefix' => 'v.', self::CATEGORY => self::CATEGORY_MESSAGES]],
170-
'_news-menu_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'Tywed/news-menu', 'tag_prefix' => 'v', self::CATEGORY => self::CATEGORY_MENU]],
170+
'_news-menu_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'Tywed/news-menu', 'tag_prefix' => 'v.', self::CATEGORY => self::CATEGORY_MENU]],
171171

172172
'_finnish-historical-facts_' => ['update_service' => 'GithubModuleUpdate', 'params' => ['github_repo' => 'ardhtu/finnish-historical-facts', 'no_release' => true, 'default_branch' => 'master', self::CATEGORY => self::CATEGORY_FACT]],
173173

src/Configuration/module_update_service_configuration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"params": {
257257
"github_repo": "huhwt\/huhwt-mtv",
258258
"tag_prefix": "v",
259-
"category": "charts",
259+
"category": "admin",
260260
"title": "\u210d MultTreeView",
261261
"description": "A treeview-diagram, showing the ancestors and descendants of an individual."
262262
}
@@ -593,7 +593,7 @@
593593
"update_service": "GithubModuleUpdate",
594594
"params": {
595595
"github_repo": "Tywed\/news-menu",
596-
"tag_prefix": "v",
596+
"tag_prefix": "v.",
597597
"category": "menu",
598598
"title": "News",
599599
"description": "Add an extra item to the main menu as a link to a webtrees news."

0 commit comments

Comments
 (0)