Skip to content

Commit

Permalink
Release of 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 4, 2023
1 parent 0dd6a3b commit 60794b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 3.17.1 - 2023-10-04

* Add links to the corresponding blog post announcing a new release, if available
* Support the "text widget" from QGIS 3.30 in the tooltip, contribution from @ghtmtt
* Add the possibility to open the online documentation for the current panel in the plugin
* Do not generate the HTML for a field if the field is excluded from WMS
* Add an option to show empty rows in the HTML map tip to generate another QGIS expression
Expand Down
2 changes: 1 addition & 1 deletion lizmap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ def show_help_question(self):
'Different documentations are possible. Which online documentation would you like to open ?'
))

if is_lizmap_cloud:
if is_lizmap_cloud(current_metadata):
cloud_help = QPushButton("Lizmap Hosting")
box.addButton(cloud_help, QMessageBox.NoRole)

Expand Down

0 comments on commit 60794b7

Please sign in to comment.