File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 77
88basedir = os .path .abspath (os .path .dirname (__file__ ))
99
10- VERSION_NAME = '1.17 .0'
10+ VERSION_NAME = '1.18 .0'
1111
1212LANGUAGES = {
1313 'en' : 'English' ,
You can’t perform that action at this time.
0 commit comments