1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

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
commit d64f8dbddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

@ -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');
});
/*