Upgrading an Existing Installation¶
Upgrading to 4.5.0¶
From this version, the Maps add-on is using two separate Google Maps API keys for frontend and backend. Follow internal Lime Technologies documentation for how to retrieve a correct pair of API keys. Then enter them as shown in the Configuration section.
Info
This is not a breaking change for now, since the old configuration will still work as a fallback, but that fallback will be removed further on. This means however, that for the best end user experience, you should upgrade the package first, before you change the configuration.
Upgrading to 4.4.0¶
If the Lime CRM application should use the licensed version of the Maps add-on, from this version and onwards, further configuration is required to do. Follow internal Lime Technologies documentation for how to do this.
If this is not done, Maps will not fetch more than 1,000 coordinates and show a warning about that when using the Map View.
For the best possible customer experience, you may perform the additional configuration needed before you upgrade the package version.
Upgrading to 4.x.y¶
- Remove code in custom limeobjects that use
limepkg_maps.limeobject_class
and itsbefore_update
. This code has been removed and replaced with more convenient features. - Open the code editor of the Maps configuration and remove the
map_field
from eachlimetype_configuration
.