Marking 1.1.4 (#605)

* Marking 1.1.4
This commit is contained in:
Kevin Chung
2018-04-05 14:24:27 -04:00
committed by GitHub
parent 25fb6d3df5
commit 96a3d2c9bd
2 changed files with 14 additions and 1 deletions

View File

@@ -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 1.1.3 / 2018-03-26
================== ==================

View File

@@ -17,7 +17,7 @@ if sys.version_info[0] < 3:
reload(sys) reload(sys)
sys.setdefaultencoding("utf-8") sys.setdefaultencoding("utf-8")
__version__ = '1.1.3' __version__ = '1.1.4'
class CTFdFlask(Flask): class CTFdFlask(Flask):