diff --git a/CHANGELOG.md b/CHANGELOG.md index 0090404..45c19cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.9.1] - 2017-12-07 +### Fixed +- Fix thumbnails for all images + ## [0.9.0] - 2017-12-07 ### Added - Improved the leaderboard! More fair & organised by tags. @@ -126,7 +130,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.0...HEAD +[Unreleased]: https://github.com/the-badger/badger/compare/v0.9.1...HEAD +[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 [0.8.0]: https://github.com/the-badger/badger/compare/v0.7.1...v0.8.0 diff --git a/app/config/config.yml b/app/config/config.yml index 268a25e..8b4a2c1 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.0 + version: 0.9.1 framework: #esi: ~ diff --git a/src/Badger/Bundle/GameBundle/Resources/views/badges.html.twig b/src/Badger/Bundle/GameBundle/Resources/views/badges.html.twig index 5ae8e1d..160ba6d 100644 --- a/src/Badger/Bundle/GameBundle/Resources/views/badges.html.twig +++ b/src/Badger/Bundle/GameBundle/Resources/views/badges.html.twig @@ -29,7 +29,7 @@
{{ badge.description }}
You unlocked this badge
@@ -16,7 +16,7 @@ {% else %}{{ badge.description }}
{% if not isClaimed %} diff --git a/src/Badger/Bundle/UserBundle/Resources/views/user/index.html.twig b/src/Badger/Bundle/UserBundle/Resources/views/user/index.html.twig index b31d4fd..32530cd 100644 --- a/src/Badger/Bundle/UserBundle/Resources/views/user/index.html.twig +++ b/src/Badger/Bundle/UserBundle/Resources/views/user/index.html.twig @@ -26,7 +26,7 @@