Skip to content

Commit

Permalink
Merge pull request #1952 from qiyunzhu/browser-support
Browse files Browse the repository at this point in the history
Firefox 48 support
  • Loading branch information
antgonza committed Sep 25, 2016
2 parents 711ca78 + 0f5e346 commit 920c296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Version 0.2.0-dev (Changes since version 0.2.0 go here)
* QIIME workflows for splitting libraries (SFF/FASTA-QUAL and FASTQ/per-sample-FASTQ) and for picking OTUs has been moved to a new target gene plugin.
* An initial RESTapi has been introduced as a result of the plugin system, in which OAuth2 authentication is required to access the data.
* The system has been ported to use HTTPS instead of HTTP.
* The website now supports Mozilla Firefox 48 and above.

Version 0.2.0 (2015-08-25)
--------------------------
Expand Down
1 change: 1 addition & 0 deletions qiita_pet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

allowed_min_browser_versions = {
'chrome': 49,
'firefox': 48,
}

__version__ = "0.2.0-dev"

0 comments on commit 920c296

Please sign in to comment.