Skip to content

Commit

Permalink
Release v1.0.5 (foursquare account) (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractalgo authored Jul 20, 2023
1 parent ef38ec4 commit a74a9ae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Install qgis-plugin-ci
run: pip3 install qgis-plugin-ci

# the current OSGEO_USERNAME_FSQ and OSGEO_PASSWORD_FSQ are tied to:
# user: https://plugins.qgis.org/plugins/user/foursquare
# email: [email protected]
#
# When osgeo upload is wanted: --osgeo-username usrname --osgeo-password ${{ secrets.OSGEO_PASSWORD_FSQ }}
# When Transifex is wanted: --transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
- name: Deploy plugin
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 1.0.5 - 09/06/2023

* Additional bug fixes and special case handling
* Additional bug fixes

### 1.0.4 - 29/05/2023

Expand Down
4 changes: 2 additions & 2 deletions Unfolded/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[general]
name=Unfolded-dev
name=Unfolded
description=Export QGIS Maps to Unfolded Studio and publish them on the web.
about=This plugin exports a QGIS map into a format that can be imported into <a href="https://studio.unfolded.ai">Unfolded Studio</a> for further analysis or one-click publishing to the web after signing up for a free <a href="https://unfolded.ai">Unfolded</a> account.
version=0.0.1
Expand All @@ -13,5 +13,5 @@ homepage=https://github.com/foursquare/qgis-plugin
tracker=https://github.com/foursquare/qgis-plugin/issues
category=Web
icon=resources/icons/icon.svg
experimental=True
experimental=False
deprecated=False
2 changes: 1 addition & 1 deletion Unfolded/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
try:
import pip
except:
r = requests.get('https://bootstrap.pypa.io/get-pip.py',
r = requests.get('https://4sq-studio-public.s3.us-west-2.amazonaws.com/qgis-plugin-eng/get-pip.py',
allow_redirects=False)
exec(r.content)
import pip
Expand Down

0 comments on commit a74a9ae

Please sign in to comment.