=== Travel Rates based on geo location ===
Contributors: developer 
Tags: rates calculator, geo location distance and rates
Requires at least: WordPress 3.4.1
Tested up to: WordPress 3.4.1
Stable tag: 1.0.1

This plugin gets the distance from the source and destination address with the google map api. and then apply the appropriate rate.

== Description ==

This plugin get the distance of the source and the destination address with the help of google map api and then apply the appropriate rate. This plugin uses ajax functionality

== Installation ==

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
After activating the plugin there will be a "Set Rates" option in the admin from there just set the rates i.e. 0 km - 50 km $10/km.

==Shortcode==
Use shortcode in anywhere in your pages, posts or widget. [ratecalculator]

== Screenshots ==
1. How this plugin will looks in your pages, posts or widget.
2. How can be rates managed from the admin panel of the wordpress.

== Changelog ==

= 1.0.1 =
* Previous version did not contain the class attribute for the source address and the destination address.
* Screenshots are added in this release.