diff --git a/changelog.md b/changelog.md index 20378edef..ff7681ac7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,16 @@ Project Olly Changelog -# 0.8.1 +# 0.8.0 - Reimplemented ESPORTS_MODE -- Styling fixes in staffbase.html -- Add link to manage rulsets -- Fixed issue where a tournament ruleset wouldn't load -- Added team flags to the tournament bracket -- Fixed styling issue with tournament brackets -- Fixed issue where staff couldn't create tournaments \ No newline at end of file +- Fix CI Tests +- Additional CI Changes +- Fix SocialInfo not working as a context processor +- Add Object Based FAQ questions. Create a FAQ section within the staff panel and answer those common questions! +- Fix not being able to create tournaments within the staff panel +- Adjusted store product deletion, making it easier to delete products. +- Add object based slides, allows for a smoother more dynamic content generation on the front end, while keeping the back-end clean. +- Fix tournament bracket and tournament detail styling +- Fix issue where tournament ruleset page would not load +- Implement team flags into the bracket template +- Add manage rulesets button on staff nav bar +- Object based map list improvements in staff panel. +- Staff base panel style modifications \ No newline at end of file diff --git a/olly/base_settings.py b/olly/base_settings.py index dce8854f8..47e0fdaa2 100644 --- a/olly/base_settings.py +++ b/olly/base_settings.py @@ -156,4 +156,4 @@ LOGIN_REDIRECT_URL = '/' LOGIN_URL = '/login/' -SITE_VERSION = "2020.4" +SITE_VERSION = "0.8.0"