This commit is contained in:
JonnyWong16 2020-01-04 17:46:03 -08:00
parent 4d0c4bf4f4
commit c8f132a750
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## v2.1.42 (2020-01-04)
* Other:
* Fix: SSL certificate error when installing GeoLite2 database.
* Change: Verify MaxMind license key and GeoLite2 database path before installing.
* Change: Disable Geolite2 database uninstall button when it is not installed.
## v2.1.41 (2019-12-30) ## v2.1.41 (2019-12-30)
* Other: * Other:

View file

@ -1,2 +1,2 @@
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.1.41" PLEXPY_RELEASE_VERSION = "v2.1.42"