Skip to content

Commit 807fd68

Browse files
authored
Update README.md
1 parent 0709524 commit 807fd68

File tree

1 file changed

+5
-42
lines changed

1 file changed

+5
-42
lines changed

README.md

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GeoIP for Laravel 5
1+
# GeoIP for Laravel
22

33
[![Build Status](https://travis-ci.org/Torann/laravel-geoip.svg?branch=master)](https://travis-ci.org/Torann/laravel-geoip)
44
[![Latest Stable Version](https://poser.pugx.org/torann/geoip/v/stable.png)](https://packagist.org/packages/torann/geoip)
@@ -10,8 +10,8 @@
1010

1111
Determine the geographical location and currency of website visitors based on their IP addresses.
1212

13-
- [GeoIP for Laravel 5 on Packagist](https://packagist.org/packages/torann/geoip)
14-
- [GeoIP for Laravel 5 on GitHub](https://github.com/Torann/laravel-geoip)
13+
- [GeoIP for Laravel on Packagist](https://packagist.org/packages/torann/geoip)
14+
- [GeoIP for Laravel on GitHub](https://github.com/Torann/laravel-geoip)
1515
- [Upgrade Guides](http://lyften.com/projects/laravel-geoip/doc/upgrade.html)
1616

1717
## Official Documentation
@@ -22,44 +22,6 @@ Documentation for the package can be found on [Lyften.com](http://lyften.com/pro
2222

2323
For Laravel 4 Installation see [version 0.1.1](https://github.com/Torann/laravel-geoip/tree/0.1.1)
2424

25-
## Change Log
26-
27-
#### v1.0.2
28-
29-
- Support double IP addresses #25
30-
31-
#### v1.0.1
32-
33-
- Fix bug #60
34-
35-
#### v1.0.0
36-
37-
- Major code refactoring and cleanup
38-
- Add currency support
39-
- Add Location object
40-
- Add cache drivers
41-
- Add `state_name` to `$location` array #46
42-
- Set locales in config #45
43-
- Raise PHP requirement to 5.5
44-
- Fix file structure to adher to PSR-4 file structure. #40
45-
- Support custom Geo IP services
46-
- Added ip-api.com service (Thanks to [nikkiii](https://github.com/nikkiii))
47-
48-
#### v0.2.1
49-
50-
- Add database_path to config
51-
- Add update_url to config
52-
- Add GeoIP database update command "php artisan geoip:update"
53-
- Add some test
54-
- Format code
55-
56-
#### v0.2.0
57-
58-
- Update to Laravel 5
59-
- Support IPv6
60-
- Log address not found exceptions
61-
- Supports a custom default location
62-
6325
## Contributions
6426

6527
Many people have contributed to project since its inception.
@@ -69,4 +31,5 @@ Thanks to:
6931
- [nikkiii](https://github.com/nikkiii)
7032
- [jeffhennis](https://github.com/jeffhennis)
7133
- [max-kovpak](https://github.com/max-kovpak)
72-
- [dotpack](https://github.com/dotpack)
34+
- [dotpack](https://github.com/dotpack)
35+
- [Jess Archer](https://github.com/jessarcher)

0 commit comments

Comments
 (0)