Skip to content

Releases: coprl/google_maps_presenter_plugin

v1.0.1

03 Jun 20:26

Choose a tag to compare

1.0.1 (2021-06-03)

Bug Fixes

  • fixed URI.escape is obsolete warnings (bda9196)

v1.0.0

03 Jun 20:11

Choose a tag to compare

1.0.0 (2021-06-03)

Features

  • CORPL 3 Google maps presenter plugin (fc04184)

BREAKING CHANGES

  • This presenter plugin is compatible with COPRL 3.
    The google_map command was a plugin that was hosted in the coprl respository.
    It has been removed and renamed google_maps (from google_map).
    This means you need to add either the plugin: :google_maps command to your POM or configure it globally:

Create a Rails initializer config/initializers/presenters_plugins.rb or equivalent for a Rack app.

Coprl::Presenters::Settings.configure do |config|
    config.presenters.plugins.push(:theme)
end