From afa54327456cf95f431c29e6ebf969e407c6b489 Mon Sep 17 00:00:00 2001 From: Johan Rosenson Date: Fri, 17 Feb 2023 18:36:03 +0700 Subject: [PATCH] update UPGRADING.md --- UPGRADING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index ee90710..b5af7e1 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,3 +1,8 @@ +# From v2 to v3 + +- Support for the legacy config file `fontawesome-blade.php` have been dropped, only `fontawesome.php` is supported now. +- Support for the legacy components have been dropped, only the namespaced components (`` are supported now. + # From v1 to v2 - The config file have been renamed from `fontawesome-blade.php` to `fontawesome.php` (the old config file will still work until v3).