- Minor code cleanup
- Minor code cleanup
- Some Python cleanup
- Raise the QGIS minimum version to QGIS 3.22 and Python 3.7
- Add FlatGeobuf support
- Add the CPG file when a shapefile is created
- Modernize Python by using fstrings everywhere. Python 3.6 required.
- Fix the field type detection when exporting the layer
- Fix removing files when a Python exception occurs during the request
- Removing files by default when the export is done
- Fix error on deployment on our CI
- Fix error in some deployments environment, regression from 1.6.0
- Add some logs in the plugin to make it easier to debug
- Add a new environment variable
DEBUG_WFSOUTPUTEXTENSION
to not remove temporary files if needed - Set chmod 755 on the plugin directory
- Some refactoring in the code
- Removing the
v
prefix in the version name
- Upgrade the plugin as not experimental in its metadata.txt
- Upgrade PyQGIS functions which are deprecated in newer QGIS versions
- Remove some excessive logging
- Add more unit tests about trailing "0" in data
- Remove all files associated with a request after the process
- Add more unit tests
- Switch from Travis to GitHub Actions
- Fix error when writing and closing file with QTemporaryFile
- Review the GPX export
- Improve tests, logging, release process
- Fix regressions about ZIP files (SHP, MIF and TAB)
- Refactoring the code and add tests for each format
- Known issue about GPX export
- Fix a packaging issue
- Refactor the code
- Fix issue about Excel files
- Remove the use of deprecated code
- Enable GPX export
- Small code review
- Add empty class for QGIS Desktop
- OGR loads schema when reading GML
- Fix race condition on multi-server platform