diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 66b1174c..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.3' }} + 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 d7ceb7ab..30179c8a 100644 --- a/Mergin/metadata.txt +++ b/Mergin/metadata.txt @@ -4,14 +4,17 @@ name=Mergin qgisMinimumVersion=3.40 qgisMaximumVersion=4.99 description=Handle Mergin Maps projects -version=2026.4.3 +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. ; end of mandatory metadata ; start of optional metadata -changelog=2026.4.3 +changelog=2026.5.0 + - 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