Skip to content

Commit

Permalink
increment internal version to 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbevi committed Dec 17, 2014
1 parent 9c9c60a commit 96b34eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
author_url "http://www.alexbevi.com"
description 'A plugin for Redmine that adds knowledgebase functionality'
url 'https://github.com/alexbevi/redmine_knowledgebase'
version '3.0.4'
version '3.0.7'

requires_redmine :version_or_higher => '2.0.0'
requires_acts_as_taggable_on

settings :default => {
:sort_category_tree => true,
:show_category_totals => true,
Expand All @@ -49,7 +49,7 @@
:categories => [:index, :show]
}
permission :manage_articles, {
:articles => [:index, :show, :new, :create, :edit, :update, :destroy, :add_attachment,
:articles => [:index, :show, :new, :create, :edit, :update, :destroy, :add_attachment,
:preview, :comment, :add_comment, :destroy_comment, :tagged],
:categories => [:index, :show]
}
Expand Down Expand Up @@ -87,9 +87,9 @@
:articles => [:diff, :version, :revert]
}
end

menu :project_menu, :articles, { :controller => 'articles', :action => 'index' }, :caption => :knowledgebase_title, :after => :activity, :param => :project_id

end

class RedmineKnowledgebaseHookListener < Redmine::Hook::ViewListener
Expand Down

0 comments on commit 96b34eb

Please sign in to comment.