- Fix Python exception about PDF rasterized
- Bump QGIS minimum version to QGIS 3.22
- Fix PDF not being rasterized
- Fix an issue when the layout does not have a map, fix #59 (contribution from @benoitblanc)
- Improve logs about additional parameters and current login
- Add expression for
@lizmap_user
and@lizmap_user_groups
related to the current logged user in Lizmap Web Client - Add
FORMAT
option in the GET request to export as JPEG, PDF, PNG or SVG. Values are from the QGIS Server documentation : https://docs.qgis.org/latest/en/docs/server_manual/services.html#wms-getprint-format - Display the version number in the logs when starting the plugin
- Set file permission to 744 in the ZIP by default
- Some code refactoring and cleaning
- Remove the
v
prefix in a git tag
- Fix the feature expression if the primary key is numeric
- Fix the name of the plugin in the logs
- Raise the minimum version to 3.10
- Some code cleanup to follow the QGIS API
- Sanitize filename when exporting to PDF
- Improve debug when there is an error while exporting to PDF
- Add some tests
- Add QGIS report support, contribution from OpenGIS.ch
- Add warning on QGIS Desktop
- Add additional params in the URL, contribution from ThomasG77