Skip to content

Commit 2ef3bcc

Browse files
committed
Release 1.6.22
1 parent efe502c commit 2ef3bcc

File tree

4 files changed

+22
-17
lines changed

4 files changed

+22
-17
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.6.22 (February 29, 2016)
2+
3+
* Fix bug that caused long loading fonts to get stuck on wf-loading because
4+
the timeout never fired (or took a really long time).
5+
16
v1.6.21 (February 2, 2016)
27

38
* Fix bug in Google module that caused non-latin to fail on browsers that

lib/webfontloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'webfontloader/modules'
44

55
module WebFontLoader
6-
VERSION = '1.6.21'
6+
VERSION = '1.6.22'
77

88
ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..")
99

webfontloader.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
1313
## If your rubyforge_project name is different, then edit it and comment out
1414
## the sub! line in the Rakefile
1515
s.name = 'webfontloader'
16-
s.version = '1.6.21'
17-
s.date = '2016-02-02'
16+
s.version = '1.6.22'
17+
s.date = '2016-02-29'
1818

1919
## Make sure your summary is short. The description may be as long
2020
## as you like.

0 commit comments

Comments
 (0)