simple_gmap 3.1.x-dev

Drupal 10 compatibility

Drupal8 is now end of life.

Drupal10 is expected soon

This new release straddles Druapl9 and Drupal10, that is the core_version_requirement is now "^9 || ^10".

simple_gmap 4.0.x-dev

First Drupal 10 compatible release.

Support for Drupal 8 is dropped.
This version support Drupal 9 and Drupal 10.

simple_gmap 7.x-1.5

Bug fixes

The URLs for Google Maps have changed. This release fixes the default template for the field formatter in this module so that it uses the new URLs. If you have customized the template in your theme, you will need to also update your customized version in a similar manner.

Issue: #3092918: Update URLs for Google Maps

simple_gmap 3.0.1

Bug fixes

The URLs for Google Maps have changed. This release fixes the default template for the field formatter in this module so that it uses the new URLs. If you have customized the template in your theme, you will need to also update your customized version in a similar manner.

Issue: #3092918: Update URLs for Google Maps

simple_gmap 3.0.0

Given the release of Drupal9 and the adoption of a new naming convention for drupal contrib modules. we are making a cosmetic release.
That is a new release without any code changes.

A) The labelling of the last release as "8.x-2.1-rc1" is no longer suitable for projects that are both drupal8 and drupal9 compatible.

B) The suffix "rc1" can be removed. Now that is has been demonstrated to work well with the public version of D9.0.0.

simple_gmap 8.x-2.1-rc1

Bug fixes

This is minor release, in response to a request by phenaproxima

The Lightning project is getting a updated

https://www.drupal.org/project/lightning

The single change is

Issue #3122334 by phenaproxima: Remove stress_test info file

which was causing problem with testbots.

simple_gmap 8.x-2.0

New features

This release of "Simple Google Maps" is the first version compatible with both Drupal8 and Drupal9.

The current version of Drupal8 is 8.8.1 and as such 'contrib' modules can now prepare releases with this dual compatibility before Drupal9 becomes public.

Drupal 8.8 is the last minor version of Drupal 8 before the earliest targeted release date for Drupal 9.0.0. For this reason, any new deprecations added to Drupal 8.9.x or later will be targeted for removal in Drupal 10.0.x

simple_gmap 8.x-1.4

Bug fixes

Changes

  • Schema relaxation.
  • Automated testing.
  • Coding standard improvements.

Schema relaxation

While introducing a schema we locked down the settings of the embedded map too tightly. This can be seen under the Manage display tab. The fields "Width of embedded map" and "Height of embedded map" now accept strings. This allow percentage values expressed as percentages, such as "100%". For more details see https://www.drupal.org/node/2878989

simple_gmap 8.x-1.3

Maintenance modifications to a stable project.

[2851972 ] Removed deprecated uses of SafeMarkup. We are now relying on default twig mechanisms for displaying user controlled strings in output HTML.
[2859165] Added Schema definition.

simple_gmap 8.x-1.0

Bug fixes

For basic operation see https://www.drupal.org/project/simple_gmap

A brief overview of the changes since Drupal7 :-

This module implements a FieldFormatter plugin as required by the new Drupal8 ecosystem.
A new Twig template is provided which can be overridden if necessary.

This project is actively maintained.

simple_gmap 8.x-1.x-dev

Preliminary 8.x version - thanks to pferlito for porting this module to Drupal 8!

Please not there has been a change in the way a developer will, in practice use the 8.x.-1.x-dev release.

It is actually a restoration of the correct behaviour.

In previous 8.x-1.x-dev releases, when selecting a field type to use with this module the developer needs to select "Text (formatted)" from the appropriate pull down menu.
The was incorrect and now the valid selection is "Text (plain)"

simple_gmap 7.x-1.2

New features

Adds ability to display a static map, as well as the dynamic map that was present before. (Static maps are basically images generated by the Google Maps API, while dynamic maps allow scrolling, zooming, etc.).

Your existing displays using this module should continue to work (they will still be dynamic maps or map links or both, as before, unless you go and reconfigure them.).

simple_gmap 7.x-1.1

New features
Bug fixes

This release has a few fixes and features in it:

a) Ability to use the address as the link text, if you are using the map link.

b) Ability to use measurements like % and px in your iframe width/height if you are using an embedded map.

c) https instead of http for all Google Maps links.

d) Update to how the information bubble works, since apparently Google Maps updated how it works.

You should not experience any problems if you upgrade to this new version. I hope. :)

simple_gmap 7.x-1.0

New features

First full release! Two new features have been added since the RC1 release:
- Ability to set the map type (thanks robertom for the patch!)
- Ability to set the map language

simple_gmap 7.x-1.0-rc1

New features

Initial release ("release candidate" status at this time).

NOTE: If you downloaded a "sandbox" version of this module, and update to the this version, you will need to visit your Manage Display screen (or Views) for fields using this formatter, and update them to use the new provided formatter. The "sandbox" version had 3 formatters and the released version only has one (with more options and a different name).

Subscribe with RSS Subscribe to Releases for Simple Google Maps