Skip to content

Commit

Permalink
Font Awesome updated to version 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrevin committed Sep 20, 2019
1 parent 0266b35 commit 9525d47
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 64 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
2019-09-20 - 3.5.0
------------------
* `Font Awesome` updated to version `5.11.0`.

2019-07-07 - 3.4.0
------------------
* `Font Awesome` updated to version `5.9.0`.
Expand Down
2 changes: 1 addition & 1 deletion CdnFreeAssetBundle.php
Expand Up @@ -17,6 +17,6 @@ class CdnFreeAssetBundle extends \yii\web\AssetBundle
* @inherit
*/
public $css = [
'https://use.fontawesome.com/releases/v5.9.0/css/all.css',
'https://use.fontawesome.com/releases/v5.11.1/css/all.css',
];
}
2 changes: 1 addition & 1 deletion CdnProAssetBundle.php
Expand Up @@ -17,6 +17,6 @@ class CdnProAssetBundle extends \yii\web\AssetBundle
* @inherit
*/
public $css = [
'https://pro.fontawesome.com/releases/v5.9.0/css/all.css',
'https://pro.fontawesome.com/releases/v5.11.1/css/all.css',
];
}
10 changes: 10 additions & 0 deletions FontAwesome.php
Expand Up @@ -288,6 +288,7 @@ public static function ul($options = [])
const _BUS = 'bus';
const _BUS_ALT = 'bus-alt';
const _BUSINESS_TIME = 'business-time';
const _BUY_N_LARGE = 'buy-n-large';
const _BUYSELLADS = 'buysellads';
const _CALCULATOR = 'calculator';
const _CALENDAR = 'calendar';
Expand Down Expand Up @@ -422,6 +423,7 @@ public static function ul($options = [])
const _COOKIE_BITE = 'cookie-bite';
const _COPY = 'copy';
const _COPYRIGHT = 'copyright';
const _COTTON_BUREAU = 'cotton-bureau';
const _COUCH = 'couch';
const _CPANEL = 'cpanel';
const _CREATIVE_COMMONS = 'creative-commons';
Expand Down Expand Up @@ -740,6 +742,8 @@ public static function ul($options = [])
const _HANUKIAH = 'hanukiah';
const _HARD_HAT = 'hard-hat';
const _HASHTAG = 'hashtag';
const _HAT_COWBOY = 'hat-cowboy';
const _HAT_COWBOY_SIDE = 'hat-cowboy-side';
const _HAT_WIZARD = 'hat-wizard';
const _HAYKAL = 'haykal';
const _HDD = 'hdd';
Expand Down Expand Up @@ -900,6 +904,7 @@ public static function ul($options = [])
const _MASK = 'mask';
const _MASTODON = 'mastodon';
const _MAXCDN = 'maxcdn';
const _MDB = 'mdb';
const _MEDAL = 'medal';
const _MEDAPPS = 'medapps';
const _MEDIUM = 'medium';
Expand Down Expand Up @@ -946,6 +951,7 @@ public static function ul($options = [])
const _MOSQUE = 'mosque';
const _MOTORCYCLE = 'motorcycle';
const _MOUNTAIN = 'mountain';
const _MOUSE = 'mouse';
const _MOUSE_POINTER = 'mouse-pointer';
const _MUG_HOT = 'mug-hot';
const _MUSIC = 'music';
Expand Down Expand Up @@ -973,6 +979,7 @@ public static function ul($options = [])
const _OPENID = 'openid';
const _OPERA = 'opera';
const _OPTIN_MONSTER = 'optin-monster';
const _ORCID = 'orcid';
const _OSI = 'osi';
const _OTTER = 'otter';
const _OUTDENT = 'outdent';
Expand Down Expand Up @@ -1087,6 +1094,7 @@ public static function ul($options = [])
const _README = 'readme';
const _REBEL = 'rebel';
const _RECEIPT = 'receipt';
const _RECORD_VINYL = 'record-vinyl';
const _RECYCLE = 'recycle';
const _RED_RIVER = 'red-river';
const _REDDIT = 'reddit';
Expand Down Expand Up @@ -1283,6 +1291,7 @@ public static function ul($options = [])
const _SURPRISE = 'surprise';
const _SUSE = 'suse';
const _SWATCHBOOK = 'swatchbook';
const _SWIFT = 'swift';
const _SWIMMER = 'swimmer';
const _SWIMMING_POOL = 'swimming-pool';
const _SYMFONY = 'symfony';
Expand Down Expand Up @@ -1378,6 +1387,7 @@ public static function ul($options = [])
const _UBER = 'uber';
const _UBUNTU = 'ubuntu';
const _UIKIT = 'uikit';
const _UMBRACO = 'umbraco';
const _UMBRELLA = 'umbrella';
const _UMBRELLA_BEACH = 'umbrella-beach';
const _UNDERLINE = 'underline';
Expand Down
5 changes: 2 additions & 3 deletions NpmFreeAssetBundle.php
Expand Up @@ -24,9 +24,8 @@ class NpmFreeAssetBundle extends \yii\web\AssetBundle
'css/*',
'js/*',
'webfonts/*',
// extend and uncomment if your need
// 'sprites/*',
// 'svgs/*',
'sprites/*',
'svgs/*',
],
];
}
5 changes: 2 additions & 3 deletions NpmProAssetBundle.php
Expand Up @@ -24,9 +24,8 @@ class NpmProAssetBundle extends \yii\web\AssetBundle
'css/*',
'js/*',
'webfonts/*',
// extend and uncomment if your need
// 'sprites/*',
// 'svgs/*',
'sprites/*',
'svgs/*',
],
];
}
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -53,13 +53,13 @@ The preferred way to install this extension is through [composer](https://getcom
Either run

```bash
composer require "rmrevin/yii2-fontawesome:~3.4"
composer require "rmrevin/yii2-fontawesome:~3.5"
```

or add

```
"rmrevin/yii2-fontawesome": "~3.4",
"rmrevin/yii2-fontawesome": "~3.5",
```

to the `require` section of your `composer.json` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.4.0",
"fortawesome/font-awesome": "^5.9.0",
"fortawesome/font-awesome": "^5.11.0",
"yiisoft/yii2": "^2.0.0"
},
"require-dev": {
Expand Down

0 comments on commit 9525d47

Please sign in to comment.