You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcodes for Font Awesome (SCFA) is a WordPress plugin to generate inline HTML with Font Awesome 6 icon libray.
5
+
Shortcodes for Font Awesome (SCFA) is a WordPress plugin to generate inline HTML with Font Awesome 7 icon libray.
6
6
7
7
## Description
8
8
@@ -12,14 +12,15 @@ The plugin is also available on [wordpress.org](https://wordpress.org/plugins/sh
12
12
13
13
A few notes about this plugin:
14
14
15
-
* You may choose to host your Font Awesome files 6 locally (default)
15
+
* You may choose to host your Font Awesome files 7 locally (default)
16
16
* You may choose to use the Font Awesome CDN
17
17
* You may choose to specify a custom URL for your Font Awesome files
18
18
* You may choose to disable Font Awesome assets if you include them elsewhere
19
19
* This plugin may create entries in your PHP error log (if active)
20
20
* This plugin contains no tracking code and does not process or collect any information about the visitor
21
-
* Tested with WordPress 5.5-6.7
21
+
* Tested with WordPress 5.5-6.8
22
22
* Tested with PHP 7.2, 7.4 and PHP 8.1
23
+
* See `css/fontawesome/LICENSE.TXT` for Font Awesome licensing details
23
24
24
25
## Installation
25
26
@@ -31,7 +32,7 @@ This section describes how to install the plugin and get it working.
31
32
32
33
## Configuration
33
34
34
-
Decide if you want to use the included Font Awesome assets, they are the time of this writing at version 5.2.4. If you want to use another version, you can replace the included assets, use another URL for the CSS and webfont assets, or specify a Font Awesome CDN kit URL.
35
+
Decide if you want to use the included Font Awesome assets, they are the time of this writing at version 7.0.1. If you want to use another version, you can replace the included assets, use another URL for the CSS and webfont assets, or specify a Font Awesome CDN kit URL.
35
36
36
37
## Usage
37
38
@@ -65,6 +66,11 @@ You can replace all of the Font Awesome files in the `css/fontawesome/` sub-dire
65
66
66
67
## Changelog
67
68
69
+
### 1.5.0
70
+
* Upgraded to FontAwesome 7.0.1
71
+
* Tested plugin with WordPress 6.8.x
72
+
* Fixed issue with plugin not honoring styles (reported by Christian Johanns)
@@ -15,18 +15,19 @@ Generate inline HTML with Font Awesome icon libray by using shortcodes.
15
15
16
16
This WordPress shortcode plugin generates inline HTML for the Font Awesome icon libray.
17
17
18
-
You can use any icon code supported by Font Awesome 6.
18
+
You can use any icon code supported by Font Awesome 7.
19
19
20
20
A few notes about this plugin:
21
21
22
-
* You may choose to host your Font Awesome 6 files locally (default)
22
+
* You may choose to host your Font Awesome 7 files locally (default)
23
23
* You may choose to use the Font Awesome CDN
24
24
* You may choose to specify a custom URL for your Font Awesome files
25
25
* You may choose to disable Font Awesome assets if you include them elsewhere
26
26
* This plugin may create entries in your PHP error log (if active)
27
27
* This plugin contains no tracking code and does not process or collect any information about the visitor
28
-
* Tested with WordPress 5.5-6.7
28
+
* Tested with WordPress 5.5-6.8
29
29
* Tested with PHP 7.2, 7.4 and PHP 8.1
30
+
* See css/fontawesome/LICENSE.TXT for Font Awesome licensing details
30
31
31
32
== Installation ==
32
33
@@ -38,7 +39,7 @@ This section describes how to install the plugin and get it working.
38
39
39
40
== Configuration ==
40
41
41
-
Decide if you want to use the included Font Awesome assets, they are the time of this writing at version 5.15.2. If you want to use another version, you can replace the included assets, use another URL for the CSS and webfont assets, or specify a Font Awesome CDN kit URL.
42
+
Decide if you want to use the included Font Awesome assets, they are the time of this writing at version 7.0.1. If you want to use another version, you can replace the included assets, use another URL for the CSS and webfont assets, or specify a Font Awesome CDN kit URL.
Simply update the plugin via wordpress.org or download and install as per the installation instructions above.
125
+
117
126
= 1.4.0 =
118
127
Simply update the plugin via wordpress.org or download and install as per the installation instructions above.
119
128
@@ -139,7 +148,7 @@ Initial release
139
148
140
149
The Shortcodes for Font Awesome Plugin was written by Joaquim Homrighausen while converting caffeine into code.
141
150
142
-
Shortcodes for Font Awesome is sponsored by [WebbPlatsen i Sverige AB](https://www.webbplatsen.se), Stockholm, Sweden.
151
+
Shortcodes for Font Awesome is sponsored by [WebbPlatsen i Sverige AB](https://www.webbplatsen.se), Sweden.
143
152
144
153
This plugin can also be downloaded from [code.webbplatsen.net](https://code.webbplatsen.net/wordpress/wordpress-shortcodes-for-font-awesome/) and [GitHub](https://github.com/joho1968/SCFA)
0 commit comments