mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Bump version, update links (#1565)
# 3.0.0b3 / 2020-07-22 **General** - Render Hint content on the server side and provide it in the Hint API response - In a sense this would deprecate the `content` field but it's left in for backwards compatability **API** - Add `html` item for `GET /api/v1/hints/[hint_id]` which contains the rendered HTML of the Hint content - Remove `content` from `GET /api/v1/hints` **Admin Panel** - Fix an issue where an admin couldn't submit more than once on a challenge preview - Fix an issue where the theme settings editor wouldn't load if the theme settings JSON was malformed **Miscellaneous** - Fix an issue where email sending would be broken if the CTF name contained a colon
This commit is contained in:
@@ -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.0b2"
|
||||
__version__ = "3.0.0b3"
|
||||
|
||||
|
||||
class CTFdRequest(Request):
|
||||
|
||||
Reference in New Issue
Block a user