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 diff --git a/classes/sitemapentry.php b/classes/SitemapEntry.php similarity index 100% rename from classes/sitemapentry.php rename to classes/SitemapEntry.php