mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Mark 3.0.2 (#1617)
# 3.0.2 / 2020-08-23 **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
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,3 +1,14 @@
|
|||||||
|
# 3.0.2 / 2020-08-23
|
||||||
|
|
||||||
|
**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
|
# 3.0.1 / 2020-08-12
|
||||||
|
|
||||||
**General**
|
**General**
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ from CTFd.utils.migrations import create_database, migrations, stamp_latest_revi
|
|||||||
from CTFd.utils.sessions import CachingSessionInterface
|
from CTFd.utils.sessions import CachingSessionInterface
|
||||||
from CTFd.utils.updates import update_check
|
from CTFd.utils.updates import update_check
|
||||||
|
|
||||||
__version__ = "3.0.1"
|
__version__ = "3.0.2"
|
||||||
__channel__ = "oss"
|
__channel__ = "oss"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ctfd",
|
"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.",
|
"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",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|||||||
Reference in New Issue
Block a user