Skip to content

Commit ceb0982

Browse files
chore: Prepare for v1.18.0 (#7337)
1 parent 45f188c commit ceb0982

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
## Changelog
22

3+
#### v1.18.0 (2020-10-07):
4+
5+
##### Features
6+
- Add invoice generation, billing and payment logic
7+
- Add ability to create online events
8+
- Add more social media URLs in settings
9+
10+
##### Bug Fixes
11+
12+
- Fix Admin Sales API
13+
- Fix Admin's ability to view draft events
14+
- Fix long standing paypal charging issue
15+
- Fix proper float level amount usage in payments
16+
17+
##### Maintenance
18+
19+
- Make celery container depend on web, to avoid DB race issue
20+
- Remove soft deletion from some models
21+
- Upgrade python code syntax to latest versions and remove code smells
22+
- Add tests for disabled dredd sections
23+
- Dependency Updates
24+
25+
*More details in Releases Section*
26+
327
#### v1.17.0 (2020-08-13):
428

529
##### Features

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.17.0'
10+
VERSION_NAME = '1.18.0'
1111

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

0 commit comments

Comments
 (0)