Skip to content

Commit fa07f62

Browse files
chore: Prepare v1.17.0 (#7203)
1 parent bbf31e7 commit fa07f62

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

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.16.0'
10+
VERSION_NAME = '1.17.0'
1111

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

0 commit comments

Comments
 (0)