Skip to content

Commit

Permalink
bump version 1.8.9
Browse files Browse the repository at this point in the history
Signed-off-by: minff <[email protected]>
  • Loading branch information
minff committed Aug 18, 2021
1 parent 1a28b77 commit dc80f50
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 1.8.9 (2021-08-18)

#### New Features

* Platform SSO user login

#### Improvements

* Get feature count for all IML layers

## Version 1.8.8 (2021-07-28)

#### Improvements
Expand Down
8 changes: 8 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## Version 1.8.9 (2021-08-18)

✨ NEW FEATURES ✨
* Platform SSO user login

⚡️ IMPROVEMENTS ⚡️
* Get feature count for all IML layers

## Version 1.8.8 (2021-07-28)

⚡️ IMPROVEMENTS ⚡️
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.8"
__version__ = "1.8.9"
__maintainer__ = "Minh Nguyen"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
15 changes: 6 additions & 9 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.8
version=1.8.9
author=HERE Europe B.V.
[email protected]

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

changelog=Version 1.8.8 (2021-07-28)
changelog=Version 1.8.9 (2021-08-18)

⚡️ IMPROVEMENTS ⚡️
* Improves editing delta layers
* Supports Z coordinates
✨ NEW FEATURES ✨
* Platform SSO user login

🐛 FIXES 🐛
* Do not convert string to integer when parsing feature
* Fixes vertex editor not working properly after loading
* Fixes ordering of vector layer when opening saved project
⚡️ IMPROVEMENTS ⚡️
* Get feature count for all IML layers

* .. 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.8"
__version__ = "1.8.9"
__maintainer__ = "Minh Nguyen"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit dc80f50

Please sign in to comment.