Skip to content

Commit

Permalink
Mark 1.1.1 (CTFd#544)
Browse files Browse the repository at this point in the history
* Marking 1.1.1
  • Loading branch information
ColdHeat authored Jan 8, 2018
1 parent fe4ea56 commit 2e2d458
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
1.1.1 / 2018-01-08
==================

**General**

* Fixed regression where users could not be promoted to admins or verified.
* Fixed two icons in the Media Library which were not updated to Font Awesome 5.
* Challenge previews now include tags, hints, and files.
* Fixed an issue where a page could not be published immediately after being saved.

**Themes**

* Upgraded to Bootstrap 4 Beta v3. No major changes needed by themes.
* Fixed issue where the frozen message was not centered in the team page.
* The JavaScript `update()` function now has a callback instead of being hardcoded.
* `chalboard.js` now passes `script_root` into the Nunjucks templates so that file downloads work properly under subdirectories.


1.1.0 / 2017-12-22
==================

Expand Down
2 changes: 1 addition & 1 deletion CTFd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
reload(sys)
sys.setdefaultencoding("utf-8")

__version__ = '1.1.0'
__version__ = '1.1.1'


class CTFdFlask(Flask):
Expand Down

0 comments on commit 2e2d458

Please sign in to comment.