Skip to content

Commit

Permalink
update to 5.15 including cdn (#58)
Browse files Browse the repository at this point in the history
* Update CDN for free version to 5.15

* update for 5.15
  • Loading branch information
Isitar committed Jan 13, 2021
1 parent 5f296f4 commit c04ea6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CdnFreeAssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ class CdnFreeAssetBundle extends \yii\web\AssetBundle
* @inherit
*/
public $css = [
'https://use.fontawesome.com/releases/v5.11.1/css/all.css',
'https://use.fontawesome.com/releases/v5.15.1/css/all.css',
];
}
2 changes: 1 addition & 1 deletion CdnProAssetBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ class CdnProAssetBundle extends \yii\web\AssetBundle
* @inherit
*/
public $css = [
'https://pro.fontawesome.com/releases/v5.11.1/css/all.css',
'https://pro.fontawesome.com/releases/v5.15.1/css/all.css',
];
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.4.0",
"fortawesome/font-awesome": "^5.13.0",
"fortawesome/font-awesome": "^5.15.0",
"yiisoft/yii2": "^2.0.0"
},
"require-dev": {
Expand Down

0 comments on commit c04ea6e

Please sign in to comment.