You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
## Changelog
2
2
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
+
3
17
##### v1.10.0 (2019-12-22):
4
18
5
19
- Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized.
0 commit comments