diff --git a/README.md b/README.md index 2ec0118..28bb1a0 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,22 @@ -![gpstracker](https://raw.githubusercontent.com/nickfox/GpsTracker/master/gpstracker_small.png)Gps Tracker v4.0.4 +![gpstracker](https://raw.githubusercontent.com/nickfox/GpsTracker/master/gpstracker_small.png)Gps Tracker v5.0.0 ------------- ##### Google Map Gps Cell Phone Tracker +Now available as a Wordpress plugin and Android client! + This project allows you to track cell phones periodically. For instance every minute or every five minutes. You can watch the cell phone being tracked in real time using Google Maps (and other map providers such as OpenStreetMaps) and you can store and reload routes easily. The map display page is built using bootstrap which makes the page responsive and also uses bootswatch which gives you the choice of 17 different themes. There are 4 clients, iOS, Android, Windows Phone and Java ME. -You have the choice of two server stacks. You can choose one of: +You have the following choices server side: 1. ASP.NET with SQL Server 2. PHP with your choice of: * MySQL * PostgreSQL * SQLite +3. Wordpress plugin with Android client -Both stacks are now in the same download but you only need to use one. +All 3 stacks are in the same download but you only need to use one. By default the Tracker server is set up to use the included SQLite database. If you want to use one of the other supported database systems, edit the dbconnect.php file. @@ -31,6 +34,12 @@ ************* +Sep 30, 2015 - v5.0.0 + +Added Wordpress plugin and Android client + +************* + Sep 8, 2015 - v4.0.4 Added support for Sqlite and PostgreSQL, thanks Brent Fraser