Skip to content

Commit

Permalink
Bump Lizmap server plugin to version 2.8.10, and fix a typo in a PHP …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Gustry committed Sep 2, 2024
1 parent c640dc9 commit 56c2717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lizmap/app/system/mainconfig.ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
; QGIS server required minimum version
qgisServer="3.28"
; Lizmap server QGIS plugin required minimum version
lizmapServerPlugin="2.9.4"
lizmapServerPlugin="2.10.0"
; Lizmap QGIS desktop plugin required/recommended minimum version for newly or updated project only
; This version MUST match at least on https://plugins.qgis.org/plugins/lizmap/#plugin-versions
; with the minimum QGIS server version supported above.
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/view/controllers/lizMap.classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class lizMapCtrl extends jController
protected $projectObj;

// forceHiddenProjectVisible: Used to override plugin configuration hideProject
// (helpfull for modules which maps are based on a hidden project)
// (helpful for modules which maps are based on a hidden project)
protected $forceHiddenProjectVisible = false;

/**
Expand Down

0 comments on commit 56c2717

Please sign in to comment.