Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ def template_menu_allowed?
Redmine::Plugin.register :redmine_issue_templates do
begin
name 'Redmine Issue Templates plugin'
author 'Akiko Takano'
author 'Agileware Inc.'
description 'Plugin to generate and use issue templates for each project to assist issue creation.'
version '0.3.8'
author_url 'http://twitter.com/akiko_pusu'
version '0.3.10'
author_url 'https://agileware.jp/'
requires_redmine version_or_higher: '4.0'
url 'https://github.com/akiko-pusu/redmine_issue_templates'
url 'https://github.com/agileware-jp/redmine_issue_templates'

settings partial: 'settings/redmine_issue_templates',
default: {
Expand Down