Skip to content

Commit

Permalink
Raise QGIS minimum version to 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 26, 2024
1 parent 067f3ed commit fa5e4ef
Show file tree
Hide file tree
Showing 6 changed files with 2,274 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
qgis:
profiles:
- "qgis"
image: qgis/qgis:release-3_22
image: qgis/qgis:release-3_28
container_name: qgis
networks:
qgis_plugin_network:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,6 @@ jobs:
--osgeo-password ${{ secrets.OSGEO_PASSWORD }}
--create-plugin-repo
- name: Tweet
uses: mugi111/[email protected]
with:
consumer_key: ${{ secrets.TWITTER_CONSUMER_KEY }}
consumer_secret: ${{ secrets.TWITTER_CONSUMER_SECRET }}
access_token_key: ${{ secrets.TWITTER_ACCESS_TOKEN_KEY }}
access_token_secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }}
tweet_body: "New version of PgMetadata ${{ env.RELEASE_VERSION }} 🗂 for #QGIS and #PostgreSQL 🐘 https://github.com/3liz/qgis-pgmetadata-plugin/releases"

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
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 @@

## Unreleased

* Raise to QGIS 3.22 minimum version
* Raise to QGIS 3.28 minimum version
* Upgrade to PostgreSQL 13 for testing and SQL files

## 1.3.0 - 2024-02-05
Expand Down
2 changes: 1 addition & 1 deletion pg_metadata/metadata.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
name=PgMetadata
qgisMinimumVersion=3.22
qgisMinimumVersion=3.28
description=Store some metadata about layers which are stored in PostgreSQL. It's possible to define title, abstract, links, contacts etc. It also provides some search tool, in the QGIS Locator bar for instance.
author=3Liz
[email protected]
Expand Down
Loading

0 comments on commit fa5e4ef

Please sign in to comment.