What's Changed
- Removed Mapbox dependency for map image in invitation emails, replaced by OSM (#69)
- Add better logging when used in a Docker container (see b9d2b95)
- Update dependencies
Note
We now require
ext-gd
in order to create the map image for invitation emails, hence the major bump to 2.0.0.This is the only reason for the major bump, so you can safely update if this dependency is already installed, or after installing it (see the Dockerfile for an example)
How to upgrade
Please install the GD extension if it is not present already.
You can also safely remove the MAPBOX_API_KEY
from your .env.local
file
Full Changelog: v1.10.2...v2.0.0