1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

Update to FontAwesome 4.4.0

This commit is contained in:
Toby Zerner
2015-09-22 17:11:51 +09:30
parent f591851cb2
commit 3eafed0ae3
12 changed files with 261 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Migrations must be namespaced under `Flarum\Migrations\{Core|ExtensionName}`. ([#422](https://github.com/flarum/core/issues/422))
- More compact post layout, with all controls grouped over to the right.
- Rename `notification_read_time` column in discussions table to `notifications_read_time`.
- Update to FontAwesome 4.4.0.
### Fixed
- Output forum description in meta description tag. ([#506](https://github.com/flarum/core/issues/506))