Simple Google Map - Version 3.0.1

Version Description

Download this release

Release Info

Developer gwelser
Plugin Icon wp plugin Simple Google Map
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0 to 3.0.1

Files changed (3) hide show
  1. README.txt +0 -66
  2. readme.txt +3 -3
  3. simple-google-map.php +0 -0
README.txt DELETED
@@ -1,66 +0,0 @@
1
- === Plugin Name ===
2
- Contributors: taylor_cnp, gwelser
3
- Donate link: http://clarknikdelpowell.com/pay
4
- Tags: google, google map, google maps, simple google map, no api key
5
- Requires at least: 3.0.1
6
- Tested up to: 4.2
7
- Stable tag: 3.0
8
- License: GPLv2 or later
9
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
-
11
- This plugin will embed a google map using shortcode or as a widget.
12
-
13
- == Description ==
14
-
15
- With this plugin you can insert a google map into your posts, pages, or wigitized sidebar *without an API key*. Google recently released version 3 of their Maps API. They made it smaller and faster, but with less features. The biggest advantage is that it doesn’t require an API key. So all you have to do is install this plugin and set a few options! Lucky you.
16
-
17
- **FEATURES**
18
-
19
- * Insert into posts or pages using only shortcode
20
- * Insert into your sidebar as a widget.
21
- * Set default options = less necessary shortcode and widget options.
22
- * Modify the default CSS or turn it off completely and style the map yourself.
23
- * Add a form for getting directions by simply adding your destination address.
24
- * It's simple!
25
-
26
- **ADDITIONAL NOTES**
27
-
28
- * There can only be one map one a page. A widget map counts as one.
29
- * The size of the info window (speech bubble) is dictated by the size of the map, thus the size of the containing div, div#SGM
30
- * If you wish to use html in the content value in shortcode, be sure and type it in visual mode (not HTML mode). the pointy brackets will be special html characters in HTML mode and are converted back into pointy brackets by the plugin.
31
-
32
- For an example and more visit [the plugin's homepage](http://clarknikdelpowell.com/wordpress/simple-google-map/ "Simple Google Map by Clark Nikdel Powell").
33
-
34
- == Installation ==
35
-
36
- 1. Upload `simple-google-map.php` to the `/wp-content/plugins/` directory
37
- 2. Activate the plugin through the 'Plugins' menu in WordPress
38
- 3. Insert the shortcode into your posts or pages or add the widget to your sidebar.
39
-
40
- The shortcode name is SGM and here are the options..
41
-
42
- * lat [int] – the latitude of the marker and the center of the map.
43
- * lng [int] – the longitude of the marker and the center of the map.
44
- * zoom [int] – the zoom level (1-19).
45
- * type [int] – the starting map type. possible values are only ROADMAP, SATELLITE, HYBRID, or TERRAIN and must be in uppercase
46
- * directionsto [string] – the destination address for getting directions. obviously you want this to be the address of your latitude longitude coordinates.
47
- * content – what goes inside the infoWindow (speech bubble) that appears when the marker is clicked.
48
-
49
- == Changelog ==
50
-
51
- = 3.0 =
52
- * Refactored to use [WordPress Plugin Boilerplate](https://github.com/DevinVinson/WordPress-Plugin-Boilerplate).
53
- * Removed protocol from Google Maps js call so as not to cause errors on pages secured via SSL.
54
-
55
- = 2.0 =
56
- * Added option to specify default map type (roadmap, satellite, etc).
57
- * Created widget capability.
58
- * Added default CSS styling. Now you don't have to be a programmer to use the plugin!
59
- * Added settings page in admin to manage global default options, edit styles, or turn off styles.
60
- * Made directions form optional.
61
- * Escaped necessary characters from info window content.
62
- * Fixed a bug on windows hosting that caused php code to show up at the top of the admin pages (changed all <? to <?php).
63
- * Changed submit button from "Get directions" to "Directions" to save space.
64
-
65
- = 1.0 =
66
- * Initial release
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: taylor_cnp, gwelser
3
  Donate link: http://clarknikdelpowell.com/pay
4
  Tags: google, google map, google maps, simple google map, no api key
5
  Requires at least: 3.0.1
6
- Tested up to: 4.2
7
- Stable tag: 3.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -63,4 +63,4 @@ The shortcode name is SGM and here are the options..
63
  * Changed submit button from "Get directions" to "Directions" to save space.
64
 
65
  = 1.0 =
66
- * Initial release
3
  Donate link: http://clarknikdelpowell.com/pay
4
  Tags: google, google map, google maps, simple google map, no api key
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.4
7
+ Stable tag: 3.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
63
  * Changed submit button from "Get directions" to "Directions" to save space.
64
 
65
  = 1.0 =
66
+ * Initial release
simple-google-map.php CHANGED
File without changes