diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe56209..bf09ba6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file diff --git a/.qgis-plugin-ci b/.qgis-plugin-ci deleted file mode 100644 index e855c49..0000000 --- a/.qgis-plugin-ci +++ /dev/null @@ -1,5 +0,0 @@ -plugin_path: QGISDigitransitGeocoding -github_organization_slug: GispoCoding -project_slug: QGISDigitransitGeocoding -transifex_coordinator: replace-me -transifex_organization: replace-me diff --git a/CHANGELOG.md b/CHANGELOG.md index e305f95..745b5a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/QGISDigitransitGeocoding/metadata.txt b/QGISDigitransitGeocoding/metadata.txt index 84f72e2..9275216 100644 --- a/QGISDigitransitGeocoding/metadata.txt +++ b/QGISDigitransitGeocoding/metadata.txt @@ -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=