Skip to content

Commit

Permalink
Update to 1.1.2
Browse files Browse the repository at this point in the history
Fixed a typo in CSS class for Great British Pound (pf-gpb is now
pf-gbp).
  • Loading branch information
AlexanderPoellmann committed Apr 25, 2015
1 parent 7a68fba commit c7fbaea
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PaymentFont 1.1.1
PaymentFont 1.1.2
=================

A sleek webfont containing icons of all main payment operators and methods.
Expand Down Expand Up @@ -102,7 +102,8 @@ To be added, feel welcome to contribute an installation guide ;)
- 2014-12-17 v1.0.0 Added 9 new icons, replaced Gittip with Gratipay (new alias pf-gratipay), added Bower and Git Tags, submitted to Fontello.
- 2015-01-17 v1.0.1 Added 1 new icon, updated Braintree icon, minor enhancements.
- 2015-04-24 v1.1.0 Improved performance, added WOFF2, fixed Bower config - finally ;)
- 2015-04-24 v1.1.1 Quick fix for icon vertical offset, added package.json ;)
- 2015-04-24 v1.1.1 Quick fix for icon vertical offset, added package.json.
- 2015-04-26 v1.1.2 Fixed a typo in CSS class for Great British Pound (pf-gpb is now pf-gbp).

##License
- The font is licensed under the SIL OFL 1.1:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paymentfont",
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"payment",
"webfont",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paymentfont",
"repo": "vendocrat/PaymentFont",
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"payment",
"webfont",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vendocrat/paymentfont",
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"payment",
"webfont",
Expand Down
4 changes: 2 additions & 2 deletions css/paymentfont.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* PaymentFont Styles 1.1.1
* PaymentFont Styles 1.1.2
*
* @since 2014-09-21
* @version 2015-04-24
Expand Down Expand Up @@ -124,7 +124,7 @@
.pf-google-wallet-alt:before {
content: "\f01e";
}
.pf-gpb:before {
.pf-gbp:before {
content: "\f01f";
}
.pf-ideal:before {
Expand Down
4 changes: 2 additions & 2 deletions css/paymentfont.min.css

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paymentfont",
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
"version": "1.1.1",
"version": "1.1.2",
"keywords": [
"payment",
"webfont",
Expand Down

0 comments on commit c7fbaea

Please sign in to comment.