1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

Updated GEO DB

This commit is contained in:
Eldad Fux 2021-02-08 10:05:50 +02:00
parent 3c9b08230d
commit da9d7a8aca
4 changed files with 2 additions and 1 deletions

View file

@ -68,6 +68,7 @@
- Upgraded Redis Resque queue library to version 1.3.6 ([#319](https://github.com/appwrite/appwrite/issues/319))
- Upgraded ClamAV container image to version 1.0.11 ([#412](https://github.com/appwrite/appwrite/issues/412))
- Upgraded device detctor to version 3.12.6
- Upgraded GEOIP DB file to Feb 2021 release
## Breaking Changes (Read before upgrading!)

Binary file not shown.

View file

@ -208,7 +208,7 @@ $register->set('smtp', function () {
return $mail;
});
$register->set('geodb', function () {
return new Reader(__DIR__.'/db/DBIP/dbip-country-lite-2020-01.mmdb');
return new Reader(__DIR__.'/db/DBIP/dbip-country-lite-2021-02.mmdb');
});
/*