Skip to content

Commit 5e3e8ae

Browse files
chore: Prepare for v1.19.0 (#7478)
1 parent e953067 commit 5e3e8ae

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
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

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
basedir = os.path.abspath(os.path.dirname(__file__))
99

10-
VERSION_NAME = '1.18.0'
10+
VERSION_NAME = '1.19.0'
1111

1212
LANGUAGES = {
1313
'en': 'English',

0 commit comments

Comments
 (0)