Skip to content

Commit dae80ca

Browse files
author
Bram Stein
committed
Release 1.6.26
1 parent 4ad5d49 commit dae80ca

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.6.26 (July 8, 2016)
2+
3+
* Add support for latin extended in the Google Fonts module.
4+
15
v1.6.25 (July 7, 2016)
26

37
* Add "loadAllFonts" option to Monotype module.

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.25'
6+
VERSION = '1.6.26'
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.25'
17-
s.date = '2016-07-07'
16+
s.version = '1.6.26'
17+
s.date = '2016-07-08'
1818

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

webfontloader.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)