This commit is contained in:
JonnyWong16 2016-05-01 11:01:34 -07:00
parent 14489e1db9
commit 0aa2537d1e
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## v1.3.16 (2016-05-01)
* Fix: Viewing photos crashing PlexPy.
* Fix: Persist Users > Edit mode on datatable page change.
* Fix: PMS update notifications broken.
* Change: Cache notifications poster with thread ID to avoid overwritting images.
## v1.3.15 (2016-04-18) ## v1.3.15 (2016-04-18)
* Fix: Slack notifications failing when using and icon URL. * Fix: Slack notifications failing when using and icon URL.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.15" PLEXPY_RELEASE_VERSION = "1.3.16"