Skip to content

Commit 96b34eb

Browse files
committed
increment internal version to 3.0.7
1 parent 9c9c60a commit 96b34eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

init.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
author_url "http://www.alexbevi.com"
2020
description 'A plugin for Redmine that adds knowledgebase functionality'
2121
url 'https://github.com/alexbevi/redmine_knowledgebase'
22-
version '3.0.4'
22+
version '3.0.7'
2323

2424
requires_redmine :version_or_higher => '2.0.0'
2525
requires_acts_as_taggable_on
26-
26+
2727
settings :default => {
2828
:sort_category_tree => true,
2929
:show_category_totals => true,
@@ -49,7 +49,7 @@
4949
:categories => [:index, :show]
5050
}
5151
permission :manage_articles, {
52-
:articles => [:index, :show, :new, :create, :edit, :update, :destroy, :add_attachment,
52+
:articles => [:index, :show, :new, :create, :edit, :update, :destroy, :add_attachment,
5353
:preview, :comment, :add_comment, :destroy_comment, :tagged],
5454
:categories => [:index, :show]
5555
}
@@ -87,9 +87,9 @@
8787
:articles => [:diff, :version, :revert]
8888
}
8989
end
90-
90+
9191
menu :project_menu, :articles, { :controller => 'articles', :action => 'index' }, :caption => :knowledgebase_title, :after => :activity, :param => :project_id
92-
92+
9393
end
9494

9595
class RedmineKnowledgebaseHookListener < Redmine::Hook::ViewListener

0 commit comments

Comments
 (0)