From 9edb0a7bdc47b074874400a2f5e1847b27470820 Mon Sep 17 00:00:00 2001
From: Guy Halse <ghalse@users.noreply.github.com>
Date: Fri, 22 Nov 2019 17:22:25 +0200
Subject: [PATCH] Add note about upgrading third party modules (#1238)

---
 docs/simplesamlphp-install.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md
index f4a342008..38c579dd4 100644
--- a/docs/simplesamlphp-install.md
+++ b/docs/simplesamlphp-install.md
@@ -77,6 +77,9 @@ keep reading for other alternatives):
     cp -rv ../simplesamlphp/metadata metadata
 ```
 
+If you have installed any [third-party modules](https://simplesamlphp.org/modules) or [customised the theme](simplesamlphp-theming.md), 
+you should check whether your third-party modules need upgrading and then copy or replace those directories too.
+
 Replace the old version with the new version:
 
 ```
-- 
GitLab