Skip to content

Commit

Permalink
Merge pull request #26 from hidakatsuya/release-1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
hidakatsuya authored Dec 7, 2016
2 parents 3f9f76c + 88da5c9 commit f35b060
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 1.2.0

- Bug: Fixed CSV export when custom query is used #19 (@sdwolf)
- Feature: Support Chinese translation #24 (@archonwang)
- Drop support Redmine 2.6 and supports 3.1,3.2 #23 (@hidakatsuya)
- Drop support Ruby 1.9.3 and supports 2.3 #22 (@hidakatsuya)

## 1.1.2

- Feature: Support French locale #14

## 1.1.1

- Feature: Russian translation #13 (@insspb)

## 1.1.0

- Feature: Support v3.0 and drop v2.5 or less support #8 (@hidakatsuya)

## 1.0.1

- Bug: First view don't show selected query #7 (@AntonJa, @hidakatsuya)

## 1.0.0

- Allow select a global query #5 [Katsuya Hidaka]
- Test code and Improvements by testing #1 [Katsuya Hidaka]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Redmine plugin for setting the default custom query of Issues for each project.
* Redmine 3.1, 3.2, 3.3
* Ruby 2.2, 2.3

INFO: 1.1.x supports Redmine 2.6 and Ruby 1.9.3.

## Install

`git clone` or copy an unarchived plugin(archived file is [here](https://github.com/hidakatsuya/redmine_default_custom_query/releases)) to `plugins/redmine_default_custom_query` on your Redmine path.
Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name 'Redmine Default Custom Query'
author 'Katsuya Hidaka'
description 'Redmine plugin for setting default custom query of Issues for each project'
version '1.1.2'
version '1.2.0'
requires_redmine '3.1'
url 'https://github.com/hidakatsuya/redmine_default_custom_query'
author_url 'https://twitter.com/hidakatsuya'
Expand Down

0 comments on commit f35b060

Please sign in to comment.