Skip to content

Commit

Permalink
Merge pull request #4 from maedadev/feature_62517_3
Browse files Browse the repository at this point in the history
follow redmine 3.4.0 feature ('project' selection with javascript)
  • Loading branch information
fuminori-ido-m authored Jul 19, 2022
2 parents 5f2a30f + 059e301 commit da6b701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/rb.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
<% end %>

<%= javascript_heads %>
<%= javascript_include_tag 'jquery/jquery-1.7.2-ui-1.8.21-ujs-2.0.3.js', :plugin => 'redmine_backlogs' %>

<%= call_hook :view_layouts_base_html_head %>
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@


Redmine::Plugin.register :redmine_backlogs do
requires_redmine :version => '0.8.4'..'3.3.10'
requires_redmine :version_or_higher => '3.4.0'
name 'Redmine Backlogs'
author "friflaj,Mark Maglana,John Yani,mikoto20000,Frank Blendinger,Bo Hansen,stevel,Patrick Atamaniuk"
description 'A plugin for agile teams'
version 'v1.2.7'
version 'v1.3.0'

settings :default => {
:story_trackers => nil,
Expand Down

0 comments on commit da6b701

Please sign in to comment.