Skip to content

Commit

Permalink
Release 1.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
p4121 committed Nov 29, 2016
1 parent cbeb689 commit b2ff40d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.6.27 (November 29, 2016)

* Disable native font loading for Safari 10

v1.6.26 (July 8, 2016)

* Add support for latin extended in the Google Fonts module.
Expand Down
2 changes: 1 addition & 1 deletion lib/webfontloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'webfontloader/modules'

module WebFontLoader
VERSION = '1.6.26'
VERSION = '1.6.27'

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

Expand Down
4 changes: 2 additions & 2 deletions webfontloader.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.26'
s.date = '2016-07-08'
s.version = '1.6.27'
s.date = '2016-11-29'

## Make sure your summary is short. The description may be as long
## as you like.
Expand Down
16 changes: 8 additions & 8 deletions webfontloader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2ff40d

Please sign in to comment.