Skip to content

Commit

Permalink
Version 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchin committed Feb 7, 2025
1 parent 1b1aa59 commit b325c82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

networks:
qgis_plugin_network:

Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## 6.3.3 - 2025-02-07

### Changed

* Create database local interface
* Add the Lizmap configuration file `*.qgs.cfg` with the generated QGIS project file

## 6.3.2 - 2024-12-20

### Fixed
Expand Down Expand Up @@ -31,7 +38,8 @@
* Database
* Remove the useless `application` table
* Remove the NOT NULL constraint on the `actor.a_login` column
* Observation & protocol - Add a trigger function which prevents from editing an observation older than the protocol duration
* Observation & protocol - Add a trigger function which prevents
from editing an observation older than the protocol duration

### Fixed

Expand Down
1 change: 1 addition & 0 deletions gobs/processing/algorithms/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

import shutil


def get_postgis_connection_list():
"""Get a list of the PostGIS connection names"""
metadata = QgsProviderRegistry.instance().providerMetadata('postgres')
Expand Down

0 comments on commit b325c82

Please sign in to comment.