From ce45dcc9c08aa91d1f7bf037e19b0bf7f1b05ca4 Mon Sep 17 00:00:00 2001 From: Gabriel Bolbotina Date: Wed, 12 Aug 2026 09:39:00 +0300 Subject: [PATCH 1/2] Updated links to product updates in the gallery app Removed slack icon and changed community link in README --- README.md | 2 +- app/inputhelp.cpp | 2 +- gallery/qml/pages/PagesPage.qml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 63e281b8c..c1e0915e7 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Please refer to our community contributions guidelines. - Software developer? Code and prepare a pull request. We will help you with [setup of the development environment](./INSTALL.md) and answer your questions. - Donate or [subscribe](https://merginmaps.com/) to the Mergin Maps Cloud service to help us maintain the project. -
Join our community chat
and ask questions!
+
Join our community and ask questions!
## Features diff --git a/app/inputhelp.cpp b/app/inputhelp.cpp index 2ed9a3af3..6105c1a9d 100644 --- a/app/inputhelp.cpp +++ b/app/inputhelp.cpp @@ -20,7 +20,7 @@ const QString helpRoot = QStringLiteral( "https://merginmaps.com/docs" ); const QString helpDeskMail = QStringLiteral( "support@merginmaps.com" ); const QString mmWeb = QStringLiteral( "https://merginmaps.com" ); -const QString changelogRss = QStringLiteral( "https://wishlist.merginmaps.com/rss/changelog.xml" ); +const QString changelogRss = QStringLiteral( "https://community.merginmaps.com/rss/changelog.xml" ); const QString utmTagHelp = QStringLiteral( "?utm_source=input-help&utm_medium=help&utm_campaign=input" ); const QString utmTagSubscription = QStringLiteral( "?utm_source=input-subs&utm_medium=subs&utm_campaign=input" ); diff --git a/gallery/qml/pages/PagesPage.qml b/gallery/qml/pages/PagesPage.qml index f06d94b0f..b90e0c99e 100644 --- a/gallery/qml/pages/PagesPage.qml +++ b/gallery/qml/pages/PagesPage.qml @@ -186,14 +186,14 @@ Page { date: "Mon, 21 August 2023" description: "I am pleased to announce that position tracking has been released today as part of Mobile version 2.3.0 and Plugin version 2023.3" title: "Position tracking is now available" - link: "https://wishlist.merginmaps.com/changelog" + link: "https://community.merginmaps.com/changelog" } ListElement { date: "Mon, 21 August 2023" description: "Mergin Maps QGIS plugin is now capable of setting a custom QGIS." title: "Ability to set custom name for photos taken in Mergin Maps" - link: "https://wishlist.merginmaps.com/changelog" + link: "hhttps://community.merginmaps.com/changelog" } function seeChangelogs() { From beafde9dfb566e83ab2f794991950dc387d89411 Mon Sep 17 00:00:00 2001 From: Gabriel Bolbotina Date: Wed, 12 Aug 2026 09:40:00 +0300 Subject: [PATCH 2/2] Small typo --- gallery/qml/pages/PagesPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/qml/pages/PagesPage.qml b/gallery/qml/pages/PagesPage.qml index b90e0c99e..8155ba1fe 100644 --- a/gallery/qml/pages/PagesPage.qml +++ b/gallery/qml/pages/PagesPage.qml @@ -193,7 +193,7 @@ Page { date: "Mon, 21 August 2023" description: "Mergin Maps QGIS plugin is now capable of setting a custom QGIS." title: "Ability to set custom name for photos taken in Mergin Maps" - link: "hhttps://community.merginmaps.com/changelog" + link: "https://community.merginmaps.com/changelog" } function seeChangelogs() {