Skip to content

Commit 0df6d1e

Browse files
committed
Font Awesome 6.4.2
1 parent aee12c5 commit 0df6d1e

17 files changed

+25
-8
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* Fixed: Add `wp-util` dependency to `icon_select` since, in some cases, WordPress does not.
1111
* Added: Error trapping for panel template loading for missing or unreadable files to avoid crashing the site.
1212
* Updated: Default Google Fonts.
13+
* Updated: Font Awesome 6.4.2
1314
* Release date: August 03, 2023
1415

1516
## 4.4.4

readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ NOTE: Redux is not intended to be used on its own. It requires a config file pro
126126
* Fixed: Add `wp-util` dependency to `icon_select` since, in some cases, WordPress does not.
127127
* Added: Error trapping for panel template loading for missing or unreadable files to avoid crashing the site.
128128
* Updated: Default Google Fonts.
129+
* Updated: Font Awesome 6.4.2
129130
* Release date: August 03, 2023
130131

131132
= 4.4.4 =

redux-core/assets/css/redux-fields.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/css/redux-fields.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/font-awesome/css/all.css

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2023 Fonticons, Inc.
55
*/
@@ -6550,6 +6550,9 @@ readers do not read off random characters that represent icons */
65506550
.fa-edge:before {
65516551
content: "\f282"; }
65526552

6553+
.fa-threads:before {
6554+
content: "\e618"; }
6555+
65536556
.fa-napster:before {
65546557
content: "\f3d2"; }
65556558

@@ -6718,6 +6721,9 @@ readers do not read off random characters that represent icons */
67186721
.fa-scribd:before {
67196722
content: "\f28a"; }
67206723

6724+
.fa-debian:before {
6725+
content: "\e60b"; }
6726+
67216727
.fa-openid:before {
67226728
content: "\f19b"; }
67236729

@@ -6958,6 +6964,9 @@ readers do not read off random characters that represent icons */
69586964
.fa-neos:before {
69596965
content: "\f612"; }
69606966

6967+
.fa-square-threads:before {
6968+
content: "\e619"; }
6969+
69616970
.fa-hackerrank:before {
69626971
content: "\f5f7"; }
69636972

@@ -7300,6 +7309,9 @@ readers do not read off random characters that represent icons */
73007309
.fa-erlang:before {
73017310
content: "\f39d"; }
73027311

7312+
.fa-x-twitter:before {
7313+
content: "\e61b"; }
7314+
73037315
.fa-cotton-bureau:before {
73047316
content: "\f89e"; }
73057317

@@ -7795,6 +7807,9 @@ readers do not read off random characters that represent icons */
77957807
.fa-quora:before {
77967808
content: "\f2c4"; }
77977809

7810+
.fa-square-x-twitter:before {
7811+
content: "\e61a"; }
7812+
77987813
.fa-reacteurope:before {
77997814
content: "\f75d"; }
78007815

redux-core/assets/font-awesome/css/all.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redux-core/assets/font-awesome/css/v4-shims.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2023 Fonticons, Inc.
55
*/

redux-core/assets/font-awesome/css/v4-shims.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

redux-core/inc/lib/font-awesome-6-free.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)