Skip to content

Tags: qgis2web/qgis2web

Tags

v4.1.4

Toggle v4.1.4's commit message
Safely load Qt .ui and avoid defusedxml patching #1207 #1208 #1209

Add a safe loader for Qt .ui files that temporarily removes potentially polluting XML modules (e.g. lxml, defusedxml, xml.etree.*) from sys.modules before importing qgis.PyQt.uic.loadUiType, then restores them. Move FORM_CLASS initialization to use this safe loader and ensure package path is appended. Also remove the global call to defusedxml.defuse_stdlib() in olStyleScripts.py to avoid altering stdlib XML behavior. These changes prevent third-party XML libraries from breaking uic.loadUiType while preserving module state.

v4.1.3

Toggle v4.1.3's commit message
v4.1.3 bugfix for QGIS plugin repo security

v4.1.0

Toggle v4.1.0's commit message
v4.1.0

OpenFreeMap support + bugfix

v4.0.0

Toggle v4.0.0's commit message
Support for QGIS4

v3.29.0

Toggle v3.29.0's commit message
Merge branch 'master' of https://github.com/qgis2web/qgis2web

v.3.28.0

Toggle v.3.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v.3.27.0

Toggle v.3.27.0's commit message
v3.27.1