Skip to content

Commit c7fbaea

Browse files
Update to 1.1.2
Fixed a typo in CSS class for Great British Pound (pf-gpb is now pf-gbp).
1 parent 7a68fba commit c7fbaea

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PaymentFont 1.1.1
1+
PaymentFont 1.1.2
22
=================
33

44
A sleek webfont containing icons of all main payment operators and methods.
@@ -102,7 +102,8 @@ To be added, feel welcome to contribute an installation guide ;)
102102
- 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.
103103
- 2015-01-17 v1.0.1 Added 1 new icon, updated Braintree icon, minor enhancements.
104104
- 2015-04-24 v1.1.0 Improved performance, added WOFF2, fixed Bower config - finally ;)
105-
- 2015-04-24 v1.1.1 Quick fix for icon vertical offset, added package.json ;)
105+
- 2015-04-24 v1.1.1 Quick fix for icon vertical offset, added package.json.
106+
- 2015-04-26 v1.1.2 Fixed a typo in CSS class for Great British Pound (pf-gpb is now pf-gbp).
106107

107108
##License
108109
- The font is licensed under the SIL OFL 1.1:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "paymentfont",
33
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"keywords": [
66
"payment",
77
"webfont",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "paymentfont",
33
"repo": "vendocrat/PaymentFont",
44
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"keywords": [
77
"payment",
88
"webfont",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vendocrat/paymentfont",
33
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"keywords": [
66
"payment",
77
"webfont",

css/paymentfont.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* PaymentFont Styles 1.1.1
2+
* PaymentFont Styles 1.1.2
33
*
44
* @since 2014-09-21
55
* @version 2015-04-24
@@ -124,7 +124,7 @@
124124
.pf-google-wallet-alt:before {
125125
content: "\f01e";
126126
}
127-
.pf-gpb:before {
127+
.pf-gbp:before {
128128
content: "\f01f";
129129
}
130130
.pf-ideal:before {

css/paymentfont.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "paymentfont",
33
"description": "PaymentFont - A sleek webfont containing icons of all main payment operators and methods",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"keywords": [
66
"payment",
77
"webfont",

0 commit comments

Comments
 (0)