From a74a9aee94fe281e49914a84ab9c2f3384151903 Mon Sep 17 00:00:00 2001
From: Dragan Okanovic <1355455+abstractalgo@users.noreply.github.com>
Date: Thu, 20 Jul 2023 12:13:41 +0200
Subject: [PATCH] Release v1.0.5 (`foursquare` account) (#78)
---
.github/workflows/release.yml | 4 ++++
CHANGELOG.md | 2 +-
Unfolded/metadata.txt | 4 ++--
Unfolded/sentry.py | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9c40199..0880879 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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: dokanovic@foursquare.com
+ #
# 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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90ed906..dc714ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Unfolded/metadata.txt b/Unfolded/metadata.txt
index 3f8993d..6a7765f 100644
--- a/Unfolded/metadata.txt
+++ b/Unfolded/metadata.txt
@@ -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 Unfolded Studio for further analysis or one-click publishing to the web after signing up for a free Unfolded account.
version=0.0.1
@@ -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
diff --git a/Unfolded/sentry.py b/Unfolded/sentry.py
index c1a410d..7e139a1 100644
--- a/Unfolded/sentry.py
+++ b/Unfolded/sentry.py
@@ -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