Skip to content

Commit 42aab4c

Browse files
committed
v1.0.3
1 parent 81fa5c2 commit 42aab4c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
language: ruby
3-
release: 1.0.2
3+
release: 1.0.3
44
services:
55
- mysql
66
- postgresql

CHANGELOG.rdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
== 2013-06-20 v1.0.3
2+
3+
* Fix JSON issue where remaining hours is reset when attribute is not in params array.
4+
* Bulk edit release attributes across projects.
5+
* Change release sidebar links to lead to an issue query. See "Releases sidebar links should lead to a query on issues page".
6+
* Allow administrators DnD for all roles on taskboard. See "Can't move any feature as administrator".
7+
18
== 2013-05-29 v1.0.2
29

310
* RM 2.3.1 supported

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
name 'Redmine Backlogs'
5050
author "friflaj,Mark Maglana,John Yani,mikoto20000,Frank Blendinger,Bo Hansen,stevel,Patrick Atamaniuk"
5151
description 'A plugin for agile teams'
52-
version 'v1.0.2'
52+
version 'v1.0.3'
5353

5454
settings :default => {
5555
:story_trackers => nil,

0 commit comments

Comments
 (0)