We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee271ba commit 25e6a09Copy full SHA for 25e6a09
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+#### v1.13.0 (2020-02-20):
4
+
5
+- Fix cron job timings preventing multiple emails to attendees
6
+- Change email links to be more accessible
7
+- Fix invoice email generation errors
8
+- Add proper etag support by changing to weak etags
9
10
#### v1.12.0 (2020-02-02):
11
12
- Add check if donation ticket has payment method enabled
app/api/server_version.py
@@ -1,6 +1,6 @@
from flask import Blueprint, jsonify
-SERVER_VERSION = '1.12.0'
+SERVER_VERSION = '1.13.0'
info_route = Blueprint('info', __name__)
_build = {'version': SERVER_VERSION}
0 commit comments