We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f61f7 commit baac284Copy full SHA for baac284
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2015-11-26 - 2.14.0
2
+-------------------
3
+* `Font Awesome` updated to version `4.6`.
4
+
5
2015-11-26 - 2.13.0
6
-------------------
7
* `Font Awesome` updated to version `4.5`.
README.md
@@ -31,13 +31,13 @@ The preferred way to install this extension is through [composer](https://getcom
31
Either run
32
33
```bash
34
-composer require "rmrevin/yii2-fontawesome:~2.12"
+composer require "rmrevin/yii2-fontawesome:~2.14"
35
```
36
37
or add
38
39
40
-"rmrevin/yii2-fontawesome": "~2.12",
+"rmrevin/yii2-fontawesome": "~2.14",
41
42
43
to the `require` section of your `composer.json` file.
0 commit comments