From ccde21486663e68bb1df47d5c50f1f83f871ff36 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Thu, 16 Jul 2026 09:58:38 +0200 Subject: [PATCH 1/5] bump plugin version 2026.4.4 --- Mergin/metadata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mergin/metadata.txt b/Mergin/metadata.txt index d7ceb7ab..69cdd6ae 100644 --- a/Mergin/metadata.txt +++ b/Mergin/metadata.txt @@ -4,7 +4,7 @@ name=Mergin qgisMinimumVersion=3.40 qgisMaximumVersion=4.99 description=Handle Mergin Maps projects -version=2026.4.3 +version=2026.4.4 author=Lutra Consulting email=info@merginmaps.com about=Mergin Maps is a repository for storing and tracking changes to QGIS projects/data and has its mobile app for field geo-surveys. With this plugin, users can upload and sync their data to Mergin Maps service. From 54d7bfd20ec5ddb015626090c01e5050729cc4c0 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Thu, 16 Jul 2026 09:59:06 +0200 Subject: [PATCH 2/5] bump py-client version 0.13.4 --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 66b1174c..7af17b26 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -13,7 +13,7 @@ on: default: '2.3.0' type: string env: - PYTHON_API_CLIENT_VER: ${{ inputs.REQUESTED_PYTHON_API_CLIENT_VER || '0.13.3' }} + PYTHON_API_CLIENT_VER: ${{ inputs.REQUESTED_PYTHON_API_CLIENT_VER || '0.13.4' }} GEODIFF_VER: ${{ inputs.REQUESTED_GEODIFF_VER || '2.3.0' }} PYTHON_VER: "310" jobs: From b560ec0134fbf2373ad5f4c163cde5f2dcfb3bf6 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Thu, 16 Jul 2026 10:03:38 +0200 Subject: [PATCH 3/5] update changelog --- Mergin/metadata.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Mergin/metadata.txt b/Mergin/metadata.txt index 69cdd6ae..f4cde669 100644 --- a/Mergin/metadata.txt +++ b/Mergin/metadata.txt @@ -11,7 +11,10 @@ about=Mergin Maps is a repository for storing and tracking changes to QGIS proje ; end of mandatory metadata ; start of optional metadata -changelog=2026.4.3 +changelog=2026.4.4 + - Update minimum QGIS version to 3.40 + - Fix issue with SSL certificates +

2026.4.3 - Indicate opened project in browser - Fix size check for files to upload

2026.4.2 From 7cbfb453cc15c8d85c049765985fe3c39f4f5ec6 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Thu, 16 Jul 2026 10:41:06 +0200 Subject: [PATCH 4/5] bump plugin version 2026.5.0 --- Mergin/metadata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mergin/metadata.txt b/Mergin/metadata.txt index f4cde669..2fa78546 100644 --- a/Mergin/metadata.txt +++ b/Mergin/metadata.txt @@ -4,7 +4,7 @@ name=Mergin qgisMinimumVersion=3.40 qgisMaximumVersion=4.99 description=Handle Mergin Maps projects -version=2026.4.4 +version=2026.5.0 author=Lutra Consulting email=info@merginmaps.com about=Mergin Maps is a repository for storing and tracking changes to QGIS projects/data and has its mobile app for field geo-surveys. With this plugin, users can upload and sync their data to Mergin Maps service. From cadfd5af480bc592641937e0ac2410082ecf29c0 Mon Sep 17 00:00:00 2001 From: Herman Snevajs Date: Thu, 16 Jul 2026 10:43:29 +0200 Subject: [PATCH 5/5] bump plugin version 2026.5.0 --- .github/workflows/packages.yml | 2 +- Mergin/metadata.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 7af17b26..335117ca 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -13,7 +13,7 @@ on: default: '2.3.0' type: string env: - PYTHON_API_CLIENT_VER: ${{ inputs.REQUESTED_PYTHON_API_CLIENT_VER || '0.13.4' }} + PYTHON_API_CLIENT_VER: ${{ inputs.REQUESTED_PYTHON_API_CLIENT_VER || '0.14.0' }} GEODIFF_VER: ${{ inputs.REQUESTED_GEODIFF_VER || '2.3.0' }} PYTHON_VER: "310" jobs: diff --git a/Mergin/metadata.txt b/Mergin/metadata.txt index 2fa78546..30179c8a 100644 --- a/Mergin/metadata.txt +++ b/Mergin/metadata.txt @@ -11,7 +11,7 @@ about=Mergin Maps is a repository for storing and tracking changes to QGIS proje ; end of mandatory metadata ; start of optional metadata -changelog=2026.4.4 +changelog=2026.5.0 - Update minimum QGIS version to 3.40 - Fix issue with SSL certificates

2026.4.3