Skip to content

Commit f54d0c4

Browse files
chore: Prepare for v1.10.0 (#6688)
1 parent 0210a01 commit f54d0c4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
##### v1.10.0 (2019-12-22):
4+
5+
- Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized.
6+
Run `python manage.py fix_event_and_speaker_images` to resize images which weren't resized due to the bug
7+
- Optimize link generation of relationships with up to 10X speedup
8+
- Add scheduled job to automatically remove orphan ticket holders with no order ID
9+
- Add created and modified times in ticket holder
10+
- Allow new tickets to have same name as deleted tickets
11+
- Fix PayTM payment gateway
12+
313
##### v1.9.0 (2019-11-28):
414

515
- Fix billing info requirements from attendees

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.9.0'
3+
SERVER_VERSION = '1.10.0'
44

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

0 commit comments

Comments
 (0)