-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: minff <[email protected]>
- Loading branch information
Showing
5 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
__copyright__ = "Copyright 2019, HERE Europe B.V." | ||
|
||
__license__ = "MIT" | ||
__version__ = "1.8.5" | ||
__version__ = "1.8.6" | ||
__maintainer__ = "Minh Nguyen" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5 | ||
version=1.8.6 | ||
author=HERE Europe B.V. | ||
[email protected] | ||
|
||
|
@@ -42,10 +42,10 @@ experimental=True | |
# deprecated flag (applies to the whole plugin, not just a single version) | ||
deprecated=False | ||
|
||
changelog=Version 1.8.5 (2021-06-21) | ||
changelog=Version 1.8.6 (2021-07-14) | ||
|
||
🐛 FIXES 🐛 | ||
* Enable re-auth logic when uploading edited features to IML | ||
* Minor bug fixes | ||
* Fixes compatibility with QGIS 3.20 | ||
* Stability improvements | ||
|
||
* .. more details on Github repos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
__copyright__ = "Copyright 2019, HERE Europe B.V." | ||
|
||
__license__ = "MIT" | ||
__version__ = "1.8.5" | ||
__version__ = "1.8.6" | ||
__maintainer__ = "Minh Nguyen" | ||
__email__ = "[email protected]" | ||
__status__ = "Development" |