From b7ce997749042a26c90e7937a9822bb636d448a1 Mon Sep 17 00:00:00 2001
From: Varghese Jose <71702982+varghesejose2020@users.noreply.github.com>
Date: Wed, 1 Jan 2025 22:51:36 +0530
Subject: [PATCH 1/3] Update: footer Year in docs
Update footer Year in docs
---
source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/conf.py b/source/conf.py
index 7dbed1cc27b..edda03b2624 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -3751,7 +3751,7 @@ def setup(_: Sphinx):
# General information about the project.
project = "Mattermost"
-copyright = "2015-2024 Mattermost"
+copyright = "2015-2025 Mattermost"
author = "Mattermost"
# The version info for the project you're documenting, acts as replacement for
From 64a0f4491198776a827a4818489e90663e11d47f Mon Sep 17 00:00:00 2001
From: Varghese Jose <71702982+varghesejose2020@users.noreply.github.com>
Date: Sun, 4 Jan 2026 08:48:27 +0530
Subject: [PATCH 2/3] Update Footer Year
Update Footer Year config.py file
---
source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/conf.py b/source/conf.py
index 8615e1929bf..7f7fedc25a5 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -514,7 +514,7 @@ def setup(app: Sphinx):
# General information about the project.
project = "Mattermost"
-copyright = "2015-2025 Mattermost"
+copyright = "2015-2026 Mattermost"
author = "Mattermost"
# The version info for the project you're documenting, acts as replacement for
From 896af50f9e1cf7811a8c964c028e84b1847669f5 Mon Sep 17 00:00:00 2001
From: Varghese Jose <71702982+varghesejose2020@users.noreply.github.com>
Date: Thu, 11 Jun 2026 11:31:16 +0530
Subject: [PATCH 3/3] Fix Documentation Link: Replace Zapier Integration URL
with n8n Integration URL in Mattermost Workflow Guide
This PR corrects an incorrect integration link in the Mattermost workflow documentation. The section titled "Explore building workflows with the Mattermost Zapier integration" currently points users to the n8n integration page instead of the Zapier integration page.
---
source/integrations-guide/no-code-automation.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/integrations-guide/no-code-automation.rst b/source/integrations-guide/no-code-automation.rst
index 506ee9c4af6..68de384d4da 100644
--- a/source/integrations-guide/no-code-automation.rst
+++ b/source/integrations-guide/no-code-automation.rst
@@ -115,7 +115,7 @@ Choosing the best platform for your team depends on your specific integration re
Zapier’s strength is the breadth of integrations. Without coding, you can integrate Mattermost with everything from CRMs to social media. This is perfect for non-technical users who want to automate notifications or routine tasks, such as posting daily reports or sending Mattermost channel messages when forms are submitted. Zapier provides a user-friendly wizard and template library to get started quickly.
- Explore building workflows with the `Mattermost Zapier integration `_.
+ Explore building workflows with the `Mattermost Zapier integration `_.
Supported Triggers
-------------------
@@ -125,4 +125,4 @@ Choosing the best platform for your team depends on your specific integration re
Supported Actions
------------------
- - Compared with the wide range of triggers and actions supported by n8n or Make, Zapier supports only one action: posting a message.
\ No newline at end of file
+ - Compared with the wide range of triggers and actions supported by n8n or Make, Zapier supports only one action: posting a message.