Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NFM-Studios/project-olly
Browse files Browse the repository at this point in the history
  • Loading branch information
techlover1 committed May 5, 2020
2 parents ce93e6e + 33ab78d commit 42e4be2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
- 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
2 changes: 1 addition & 1 deletion olly/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/'

SITE_VERSION = "2020.4"
SITE_VERSION = "0.8.0"

0 comments on commit 42e4be2

Please sign in to comment.