Skip to content

Commit

Permalink
Fixes 392
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Aug 3, 2016
1 parent 7b0bfbf commit 89c9f19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changes

0.11.0 to 0.12.0
----------------
* [UI]: Fix issue with Dandelion filters throwing `nullpointerexception`s (0.11.4)
* [Developer]: Added `FetchMode.SELECT` to `SequenceFilePair.files` as Hibernate was including the children multiple times in the result set. (0.11.1)
* [UI]: FastQC images were not rendering in Firefox because the request behaviour changed. (0.11.2)
* [UI]: Fixed a permissions issue with reading NCBI submissions. (0.11.3)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>ca.corefacility.bioinformatics</groupId>
<artifactId>irida</artifactId>
<packaging>war</packaging>
<version>0.11.3</version>
<version>0.11.4</version>
<name>irida</name>
<url>http://www.irida.ca</url>

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/dandelion/dandelion.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
# These will be on every page
# ===========================
#bundle.includes=bootstrap
asset.fixed.version.value=${project.version}
asset.fixed.version.value=${project.version}
asset.js.processing=false

0 comments on commit 89c9f19

Please sign in to comment.