Skip to content

Commit b1937c6

Browse files
chore: Prepare for v1.16.0 (#7115)
1 parent ee0bd29 commit b1937c6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
#### v1.16.0 (2020-07-06):
4+
5+
**MAJOR BREAKING CHANGES**
6+
Order API has changed and old API has been deprecated and limited to avoid data integrity bugs. Please check the changes thoroughly before upgrading
7+
8+
- Switch to new Orders API with proper testing of discount code, tax and amount calculation
9+
- Add constraint checks on attendee custom forms and order status
10+
- Change custom form model schema to allow custom fields
11+
- Add endpoint for upcoming events (beta)
12+
- Various testing and maintenance improvements
13+
- Various dependency updates
14+
315
#### v1.15.0 (2020-04-15):
416

517
**BREAKING CHANGE**

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.14.0'
10+
VERSION_NAME = '1.16.0'
1111

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

0 commit comments

Comments
 (0)