This commit is contained in:
JonnyWong16 2017-04-22 15:54:45 -07:00
parent c404016700
commit ed2d34e979
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## v1.4.18 (2017-04-22)
* New: Added some new Arnold quotes. (Thanks @senepa)
* Fix: Text wrapping in datatable footers.
* Fix: API command get_apikey. (Thanks @Hellowlol)
## v1.4.17 (2017-03-04) ## v1.4.17 (2017-03-04)
* New: Configurable month range for the Plays by month graph. (Thanks @Pbaboe) * New: Configurable month range for the Plays by month graph. (Thanks @Pbaboe)

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.4.17" PLEXPY_RELEASE_VERSION = "1.4.18"