Skip to content

Commit

Permalink
Release 4.0.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
mlwilkerson committed Mar 21, 2019
1 parent 98cad10 commit f8ad4e8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-awesome-admin",
"version": "4.0.0-rc7",
"version": "4.0.0-rc8",
"private": true,
"dependencies": {
"@babel/core": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion font-awesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Font Awesome
* Plugin URI: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
* Description: Adds Font Awesome 5 icons to your WordPress site. Supports Font Awesome Pro. Resolves conflicts across many plugins or themes that use Font Awesome.
* Version: 4.0.0-rc7
* Version: 4.0.0-rc8
* Author: Font Awesome
* Author URI: https://fontawesome.com/
* License: GPLv2 (or later)
Expand Down
2 changes: 1 addition & 1 deletion includes/class-fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class FontAwesome {
/**
* The version of this WordPress plugin.
*/
const PLUGIN_VERSION = '4.0.0-rc7';
const PLUGIN_VERSION = '4.0.0-rc8';
/**
* The version of this plugin's REST API.
*
Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Font Awesome ===
Contributors: fontawesome, mlwilkerson, robmadole, rachelbaker
Stable tag: 4.0.0-rc7
Stable tag: 4.0.0-rc8
Tags: font, awesome, fontawesome, font-awesome, icon, svg, webfont
Requires at least: 4.7
Tested up to: 5.0
Tested up to: 5.1.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -118,7 +118,7 @@ Here's what you can currently configure on the admin settings page:

[Font Awesome Pro](https://fontawesome.com/pro) gets you lots more icons, services, and support, and a steady stream of new icons when you have an active subscription. One of those Pro services is our Pro CDN. To load Font Awesome from the Pro CDN, including all the Pro icons, check "Use Pro" on the admin settings page.

You'll need to first make sure you've configured your [allowed CDN domains in your fontawesome.com account settings](https://fontawesome.com/account/domains).
You'll need to first make sure you've configured your [allowed CDN domains in your fontawesome.com account settings](https://fontawesome.com/account/cdn).

- Remove Unregistered Clients

Expand Down Expand Up @@ -186,6 +186,13 @@ Find the Font Awesome admin settings page either under the "Settings" menu on th

== Changelog ==

= 4.0.0-rc8 =

* Remove dependence on third party libraries, eliminating a class of potential conflicts with other plugins.

* Breaking changes to the API used by theme and plugin developers (no breaking changes for WordPress site owners).
See [commit log](https://github.com/FortAwesome/wordpress-fontawesome/commit/80f973b4a0f6ac09cbb4dc3ecc1ae2964ef01d32)

= 4.0.0-rc7 =

* Fix detection and removal of unregistered clients by changing the internal resource name this plugin uses to enqueue its resource.
Expand Down

0 comments on commit f8ad4e8

Please sign in to comment.