Download & Extend

Releases for Google Maps location

gmaplocation 6.x-2.0

Download Size md5 hash
gmaplocation-6.x-2.0.tar.gz 25.73 KB 6160663824ab3153ce4500b4836e35f9
gmaplocation-6.x-2.0.zip 31.21 KB b307fb5450ec7de48aeefbd067075f5c
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-2.0

Release notes

New features release for Drupal 6, containing the following changes:
#438834 by JarredAM and nicholas.alipaz: Add text boxes above and below map.
#518308 by JaredAM: Make Google API key required.
#305228 by dbabbage: Added warning message when geocoding fails.
by dbabbage: Changed default coordinates.
#523062 by dbabbage: Allow any user with "edit gmaplocation" permissions to drag-and-drop marker.
by dbabbage: Rename permissions to "administer gmaplocation".
by dbabbage: Correct bug in gmaplocation.install.
by dbabbage: Make geocoding failure message more accurate (remove "using previous values").
by dbabbage: Improvements to support documentation.
#305228 by dbabbage: Maintain previous coordinates if geocoding fails. Insert default coordinates if no coordinates set.
by dbabbage: Improvements to behaviour after failed geocoding.
#520470 by nicholas.alipaz: Editable text above map image in block.
by dbabbage: Rename gmaplocation_block_top_text to gmaplocation_block_text_top.
by dbabbage: Rename variable toptext to texttop.
#532352 by dbabbage: Add alt tag for image in block.
#592006 by JaredAM: Provide settings to resize the map.
#626490 by dbabbage and JaredAM: Add uninstaller.

gmaplocation 5.x-1.2

Download Size md5 hash
gmaplocation-5.x-1.2.tar.gz 24.76 KB b7e5f3b8555cac413ebe73d2a58b712f
gmaplocation-5.x-1.2.zip 30.13 KB 6cb3be7eb3e01c987e7403ede1091058
Last updated: December 24, 2010 - 23:06
Official release from tag: 5.x-1.2

Release notes

Corrects bug in install file which affected multisite installations and users with custom database table prefixes. Otherwise functionally identical to v1.1.

gmaplocation 6.x-1.2

Download Size md5 hash
gmaplocation-6.x-1.2.tar.gz 24.97 KB f6cc6ac5bc90ec62e511c48cbf9935b3
gmaplocation-6.x-1.2.zip 30.54 KB 6bf019e888a98cd619285fb77f2e6110
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-1.2

Release notes

Corrects bug in install file which affected multisite installations and users with custom database table prefixes. Otherwise functionally identical to v1.1.

gmaplocation 5.x-1.1

Download Size md5 hash
gmaplocation-5.x-1.1.tar.gz 24.76 KB 9be0792a2052dae4dc7ef822b719a390
gmaplocation-5.x-1.1.zip 30.13 KB 935c6fca9a0691362ed1b668eb7bedb3
Last updated: December 24, 2010 - 23:06
Official release from tag: 5.x-1.1

Release notes

Improves behaviour when geocoding of an address fails, providing more informative messages to the user and maintaining any previous coordinates until a successful geocoding is completed. Permissions re-named to "administer gmaplocation", with previous permissions updated at install. Oh, and default co-ordinates changed to Round Island in New Zealand's Fiordland National Park!

gmaplocation 6.x-1.1

Download Size md5 hash
gmaplocation-6.x-1.1.tar.gz 24.97 KB c3a4f70fea36ffc780f3c332244df9e5
gmaplocation-6.x-1.1.zip 30.53 KB 695dc6edc97ea2cf3711623703f6aa23
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-1.1

Release notes

Improves behaviour when geocoding of an address fails, providing more informative messages to the user and maintaining any previous coordinates until a successful geocoding is completed. Permissions re-named to "administer gmaplocation", with previous permissions updated at install. Oh, and default co-ordinates changed to Round Island in New Zealand's Fiordland National Park!

gmaplocation 6.x-2.x-dev

Download Size md5 hash
gmaplocation-6.x-2.x-dev.tar.gz 24.42 KB cb20e4ce56f0b88a2a68b39aca4886e7
gmaplocation-6.x-2.x-dev.zip 27.24 KB 8d614101219f5a4a4e32654105876a8d
Last updated: February 25, 2011 - 07:35
Development snapshot from branch: 6.x-2.x

Release notes

Development version.

gmaplocation 6.x-1.0

Download Size md5 hash
gmaplocation-6.x-1.0.tar.gz 24.01 KB d4f481e1770e190d3973be7834af898e
gmaplocation-6.x-1.0.zip 29.42 KB 57a0f04cc74d0ee4d092c6cfc1723450
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-1.0

Release notes

Stable 6.x-1.0 release. From this point forward, new features will be added to new 2.0 branch and will not be backported to 5.x.

gmaplocation 6.x-1.0-beta3

Download Size md5 hash
gmaplocation-6.x-1.0-beta3.tar.gz 24.01 KB 3f0a0e80e4b8df87dc6f8202a71b02a8
gmaplocation-6.x-1.0-beta3.zip 29.43 KB e3b027f04f180b8d51cf2e3a54d23b29
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-1.0-beta3

Release notes

Sole change: correcting incomplete beta2 release.

gmaplocation 6.x-1.0-beta2

Download Size md5 hash
gmaplocation-6.x-1.0-beta2.tar.gz 8.78 KB d7d751c02780bbf2ff68fb141cdc5791
gmaplocation-6.x-1.0-beta2.zip 9.16 KB 6c1d6574b8de9baa7538f84531bb8fd2
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-1.0-beta2

Release notes

Kudos to CommanderVimes for essentially all of the groundwork to identify two significant bugs and to provide a couple of useful additional features.

#438834: CommanderVimes: Removed unnecessary code for gmaplocation_key.
#438834: Improved description of address format required.
#438834: CommanderVimes: Added description to gmaplocation_address to help google revolve the address.
#438834: CommanderVimes: gmaplocation/view and gmaplocation/edit MENU_LOCALTASK.
#438834: CommanderVimes: Changed "Description" to "Marker Information".
#496796: CommanderVimes: Fix address validation.
#497600: Correct access arguments.

gmaplocation 6.x-1.0-beta1

Download Size md5 hash
gmaplocation-6.x-1.0-beta1.tar.gz 23.87 KB 74101e76cf808069ae487cc3bacb4134
gmaplocation-6.x-1.0-beta1.zip 29.29 KB b1377706d964d9324b35baf8cfb031f0
Last updated: December 24, 2010 - 23:06
Official release from tag: 6.x-1.0-beta1

Release notes

Initial Drupal 6 release. Direct port from 5.x branch—no new features. Kudos to expandonline for doing the majority of the work for this port.

gmaplocation 5.x-1.0-1

Download Size md5 hash
gmaplocation-5.x-1.0-1.tar.gz 23.9 KB e8bffdd985b6721b9a55c12e288e99d8
gmaplocation-5.x-1.0-1.zip 29.22 KB 2cbac5c701c2bccc9a1215fa4b1e4b73
Last updated: December 24, 2010 - 23:06
Official release from tag: 5--1-0-1

Release notes

* small fixes

gmaplocation 5.x-1.x-dev

Download Size md5 hash
gmaplocation-5.x-1.x-dev.tar.gz 23.22 KB c64cc480d3219c2cc912736d13b4b754
gmaplocation-5.x-1.x-dev.zip 26.1 KB 4932f29cefa2002a9a4862f95c60caf3
Last updated: February 25, 2011 - 07:35
Development snapshot from branch: 5.x-1.x

Release notes

#273432 by bmihelac: fix unconsistent naming access permission

gmaplocation 5.x-1.0

Download Size md5 hash
gmaplocation-5.x-1.0.tar.gz 23.18 KB bad0538d9c4ce53140fafdc5e4f20d02
gmaplocation-5.x-1.0.zip 27.7 KB d3e9300d219702f84fc87712a046744a
Last updated: December 24, 2010 - 23:06
Official release from tag: 5.x-1.0

Release notes

First release of gmaplocation.

Subscribe with RSS Syndicate content
nobody click here