Skip to content

Commit ff33532

Browse files
kushthedudeiamareebjamal
authored andcommitted
chore: Prepare for v1.11.0 (#6771)
1 parent aa226d4 commit ff33532

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Changelog
22

3+
#### v1.11.0 (2020-01-23):
4+
5+
- **BREAKING:** Fix security issues related to secret key. You **MUST** add the current secret key set in DB as `SECRET_KEY` environment variable before upgrading. After upgrading, the column will be removed from DB
6+
- Fix count query of tickets used to reserve tickets
7+
- Support event statistics in include query
8+
- Restrict deletion of orders except by admin
9+
- Fix missing fields and incorrect column value in session csv export
10+
- Addition of field for Promoted Events, Instagram Speaker URL, Age Groups for Attendee
11+
- Replaced jobs running with APS to celery-beat
12+
- Fix sessions can be edited after CFS has ended
13+
- Removed elasticsearch initialisation and redundant APIs
14+
- Change country field type to select in forms
15+
- Other minor fixes
16+
317
##### v1.10.0 (2019-12-22):
418

519
- Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized.

app/api/server_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import jsonify, Blueprint
22

3-
SERVER_VERSION = '1.10.0'
3+
SERVER_VERSION = '1.11.0'
44

55
info_route = Blueprint('info', __name__)
66
_build = {'version': SERVER_VERSION}

0 commit comments

Comments
 (0)