v2.1.8-beta

This commit is contained in:
JonnyWong16 2018-05-19 09:07:18 -07:00
parent c19afa06de
commit f336782fc1
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## v2.1.8-beta (2018-05-19)
* Newsletters:
* New: Added authentication options for self-hosted newsletters.
* Change: Check if the Tautulli footer has been removed in custom newsletter templates.
* Notifications:
* Fix: Cloudinary images not working for Twitter notifications.
* API:
* Fix: Return proper HTTP status codes for errors.
## v2.1.7-beta (2018-05-13) ## v2.1.7-beta (2018-05-13)
* Newsletters: * Newsletters:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "beta" PLEXPY_BRANCH = "beta"
PLEXPY_RELEASE_VERSION = "v2.1.7-beta" PLEXPY_RELEASE_VERSION = "v2.1.8-beta"