mirror of https://github.com/JohnHammond/CTFd.git
parent
25fb6d3df5
commit
96a3d2c9bd
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
1.1.4 / 2018-04-05
|
||||
==================
|
||||
|
||||
**General**
|
||||
|
||||
* [SECURITY] Fixed XSS in team website. (#604)
|
||||
* Fixed deleting challenges that have a hint associated. (#601)
|
||||
|
||||
**Themes**
|
||||
|
||||
* Removed "SVG with JavaScript" in favor of "Web Fonts with CSS". (#604)
|
||||
|
||||
|
||||
1.1.3 / 2018-03-26
|
||||
==================
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ if sys.version_info[0] < 3:
|
|||
reload(sys)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
|
||||
__version__ = '1.1.3'
|
||||
__version__ = '1.1.4'
|
||||
|
||||
|
||||
class CTFdFlask(Flask):
|
||||
|
|
Loading…
Reference in New Issue