Skip to content

Commit

Permalink
Release 4.0.0-rc3
Browse files Browse the repository at this point in the history
Add missing v3shims.yml to dist layout
  • Loading branch information
mlwilkerson committed Dec 11, 2018
1 parent d8f809d commit e6a99dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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-rc2",
"version": "4.0.0-rc3",
"private": true,
"dependencies": {
"@babel/core": "7.1.0",
Expand Down
1 change: 1 addition & 0 deletions bin/make-wp-dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ copy($repo_dir . '/readme.txt', $dist_dir . '/readme.txt');
copy($repo_dir . '/LICENSE', $dist_dir . '/LICENSE');
copy($plugin_dir . '/composer.json', $dist_dir . '/composer.json');
copy($plugin_dir . '/composer.lock', $dist_dir . '/composer.lock');
copy($plugin_dir . '/v3shims.yml', $dist_dir . '/v3shims.yml');

// zip dist
$zip_filename = $repo_dir . '/font-awesome.zip';
Expand Down
2 changes: 1 addition & 1 deletion font-awesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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-rc2
* Version: 4.0.0-rc3
* 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-rc2';
const PLUGIN_VERSION = '4.0.0-rc3';
/**
* The version of this plugin's REST API.
*
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Font Awesome ===
Contributors: fontawesome, mlwilkerson, robmadole, rachelbaker
Stable tag: 4.0.0-rc2
Stable tag: 4.0.0-rc3
Tags: font, awesome, fontawesome, font-awesome, icon, svg, webfont
Requires at least: 4.7
Tested up to: 5.0
Expand Down Expand Up @@ -184,6 +184,10 @@ Find the Font Awesome admin settings page either under the "Settings" menu on th

== Changelog ==

= 4.0.0-rc3 =

* Add missing v3 shim file

= 4.0.0-rc2 =

* Fix handling of v3 deprecation warnings in admin settings page
Expand Down

0 comments on commit e6a99dc

Please sign in to comment.