Skip to content

Commit

Permalink
Merge branch 'release-v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichel35 committed Jan 14, 2016
2 parents 60567bb + 04830d9 commit 839ad8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: ruby
rvm:
- 2.1.0
- 2.2.0
env:
- REDMINE_VERSION=3.2.0 VERBOSE=yes
- REDMINE_VERSION=3.1.3 VERBOSE=yes
script:
- export PLUGIN=redmine_scrum_cards
- export WORKSPACE=$(pwd)/workspace
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Redmine plugin for generating printable scrum cards.
## Supported Redmine versions

- 3.2
- 3.1

## Supported Ruby versions

- 2.2
- 2.1

## How to use this plugin
Expand Down
1 change: 0 additions & 1 deletion app/views/issues/_postit_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<%= link_to "Scrum Cards", {
:controller => 'postit',
:action => 'generate',
:project_id => @project.id ,
:issues_id => @issue.nil? ? @issues.map { |issue| issue.id } : [@issue.id],
}, {
:class => "postit-generate-button",
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name 'Redmine Scrum Cards plugin'
author 'Echoes'
description 'Plugin for generating printable scrum cards'
version '1.0.0'
version '1.0.1'
url 'https://github.com/echoes-tech/redmine_scrum_cards'
author_url 'https://github.com/echoes-tech'

Expand Down

0 comments on commit 839ad8b

Please sign in to comment.