summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-29 20:23:07 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-05 14:35:29 -0500
commit045e8cc38c608b46924ce1ef4de3e8c2adefb1ba (patch)
tree4a5ac16417d057f72ca278c55e3eb2e630265586
parent8de1f7159c5141abe60c6679960f2008482e32bf (diff)
downloadgitlab-ce-045e8cc38c608b46924ce1ef4de3e8c2adefb1ba.tar.gz
Update version check images to use SVG
-rw-r--r--CHANGELOG1
-rw-r--r--lib/version_check.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b0972ceab68..ed45042eb13 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,7 @@ v 8.4.0 (unreleased)
- Fix version check image in Safari
- Show 'All' tab by default in the builds page
- Fix API project lookups when querying with a namespace with dots (Stan Hu)
+ - Update version check images to use SVG
v 8.3.3 (unreleased)
- Fix project transfer e-mail sending incorrect paths in e-mail notification (Stan Hu)
diff --git a/lib/version_check.rb b/lib/version_check.rb
index ea23344948c..91ad07feee5 100644
--- a/lib/version_check.rb
+++ b/lib/version_check.rb
@@ -13,6 +13,6 @@ class VersionCheck
end
def host
- 'https://version.gitlab.com/check.png'
+ 'https://version.gitlab.com/check.svg'
end
end