Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare for v1.18.0 #7337

Merged
merged 2 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## Changelog

#### v1.18.0 (2020-10-07):

##### Features
- Add invoice generation, billing and payment logic
- Add ability to create online events
- Add more social media URLs in settings

##### Bug Fixes

- Fix Admin Sales API
- Fix Admin's ability to view draft events
- Fix long standing paypal charging issue
- Fix proper float level amount usage in payments

##### Maintenance

- Make celery container depend on web, to avoid DB race issue
- Remove soft deletion from some models
- Upgrade python code syntax to latest versions and remove code smells
- Add tests for disabled dredd sections
- Dependency Updates

*More details in Releases Section*

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

##### Features
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.17.0'
VERSION_NAME = '1.18.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black would make changes.


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