CHANGELOG.md
1.7 KB
2015-08-15 - 2.12.0
Font Awesome
updated to version4.4
.
2015-06-29 - 2.11.0
- Added the ability to change the tag for icons.
2015-06-23 - 2.10.3
- Change
cnd
url to cloudflare.
2015-06-19 - 2.10.2
CDNAssetBundle
is now deprecated. Usermrevin\yii\fontawesome\cdn\AssetBundle
.- Refactoring.
2015-05-09 - 2.10.1
- Fix bug in tests.
2015-05-09 - 2.10.0
- Add CDN asset bundle
CDNAssetBundle
. - Composer package
fortawesome/font-awesome
replaced on bower packagebower-asset/fontawesome
. - Adding warning messages in deprecated methods.
- Add changelog.
- Refactoring.
- Update readme.
2015-04-28 - 2.9.2
- Method
icon()->fixed_width()
is deprecated. Use insteadicon()->fixedWidth()
. - Method
icon()->pull_left()
is deprecated. Use insteadicon()->pullLeft()
. - Method
icon()->pull_right()
is deprecated. Use insteadicon()->pullRight()
. - Updated tests.
2015-04-08 - 2.9.1
- Fix asset bundle publish bug on windows.
2015-03-31 - 2.9.0
- In asset bundle added
init
method for filtering publising assets.
2015-03-17 - 2.8.2
- Refactoring.
2015-03-16 - 2.8.1
- Update readme.
2015-03-16 - 2.8.0
- In class
FA
add static propertycssPrefix
for customizing css class. - Refactoring.
- Update readme.
2015-02-08 - 2.7.1
- Update travisCI config.
2015-01-26 - 2.7.0
Font Awesome
updated to version4.3
.- Update icons constants list.
- Update readme.
Until 2015-03-04
- Implementation of extension.