Commit Graph

  • 56407eff17 Test HHVM and 5.6 Gregory Oschwald 2014-04-03 10:59:16 -0700
  • 9b2fa1bcd1 Added note about creating composer.json Gregory Oschwald 2014-03-06 13:23:20 -0800
  • 1f0b4f371d Updated for v0.6.0 Gregory Oschwald 2014-02-19 08:39:21 -0800
  • ee2124b699 Removed incorrect release note v0.6.0 Gregory Oschwald 2014-02-19 08:38:10 -0800
  • 24c856cbfa Prepare for v0.6.0 Gregory Oschwald 2014-02-19 08:37:17 -0800
  • 8bd00943f4 Added tests for accessing unknown attributes Gregory Oschwald 2013-12-02 19:26:20 -0800
  • a29e43bad4 Merge pull request #8 from maxmind/greg/isset Boris Zentner 2013-12-02 12:00:36 -0800
  • 7b0f8ca0c0 Make validAttributes private Gregory Oschwald 2013-12-02 10:04:30 -0800
  • fbbe2dba24 Fix isset for models/records Gregory Oschwald 2013-12-02 10:02:37 -0800
  • 0bed941634 Updated readme for GeoIP2 DB release Gregory Oschwald 2013-11-15 12:18:08 -0800
  • 8bf8442607 Switch to Apache 2.0 license Gregory Oschwald 2013-11-01 14:39:14 -0700
  • 6d21d5682a Add default value for locales in model/record constructors Gregory Oschwald 2013-10-30 08:58:01 -0700
  • bdb13d31f6 Forgot to add compat interface Gregory Oschwald 2013-10-26 14:22:30 -0700
  • 569043cb8f Implemented JsonSerializable interface for models/records Gregory Oschwald 2013-10-26 14:13:56 -0700
  • a507444a92 Updated for v0.5.0 Gregory Oschwald 2013-10-21 11:15:29 -0700
  • 7fa971aef8 Updated .gitignore v0.5.0 Gregory Oschwald 2013-10-21 11:15:22 -0700
  • edb6940c74 Updated exception text in test Gregory Oschwald 2013-10-21 11:09:27 -0700
  • 57cb77a53c Updated version in example composer.json Gregory Oschwald 2013-10-21 11:04:28 -0700
  • 8aedaa5f91 Doc updates Gregory Oschwald 2013-10-21 11:03:02 -0700
  • 87f6e2ad6b Require new version of MaxMind DB API Gregory Oschwald 2013-10-21 11:00:02 -0700
  • 6bcd0ab21e Removed Get Satisfaction link Gregory Oschwald 2013-10-21 09:10:03 -0700
  • e03b9558a9 Tidying and doc fixes Gregory Oschwald 2013-10-21 06:18:12 -0700
  • 234dcaff7c Renamed languages to locales in the code Gregory Oschwald 2013-10-17 12:58:21 -0700
  • b8188bc558 language code -> locale code Gregory Oschwald 2013-10-17 10:28:31 -0700
  • 8f16ed6115 Merge branch 'leading-backslash' of github.com:BenMorel/GeoIP2-php into BenMorel-leading-backslash Gregory Oschwald 2013-10-16 10:45:50 -0700
  • 8f3331002a Merge branch 'unused-imports' of github.com:BenMorel/GeoIP2-php into BenMorel-unused-imports Gregory Oschwald 2013-10-16 10:43:47 -0700
  • b4b0341307 Fixed typo in exception names Benjamin Morel 2013-10-16 17:33:29 +0000
  • ee00329652 Removed unused imports Benjamin Morel 2013-10-16 17:30:18 +0000
  • e8fa9a3a24 Removed the leading backslash on imports Benjamin Morel 2013-10-16 17:27:40 +0000
  • 725786f53c Test change Gregory Oschwald 2013-10-11 12:04:50 -0700
  • 167433de0c Added iterface for Reader/Client. Gregory Oschwald 2013-10-02 06:54:03 -0700
  • c584dbfd6b Added more info to comment Gregory Oschwald 2013-09-19 08:07:24 -0700
  • c642a32b0c Added some comments in examples Gregory Oschwald 2013-09-19 07:52:44 -0700
  • decfda7e90 Added missing documentation on $languages param Gregory Oschwald 2013-08-02 13:34:53 -0700
  • 3a560452af Added more detailed examples Gregory Oschwald 2013-08-02 13:32:21 -0700
  • cbffa448cd Updated for v0.4.0 Gregory Oschwald 2013-07-16 12:40:45 -0700
  • 8febab1fe4 Updates for v0.4.0 release v0.4.0 Gregory Oschwald 2013-07-16 12:40:34 -0700
  • f0430b613d No reason for call_user_func_array Gregory Oschwald 2013-07-16 10:34:44 -0700
  • e3289ec416 Fix for PHP 5.3 where you can't use '$this' in a callback. Gregory Oschwald 2013-07-16 10:11:06 -0700
  • 1d1dcec74c Added missing method documentation Gregory Oschwald 2013-07-16 09:48:45 -0700
  • 630765f924 Make unit tests check all the methods Gregory Oschwald 2013-07-16 09:44:30 -0700
  • b55d42b5cd Documentation updates Gregory Oschwald 2013-07-16 09:21:08 -0700
  • 044ca4d085 Added specific exceptions for the different types of errors. Gregory Oschwald 2013-07-16 07:46:50 -0700
  • 3ba84992c8 Updated for new test path Gregory Oschwald 2013-07-15 16:10:05 -0700
  • a6c1f9378e Updated submodule Gregory Oschwald 2013-07-15 16:09:31 -0700
  • 1c0817d133 Test looking up an invalid address Gregory Oschwald 2013-07-15 16:05:08 -0700
  • 59a51ef34d Tests for the reader Gregory Oschwald 2013-07-15 15:52:07 -0700
  • 3e0fc2a837 Basic GeoIP2 database reader Gregory Oschwald 2013-07-15 15:06:51 -0700
  • 171f261684 Updated for v0.3.0 Gregory Oschwald 2013-07-12 07:03:22 -0700
  • c898f76a50 Release of 0.3.0 with updated namespace v0.3.0 Gregory Oschwald 2013-07-12 07:01:27 -0700
  • 8a265a763e Remove HipChat notifications due to popular demand. Gregory Oschwald 2013-07-12 07:00:48 -0700
  • 3579ce7297 Doc updates plus HipChat notification Gregory Oschwald 2013-07-10 19:25:09 -0700
  • aa88c3040f Fixed a couple of incorrect case changes Gregory Oschwald 2013-07-10 15:35:09 -0700
  • 5df4bbee47 Fix composer file Gregory Oschwald 2013-07-10 15:30:33 -0700
  • e60181f13a Rename GeoIP2 => GeoIp2 for consistency Gregory Oschwald 2013-07-10 15:24:40 -0700
  • 8f11fee8d8 Updated for v0.2.1 Gregory Oschwald 2013-06-10 09:44:51 -0700
  • 1c37dcac03 Updated change log v0.2.1 Gregory Oschwald 2013-06-10 09:44:28 -0700
  • f4898f7f90 Added beta note with a link to our website and GetSatisfaction Gregory Oschwald 2013-06-06 09:28:51 -0700
  • 6f85654820 s/associated the IP/associated with the IP/ Olaf Alders 2013-05-29 16:36:25 -0400
  • fc74279d11 s/block in/block/ Olaf Alders 2013-05-29 15:55:55 -0400
  • b8aa4bc429 Update versioning copy Olaf Alders 2013-05-29 15:52:47 -0400
  • 76ccab7e12 Updated for v0.2.0 Gregory Oschwald 2013-05-29 07:46:25 -0700
  • d9a87dd5bd Updated version in Composer example Gregory Oschwald 2013-05-29 07:43:44 -0700
  • c3bdf27f19 Updated for v0.2.0 Gregory Oschwald 2013-05-29 07:41:50 -0700
  • b45b3c1ed5 Updated alpha note v0.2.0 Gregory Oschwald 2013-05-29 07:41:24 -0700
  • 3431141943 Updated for 0.2.0 Gregory Oschwald 2013-05-29 07:40:18 -0700
  • 636e60b375 Updated for v0.1.1 Gregory Oschwald 2013-05-24 19:37:17 -0700
  • c90fe87d3d CWD fix Gregory Oschwald 2013-05-24 19:37:10 -0700
  • 5eceb52b26 Updated for v0.1.1 Gregory Oschwald 2013-05-24 19:35:55 -0700
  • 1c256e1e64 Updated release script for new templates Gregory Oschwald 2013-05-24 19:35:47 -0700
  • b6148eb70b Switched PHP and Java to use identical template Gregory Oschwald 2013-05-24 19:33:58 -0700
  • 8c22ddf97d Updated for v0.1.1 Gregory Oschwald 2013-05-24 14:35:12 -0700
  • 397897a6e0 Made the top links more relevant Gregory Oschwald 2013-05-24 14:34:59 -0700
  • 082cb36567 Updated for v0.1.1 Gregory Oschwald 2013-05-24 14:31:13 -0700
  • 1d294bd473 Hopefully a fix for uncommited files Gregory Oschwald 2013-05-24 14:30:51 -0700
  • e33e3805af Updated for v0.1.1 Gregory Oschwald 2013-05-24 14:29:46 -0700
  • 9a9a1e86b2 Added missing styling Gregory Oschwald 2013-05-24 14:25:57 -0700
  • 6872994b4f Updated for v0.1.1 Gregory Oschwald 2013-05-24 14:20:57 -0700
  • fba27a5a80 Added GitHub link Gregory Oschwald 2013-05-24 14:20:23 -0700
  • 1c0b9c9544 Updated for v0.1.1 Gregory Oschwald 2013-05-24 14:18:19 -0700
  • 47dad9e4b6 Changed tab names Gregory Oschwald 2013-05-24 14:18:05 -0700
  • 893c715047 Updated markdown. Remove author. Gregory Oschwald 2013-05-24 14:16:43 -0700
  • 26e44def1e Updated for v0.1.1 Gregory Oschwald 2013-05-24 13:39:11 -0700
  • f99ac351ab Updated apigen flags Gregory Oschwald 2013-05-24 13:38:58 -0700
  • 4d9957ccf5 Create a version file Gregory Oschwald 2013-05-24 13:27:37 -0700
  • 85235ab3b9 Symbolic links don't work with GH pages Gregory Oschwald 2013-05-24 13:26:40 -0700
  • e3dcba323e Test whitespace change Gregory Oschwald 2013-05-24 13:13:35 -0700
  • 3a382f0d26 Updated release script Gregory Oschwald 2013-05-24 13:12:45 -0700
  • 3974094842 Updated template Gregory Oschwald 2013-05-24 13:02:25 -0700
  • c4899836c3 Updated for v0.1.1 Gregory Oschwald 2013-05-24 12:58:46 -0700
  • c4867ef7c7 Updated release script Gregory Oschwald 2013-05-24 12:58:17 -0700
  • 848d7ad629 Test commit Gregory Oschwald 2013-05-24 12:50:44 -0700
  • dab1fc9857 gh-pages regen Gregory Oschwald 2013-05-24 12:09:48 -0700
  • bfb8de7ffa Fixed typo Gregory Oschwald 2013-05-24 12:05:52 -0700
  • e38c46950f Added a basic release script Gregory Oschwald 2013-05-24 12:04:06 -0700
  • 7f81643a98 Updated .gitignore Gregory Oschwald 2013-05-24 11:21:48 -0700
  • 750c23fb5c Fixed space issue Gregory Oschwald 2013-05-21 13:56:00 -0700
  • e0baddaec0 Added queriesRemaining Gregory Oschwald 2013-05-21 13:46:11 -0700
  • 89f1bbdb65 Switched continent_code to code Gregory Oschwald 2013-05-21 13:28:37 -0700
  • 559e62a30c Added alpha notice Gregory Oschwald 2013-05-21 12:34:10 -0700