File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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**
Original file line number Diff line number Diff line change 77
88basedir = os .path .abspath (os .path .dirname (__file__ ))
99
10- VERSION_NAME = '1.14 .0'
10+ VERSION_NAME = '1.16 .0'
1111
1212LANGUAGES = {
1313 'en' : 'English' ,
You can’t perform that action at this time.
0 commit comments