=== WP Google Maps Shortcode ===
Author URI: http://fahmiadib.com
Plugin URI: http://fahmiadib.com/plugins/wp-google-maps-shortcode/
Contributors: fahmiadib
Tags: gmaps, google maps, short code, maps
Requires at least: 3.5
Tested up to: 4.2
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Insert Google Maps into your post or page using Shortcode

== Description ==

**WP Google Maps Shortcode** - Insert Google Maps into your post or page using Shortcode.

Maps are displayed with the [wp_gmaps] short code:

`[wp_gmaps address="San Francisco, California" zoom="7" marker="1"]`

* Support geocoding service
* Support latitude and longitude parameters
* Support zoom
* Enable/Disable marker

== Installation ==

1. Activate the plugin
2. Add [wp_gmaps address="your address here"] or [wp_gmaps lat="your latitude" lng="your longitude"] to any post or page

== Changelog ==

= 1.1 =

* Utilize Transients API for delivering cached maps

= 1.0 =

* First release.