File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ #### v1.19.0 (2020-11-30):
4+
5+ ##### Features
6+ - Add video stream/conference integration support
7+ - Add separate tickets for each attendee
8+ - Improve Order Emails to include more details
9+ - Change PDFs to correct timezone info
10+ - Make emails translatable
11+ - Add simpler ICS export
12+ - Improve upcoming events criteria
13+
14+ ##### Bug Fixes
15+
16+ - Remove ability to delete orders
17+ - Remove ability to edit role invites. * As an alternative, please delete an invite and resend another*
18+ - Fix user deletion API logic
19+ - Fix PDF issues related to emails and orders
20+ - Fix minimum amount for generating invoice
21+
22+ ##### Maintenance
23+
24+ - Add support for gevent worker. ** Note** : eventlet is deprecated and will be removed in next release
25+ - Remove discrepancies in prod and code migrations
26+ - Dependency Updates
27+
28+ * More details in Releases Section*
29+
330#### v1.18.0 (2020-10-07):
431
532##### Features
Original file line number Diff line number Diff line change 77
88basedir = os .path .abspath (os .path .dirname (__file__ ))
99
10- VERSION_NAME = '1.18 .0'
10+ VERSION_NAME = '1.19 .0'
1111
1212LANGUAGES = {
1313 'en' : 'English' ,
You can’t perform that action at this time.
0 commit comments