Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Tags: geocoder-php/geoips-provider

Tags

4.2.0

Toggle 4.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix: deprecate geoips provider (#972)

* fix: deprecate geoips provider

- adds `@deprecated` annotations to the class & constructor (which will warn people using IDEs)
- Updates the readme and changelog to communicate the deprecation
- Removes it from the main readme.

* feat: add deprecation docs

* fix: add back authors

4.1.0

Toggle 4.1.0's commit message
Update requirements to support Country not being null

4.0.0

Toggle 4.0.0's commit message
Removed feature interfaces (#720)

* Removed feature interfaces

* Applied changes from StyleCI