From f0e9c51bfc7e80d5c9baf8c736482b7eb4a60081 Mon Sep 17 00:00:00 2001 From: Andy Miller <1084697+rhukster@users.noreply.github.com> Date: Wed, 1 Jul 2020 17:42:04 -0600 Subject: [PATCH 1/2] case issue --- classes/{sitemapentry.php => SitemapEntry.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename classes/{sitemapentry.php => SitemapEntry.php} (100%) diff --git a/classes/sitemapentry.php b/classes/SitemapEntry.php similarity index 100% rename from classes/sitemapentry.php rename to classes/SitemapEntry.php From f85dc94c37c8ad2a84a142dc2976fb9cb884d0d5 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 1 Jul 2020 17:44:05 -0600 Subject: [PATCH 2/2] prepare for release Signed-off-by: Andy Miller --- CHANGELOG.md | 6 ++++++ blueprints.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7cc6a..54e9225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.0.1 +## 07/01/2020 + +1. [](#bugfix) + * Fixed a case issue with `SitemapEntry` PHP class + # v2.0.0 ## 07/01/2020 diff --git a/blueprints.yaml b/blueprints.yaml index 54c2ecd..d50dc6f 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Sitemap -version: 2.0.0 +version: 2.0.1 description: "Provide automatically generated **XML sitemaps** with this very useful, but simple to configure, Grav plugin." slug: sitemap type: plugin