File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 11## Changelog
22
3+ #### v1.17.0 (2020-08-13):
4+
5+ ##### Features
6+ ** Major Changes in Sessions API and session state changes**
7+ * Note: There are no breaking changes in API but more integrity checks have been put in place*
8+ - Add session mails and notify endpoint
9+ - Add session state change emails
10+ - Add session states and mails API
11+ - Add session state transition validation
12+ - Add cancelled and withdrawn state to session
13+ - Add session custom form validations
14+
15+ Other additions:
16+ - Add option to disable order attachment PDF
17+ - Add instagram_url in settings model
18+
19+ ##### Bug Fixes
20+
21+ - Add public payment gateway key in settings
22+ - Allow orgnizers to unlock sessions and override session form validations
23+ - Add hack to remove duplicate sessions in user sessions API
24+ - Send after event emails and notifs to unique receivers
25+ - Fail order status transition to pending if incomplete attendee info
26+
27+ ##### Maintenance
28+
29+ - Remove modules from project (were confusing, obsolete and broken)
30+ - Dependency Updates
31+
32+ * More details in Releases Section*
33+
334#### v1.16.0 (2020-07-06):
435
536** MAJOR BREAKING CHANGES**
Original file line number Diff line number Diff line change 77
88basedir = os .path .abspath (os .path .dirname (__file__ ))
99
10- VERSION_NAME = '1.16 .0'
10+ VERSION_NAME = '1.17 .0'
1111
1212LANGUAGES = {
1313 'en' : 'English' ,
You can’t perform that action at this time.
0 commit comments