=== Google Maps Hyperlink === Contributors: claudiotereso Tags: gps,google maps Requires at least: 2.5 Tested up to: 5.4 Stable tag: 1.0 Converts a shortcode with the format [gmaplink name="description" gps="xºxx.xxxN,xºxx.xxxW"] to a google maps hyperlink == Description == Converts a shortcode with the format [gmaplink name="description" gps="xºxx.xxxN,xºxx.xxxW"] to a google maps query hyperlink in the format http://maps.google.com/maps?q=xºxx.xxxN,xºxx.xxxW+(description) and "description" as the hyperlink text the gps field can be any format that the google maps query accepts. == Installation == 1. Upload `gmaphyperlink.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 1.0 = * First Version.