diff --git a/init.rb b/init.rb index bc6519e..3ce6bd7 100644 --- a/init.rb +++ b/init.rb @@ -3,6 +3,9 @@ Redmine::Plugin.register :custom_tables do author 'Ivan Marangoz' description 'This is a plugin for Redmine' version '1.0.4' + requires_redmine :version_or_higher => '4.0.0' + url 'https://github.com/frywer/custom_tables' + author_url 'https://github.com/frywer' permission :manage_custom_tables, { custom_entities: [:new, :edit, :create, :update, :destroy, :context_menu, :bulk_edit, :bulk_update],