Lines Matching refs:to

7 * Refer to account IDs using the terminology "account" rather than "user".
12 * The `isInEuropeanUnion` property was added to `GeoIp2\Record\Country`
19 * The following new anonymizer properties were added to `GeoIp2\Record\Traits`
27 * Set minimum required PHP version to 5.4 in `composer.json`. Previously,
40 was added to help detect corrupt databases. GitHub #83.
57 * Updated documentation to clarify what the accuracy radius refers to.
58 * Upgraded `maxmind/web-service-common` to 0.3.0. This version uses
66 * Updated documentation to reflect that the accuracy radius is now included
84 * `JsonSerializable` compatibility interface was moved to `GeoIp2\Compat`
85 rather than the global namespace to prevent autoloading issues. Reported by
87 * Missing documentation for the `$postal` property was added to the
90 documentation stripped, allowing IDE introspection to work properly.
96 * Updated `maxmind/web-service-common` to version with fixes for PHP 5.3 and
107 to determine whether an IP address is used by an anonymizing service.
117 * `maxmind-ws/web-service-common` was renamed to `maxmind/web-service-common`.
123 * Support for `timeout` and `connectTimout` were added to the `$options` array
124 passed to the `GeoIp2\WebService\Client` constructor. Pull request by Will
136 * Update ApiGen dependency to version that isn't broken on case sensitive
158 * The check added to the `GeoIP2\Database\Reader` lookup methods in 0.8.0 did
169 * A `metadata()` method has been added to the `GeoIP2\Database\Reader` class.
201 * The `maxmind-db/reader` dependency was updated to a version that does not
204 * A `box.json` file is included to build a Phar package.
216 * Renamed $languages constructor parameters to $locales for both the Client
233 * In namespaces and class names, "GeoIP2" was renamed to "GeoIp2" to improve
245 * `GenericException` was renamed to `GeoIP2Exception`.
249 * The `continentCode` attribute on `Continent` was renamed to `code`.