From d1b68dc6adacd4c9c1d70e8c8ac55d5080adefc3 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sun, 23 Aug 2020 13:26:58 -0400 Subject: [PATCH] Mark 3.0.2 --- CHANGELOG.md | 11 +++++++++++ CTFd/__init__.py | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e2a15a..802242df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 3.0.2 / + +**Admin Panel** + +- Fix submission searching in Admin Panel +- Fix update banner being hidden behind navbar + +**Plugins** + +- Change default `input` & `submit` blocks in `challenge.html` to use the default values specified in the original challenge type plugins + # 3.0.1 / 2020-08-12 **General** diff --git a/CTFd/__init__.py b/CTFd/__init__.py index 557f233f..5c9826b7 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.1" +__version__ = "3.0.2" __channel__ = "oss" diff --git a/package.json b/package.json index f8ab3e54..b5b03c28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctfd", - "version": "3.0.1", + "version": "3.0.2", "description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.", "main": "index.js", "directories": {