6 Commits

Author SHA1 Message Date
Gregory Oschwald
1c37dcac03 Updated change log 2013-06-10 09:44:28 -07:00
Gregory Oschwald
f4898f7f90 Added beta note with a link to our website and GetSatisfaction 2013-06-06 09:28:51 -07:00
Olaf Alders
6f85654820 s/associated the IP/associated with the IP/ 2013-05-29 16:36:25 -04:00
Olaf Alders
fc74279d11 s/block in/block/ 2013-05-29 15:55:55 -04:00
Olaf Alders
b8aa4bc429 Update versioning copy 2013-05-29 15:52:47 -04:00
Gregory Oschwald
d9a87dd5bd Updated version in Composer example 2013-05-29 07:43:44 -07:00
7 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,12 @@
CHANGELOG CHANGELOG
========= =========
0.2.1 (2013-06-10)
------------------
* First official beta release.
* Documentation updates and corrections.
0.2.0 (2013-05-29) 0.2.0 (2013-05-29)
------------------ ------------------

View File

@@ -1,8 +1,15 @@
# GeoIP2 PHP API # # GeoIP2 PHP API #
**NOTE**: This is an alpha release. The API may change before the final ## Beta Note ##
production release. The first production release will have the version
number 2.0.0. This is a beta release. The API may change before the first production
release, which will be numbered 2.0.0.
You may find information on the GeoIP2 beta release process on [our
website](http://www.maxmind.com/en/geoip2_beta).
To provide feedback or get support during the beta, please see the
[MaxMind Customer Community](https://getsatisfaction.com/maxmind).
## Description ## ## Description ##
@@ -26,7 +33,7 @@ To do this, add ```geoip2/geoip2``` to your ```composer.json``` file.
```json ```json
{ {
"require": { "require": {
"geoip2/geoip2": "0.1.*" "geoip2/geoip2": "0.2.*"
} }
} }
``` ```

View File

@@ -28,7 +28,7 @@ namespace GeoIP2\Model;
* *
* @property \GeoIP2\Record\Country $registeredCountry Registered country * @property \GeoIP2\Record\Country $registeredCountry Registered country
* data for the requested IP address. This record represents the country * data for the requested IP address. This record represents the country
* where the ISP has registered a given IP block in and may differ from the * where the ISP has registered a given IP block and may differ from the
* user's country. * user's country.
* *
* @property \GeoIP2\Record\RepresentedCountry $representedCountry * @property \GeoIP2\Record\RepresentedCountry $representedCountry

View File

@@ -28,7 +28,7 @@ namespace GeoIP2\Model;
* *
* @property \GeoIP2\Record\Country $registeredCountry Registered country * @property \GeoIP2\Record\Country $registeredCountry Registered country
* data for the requested IP address. This record represents the country * data for the requested IP address. This record represents the country
* where the ISP has registered a given IP block in and may differ from the * where the ISP has registered a given IP block and may differ from the
* user's country. * user's country.
* *
* @property \GeoIP2\Record\RepresentedCountry $representedCountry * @property \GeoIP2\Record\RepresentedCountry $representedCountry

View File

@@ -22,7 +22,7 @@ namespace GeoIP2\Model;
* *
* @property \GeoIP2\Record\Country $registeredCountry Registered country * @property \GeoIP2\Record\Country $registeredCountry Registered country
* data for the requested IP address. This record represents the country * data for the requested IP address. This record represents the country
* where the ISP has registered a given IP block in and may differ from the * where the ISP has registered a given IP block and may differ from the
* user's country. * user's country.
* *
* @property \GeoIP2\Record\RepresentedCountry $representedCountry * @property \GeoIP2\Record\RepresentedCountry $representedCountry

View File

@@ -28,7 +28,7 @@ namespace GeoIP2\Model;
* *
* @property \GeoIP2\Record\Country $registeredCountry Registered country * @property \GeoIP2\Record\Country $registeredCountry Registered country
* data for the requested IP address. This record represents the country * data for the requested IP address. This record represents the country
* where the ISP has registered a given IP block in and may differ from the * where the ISP has registered a given IP block and may differ from the
* user's country. * user's country.
* *
* @property \GeoIP2\Record\RepresentedCountry $representedCountry * @property \GeoIP2\Record\RepresentedCountry $representedCountry

View File

@@ -39,12 +39,12 @@ namespace GeoIP2\Record;
* to a satellite Internet provider. This attribute is returned by all * to a satellite Internet provider. This attribute is returned by all
* end points. * end points.
* *
* @property string $isp The name of the ISP associated the IP address. * @property string $isp The name of the ISP associated with the IP address.
* This attribute is only available from the City/ISP/Org and Omni end * This attribute is only available from the City/ISP/Org and Omni end
* points. * points.
* *
* @property string $organization The name of the organization associated * @property string $organization The name of the organization associated
* the IP address. This attribute is only available from the City/ISP/Org * with the IP address. This attribute is only available from the City/ISP/Org
* and Omni end points. * and Omni end points.
* *
* @property string $userType <p>The user type associated with the IP * @property string $userType <p>The user type associated with the IP