diff --git a/CHANGELOG.md b/CHANGELOG.md index 45c19cd..b442120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.9.2] - 2017-12-12 +### Fixed +- Fix thumbnails size for new users on dashboard +- Use the correct avatar of the current user on dashboard if he's not on the podium + ## [0.9.1] - 2017-12-07 ### Fixed - Fix thumbnails for all images @@ -130,7 +135,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Badge info view, with obtention percentage and user list who have it - Feedview with recent unlocks -[Unreleased]: https://github.com/the-badger/badger/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/the-badger/badger/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/the-badger/badger/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/the-badger/badger/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/the-badger/badger/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/the-badger/badger/compare/v0.8.0...v0.8.1 diff --git a/app/config/config.yml b/app/config/config.yml index 8b4a2c1..4f6c216 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -8,7 +8,7 @@ imports: # http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration parameters: locale: en - version: 0.9.1 + version: 0.9.2 framework: #esi: ~ diff --git a/src/Badger/Bundle/GameBundle/Resources/views/home.html.twig b/src/Badger/Bundle/GameBundle/Resources/views/home.html.twig index 59aa1e5..72c20c9 100644 --- a/src/Badger/Bundle/GameBundle/Resources/views/home.html.twig +++ b/src/Badger/Bundle/GameBundle/Resources/views/home.html.twig @@ -30,7 +30,7 @@ {% for user in newMembers %}
  • -
    +
    {{ user.username }}
    Registered on {{ user.getDateRegistered()|date("d/m/Y") }} @@ -91,7 +91,11 @@
    +{{ nbCompletions }} Badges
    @@ -108,7 +112,7 @@
    - +