diff --git a/CHANGELOG.md b/CHANGELOG.md index 637e17bb..775cb64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 3.0.0b1 / 2020-07-15 + +**General** + +- Fix an issue where dynamic challenge solutions could not be submitted + +**Documentation** + +- Documentation has been seperated out into a seperate repo (https://github.com/CTFd/docs). +- Documentation hosting has moved from ReadTheDocs to Netlify +- Any links in the codebase to help.ctfd.io have been changed to docs.ctfd.io. + # 3.0.0a2 / 2020-07-09 **General** diff --git a/CTFd/__init__.py b/CTFd/__init__.py index 1b551c2f..0326820a 100644 --- a/CTFd/__init__.py +++ b/CTFd/__init__.py @@ -26,7 +26,7 @@ from CTFd.utils.migrations import create_database, migrations, stamp_latest_revi from CTFd.utils.sessions import CachingSessionInterface from CTFd.utils.updates import update_check -__version__ = "3.0.0a2" +__version__ = "3.0.0b1" class CTFdRequest(Request): diff --git a/CTFd/themes/admin/templates/base.html b/CTFd/themes/admin/templates/base.html index 3e2778ea..4ad81d9d 100644 --- a/CTFd/themes/admin/templates/base.html +++ b/CTFd/themes/admin/templates/base.html @@ -100,7 +100,7 @@