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:
Kevin Chung
2018-01-23 10:19:17 -05:00
committed by GitHub
parent 98fbad40a2
commit 643378bee9
2 changed files with 17 additions and 1 deletions

View File

@@ -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
==================

View File

@@ -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):