Releases: coprl/google_maps_presenter_plugin
Releases · coprl/google_maps_presenter_plugin
v1.0.1
v1.0.0
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 theplugin: :google_mapscommand 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