mirror of
https://github.com/aljazceru/CTFd.git
synced 2026-01-31 11:54:23 +01:00
Marking 1.1.2 (#559)
**General** * Fixed page links on subdirectory deployments * Fixed challenge updating on subdirectory deployments * Fixed broken icon buttons on Safari **Themes** * Upgraded to Bootstrap 4.0.0 * Upgraded to jQuery 3.3.1 * Upgraded to FontAwesome 5.0.4
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,3 +1,19 @@
|
||||
1.1.2 / 2018-01-23
|
||||
==================
|
||||
|
||||
**General**
|
||||
|
||||
* Fixed page links on subdirectory deployments
|
||||
* Fixed challenge updating on subdirectory deployments
|
||||
* Fixed broken icon buttons on Safari
|
||||
|
||||
**Themes**
|
||||
|
||||
* Upgraded to Bootstrap 4.0.0
|
||||
* Upgraded to jQuery 3.3.1
|
||||
* Upgraded to FontAwesome 5.0.4
|
||||
|
||||
|
||||
1.1.1 / 2018-01-08
|
||||
==================
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ if sys.version_info[0] < 3:
|
||||
reload(sys)
|
||||
sys.setdefaultencoding("utf-8")
|
||||
|
||||
__version__ = '1.1.1'
|
||||
__version__ = '1.1.2'
|
||||
|
||||
|
||||
class CTFdFlask(Flask):
|
||||
|
||||
Reference in New Issue
Block a user