Skip to content

Commit

Permalink
chore: Prepare for v1.19.0 (#7478)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Nov 30, 2020
1 parent e953067 commit 5e3e8ae
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## Changelog

#### v1.19.0 (2020-11-30):

##### Features
- Add video stream/conference integration support
- Add separate tickets for each attendee
- Improve Order Emails to include more details
- Change PDFs to correct timezone info
- Make emails translatable
- Add simpler ICS export
- Improve upcoming events criteria

##### Bug Fixes

- Remove ability to delete orders
- Remove ability to edit role invites. *As an alternative, please delete an invite and resend another*
- Fix user deletion API logic
- Fix PDF issues related to emails and orders
- Fix minimum amount for generating invoice

##### Maintenance

- Add support for gevent worker. **Note**: eventlet is deprecated and will be removed in next release
- Remove discrepancies in prod and code migrations
- Dependency Updates

*More details in Releases Section*

#### v1.18.0 (2020-10-07):

##### Features
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

VERSION_NAME = '1.18.0'
VERSION_NAME = '1.19.0'

LANGUAGES = {
'en': 'English',
Expand Down

0 comments on commit 5e3e8ae

Please sign in to comment.