Skip to content

Commit b0415e0

Browse files
committedOct 8, 2021
Add upgrade doc
1 parent 99e5012 commit b0415e0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎UPGRADE-2.0.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# UPGRADE FROM 1.x to 2.0
2+
3+
## PHP version support
4+
5+
- Support for PHP < 7.4 was dropped
6+
7+
## Classes
8+
9+
- `Feather\Icons` was renamed to `Feather\IconManager`
10+
11+
## Icons
12+
13+
- `Feather\Icons::get()` was renamed to `Feather\IconManager::getIcon()`
14+
- `Feather\Icon` objects are returned by `Feather\IconManager::getIcon()` instead of a `string`

0 commit comments

Comments
 (0)
Please sign in to comment.