From f8ad4e87713a9565743010e25aa259c776784cbe Mon Sep 17 00:00:00 2001 From: Mike Wilkerson Date: Thu, 21 Mar 2019 08:07:04 -0700 Subject: [PATCH] Release 4.0.0-rc8 --- admin/package.json | 2 +- font-awesome.php | 2 +- includes/class-fontawesome.php | 2 +- readme.txt | 13 ++++++++++--- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/admin/package.json b/admin/package.json index cb76d8365..99bedf475 100644 --- a/admin/package.json +++ b/admin/package.json @@ -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", diff --git a/font-awesome.php b/font-awesome.php index 9adbabe19..607fce690 100644 --- a/font-awesome.php +++ b/font-awesome.php @@ -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) diff --git a/includes/class-fontawesome.php b/includes/class-fontawesome.php index ce56cb175..d1ca0f5f0 100644 --- a/includes/class-fontawesome.php +++ b/includes/class-fontawesome.php @@ -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. * diff --git a/readme.txt b/readme.txt index 468038da2..d64d81f0d 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 @@ -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.