Skip to content

Commit 84e3719

Browse files
committed
1.5.0; Font Awesome 7.0.1 and verified for WordPress 6.8
1 parent 6d65d0c commit 84e3719

23 files changed

Lines changed: 110 additions & 118 deletions

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Software License](https://img.shields.io/badge/License-GPL%20v2-green.svg?style=flat-square)](LICENSE) [![PHP 7.4\+](https://img.shields.io/badge/PHP-7.4-blue?style=flat-square)](https://php.net) [![PHP 8.1\+](https://img.shields.io/badge/PHP-8.1-blue?style=flat-square)](https://php.net) [![WordPress 5](https://img.shields.io/badge/WordPress-6.7-orange?style=flat-square)](https://wordpress.org)
1+
[![Software License](https://img.shields.io/badge/License-GPL%20v2-green.svg?style=flat-square)](LICENSE) [![PHP 7.4\+](https://img.shields.io/badge/PHP-7.4-blue?style=flat-square)](https://php.net) [![PHP 8.1\+](https://img.shields.io/badge/PHP-8.1-blue?style=flat-square)](https://php.net) [![WordPress 5](https://img.shields.io/badge/WordPress-6.8-orange?style=flat-square)](https://wordpress.org)
22

33
# SCFA
44

5-
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.
66

77
## Description
88

@@ -12,14 +12,15 @@ The plugin is also available on [wordpress.org](https://wordpress.org/plugins/sh
1212

1313
A few notes about this plugin:
1414

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)
1616
* You may choose to use the Font Awesome CDN
1717
* You may choose to specify a custom URL for your Font Awesome files
1818
* You may choose to disable Font Awesome assets if you include them elsewhere
1919
* This plugin may create entries in your PHP error log (if active)
2020
* 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
2222
* Tested with PHP 7.2, 7.4 and PHP 8.1
23+
* See `css/fontawesome/LICENSE.TXT` for Font Awesome licensing details
2324

2425
## Installation
2526

@@ -31,7 +32,7 @@ This section describes how to install the plugin and get it working.
3132

3233
## Configuration
3334

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.
3536

3637
## Usage
3738

@@ -65,6 +66,11 @@ You can replace all of the Font Awesome files in the `css/fontawesome/` sub-dire
6566

6667
## Changelog
6768

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)
73+
6874
### 1.4.1
6975
* Upgraded to FontAwesome 6.7.2
7076
* Tested plugin with WordPress 6.7.x

shortcodes-for-font-awesome/README.txt

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: joho68, webbplatsen
33
Donate link: https://code.webbplatsen.net/wordpress/wordpress-shortcodes-for-font-awesome/
44
Tags: font awesome, fontawesome, webfont, font, icon
55
Requires at least: 5.5.0
6-
Tested up to: 6.7
7-
Stable tag: 1.4.1
6+
Tested up to: 6.8
7+
Stable tag: 1.5.0
88
Requires PHP: 7.2
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -15,18 +15,19 @@ Generate inline HTML with Font Awesome icon libray by using shortcodes.
1515

1616
This WordPress shortcode plugin generates inline HTML for the Font Awesome icon libray.
1717

18-
You can use any icon code supported by Font Awesome 6.
18+
You can use any icon code supported by Font Awesome 7.
1919

2020
A few notes about this plugin:
2121

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)
2323
* You may choose to use the Font Awesome CDN
2424
* You may choose to specify a custom URL for your Font Awesome files
2525
* You may choose to disable Font Awesome assets if you include them elsewhere
2626
* This plugin may create entries in your PHP error log (if active)
2727
* 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
2929
* Tested with PHP 7.2, 7.4 and PHP 8.1
30+
* See css/fontawesome/LICENSE.TXT for Font Awesome licensing details
3031

3132
== Installation ==
3233

@@ -38,7 +39,7 @@ This section describes how to install the plugin and get it working.
3839

3940
== Configuration ==
4041

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.
4243

4344
== Usage ==
4445

@@ -76,6 +77,11 @@ https://fontawesome.com/search?q=filter&m=free
7677

7778
== Changelog ==
7879

80+
= 1.5.0 =
81+
* Upgraded to FontAwesome 7.0.1
82+
* Tested plugin with WordPress 6.8.x
83+
* Fixed issue with plugin not honoring styles (reported by Christian Johanns)
84+
7985
= 1.4.1 =
8086
* Upgraded to FontAwesome 6.7.2
8187
* Tested plugin with WordPress 6.7.x
@@ -114,6 +120,9 @@ https://fontawesome.com/search?q=filter&m=free
114120

115121
== Upgrade Notice ==
116122

123+
= 1.5.0 =
124+
Simply update the plugin via wordpress.org or download and install as per the installation instructions above.
125+
117126
= 1.4.0 =
118127
Simply update the plugin via wordpress.org or download and install as per the installation instructions above.
119128

@@ -139,7 +148,7 @@ Initial release
139148

140149
The Shortcodes for Font Awesome Plugin was written by Joaquim Homrighausen while converting caffeine into code.
141150

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.
143152

144153
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)
145154

shortcodes-for-font-awesome/css/fontawesome/LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ as SVG and JS file types.
2323
In the Font Awesome Free download, the SIL OFL license applies to all icons
2424
packaged as web and desktop font files.
2525

26-
Copyright (c) 2022 Fonticons, Inc. (https://fontawesome.com)
26+
Copyright (c) 2025 Fonticons, Inc. (https://fontawesome.com)
2727
with Reserved Font Name: "Font Awesome".
2828

2929
This Font Software is licensed under the SIL Open Font License, Version 1.1.
@@ -123,7 +123,7 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
123123
In the Font Awesome Free download, the MIT license applies to all non-font and
124124
non-icon files.
125125

126-
Copyright 2022 Fonticons, Inc.
126+
Copyright 2025 Fonticons, Inc.
127127

128128
Permission is hereby granted, free of charge, to any person obtaining a copy of
129129
this software and associated documentation files (the "Software"), to deal in the

0 commit comments

Comments
 (0)