Skip to content

Commit

Permalink
bump version 1.8.7
Browse files Browse the repository at this point in the history
Signed-off-by: minff <[email protected]>
  • Loading branch information
minff committed Jul 22, 2021
1 parent 4cde598 commit 1f0e649
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 1.8.7 (2021-07-22)

#### Bug Fixes

* Ensure xyz_id uniqueness via sqlite trigger instead of 'on replace conflict' constraint
* Ensure fields to be consistent with provider fields to prevent data corruption, especially after editing
* Ensure the paired order of fields-vector layer after a layer is removed (set fields to empty for deleted layer)
* Handle virtual fields (expression fields) in data loading
* Update test for parser and render
* Disconnect signal silently to avoid exception

## Version 1.8.6 (2021-07-14)

#### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## Version 1.8.7 (2021-07-22)

🐛 FIXES 🐛
* Ensure fields to be consistent to prevent data corruption
* Handle virtual fields (expression fields) in data loading

## Version 1.8.6 (2021-07-14)

🐛 FIXES 🐛
Expand Down
2 changes: 1 addition & 1 deletion XYZHubConnector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__copyright__ = "Copyright 2019, HERE Europe B.V."

__license__ = "MIT"
__version__ = "1.8.6"
__version__ = "1.8.7"
__maintainer__ = "Minh Nguyen"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
8 changes: 4 additions & 4 deletions XYZHubConnector/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name=XYZ Hub Connector
qgisMinimumVersion=3.0
description=Connect QGIS to your personal space on HERE Data Hub and to your Interactive Map Layer on HERE Platform (experimental)
version=1.8.6
version=1.8.7
author=HERE Europe B.V.
[email protected]

Expand Down Expand Up @@ -42,10 +42,10 @@ experimental=True
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

changelog=Version 1.8.6 (2021-07-14)
changelog=Version 1.8.7 (2021-07-22)

🐛 FIXES 🐛
* Fixes compatibility with QGIS 3.20
* Stability improvements
* Ensure fields to be consistent to prevent data corruption
* Handle virtual fields (expression fields) in data loading

* .. more details on Github repos
2 changes: 1 addition & 1 deletion XYZHubConnector/xyz_qgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__copyright__ = "Copyright 2019, HERE Europe B.V."

__license__ = "MIT"
__version__ = "1.8.6"
__version__ = "1.8.7"
__maintainer__ = "Minh Nguyen"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit 1f0e649

Please sign in to comment.