Skip to content

Commit 0565fe3

Browse files
committed
Update readme
1 parent a737046 commit 0565fe3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Determine the geographical location of website visitors based on their IP addres
1212
- [GeoIP for Laravel 5 on GitHub](https://github.com/Torann/laravel-geoip)
1313
- [Laravel 4 Installation](https://github.com/Torann/laravel-geoip/tree/0.1.1)
1414

15-
1615
To get the latest version of GeoIP simply require it in your `composer.json` file.
1716

1817
~~~
@@ -51,7 +50,7 @@ $ php artisan vendor:publish
5150

5251
A configuration file will be publish to `config/geoip.php`
5352

54-
Update max mind cities database:
53+
### Update max mind cities database
5554

5655
~~~
5756
$ php artisan geoip:update
@@ -99,6 +98,14 @@ In the case that a location is not found the fallback location will be returned
9998

10099
## Change Log
101100

101+
#### v0.2.1
102+
103+
- Add database_path to config
104+
- Add update_url to config
105+
- Add GeoIP database update command "php artisan geoip:update"
106+
- Add some test
107+
- Format code
108+
102109
#### v0.2.0
103110

104111
- Update to Laravel 5

0 commit comments

Comments
 (0)