From 6381ec1b786c66c9158a8e85246dc6c2a0c30d05 Mon Sep 17 00:00:00 2001 From: Areeb Jamal Date: Sun, 22 Dec 2019 19:40:45 +0530 Subject: [PATCH 1/2] chore: Prepare for v1.10.0 --- app/api/server_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/server_version.py b/app/api/server_version.py index e58449295d..a9024b0ef8 100644 --- a/app/api/server_version.py +++ b/app/api/server_version.py @@ -1,6 +1,6 @@ from flask import jsonify, Blueprint -SERVER_VERSION = '1.9.0' +SERVER_VERSION = '1.10.0' info_route = Blueprint('info', __name__) _build = {'version': SERVER_VERSION} From a3a25a1638dd4cd4a21d2fddbdf0845c63316d47 Mon Sep 17 00:00:00 2001 From: Areeb Jamal Date: Sun, 22 Dec 2019 19:47:35 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf819468f..5b1d9acc92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Changelog +##### v1.10.0 (2019-12-22): + +- Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized. +Run `python manage.py fix_event_and_speaker_images` to resize images which weren't resized due to the bug +- Optimize link generation of relationships with up to 10X speedup +- Add scheduled job to automatically remove orphan ticket holders with no order ID +- Add created and modified times in ticket holder +- Allow new tickets to have same name as deleted tickets +- Fix PayTM payment gateway + ##### v1.9.0 (2019-11-28): - Fix billing info requirements from attendees