Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhoErvasti committed Dec 15, 2023
1 parent 8f99c62 commit 72eebe4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# run: sudo apt-get update && sudo apt-get install qt5-default qttools5-dev-tools

- name: Install qgis-plugin-ci
run: pip3 install qgis-plugin-ci
run: pip3 install git+https://github.com/GispoCoding/qgis-plugin-ci.git

# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
run: qgis-plugin-ci release ${GITHUB_REF/refs\/tags\//} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
run: qgis-plugin-ci release latest --osgeo-username ${{ secrets.OSGEO_USER }} --osgeo-password ${{ secrets.OSGEO_PASSWORD }} --github-token ${{ secrets.GITHUB_TOKEN }} --disable-submodule-update
5 changes: 0 additions & 5 deletions .qgis-plugin-ci

This file was deleted.

6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.7.3


###
* Updated plugin development dependencies
* Improved CI
* The plugin gives clearer information about API errors to the users
2 changes: 1 addition & 1 deletion QGISDigitransitGeocoding/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description=The plugin is meant for searching and geocoding Finnish addresses
about=The plugin is meant for anyone who wants to utilize the capabilities of Digitransit.fi geocoding API for searching and geocoding Finnish addresses / places in QGIS. Please, note that the data is from National Land Survey of Finland Topographic Database, Population Register Centre of Finland and OpenStreetMap. The National Land Survey (NLS) and the Population Register Centre (via OpenAddresses) data are licensed under CC BY 4.0 license. The OpenStreetMap data is licensed under ODbL license.

As of 3.4.2023 an API key is required to access the Digitransit.fi geocoding API. The key can be acquired from https://portal-api.digitransit.fi/ and in order to use the plugin you must create a global variable in QGIS called DIGITRANSIT_API_KEY and set your subscription (API) key as the value. Please note that the variable is specific to a QGIS profile and may be viewed in plain text in the options window.
version=0.2.0
version=0.7.3
qgisMinimumVersion=3.16
author=Gispo Ltd.
email=
Expand Down

0 comments on commit 72eebe4

Please sign in to comment.