Merge pull request #884 from appwrite/feat-updated-geo-db

Feat updated geo db
This commit is contained in:
Eldad A. Fux
2021-02-08 17:24:44 +02:00
committed by GitHub
4 changed files with 2 additions and 1 deletions
+1
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.
Binary file not shown.
+1 -1
View File
@@ -209,7 +209,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');
});
/*