Skip to content

Commit 8623650

Browse files
committed
Icon 1.0.1
1 parent 5baaebd commit 8623650

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

plugin.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Icon
2-
version: 1.0.0
2+
version: 1.0.1
33
description: Icon plugin to present Font Awesome icons set for Flextype.
44
icon: fab fa-font-awesome-flag
55
author:
@@ -12,5 +12,4 @@ license: MIT
1212

1313
dependencies:
1414
flextype: 0.9.8
15-
plugins:
16-
twig: 1.0.0
15+
twig: '>=1.0.0'

0 commit comments

Comments
 (0)