From 663f2dfd2fe454842df76d72068e7cdda6e8d426 Mon Sep 17 00:00:00 2001 From: Marty Friedel <1491079+martyf@users.noreply.github.com> Date: Thu, 26 May 2022 08:00:23 +1000 Subject: [PATCH] Ready for 2.1 Signed-off-by: Marty Friedel <1491079+martyf@users.noreply.github.com> --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f1bef..212be62 100644 --- a/README.md +++ b/README.md @@ -235,10 +235,13 @@ This most likely won't need your attention, but the `SitemapUrl` class has been function arguments are now named, not an anonymous array. v2.1 also introduces the ability to: -- include global taxonomies +- include global Taxonomy Terms - include dynamic routes -Refer to the documentation above for more details. +To take advantage of the global Taxonomy Terms, you'll need to add the `globals` property to your config file. Take a +look at the package's [default config file](./config/sitemapamic.php) for an example. + +Refer to the documentation above for more details about implementing both features. ### v1.0 to v2.0