File tree Expand file tree Collapse file tree 5 files changed +13
-11
lines changed
Expand file tree Collapse file tree 5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 1.0.1 " ></a >
2+ # [ 1.0.1] ( https://github.com/flextype/flextype/compare/v1.0.0...v1.0.1 ) (2020-05-03)
3+
4+ ### Bug Fixes
5+
6+ * ** core:** fix dependencies
7+
18<a name =" 1.0.0 " ></a >
29# [ 1.0.0] ( https://github.com/flextype-plugins/icon ) (2020-04-29)
310* Initial Release
Original file line number Diff line number Diff line change @@ -14,12 +14,8 @@ The following dependencies need to be installed for Icon Plugin.
1414
1515| Item | Version | Download |
1616| ---| ---| ---|
17- | [ flextype] ( https://github.com/flextype/flextype ) | 0.9.8 | [ download] ( https://github.com/flextype/flextype/releases/download/v0.9.8/flextype-0.9.8.zip ) |
18-
19- ### Plugins
20- | Item | Version | Download |
21- | ---| ---| ---|
22- | [ twig] ( https://github.com/flextype-plugins/twig ) | 1.0.0 | [ download] ( https://github.com/flextype-plugins/twig/releases/download/v1.0.0/twig-1.0.0.zip ) |
17+ | [ flextype] ( https://github.com/flextype/flextype ) | 0.9.8 | [ download] ( https://github.com/flextype/flextype/releases ) |
18+ | [ twig] ( https://github.com/flextype-plugins/twig ) | >=1.0.0 | [ download] ( https://github.com/flextype-plugins/twig/releases ) |
2319
2420## Installation
2521
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55/**
6- * @link http ://digital. flextype.org
6+ * @link https ://flextype.org
77 *
88 * For the full copyright and license information, please view the LICENSE
99 * file that was distributed with this source code.
Original file line number Diff line number Diff line change 11{
22 "name" : " Icon" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Icon plugin to present Font Awesome icons set for Flextype." ,
55 "homepage" : " https://flextype.org" ,
66 "author" : " Sergey Romanenko" ,
Original file line number Diff line number Diff line change 11name : Icon
2- version : 1.0.0
2+ version : 1.0.1
33description : Icon plugin to present Font Awesome icons set for Flextype.
44icon : fab fa-font-awesome-flag
55author :
@@ -12,5 +12,4 @@ license: MIT
1212
1313dependencies :
1414 flextype : 0.9.8
15- plugins :
16- twig : 1.0.0
15+ twig : ' >=1.0.0'
You can’t perform that action at this time.
0 commit comments