Skip to content

Commit

Permalink
Release of 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 25, 2023
1 parent c170b54 commit e0e6946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.3.1 - 2023-01-25

* Fix regression from the previous version about Py-QGIS-Server

## 1.3.0 - 2023-01-25
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ on the QGIS server side.
* FEATURES=
* FORM_SCOPE=

### Tests

```bash
make tests
```

Manually running a local QGIS server :

```commandline
QGIS_PLUGINPATH=/home/etienne/dev/qgis/server_plugin_git/lizmap_server/ QGIS_SERVER_LOG_FILE=/tmp/bob.txt QGIS_SERVER_LOG_LEVEL=0 QGIS_SERVER_LIZMAP_REVEAL_SETTINGS=True REQUEST_URI=/lizmap/server.json /usr/lib/cgi-bin/qgis_mapserv.fcgi
```

### License

Version: MPL 2.0/GPL 2.0/LGPL 2.1
Expand Down

0 comments on commit e0e6946

Please sign in to comment.