diff --git a/CHANGELOG b/CHANGELOG index 337bde1c..31cd2eb0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v1.0.17 (December 1, 2010) +* Changed CSS style for hidden span in order to be less affected by environment +* Removed restriction on iPhone/iPad/iPod in the google modules + v1.0.16 (November 18, 2010) * Fix a bug where we fail to detect that fonts have loaded if they have the same width as the fallback font. diff --git a/lib/webfontloader.rb b/lib/webfontloader.rb index 1e52debd..19bbbf6c 100644 --- a/lib/webfontloader.rb +++ b/lib/webfontloader.rb @@ -3,7 +3,7 @@ require 'webfontloader/modules' module WebFontLoader - VERSION = '1.0.16' + VERSION = '1.0.17' ProjectRoot = File.expand_path(File.dirname(__FILE__) + "/..") diff --git a/webfontloader.gemspec b/webfontloader.gemspec index 8ad09776..f40060f1 100644 --- a/webfontloader.gemspec +++ b/webfontloader.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'webfontloader' - s.version = '1.0.16' - s.date = '2010-11-18' + s.version = '1.0.17' + s.date = '2010-12-01' ## Make sure your summary is short. The description may be as long ## as you like.