From 15f0171e513a36c24027d901d99885247167f722 Mon Sep 17 00:00:00 2001 From: Jono Menz Date: Thu, 22 Jun 2023 16:28:47 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 18b0fa8..caf7036 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Add "jonom/silverstripe-betternavigator" to your composer requirements. composer require jonom/silverstripe-betternavigator ``` +## Upgrading + +* **6.0:** the namespace for this module's templates and configuration was changed in v6 to include a `JonoM` prefix. You may need to update your template directory structure and/or app configuration accordingly. + ## How to use The navigator is auto-injected into your template, and no code changes are needed.