Skip to content

Commit

Permalink
chore: Prepare v1.17.0 (#7203)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Aug 13, 2020
1 parent bbf31e7 commit fa07f62
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## Changelog

#### v1.17.0 (2020-08-13):

##### Features
**Major Changes in Sessions API and session state changes**
*Note: There are no breaking changes in API but more integrity checks have been put in place*
- Add session mails and notify endpoint
- Add session state change emails
- Add session states and mails API
- Add session state transition validation
- Add cancelled and withdrawn state to session
- Add session custom form validations

Other additions:
- Add option to disable order attachment PDF
- Add instagram_url in settings model

##### Bug Fixes

- Add public payment gateway key in settings
- Allow orgnizers to unlock sessions and override session form validations
- Add hack to remove duplicate sessions in user sessions API
- Send after event emails and notifs to unique receivers
- Fail order status transition to pending if incomplete attendee info

##### Maintenance

- Remove modules from project (were confusing, obsolete and broken)
- Dependency Updates

*More details in Releases Section*

#### v1.16.0 (2020-07-06):

**MAJOR BREAKING CHANGES**
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.16.0'
VERSION_NAME = '1.17.0'

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

0 comments on commit fa07f62

Please sign in to comment.